@keshavsoft/kschema-cli 1.12.15 → 1.13.2
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/bin/v13/commands/tally/steps/locateSource.js +16 -0
- package/bin/v13/commands/tally/template/v1/Data/BillsTable.json +1 -0
- package/bin/v13/commands/tally/template/v1/Data/ItemsTable.json +1 -0
- package/bin/v13/commands/tally/template/v1/Data/LedgerNames.json +1 -0
- package/bin/v13/commands/tally/template/v1/Data/StockItems.json +1 -0
- package/bin/v13/commands/tally/template/v1/FromTally/V2/StockItems/Transform/restNew.http +1 -0
- package/bin/v13/commands/tally/template/v1/FromTally/V2/StockItems/Transform/service.js +43 -0
- package/bin/v13/commands/tally/template/v1/FromTally/routes.js +11 -0
- package/bin/v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +29 -0
- package/bin/v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +39 -0
- package/bin/v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +20 -0
- package/bin/v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +28 -0
- package/bin/v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +72 -0
- package/bin/v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +78 -0
- package/bin/v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V4/CreateFooterRow/createFooterCell.js +29 -0
- package/bin/v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V4/CreateFooterRow/createFooterInput.js +39 -0
- package/bin/v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V4/CreateFooterRow/insertCells.js +20 -0
- package/bin/v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V4/DomManipulation/clearFooterInputs.js +28 -0
- package/bin/v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V4/getFooterPayload.js +14 -0
- package/bin/v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V4/saveFooterRow.js +71 -0
- package/bin/v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V4/start.js +78 -0
- package/bin/v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/init.js +66 -0
- package/bin/v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/initRender.js +99 -0
- package/bin/v13/commands/tally/template/v1/Public/KSTableAi/V26/Services/dataListLoader.js +18 -0
- package/bin/v13/commands/tally/template/v1/Public/KSTableAi/V26/TableStore/V3/metaStore.js +15 -0
- package/bin/v13/commands/tally/template/v1/Public/KSTableAi/V26/UI/mountTableOnly.js +36 -0
- package/bin/v13/commands/tally/template/v1/Public/KSTableAi/V26/Utils/prepareColumnsBundle.js +35 -0
- package/bin/v13/commands/tally/template/v1/Public/KSTableAi/V26/ai.js +167 -0
- package/bin/v13/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/getUrl.json +3 -0
- package/bin/v13/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/StockItemsHtmlId/clickFunc.js +96 -0
- package/bin/v13/commands/tally/template/v1/Public/Tally/Transactions/V4/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/getUrl.json +3 -0
- package/bin/v13/commands/tally/template/v1/Public/Tally/Transactions/V4/WithSubTable/Index/FormLoad/DomContentLoaded/runAfterDomLoad.js +155 -0
- package/bin/v13/commands/tally/template/v1/V8/BillsTable/routes.js +9 -0
- package/bin/v13/commands/tally/template/v1/app.js +29 -0
- package/package.json +1 -1
- package/bin/v12/commands/express/template/v2/.env +0 -8
- package/bin/v12/commands/express/template/v2/Config/Schemas/StockItems.json +0 -50
- package/bin/v12/commands/express/template/v2/app.js +0 -37
- package/bin/v12/commands/express/template/v2/package.json +0 -18
- package/bin/v12/commands/express/template/v3/.env +0 -8
- package/bin/v12/commands/express/template/v3/Api/routes.js +0 -5
- package/bin/v12/commands/express/template/v3/Config/Schemas/LedgerNames.json +0 -60
- package/bin/v12/commands/express/template/v3/Config/Schemas/StockItems.json +0 -50
- package/bin/v12/commands/express/template/v3/app.js +0 -12
- package/bin/v12/commands/express/template/v3/package-lock.json +0 -834
- package/bin/v12/commands/express/template/v3/package.json +0 -18
- package/bin/v12/commands/express/template/v3/server.js +0 -11
- package/bin/v12/commands/express/template/v4/.env +0 -8
- package/bin/v12/commands/express/template/v4/.env.local +0 -7
- package/bin/v12/commands/express/template/v4/Config/Schemas/LedgerNames.json +0 -60
- package/bin/v12/commands/express/template/v4/Config/Schemas/StockItems.json +0 -50
- package/bin/v12/commands/express/template/v4/app.js +0 -12
- package/bin/v12/commands/express/template/v4/package-lock.json +0 -834
- package/bin/v12/commands/express/template/v4/package.json +0 -18
- package/bin/v12/commands/express/template/v4/server.js +0 -11
- package/bin/v12/commands/express/template/v5/.env.local +0 -7
- package/bin/v12/commands/express/template/v5/Config/Schemas/LedgerNames.json +0 -60
- package/bin/v12/commands/express/template/v5/Config/Schemas/StockItems.json +0 -50
- package/bin/v12/commands/express/template/v5/Public/index.html +0 -129
- package/bin/v12/commands/express/template/v5/configLoader.js +0 -6
- package/bin/v12/commands/express/template/v5/package-lock.json +0 -834
- package/bin/v12/commands/express/template/v5/package.json +0 -18
- package/bin/v12/commands/express/template/v5/port.js +0 -6
- package/bin/v12/commands/express/template/v5/routes.js +0 -5
- package/bin/v12/commands/init/template/.vscode/launch.json +0 -12
- package/bin/v12/commands/init/template/Config/api.json +0 -8
- package/bin/v12/commands/init/template/Config/schema.json +0 -8
- package/bin/v12/commands/init/template/Config/ui.json +0 -8
- package/bin/v12/commands/init/template/Data/BillsTable.json +0 -165
- package/bin/v12/commands/init/template/Data/ItemsTable.json +0 -200
- package/bin/v12/commands/init/template/config.json +0 -4
- package/bin/v12/commands/tally/steps/locateSource.js +0 -16
- package/bin/v12/commands/tally/template/v1/.env.local +0 -7
- package/bin/v12/commands/tally/template/v1/.vscode/launch.json +0 -12
- package/bin/v12/commands/tally/template/v1/Api/V1/routes.js +0 -7
- package/bin/v12/commands/tally/template/v1/Config/Schemas/BillsTable.json +0 -165
- package/bin/v12/commands/tally/template/v1/Config/Schemas/ItemsTable.json +0 -200
- package/bin/v12/commands/tally/template/v1/Config/Schemas/LedgerNames.json +0 -60
- package/bin/v12/commands/tally/template/v1/Config/Schemas/StockItems.json +0 -50
- package/bin/v12/commands/tally/template/v1/Config/api.json +0 -8
- package/bin/v12/commands/tally/template/v1/Config/schema.json +0 -8
- package/bin/v12/commands/tally/template/v1/Config/ui.json +0 -8
- package/bin/v12/commands/tally/template/v1/Data/BillsTable.json +0 -165
- package/bin/v12/commands/tally/template/v1/Data/ItemsTable.json +0 -200
- package/bin/v12/commands/tally/template/v1/Data/LedgerNames.json +0 -1
- package/bin/v12/commands/tally/template/v1/Data/StockItems.json +0 -50
- package/bin/v12/commands/tally/template/v1/FromTally/V1/routes.js +0 -7
- package/bin/v12/commands/tally/template/v1/FromTally/routes.js +0 -8
- package/bin/v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/getUrl.json +0 -3
- package/bin/v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/getUrl.json +0 -3
- package/bin/v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/LedgersHtmlId/clickFunc.js +0 -101
- package/bin/v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/StockItemsHtmlId/clickFunc.js +0 -87
- package/bin/v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/FetchAsDelete/getUrl.json +0 -3
- package/bin/v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/buildHeader copy.js +0 -71
- package/bin/v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/entryFile.js +0 -11
- package/bin/v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/AddListeners/ImportHtmlId/FetchAsGet/fetchFuncs.js +0 -12
- package/bin/v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/AddListeners/ImportHtmlId/FetchAsGet/getUrl.json +0 -3
- package/bin/v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/entryFile.js +0 -11
- package/bin/v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/AddListeners/ImportHtmlId/FetchStockItems/fetchFuncs.js +0 -12
- package/bin/v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/AddListeners/ImportHtmlId/FetchStockItems/getUrl.json +0 -3
- package/bin/v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/AddListeners/ImportHtmlId/clickFunc.js +0 -9
- package/bin/v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/AddListeners/ImportHtmlId/start.js +0 -9
- package/bin/v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/AddListeners/LedgersHtmlId/clickFunc.js +0 -89
- package/bin/v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/AddListeners/LedgersHtmlId/start.js +0 -9
- package/bin/v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/AddListeners/StockItemsHtmlId/clickFunc.js +0 -87
- package/bin/v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/AddListeners/StockItemsHtmlId/start.js +0 -9
- package/bin/v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/FetchAsDelete/AfterFetch/For200Res/entryFile.js +0 -6
- package/bin/v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/FetchAsDelete/getUrl.json +0 -3
- package/bin/v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/buildHeader.js +0 -40
- package/bin/v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/buildLedgersMenuItem.js +0 -51
- package/bin/v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/buildMenuItem.js +0 -65
- package/bin/v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/buildMenuItemV1.js +0 -149
- package/bin/v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/buildMenuItemV2.js +0 -66
- package/bin/v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/runAfterDomLoad.js +0 -10
- package/bin/v12/commands/tally/template/v1/Public/Tally/Transactions/V3/Create/Index/FormLoad/DomContentLoaded/runAfterDomLoad.js +0 -144
- package/bin/v12/commands/tally/template/v1/Public/Tally/Transactions/V3/Create/index.js +0 -79
- package/bin/v12/commands/tally/template/v1/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/For200Res/entryFile.js +0 -6
- package/bin/v12/commands/tally/template/v1/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/entryFile.js +0 -24
- package/bin/v12/commands/tally/template/v1/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/status200.js +0 -7
- package/bin/v12/commands/tally/template/v1/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/status401.js +0 -23
- package/bin/v12/commands/tally/template/v1/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/status409.js +0 -9
- package/bin/v12/commands/tally/template/v1/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/url.json +0 -4
- package/bin/v12/commands/tally/template/v1/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/deleteFunc.js +0 -17
- package/bin/v12/commands/tally/template/v1/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/start.js +0 -12
- package/bin/v12/commands/tally/template/v1/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/status200.js +0 -7
- package/bin/v12/commands/tally/template/v1/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/status401.js +0 -23
- package/bin/v12/commands/tally/template/v1/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/status409.js +0 -9
- package/bin/v12/commands/tally/template/v1/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/url.json +0 -4
- package/bin/v12/commands/tally/template/v1/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/getUrl.json +0 -3
- package/bin/v12/commands/tally/template/v1/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/start.js +0 -10
- package/bin/v12/commands/tally/template/v1/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/runAfterDomLoad.js +0 -145
- package/bin/v12/commands/tally/template/v1/app.js +0 -23
- package/bin/v12/commands/tally/template/v1/config.json +0 -4
- package/bin/v12/commands/tally/template/v1/configLoader.js +0 -6
- package/bin/v12/commands/tally/template/v1/package-lock.json +0 -840
- package/bin/v12/commands/tally/template/v1/package.json +0 -19
- package/bin/v12/commands/tally/template/v1/port.js +0 -6
- package/bin/v12/commands/tally/template/v1/routes.js +0 -5
- package/bin/v12/commands/tally/template/v2/.env +0 -9
- package/bin/v12/commands/tally/template/v2/.env.local +0 -7
- package/bin/v12/commands/tally/template/v2/.vscode/launch.json +0 -12
- package/bin/v12/commands/tally/template/v2/Api/V1/LedgerNames/ShowAll/rest.http +0 -1
- package/bin/v12/commands/tally/template/v2/Api/V1/LedgerNames/end-points.js +0 -9
- package/bin/v12/commands/tally/template/v2/Api/V1/StockItems/ShowAll/controller.js +0 -21
- package/bin/v12/commands/tally/template/v2/Api/V1/StockItems/ShowAll/service.js +0 -9
- package/bin/v12/commands/tally/template/v2/Api/V1/routes.js +0 -9
- package/bin/v12/commands/tally/template/v2/Api/routes.js +0 -7
- package/bin/v12/commands/tally/template/v2/Config/Schemas/BillsTable.json +0 -165
- package/bin/v12/commands/tally/template/v2/Config/Schemas/ItemsTable.json +0 -200
- package/bin/v12/commands/tally/template/v2/Config/Schemas/LedgerNames.json +0 -60
- package/bin/v12/commands/tally/template/v2/Config/api.json +0 -8
- package/bin/v12/commands/tally/template/v2/Config/schema.json +0 -8
- package/bin/v12/commands/tally/template/v2/Config/ui.json +0 -8
- package/bin/v12/commands/tally/template/v2/FromTally/V1/LedgerNames/Config/schema.json +0 -3
- package/bin/v12/commands/tally/template/v2/FromTally/routes.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTableOnly/initRender.js +0 -97
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal/initRender.js +0 -118
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/initRender.js +0 -70
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V21/Services/dataListLoader.js +0 -17
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V21/UI/mountTableOnly.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V21/UI/mountTableUI.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V21/UI/mountVertical.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V21/Utils/prepareColumnsBundle.js +0 -26
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V21/ai.js +0 -164
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V21/uiClasses.js +0 -22
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildHeader/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildHeader/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildHeader/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildHeader/start.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildHeader/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/initRender.js +0 -97
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/initRender.js +0 -118
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/start.js +0 -80
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildForm/V3/clearFormInputs.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildForm/V3/createInputRow.js +0 -76
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildForm/V3/focusFirstInput.js +0 -10
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildForm/start.js +0 -69
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildVertical/start.js +0 -80
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/Core/applyMode.js +0 -41
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/Core/loadDataFlow.js +0 -24
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/DataLayer/loadInitialData.js +0 -48
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/DomManipulation/start.js +0 -45
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/FocusSet/V1/focusSet.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/FocusSet/V2/focusSet.js +0 -44
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/HtmlState/start.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/SearchTable/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/SearchTable/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/SearchTable/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/SearchTable/start.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/SearchTable/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/Services/buildUrlWithParams.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/Services/createItem.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/Services/createServices.js +0 -51
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/Services/dataListLoader.js +0 -17
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/Services/deleteItem.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/Services/findItem.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/Services/getData.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/Services/setupServices.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/Services/updateItem.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/TableStore/V1/columnStore.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/TableStore/V1/dataStore.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/TableStore/V1/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/TableStore/V2/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/TableStore/V2/start.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/UI/mountTableOnly.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/UI/mountTableUI.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/UI/mountVertical.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/Utils/normalizeConfig.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/Utils/prepareColumnsBundle.js +0 -26
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/Utils/tableHelpers.js +0 -24
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/Utils/validateConfig.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/Utils/validateEndpoints.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/Utils/validateOptions.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/Utils/validateRequired.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/ai.js +0 -165
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/entry.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/tableStore.js +0 -79
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V22/uiClasses.js +0 -22
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildHeader/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildHeader/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildHeader/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildHeader/start.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildHeader/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/initRender.js +0 -97
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTableOnly/start.js +0 -49
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildTotal/start.js +0 -80
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildForm/V3/clearFormInputs.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildForm/V3/createInputRow.js +0 -76
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildForm/V3/focusFirstInput.js +0 -10
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildForm/start.js +0 -69
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/initRender.js +0 -70
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/BuildVertical/start.js +0 -80
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/Core/applyMode.js +0 -41
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/Core/loadDataFlow.js +0 -24
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/Core/loadVerticalOnly.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/DataLayer/loadInitialData.js +0 -48
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/DomManipulation/start.js +0 -45
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/FocusSet/V1/focusSet.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/FocusSet/V2/focusSet.js +0 -44
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/HtmlState/start.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/SearchTable/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/SearchTable/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/SearchTable/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/SearchTable/start.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/SearchTable/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/Services/buildUrlWithParams.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/Services/createItem.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/Services/createServices.js +0 -51
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/Services/dataListLoader.js +0 -17
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/Services/deleteItem.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/Services/findItem.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/Services/getData.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/Services/setupServices.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/Services/updateItem.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/TableStore/V1/columnStore.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/TableStore/V1/dataStore.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/TableStore/V1/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/TableStore/V1/start.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/TableStore/V2/columnStore.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/TableStore/V2/dataStore.js +0 -45
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/TableStore/V2/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/TableStore/V2/start.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/UI/mountTableOnly.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/UI/mountTableUI.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/UI/mountVertical.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/Utils/normalizeConfig.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/Utils/prepareColumnsBundle.js +0 -26
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/Utils/tableHelpers.js +0 -24
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/Utils/validateConfig.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/Utils/validateEndpoints.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/Utils/validateOptions.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/Utils/validateRequired.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/ai.js +0 -165
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/entry.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/tableStore.js +0 -79
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V23/uiClasses.js +0 -22
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildHeader/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildHeader/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildHeader/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildHeader/start.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildHeader/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnly/start.js +0 -49
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/init.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/initRender.js +0 -97
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/start.js +0 -49
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -31
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -24
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -72
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/init.js +0 -62
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/initRender.js +0 -118
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildTotal/start.js +0 -80
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildForm/V3/clearFormInputs.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildForm/V3/createInputRow.js +0 -76
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildForm/V3/focusFirstInput.js +0 -10
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildForm/start.js +0 -69
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/initRender.js +0 -70
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/BuildVertical/start.js +0 -80
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/Core/applyMode.js +0 -41
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/Core/loadDataFlow.js +0 -24
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/Core/loadVerticalOnly.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/DataLayer/loadInitialData.js +0 -48
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/DomManipulation/start.js +0 -45
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/FocusSet/V1/focusSet.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/FocusSet/V2/focusSet.js +0 -44
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/HtmlState/start.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/SearchTable/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/SearchTable/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/SearchTable/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/SearchTable/start.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/SearchTable/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/Services/buildUrlWithParams.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/Services/createItem.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/Services/createServices.js +0 -51
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/Services/dataListLoader.js +0 -17
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/Services/deleteItem.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/Services/findItem.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/Services/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/Services/getData.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/Services/setupServices.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/Services/updateItem.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/TableStore/V1/columnStore.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/TableStore/V1/dataStore.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/TableStore/V1/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/TableStore/V1/start.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/TableStore/V2/columnStore.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/TableStore/V2/dataStore.js +0 -45
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/TableStore/V2/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/TableStore/V2/start.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/UI/mountTableOnly.js +0 -72
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/UI/mountVertical.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/Utils/normalizeConfig.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/Utils/prepareColumnsBundle.js +0 -26
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/Utils/tableHelpers.js +0 -24
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/Utils/validateConfig.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/Utils/validateEndpoints.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/Utils/validateOptions.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/Utils/validateRequired.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/ai.js +0 -165
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/entry.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V24/tableStore.js +0 -79
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildHeader/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildHeader/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildHeader/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildHeader/start.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildHeader/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -40
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -47
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/init.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/initRender.js +0 -97
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnly/start.js +0 -49
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -47
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -47
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/init.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/initRender.js +0 -97
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/start.js +0 -49
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -31
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -24
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -72
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/init.js +0 -62
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/initRender.js +0 -118
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildTotal/start.js +0 -80
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildForm/V3/clearFormInputs.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildForm/V3/createInputRow.js +0 -76
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildForm/V3/focusFirstInput.js +0 -10
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildForm/start.js +0 -69
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/initRender.js +0 -70
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/BuildVertical/start.js +0 -80
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/Core/applyMode.js +0 -41
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/Core/loadDataFlow.js +0 -24
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/Core/loadVerticalOnly.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/DataLayer/loadInitialData.js +0 -48
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/DomManipulation/start.js +0 -45
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/FocusSet/V1/focusSet.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/FocusSet/V2/focusSet.js +0 -44
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/HtmlState/start.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/SearchTable/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/SearchTable/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/SearchTable/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/SearchTable/start.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/SearchTable/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/Services/buildUrlWithParams.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/Services/createItem.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/Services/createServices.js +0 -51
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/Services/dataListLoader.js +0 -17
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/Services/deleteItem.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/Services/findItem.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/Services/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/Services/getData.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/Services/setupServices.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/Services/updateItem.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/TableStore/V1/columnStore.js +0 -13
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/TableStore/V1/dataStore.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/TableStore/V1/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/TableStore/V1/start.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/TableStore/V2/columnStore.js +0 -25
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/TableStore/V2/dataStore.js +0 -45
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/TableStore/V2/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/TableStore/V2/start.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/UI/mountTableOnly.js +0 -38
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/UI/mountTableUI.js +0 -28
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/Utils/normalizeConfig.js +0 -27
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/Utils/prepareColumnsBundle.js +0 -26
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/Utils/tableHelpers.js +0 -24
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/Utils/validateConfig.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/Utils/validateEndpoints.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/Utils/validateOptions.js +0 -21
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/Utils/validateRequired.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/ai.js +0 -165
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/entry.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/tableStore.js +0 -79
- package/bin/v12/commands/tally/template/v2/Public/KSTableAi/V25/uiClasses.js +0 -31
- package/bin/v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/For200Res/entryFile.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/entryFile.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/status200.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/status401.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/status409.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/url.json +0 -4
- package/bin/v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/fetchFuncs.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/start.js +0 -10
- package/bin/v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/entryFile.js +0 -11
- package/bin/v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/status200.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/status401.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/status409.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/url.json +0 -4
- package/bin/v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/fetchFuncs.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/getUrl.json +0 -3
- package/bin/v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/start.js +0 -10
- package/bin/v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/clickFunc.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/start.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/LedgersHtmlId/start.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/StockItemsHtmlId/clickFunc.js +0 -87
- package/bin/v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/StockItemsHtmlId/start.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/buildHeader.js +0 -55
- package/bin/v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/buildLedgersMenuItem.js +0 -51
- package/bin/v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/buildMenuItemV1.js +0 -149
- package/bin/v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/buildMenuItemV2.js +0 -66
- package/bin/v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/runAfterDomLoad.js +0 -10
- package/bin/v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers/index.html +0 -78
- package/bin/v12/commands/tally/template/v2/Public/Tally/Transactions/V3/Create/Index/FormLoad/DomContentLoaded/buildMenuItem.js +0 -121
- package/bin/v12/commands/tally/template/v2/Public/Tally/Transactions/V3/Create/Index/FormLoad/DomContentLoaded/runAfterDomLoad.js +0 -144
- package/bin/v12/commands/tally/template/v2/Public/Tally/Transactions/V3/Create/index.js +0 -79
- package/bin/v12/commands/tally/template/v2/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/For200Res/entryFile.js +0 -6
- package/bin/v12/commands/tally/template/v2/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/entryFile.js +0 -24
- package/bin/v12/commands/tally/template/v2/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/status200.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/status401.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/status409.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/url.json +0 -4
- package/bin/v12/commands/tally/template/v2/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/deleteFunc.js +0 -17
- package/bin/v12/commands/tally/template/v2/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/start.js +0 -12
- package/bin/v12/commands/tally/template/v2/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/start.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/status200.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/status401.js +0 -23
- package/bin/v12/commands/tally/template/v2/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/status409.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/url.json +0 -4
- package/bin/v12/commands/tally/template/v2/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/getUrl.json +0 -3
- package/bin/v12/commands/tally/template/v2/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/start.js +0 -10
- package/bin/v12/commands/tally/template/v2/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v2/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/runAfterDomLoad.js +0 -145
- package/bin/v12/commands/tally/template/v2/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/start.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/start.js +0 -5
- package/bin/v12/commands/tally/template/v2/Public/Tally/Transactions/V3/WithSubTable/Index/start.js +0 -7
- package/bin/v12/commands/tally/template/v2/Public/header/v1/buildMenuItem.js +0 -16
- package/bin/v12/commands/tally/template/v2/Public/header/v1/createAnchor.js +0 -10
- package/bin/v12/commands/tally/template/v2/Public/header/v1/createIcon.js +0 -19
- package/bin/v12/commands/tally/template/v2/Public/header/v1/createLabel.js +0 -9
- package/bin/v12/commands/tally/template/v2/Public/header/v1/createLi.js +0 -5
- package/bin/v12/commands/tally/template/v2/Public/header/v1/initHeader.js +0 -33
- package/bin/v12/commands/tally/template/v2/Schemas/BillsTable.json +0 -165
- package/bin/v12/commands/tally/template/v2/Schemas/ItemsTable.json +0 -200
- package/bin/v12/commands/tally/template/v2/Schemas/LedgerNames.json +0 -60
- package/bin/v12/commands/tally/template/v2/Schemas/StockItems.json +0 -50
- package/bin/v12/commands/tally/template/v2/app.js +0 -25
- package/bin/v12/commands/tally/template/v2/config.json +0 -4
- package/bin/v12/commands/tally/template/v2/configLoader.js +0 -6
- package/bin/v12/commands/tally/template/v2/package-lock.json +0 -840
- package/bin/v12/commands/tally/template/v2/package.json +0 -19
- package/bin/v12/commands/tally/template/v2/port.js +0 -6
- package/bin/v12/commands/tally/template/v2/routes.js +0 -5
- package/bin/v12/commands/tally/template/v2/server.js +0 -13
- package/bin/v12/commands/tally/template/v3/.env +0 -9
- package/bin/v12/commands/tally/template/v3/.env.local +0 -7
- package/bin/v12/commands/tally/template/v3/.vscode/launch.json +0 -12
- package/bin/v12/commands/tally/template/v3/Api/V1/LedgerNames/Config/schema.json +0 -3
- package/bin/v12/commands/tally/template/v3/Api/V1/LedgerNames/ShowAll/controller.js +0 -21
- package/bin/v12/commands/tally/template/v3/Api/V1/LedgerNames/ShowAll/rest.http +0 -1
- package/bin/v12/commands/tally/template/v3/Api/V1/LedgerNames/ShowAll/service.js +0 -9
- package/bin/v12/commands/tally/template/v3/Api/V1/LedgerNames/end-points.js +0 -9
- package/bin/v12/commands/tally/template/v3/Api/V1/StockItems/ShowAll/controller.js +0 -21
- package/bin/v12/commands/tally/template/v3/Api/V1/StockItems/ShowAll/errors.js +0 -11
- package/bin/v12/commands/tally/template/v3/Api/V1/StockItems/ShowAll/rest.http +0 -1
- package/bin/v12/commands/tally/template/v3/Api/V1/StockItems/ShowAll/service.js +0 -9
- package/bin/v12/commands/tally/template/v3/Api/V1/StockItems/end-points.js +0 -9
- package/bin/v12/commands/tally/template/v3/Api/routes.js +0 -7
- package/bin/v12/commands/tally/template/v3/Config/Schemas/BillsTable.json +0 -165
- package/bin/v12/commands/tally/template/v3/Config/Schemas/ItemsTable.json +0 -200
- package/bin/v12/commands/tally/template/v3/Config/Schemas/LedgerNames.json +0 -60
- package/bin/v12/commands/tally/template/v3/Config/Schemas/StockItems.json +0 -85
- package/bin/v12/commands/tally/template/v3/Config/api.json +0 -8
- package/bin/v12/commands/tally/template/v3/Config/schema.json +0 -8
- package/bin/v12/commands/tally/template/v3/Config/ui.json +0 -8
- package/bin/v12/commands/tally/template/v3/FromTally/V1/LedgerNames/Config/schema.json +0 -3
- package/bin/v12/commands/tally/template/v3/FromTally/V1/LedgerNames/Transform/errors.js +0 -11
- package/bin/v12/commands/tally/template/v3/FromTally/V1/LedgerNames/Transform/restNew.http +0 -1
- package/bin/v12/commands/tally/template/v3/FromTally/V1/LedgerNames/Transform/service.js +0 -24
- package/bin/v12/commands/tally/template/v3/FromTally/V1/LedgerNames/end-points.js +0 -9
- package/bin/v12/commands/tally/template/v3/FromTally/V1/StockItems/Config/schema.json +0 -3
- package/bin/v12/commands/tally/template/v3/FromTally/V1/StockItems/Transform/controller.js +0 -21
- package/bin/v12/commands/tally/template/v3/FromTally/V1/StockItems/Transform/errors.js +0 -11
- package/bin/v12/commands/tally/template/v3/FromTally/V1/StockItems/Transform/restNew.http +0 -1
- package/bin/v12/commands/tally/template/v3/FromTally/V1/StockItems/Transform/routes.js +0 -11
- package/bin/v12/commands/tally/template/v3/FromTally/V1/StockItems/Transform/service.js +0 -42
- package/bin/v12/commands/tally/template/v3/FromTally/routes.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildHeader/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildHeader/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildHeader/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildHeader/start.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildHeader/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/initRender.js +0 -97
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTableOnly/start.js +0 -49
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/initRender.js +0 -118
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildTotal/start.js +0 -80
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildForm/V3/clearFormInputs.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildForm/V3/createInputRow.js +0 -76
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildForm/V3/focusFirstInput.js +0 -10
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildForm/start.js +0 -69
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/initRender.js +0 -70
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/BuildVertical/start.js +0 -80
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/Core/applyMode.js +0 -41
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/Core/loadDataFlow.js +0 -24
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/DataLayer/loadInitialData.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/DomManipulation/start.js +0 -45
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/FocusSet/V1/focusSet.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/FocusSet/V2/focusSet.js +0 -44
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/HtmlState/start.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/SearchTable/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/SearchTable/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/SearchTable/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/SearchTable/start.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/SearchTable/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/Services/buildUrlWithParams.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/Services/createItem.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/Services/createServices.js +0 -51
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/Services/dataListLoader.js +0 -17
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/Services/deleteItem.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/Services/findItem.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/Services/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/Services/getData.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/Services/setupServices.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/Services/updateItem.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/TableStore/V1/columnStore.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/TableStore/V1/dataStore.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/TableStore/V1/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/TableStore/V1/start.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/TableStore/V2/columnStore.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/TableStore/V2/dataStore.js +0 -45
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/TableStore/V2/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/TableStore/V2/start.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/UI/mountTableOnly.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/UI/mountTableUI.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/UI/mountVertical.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/Utils/normalizeConfig.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/Utils/prepareColumnsBundle.js +0 -26
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/Utils/tableHelpers.js +0 -24
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/Utils/validateConfig.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/Utils/validateEndpoints.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/Utils/validateOptions.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/Utils/validateRequired.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/ai.js +0 -164
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/entry.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/tableStore.js +0 -79
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V21/uiClasses.js +0 -22
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildHeader/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildHeader/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildHeader/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildHeader/start.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildHeader/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/initRender.js +0 -97
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTableOnly/start.js +0 -49
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/initRender.js +0 -118
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildTotal/start.js +0 -80
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildForm/V3/clearFormInputs.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildForm/V3/createInputRow.js +0 -76
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildForm/V3/focusFirstInput.js +0 -10
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildForm/start.js +0 -69
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/initRender.js +0 -70
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/BuildVertical/start.js +0 -80
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/Core/applyMode.js +0 -41
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/Core/loadDataFlow.js +0 -24
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/Core/loadVerticalOnly.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/DataLayer/loadInitialData.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/DomManipulation/start.js +0 -45
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/FocusSet/V1/focusSet.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/FocusSet/V2/focusSet.js +0 -44
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/HtmlState/start.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/SearchTable/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/SearchTable/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/SearchTable/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/SearchTable/start.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/SearchTable/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/Services/buildUrlWithParams.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/Services/createItem.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/Services/createServices.js +0 -51
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/Services/dataListLoader.js +0 -17
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/Services/deleteItem.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/Services/findItem.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/Services/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/Services/getData.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/Services/setupServices.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/Services/updateItem.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/TableStore/V1/columnStore.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/TableStore/V1/dataStore.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/TableStore/V1/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/TableStore/V1/start.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/TableStore/V2/columnStore.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/TableStore/V2/dataStore.js +0 -45
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/TableStore/V2/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/TableStore/V2/start.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/UI/mountTableOnly.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/UI/mountTableUI.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/UI/mountVertical.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/Utils/normalizeConfig.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/Utils/prepareColumnsBundle.js +0 -26
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/Utils/tableHelpers.js +0 -24
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/Utils/validateConfig.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/Utils/validateEndpoints.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/Utils/validateOptions.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/Utils/validateRequired.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/ai.js +0 -165
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/entry.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/tableStore.js +0 -79
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V22/uiClasses.js +0 -22
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildHeader/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildHeader/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildHeader/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildHeader/start.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildHeader/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/initRender.js +0 -97
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTableOnly/start.js +0 -49
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -31
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -24
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -72
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/init.js +0 -62
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/initRender.js +0 -118
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildTotal/start.js +0 -80
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildForm/V3/clearFormInputs.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildForm/V3/createInputRow.js +0 -76
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildForm/V3/focusFirstInput.js +0 -10
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildForm/start.js +0 -69
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/initRender.js +0 -70
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/BuildVertical/start.js +0 -80
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/Core/applyMode.js +0 -41
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/Core/loadDataFlow.js +0 -24
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/Core/loadVerticalOnly.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/DataLayer/loadInitialData.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/DomManipulation/start.js +0 -45
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/FocusSet/V1/focusSet.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/FocusSet/V2/focusSet.js +0 -44
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/HtmlState/start.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/SearchTable/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/SearchTable/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/SearchTable/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/SearchTable/start.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/SearchTable/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/Services/buildUrlWithParams.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/Services/createItem.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/Services/createServices.js +0 -51
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/Services/dataListLoader.js +0 -17
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/Services/deleteItem.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/Services/findItem.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/Services/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/Services/getData.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/Services/setupServices.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/Services/updateItem.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/TableStore/V1/columnStore.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/TableStore/V1/dataStore.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/TableStore/V1/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/TableStore/V1/start.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/TableStore/V2/columnStore.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/TableStore/V2/dataStore.js +0 -45
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/TableStore/V2/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/TableStore/V2/start.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/UI/mountTableOnly.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/UI/mountTableUI.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/UI/mountVertical.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/Utils/normalizeConfig.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/Utils/prepareColumnsBundle.js +0 -26
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/Utils/tableHelpers.js +0 -24
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/Utils/validateConfig.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/Utils/validateEndpoints.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/Utils/validateOptions.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/Utils/validateRequired.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/ai.js +0 -165
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/entry.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/tableStore.js +0 -79
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V23/uiClasses.js +0 -22
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildHeader/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildHeader/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildHeader/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildHeader/start.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildHeader/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -47
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/init.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/initRender.js +0 -97
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnly/start.js +0 -49
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -47
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -47
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/init.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/initRender.js +0 -97
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/start.js +0 -49
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -31
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -24
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -72
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/init.js +0 -62
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/initRender.js +0 -118
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildTotal/start.js +0 -80
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildForm/V3/clearFormInputs.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildForm/V3/createInputRow.js +0 -76
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildForm/V3/focusFirstInput.js +0 -10
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildForm/start.js +0 -69
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/initRender.js +0 -70
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/BuildVertical/start.js +0 -80
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/Core/applyMode.js +0 -41
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/Core/loadDataFlow.js +0 -24
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/Core/loadVerticalOnly.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/DataLayer/loadInitialData.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/DomManipulation/start.js +0 -45
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/FocusSet/V1/focusSet.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/FocusSet/V2/focusSet.js +0 -44
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/HtmlState/start.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/SearchTable/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/SearchTable/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/SearchTable/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/SearchTable/start.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/SearchTable/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/Services/buildUrlWithParams.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/Services/createItem.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/Services/createServices.js +0 -51
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/Services/dataListLoader.js +0 -17
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/Services/deleteItem.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/Services/findItem.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/Services/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/Services/getData.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/Services/setupServices.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/Services/updateItem.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/TableStore/V1/columnStore.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/TableStore/V1/dataStore.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/TableStore/V1/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/TableStore/V1/start.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/TableStore/V2/columnStore.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/TableStore/V2/dataStore.js +0 -45
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/TableStore/V2/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/TableStore/V2/start.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/UI/mountTableOnly.js +0 -72
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/UI/mountTableUI.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/UI/mountVertical.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/Utils/normalizeConfig.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/Utils/prepareColumnsBundle.js +0 -26
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/Utils/tableHelpers.js +0 -24
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/Utils/validateConfig.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/Utils/validateEndpoints.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/Utils/validateOptions.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/Utils/validateRequired.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/ai.js +0 -165
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/entry.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/tableStore.js +0 -79
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V24/uiClasses.js +0 -31
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildHeader/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildHeader/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildHeader/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildHeader/start.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildHeader/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -47
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/init.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/initRender.js +0 -97
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnly/start.js +0 -49
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -47
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -47
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/init.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/initRender.js +0 -97
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/start.js +0 -49
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -31
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -24
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -72
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/init.js +0 -62
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/initRender.js +0 -118
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildTotal/start.js +0 -80
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildForm/V3/clearFormInputs.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildForm/V3/createInputRow.js +0 -76
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildForm/V3/focusFirstInput.js +0 -10
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildForm/start.js +0 -69
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/initRender.js +0 -70
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/BuildVertical/start.js +0 -80
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/Core/applyMode.js +0 -41
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/Core/loadDataFlow.js +0 -24
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/Core/loadVerticalOnly.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/DataLayer/loadInitialData.js +0 -48
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/DomManipulation/start.js +0 -45
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/FocusSet/V1/focusSet.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/FocusSet/V2/focusSet.js +0 -44
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/HtmlState/start.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/SearchTable/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/SearchTable/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/SearchTable/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/SearchTable/start.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/SearchTable/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/Services/buildUrlWithParams.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/Services/createItem.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/Services/createServices.js +0 -51
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/Services/dataListLoader.js +0 -17
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/Services/deleteItem.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/Services/findItem.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/Services/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/Services/getData.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/Services/setupServices.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/Services/updateItem.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/TableStore/V1/columnStore.js +0 -13
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/TableStore/V1/dataStore.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/TableStore/V1/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/TableStore/V1/start.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/TableStore/V2/columnStore.js +0 -25
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/TableStore/V2/dataStore.js +0 -45
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/TableStore/V2/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/TableStore/V2/start.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/UI/builders/buildDataListContainer.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/UI/builders/buildHeaderRow.js +0 -77
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/UI/builders/buildTableShell.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/UI/compose/buildFullUI.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/UI/mountTableOnly.js +0 -38
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/UI/mountTableUI.js +0 -28
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/UI/mountVertical.js +0 -36
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/Utils/normalizeConfig.js +0 -27
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/Utils/prepareColumnsBundle.js +0 -26
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/Utils/tableHelpers.js +0 -24
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/Utils/validateConfig.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/Utils/validateEndpoints.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/Utils/validateOptions.js +0 -21
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/Utils/validateRequired.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/ai.js +0 -165
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/entry.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/tableStore.js +0 -79
- package/bin/v12/commands/tally/template/v3/Public/KSTableAi/V25/uiClasses.js +0 -31
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/For200Res/entryFile.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/entryFile.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/status200.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/status401.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/status409.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/url.json +0 -4
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/fetchFuncs.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/getUrl.json +0 -3
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/start.js +0 -10
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/entryFile.js +0 -11
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/status200.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/status401.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/status409.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/url.json +0 -4
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/fetchFuncs.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/getUrl.json +0 -3
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/start.js +0 -10
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/clickFunc.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/start.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/LedgersHtmlId/clickFunc.js +0 -101
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/LedgersHtmlId/start.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/StockItemsHtmlId/clickFunc.js +0 -87
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/StockItemsHtmlId/start.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/buildHeader.js +0 -55
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/buildLedgersMenuItem.js +0 -51
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/buildMenuItem.js +0 -121
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/buildMenuItemV1.js +0 -149
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/buildMenuItemV2.js +0 -66
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/runAfterDomLoad.js +0 -10
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/start.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/start.js +0 -5
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/Index/start.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/Tally/Masters/V6/Ledgers/index.html +0 -78
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/Create/Index/FormLoad/DomContentLoaded/buildHeader.js +0 -71
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/Create/Index/FormLoad/DomContentLoaded/buildMenuItem.js +0 -121
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/Create/Index/FormLoad/DomContentLoaded/start.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/Create/Index/FormLoad/start.js +0 -5
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/Create/Index/start.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/Create/index.html +0 -79
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/For200Res/entryFile.js +0 -6
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/entryFile.js +0 -24
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/status200.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/status401.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/status409.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/url.json +0 -4
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/deleteFunc.js +0 -17
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/getUrl.json +0 -3
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/start.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/runAfterDomLoad.js +0 -89
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/start.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/Delete/Index/FormLoad/start.js +0 -5
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/Delete/Index/start.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/Delete/index.html +0 -141
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/start.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/entryFile.js +0 -12
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/status200.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/status401.js +0 -23
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/status409.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/url.json +0 -4
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/fetchFuncs.js +0 -15
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/getUrl.json +0 -3
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/start.js +0 -10
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/clickFunc.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/start.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/start.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/start.js +0 -5
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/WithSubTable/Index/start.js +0 -7
- package/bin/v12/commands/tally/template/v3/Public/Tally/Transactions/V3/WithSubTable/index.html +0 -179
- package/bin/v12/commands/tally/template/v3/Public/header/v1/buildMenuItem.js +0 -16
- package/bin/v12/commands/tally/template/v3/Public/header/v1/createAnchor.js +0 -10
- package/bin/v12/commands/tally/template/v3/Public/header/v1/createIcon.js +0 -19
- package/bin/v12/commands/tally/template/v3/Public/header/v1/createLabel.js +0 -9
- package/bin/v12/commands/tally/template/v3/Public/header/v1/createLi.js +0 -5
- package/bin/v12/commands/tally/template/v3/Public/header/v1/initHeader.js +0 -33
- package/bin/v12/commands/tally/template/v3/V7/BillsTable/InsertToTally/Service/PrepareDataObject/ForInventory/entryFile.js +0 -24
- package/bin/v12/commands/tally/template/v3/V7/BillsTable/InsertToTally/Service/PrepareDataObject/ForInventory/prepareInventory.js +0 -78
- package/bin/v12/commands/tally/template/v3/V7/BillsTable/InsertToTally/Service/PrepareDataObject/ForLedger/entryFile.js +0 -46
- package/bin/v12/commands/tally/template/v3/V7/BillsTable/InsertToTally/Service/PrepareDataObject/ForLedger/prepareLedger.js +0 -17
- package/bin/v12/commands/tally/template/v3/V7/BillsTable/InsertToTally/Service/PrepareDataObject/ReadClientData/entryFile.js +0 -49
- package/bin/v12/commands/tally/template/v3/V7/BillsTable/InsertToTally/Service/PrepareDataObject/ReadClientData/items.json +0 -16
- package/bin/v12/commands/tally/template/v3/V7/BillsTable/InsertToTally/Service/PrepareDataObject/entryFile.js +0 -17
- package/bin/v12/commands/tally/template/v3/V7/BillsTable/InsertToTally/Service/PrepareDataObject/prepareClientData.js +0 -57
- package/bin/v12/commands/tally/template/v3/V7/BillsTable/InsertToTally/Service/PrepareDataObject/prepareTallyJson/entryFile.js +0 -18
- package/bin/v12/commands/tally/template/v3/V7/BillsTable/InsertToTally/Service/PullForeignTableData/entryFile.js +0 -42
- package/bin/v12/commands/tally/template/v3/V7/BillsTable/InsertToTally/Service/entryFile.js +0 -26
- package/bin/v12/commands/tally/template/v3/V7/BillsTable/InsertToTally/Service/sendToTally.js +0 -16
- package/bin/v12/commands/tally/template/v3/V7/BillsTable/InsertToTally/errors.js +0 -11
- package/bin/v12/commands/tally/template/v3/V7/BillsTable/InsertToTally/service.js +0 -42
- package/bin/v12/commands/tally/template/v3/V7/BillsTable/routes.js +0 -7
- package/bin/v12/commands/tally/template/v3/app.js +0 -27
- package/bin/v12/commands/tally/template/v3/config.json +0 -4
- package/bin/v12/commands/tally/template/v3/configLoader.js +0 -6
- package/bin/v12/commands/tally/template/v3/package-lock.json +0 -2758
- package/bin/v12/commands/tally/template/v3/package.json +0 -20
- package/bin/v12/commands/tally/template/v3/port.js +0 -6
- package/bin/v12/commands/tally/template/v3/routes.js +0 -5
- package/bin/v12/commands/tally/template/v3/server.js +0 -13
- package/bin/v12/commands/tally/template/v4/.env +0 -9
- package/bin/v12/commands/tally/template/v4/.env.local +0 -7
- package/bin/v12/commands/tally/template/v4/.vscode/launch.json +0 -12
- package/bin/v12/commands/tally/template/v4/Api/V1/BillsTable/Config/schema.json +0 -3
- package/bin/v12/commands/tally/template/v4/Api/V1/BillsTable/Find/controller.js +0 -27
- package/bin/v12/commands/tally/template/v4/Api/V1/BillsTable/Find/errors.js +0 -11
- package/bin/v12/commands/tally/template/v4/Api/V1/BillsTable/Find/middleware.js +0 -19
- package/bin/v12/commands/tally/template/v4/Api/V1/BillsTable/Find/rest.http +0 -1
- package/bin/v12/commands/tally/template/v4/Api/V1/BillsTable/Find/service.js +0 -11
- package/bin/v12/commands/tally/template/v4/Api/V1/BillsTable/Insert/controller.js +0 -24
- package/bin/v12/commands/tally/template/v4/Api/V1/BillsTable/Insert/errors.js +0 -11
- package/bin/v12/commands/tally/template/v4/Api/V1/BillsTable/Insert/middleware.js +0 -19
- package/bin/v12/commands/tally/template/v4/Api/V1/BillsTable/Insert/rest.http +0 -12
- package/bin/v12/commands/tally/template/v4/Api/V1/BillsTable/Insert/service.js +0 -11
- package/bin/v12/commands/tally/template/v4/Api/V1/BillsTable/end-points.js +0 -11
- package/bin/v12/commands/tally/template/v4/Api/V1/ItemsTable/Config/schema.json +0 -3
- package/bin/v12/commands/tally/template/v4/Api/V1/ItemsTable/FilterColumns/controller.js +0 -27
- package/bin/v12/commands/tally/template/v4/Api/V1/ItemsTable/FilterColumns/errors.js +0 -11
- package/bin/v12/commands/tally/template/v4/Api/V1/ItemsTable/FilterColumns/middleware.js +0 -19
- package/bin/v12/commands/tally/template/v4/Api/V1/ItemsTable/FilterColumns/rest.http +0 -1
- package/bin/v12/commands/tally/template/v4/Api/V1/ItemsTable/FilterColumns/service.js +0 -9
- package/bin/v12/commands/tally/template/v4/Api/V1/ItemsTable/Insert/controller.js +0 -24
- package/bin/v12/commands/tally/template/v4/Api/V1/ItemsTable/Insert/errors.js +0 -11
- package/bin/v12/commands/tally/template/v4/Api/V1/ItemsTable/Insert/middleware.js +0 -19
- package/bin/v12/commands/tally/template/v4/Api/V1/ItemsTable/Insert/rest.http +0 -13
- package/bin/v12/commands/tally/template/v4/Api/V1/ItemsTable/Insert/service.js +0 -11
- package/bin/v12/commands/tally/template/v4/Api/V1/ItemsTable/end-points.js +0 -11
- package/bin/v12/commands/tally/template/v4/Api/V1/LedgerNames/Config/schema.json +0 -3
- package/bin/v12/commands/tally/template/v4/Api/V1/LedgerNames/ShowAll/controller.js +0 -21
- package/bin/v12/commands/tally/template/v4/Api/V1/LedgerNames/ShowAll/errors.js +0 -11
- package/bin/v12/commands/tally/template/v4/Api/V1/LedgerNames/ShowAll/rest.http +0 -1
- package/bin/v12/commands/tally/template/v4/Api/V1/LedgerNames/ShowAll/service.js +0 -9
- package/bin/v12/commands/tally/template/v4/Api/V1/LedgerNames/end-points.js +0 -9
- package/bin/v12/commands/tally/template/v4/Api/V1/StockItems/Config/schema.json +0 -3
- package/bin/v12/commands/tally/template/v4/Api/V1/StockItems/ShowAll/controller.js +0 -21
- package/bin/v12/commands/tally/template/v4/Api/V1/StockItems/ShowAll/errors.js +0 -11
- package/bin/v12/commands/tally/template/v4/Api/V1/StockItems/ShowAll/rest.http +0 -1
- package/bin/v12/commands/tally/template/v4/Api/V1/StockItems/ShowAll/service.js +0 -9
- package/bin/v12/commands/tally/template/v4/Api/V1/StockItems/end-points.js +0 -9
- package/bin/v12/commands/tally/template/v4/Api/V1/routes.js +0 -13
- package/bin/v12/commands/tally/template/v4/Api/routes.js +0 -7
- package/bin/v12/commands/tally/template/v4/Config/Schemas/BillsTable.json +0 -165
- package/bin/v12/commands/tally/template/v4/Config/Schemas/ItemsTable.json +0 -200
- package/bin/v12/commands/tally/template/v4/Config/Schemas/LedgerNames.json +0 -60
- package/bin/v12/commands/tally/template/v4/Config/Schemas/StockItems.json +0 -85
- package/bin/v12/commands/tally/template/v4/Config/api.json +0 -8
- package/bin/v12/commands/tally/template/v4/Config/schema.json +0 -8
- package/bin/v12/commands/tally/template/v4/Config/ui.json +0 -8
- package/bin/v12/commands/tally/template/v4/FromTally/V1/LedgerNames/Config/schema.json +0 -3
- package/bin/v12/commands/tally/template/v4/FromTally/V1/LedgerNames/Transform/controller.js +0 -21
- package/bin/v12/commands/tally/template/v4/FromTally/V1/LedgerNames/Transform/errors.js +0 -11
- package/bin/v12/commands/tally/template/v4/FromTally/V1/LedgerNames/Transform/restNew.http +0 -1
- package/bin/v12/commands/tally/template/v4/FromTally/V1/LedgerNames/Transform/routes.js +0 -11
- package/bin/v12/commands/tally/template/v4/FromTally/V1/LedgerNames/Transform/service.js +0 -24
- package/bin/v12/commands/tally/template/v4/FromTally/V1/LedgerNames/end-points.js +0 -9
- package/bin/v12/commands/tally/template/v4/FromTally/V1/StockItems/Config/schema.json +0 -3
- package/bin/v12/commands/tally/template/v4/FromTally/V1/StockItems/Transform/controller.js +0 -21
- package/bin/v12/commands/tally/template/v4/FromTally/V1/StockItems/Transform/errors.js +0 -11
- package/bin/v12/commands/tally/template/v4/FromTally/V1/StockItems/Transform/restNew.http +0 -1
- package/bin/v12/commands/tally/template/v4/FromTally/V1/StockItems/Transform/routes.js +0 -11
- package/bin/v12/commands/tally/template/v4/FromTally/V1/StockItems/Transform/service.js +0 -42
- package/bin/v12/commands/tally/template/v4/FromTally/V1/StockItems/end-points.js +0 -9
- package/bin/v12/commands/tally/template/v4/FromTally/V1/routes.js +0 -11
- package/bin/v12/commands/tally/template/v4/FromTally/routes.js +0 -8
- package/bin/v12/commands/tally/template/v4/Import/Templates/inventory.json +0 -121
- package/bin/v12/commands/tally/template/v4/Import/Templates/ledgers.json +0 -28
- package/bin/v12/commands/tally/template/v4/Import/Templates/main.json +0 -224
- package/bin/v12/commands/tally/template/v4/Import/Templates/template.json +0 -224
- package/bin/v12/commands/tally/template/v4/Import/ledgers.json +0 -17
- package/bin/v12/commands/tally/template/v4/Import/staticVariables.json +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildHeader/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildHeader/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildHeader/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildHeader/start.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildHeader/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/initRender.js +0 -97
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTableOnly/start.js +0 -49
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/initRender.js +0 -118
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildTotal/start.js +0 -80
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildForm/V3/clearFormInputs.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildForm/V3/createInputRow.js +0 -76
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildForm/V3/focusFirstInput.js +0 -10
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildForm/start.js +0 -69
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/initRender.js +0 -70
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/BuildVertical/start.js +0 -80
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/Core/applyMode.js +0 -41
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/Core/loadDataFlow.js +0 -24
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/DataLayer/loadInitialData.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/DomManipulation/start.js +0 -45
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/FocusSet/V1/focusSet.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/FocusSet/V2/focusSet.js +0 -44
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/HtmlState/start.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/SearchTable/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/SearchTable/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/SearchTable/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/SearchTable/start.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/SearchTable/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/Services/buildUrlWithParams.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/Services/createItem.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/Services/createServices.js +0 -51
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/Services/dataListLoader.js +0 -17
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/Services/deleteItem.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/Services/findItem.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/Services/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/Services/getData.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/Services/setupServices.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/Services/updateItem.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/TableStore/V1/columnStore.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/TableStore/V1/dataStore.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/TableStore/V1/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/TableStore/V1/start.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/TableStore/V2/columnStore.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/TableStore/V2/dataStore.js +0 -45
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/TableStore/V2/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/TableStore/V2/start.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/UI/mountTableOnly.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/UI/mountTableUI.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/UI/mountVertical.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/Utils/normalizeConfig.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/Utils/prepareColumnsBundle.js +0 -26
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/Utils/tableHelpers.js +0 -24
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/Utils/validateConfig.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/Utils/validateEndpoints.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/Utils/validateOptions.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/Utils/validateRequired.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/ai.js +0 -164
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/entry.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/tableStore.js +0 -79
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V21/uiClasses.js +0 -22
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildHeader/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildHeader/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildHeader/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildHeader/start.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildHeader/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/initRender.js +0 -97
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTableOnly/start.js +0 -49
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/initRender.js +0 -118
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildTotal/start.js +0 -80
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildForm/V3/clearFormInputs.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildForm/V3/createInputRow.js +0 -76
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildForm/V3/focusFirstInput.js +0 -10
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildForm/start.js +0 -69
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/initRender.js +0 -70
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/BuildVertical/start.js +0 -80
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/Core/applyMode.js +0 -41
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/Core/loadDataFlow.js +0 -24
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/Core/loadVerticalOnly.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/DataLayer/loadInitialData.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/DomManipulation/start.js +0 -45
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/FocusSet/V1/focusSet.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/FocusSet/V2/focusSet.js +0 -44
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/HtmlState/start.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/SearchTable/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/SearchTable/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/SearchTable/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/SearchTable/start.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/SearchTable/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/Services/buildUrlWithParams.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/Services/createItem.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/Services/createServices.js +0 -51
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/Services/dataListLoader.js +0 -17
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/Services/deleteItem.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/Services/findItem.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/Services/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/Services/getData.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/Services/setupServices.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/Services/updateItem.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/TableStore/V1/columnStore.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/TableStore/V1/dataStore.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/TableStore/V1/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/TableStore/V1/start.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/TableStore/V2/columnStore.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/TableStore/V2/dataStore.js +0 -45
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/TableStore/V2/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/TableStore/V2/start.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/UI/mountTableOnly.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/UI/mountTableUI.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/UI/mountVertical.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/Utils/normalizeConfig.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/Utils/prepareColumnsBundle.js +0 -26
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/Utils/tableHelpers.js +0 -24
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/Utils/validateConfig.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/Utils/validateEndpoints.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/Utils/validateOptions.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/Utils/validateRequired.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/ai.js +0 -165
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/entry.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/tableStore.js +0 -79
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V22/uiClasses.js +0 -22
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildHeader/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildHeader/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildHeader/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildHeader/start.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildHeader/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/initRender.js +0 -97
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTableOnly/start.js +0 -49
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -31
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -24
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -72
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/init.js +0 -62
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/initRender.js +0 -118
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildTotal/start.js +0 -80
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildForm/V3/clearFormInputs.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildForm/V3/createInputRow.js +0 -76
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildForm/V3/focusFirstInput.js +0 -10
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildForm/start.js +0 -69
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/initRender.js +0 -70
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/BuildVertical/start.js +0 -80
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/Core/applyMode.js +0 -41
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/Core/loadDataFlow.js +0 -24
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/Core/loadVerticalOnly.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/DataLayer/loadInitialData.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/DomManipulation/start.js +0 -45
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/FocusSet/V1/focusSet.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/FocusSet/V2/focusSet.js +0 -44
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/HtmlState/start.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/SearchTable/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/SearchTable/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/SearchTable/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/SearchTable/start.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/SearchTable/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/Services/buildUrlWithParams.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/Services/createItem.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/Services/createServices.js +0 -51
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/Services/dataListLoader.js +0 -17
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/Services/deleteItem.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/Services/findItem.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/Services/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/Services/getData.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/Services/setupServices.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/Services/updateItem.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/TableStore/V1/columnStore.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/TableStore/V1/dataStore.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/TableStore/V1/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/TableStore/V1/start.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/TableStore/V2/columnStore.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/TableStore/V2/dataStore.js +0 -45
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/TableStore/V2/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/TableStore/V2/start.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/UI/mountTableOnly.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/UI/mountTableUI.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/UI/mountVertical.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/Utils/normalizeConfig.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/Utils/prepareColumnsBundle.js +0 -26
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/Utils/tableHelpers.js +0 -24
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/Utils/validateConfig.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/Utils/validateEndpoints.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/Utils/validateOptions.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/Utils/validateRequired.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/ai.js +0 -165
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/entry.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/tableStore.js +0 -79
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V23/uiClasses.js +0 -22
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildHeader/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildHeader/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildHeader/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildHeader/start.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildHeader/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -47
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/init.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/initRender.js +0 -97
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnly/start.js +0 -49
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -47
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -47
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/init.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/initRender.js +0 -97
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/start.js +0 -49
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -31
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -24
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -72
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/init.js +0 -62
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/initRender.js +0 -118
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildTotal/start.js +0 -80
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildForm/V3/clearFormInputs.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildForm/V3/createInputRow.js +0 -76
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildForm/V3/focusFirstInput.js +0 -10
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildForm/start.js +0 -69
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/initRender.js +0 -70
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/BuildVertical/start.js +0 -80
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/Core/applyMode.js +0 -41
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/Core/loadDataFlow.js +0 -24
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/Core/loadVerticalOnly.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/DataLayer/loadInitialData.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/DomManipulation/start.js +0 -45
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/FocusSet/V1/focusSet.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/FocusSet/V2/focusSet.js +0 -44
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/HtmlState/start.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/SearchTable/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/SearchTable/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/SearchTable/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/SearchTable/start.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/SearchTable/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/Services/buildUrlWithParams.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/Services/createItem.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/Services/createServices.js +0 -51
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/Services/dataListLoader.js +0 -17
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/Services/deleteItem.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/Services/findItem.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/Services/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/Services/getData.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/Services/setupServices.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/Services/updateItem.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/TableStore/V1/columnStore.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/TableStore/V1/dataStore.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/TableStore/V1/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/TableStore/V1/start.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/TableStore/V2/columnStore.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/TableStore/V2/dataStore.js +0 -45
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/TableStore/V2/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/TableStore/V2/start.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/UI/mountTableOnly.js +0 -72
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/UI/mountTableUI.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/UI/mountVertical.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/Utils/normalizeConfig.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/Utils/prepareColumnsBundle.js +0 -26
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/Utils/tableHelpers.js +0 -24
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/Utils/validateConfig.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/Utils/validateEndpoints.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/Utils/validateOptions.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/Utils/validateRequired.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/ai.js +0 -165
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/entry.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/tableStore.js +0 -79
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V24/uiClasses.js +0 -31
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildHeader/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildHeader/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildHeader/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildHeader/start.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildHeader/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -47
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/init.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/initRender.js +0 -97
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnly/start.js +0 -49
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -47
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -47
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/init.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/initRender.js +0 -97
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/start.js +0 -49
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -31
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -24
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -72
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/init.js +0 -62
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/initRender.js +0 -118
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildTotal/start.js +0 -80
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildForm/V3/clearFormInputs.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildForm/V3/createInputRow.js +0 -76
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildForm/V3/focusFirstInput.js +0 -10
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildForm/start.js +0 -69
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/initRender.js +0 -70
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/BuildVertical/start.js +0 -80
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/Core/applyMode.js +0 -41
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/Core/loadDataFlow.js +0 -24
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/Core/loadVerticalOnly.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/DataLayer/loadInitialData.js +0 -48
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/DomManipulation/start.js +0 -45
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/FocusSet/V1/focusSet.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/FocusSet/V2/focusSet.js +0 -44
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/HtmlState/start.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/SearchTable/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/SearchTable/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/SearchTable/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/SearchTable/start.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/SearchTable/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/Services/buildUrlWithParams.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/Services/createItem.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/Services/createServices.js +0 -51
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/Services/dataListLoader.js +0 -17
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/Services/deleteItem.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/Services/findItem.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/Services/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/Services/getData.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/Services/setupServices.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/Services/updateItem.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/TableStore/V1/columnStore.js +0 -13
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/TableStore/V1/dataStore.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/TableStore/V1/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/TableStore/V1/start.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/TableStore/V2/columnStore.js +0 -25
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/TableStore/V2/dataStore.js +0 -45
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/TableStore/V2/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/TableStore/V2/start.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/UI/builders/buildDataListContainer.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/UI/builders/buildHeaderRow.js +0 -77
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/UI/builders/buildTableShell.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/UI/compose/buildFullUI.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/UI/mountTableOnly.js +0 -38
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/UI/mountTableUI.js +0 -28
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/UI/mountVertical.js +0 -36
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/Utils/normalizeConfig.js +0 -27
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/Utils/prepareColumnsBundle.js +0 -26
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/Utils/tableHelpers.js +0 -24
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/Utils/validateConfig.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/Utils/validateEndpoints.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/Utils/validateOptions.js +0 -21
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/Utils/validateRequired.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/ai.js +0 -165
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/entry.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/tableStore.js +0 -79
- package/bin/v12/commands/tally/template/v4/Public/KSTableAi/V25/uiClasses.js +0 -31
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/For200Res/entryFile.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/entryFile.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/status200.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/status401.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/status409.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/url.json +0 -4
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/fetchFuncs.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/getUrl.json +0 -3
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/start.js +0 -10
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/entryFile.js +0 -11
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/status200.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/status401.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/status409.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/url.json +0 -4
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/fetchFuncs.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/getUrl.json +0 -3
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/start.js +0 -10
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/clickFunc.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/start.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/LedgersHtmlId/clickFunc.js +0 -101
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/LedgersHtmlId/start.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/StockItemsHtmlId/clickFunc.js +0 -87
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/StockItemsHtmlId/start.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/buildHeader.js +0 -55
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/buildLedgersMenuItem.js +0 -51
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/buildMenuItem.js +0 -121
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/buildMenuItemV1.js +0 -149
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/buildMenuItemV2.js +0 -66
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/runAfterDomLoad.js +0 -10
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/start.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/start.js +0 -5
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/Index/start.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/Tally/Masters/V6/Ledgers/index.html +0 -78
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/Create/Index/FormLoad/DomContentLoaded/buildHeader.js +0 -71
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/Create/Index/FormLoad/DomContentLoaded/buildMenuItem.js +0 -121
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/Create/Index/FormLoad/DomContentLoaded/start.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/Create/Index/FormLoad/start.js +0 -5
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/Create/Index/start.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/Create/index.html +0 -79
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/For200Res/entryFile.js +0 -6
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/entryFile.js +0 -24
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/status200.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/status401.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/status409.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/url.json +0 -4
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/deleteFunc.js +0 -17
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/getUrl.json +0 -3
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/start.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/runAfterDomLoad.js +0 -89
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/start.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/Delete/Index/FormLoad/start.js +0 -5
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/Delete/Index/start.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/Delete/index.html +0 -141
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/start.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/entryFile.js +0 -12
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/status200.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/status401.js +0 -23
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/status409.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/url.json +0 -4
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/fetchFuncs.js +0 -15
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/getUrl.json +0 -3
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/start.js +0 -10
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/clickFunc.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/start.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/runAfterDomLoad.js +0 -145
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/start.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/start.js +0 -5
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/WithSubTable/Index/start.js +0 -7
- package/bin/v12/commands/tally/template/v4/Public/Tally/Transactions/V3/WithSubTable/index.html +0 -179
- package/bin/v12/commands/tally/template/v4/Public/header/v1/buildMenuItem.js +0 -16
- package/bin/v12/commands/tally/template/v4/Public/header/v1/createAnchor.js +0 -10
- package/bin/v12/commands/tally/template/v4/Public/header/v1/createIcon.js +0 -19
- package/bin/v12/commands/tally/template/v4/Public/header/v1/createLabel.js +0 -9
- package/bin/v12/commands/tally/template/v4/Public/header/v1/createLi.js +0 -5
- package/bin/v12/commands/tally/template/v4/Public/header/v1/initHeader.js +0 -33
- package/bin/v12/commands/tally/template/v4/V7/BillsTable/InsertToTally/Service/PrepareDataObject/ForInventory/entryFile.js +0 -24
- package/bin/v12/commands/tally/template/v4/V7/BillsTable/InsertToTally/Service/PrepareDataObject/ForInventory/prepareInventory.js +0 -78
- package/bin/v12/commands/tally/template/v4/V7/BillsTable/InsertToTally/Service/PrepareDataObject/ForLedger/entryFile.js +0 -46
- package/bin/v12/commands/tally/template/v4/V7/BillsTable/InsertToTally/Service/PrepareDataObject/ForLedger/prepareLedger.js +0 -17
- package/bin/v12/commands/tally/template/v4/V7/BillsTable/InsertToTally/Service/PrepareDataObject/ReadClientData/entryFile.js +0 -49
- package/bin/v12/commands/tally/template/v4/V7/BillsTable/InsertToTally/Service/PrepareDataObject/ReadClientData/items.json +0 -16
- package/bin/v12/commands/tally/template/v4/V7/BillsTable/InsertToTally/Service/PrepareDataObject/entryFile.js +0 -17
- package/bin/v12/commands/tally/template/v4/V7/BillsTable/InsertToTally/Service/PrepareDataObject/prepareClientData.js +0 -57
- package/bin/v12/commands/tally/template/v4/V7/BillsTable/InsertToTally/Service/PrepareDataObject/prepareTallyJson/entryFile.js +0 -18
- package/bin/v12/commands/tally/template/v4/V7/BillsTable/InsertToTally/Service/PullForeignTableData/entryFile.js +0 -42
- package/bin/v12/commands/tally/template/v4/V7/BillsTable/InsertToTally/Service/entryFile.js +0 -26
- package/bin/v12/commands/tally/template/v4/V7/BillsTable/InsertToTally/Service/sendToTally.js +0 -16
- package/bin/v12/commands/tally/template/v4/V7/BillsTable/InsertToTally/controller.js +0 -23
- package/bin/v12/commands/tally/template/v4/V7/BillsTable/InsertToTally/endpoints.js +0 -11
- package/bin/v12/commands/tally/template/v4/V7/BillsTable/InsertToTally/errors.js +0 -11
- package/bin/v12/commands/tally/template/v4/V7/BillsTable/InsertToTally/restNew.http +0 -1
- package/bin/v12/commands/tally/template/v4/V7/BillsTable/InsertToTally/service.js +0 -42
- package/bin/v12/commands/tally/template/v4/V7/BillsTable/routes.js +0 -7
- package/bin/v12/commands/tally/template/v4/V7/routes.js +0 -8
- package/bin/v12/commands/tally/template/v4/app.js +0 -29
- package/bin/v12/commands/tally/template/v4/config.json +0 -4
- package/bin/v12/commands/tally/template/v4/configLoader.js +0 -6
- package/bin/v12/commands/tally/template/v4/package-lock.json +0 -2771
- package/bin/v12/commands/tally/template/v4/package.json +0 -21
- package/bin/v12/commands/tally/template/v4/port.js +0 -6
- package/bin/v12/commands/tally/template/v4/routes.js +0 -5
- package/bin/v12/commands/tally/template/v4/server.js +0 -13
- package/bin/v12/commands/tally/template/v5/.env +0 -9
- package/bin/v12/commands/tally/template/v5/.env.local +0 -7
- package/bin/v12/commands/tally/template/v5/.vscode/launch.json +0 -12
- package/bin/v12/commands/tally/template/v5/Api/V1/BillsTable/Config/schema.json +0 -3
- package/bin/v12/commands/tally/template/v5/Api/V1/BillsTable/Find/controller.js +0 -27
- package/bin/v12/commands/tally/template/v5/Api/V1/BillsTable/Find/errors.js +0 -11
- package/bin/v12/commands/tally/template/v5/Api/V1/BillsTable/Find/middleware.js +0 -19
- package/bin/v12/commands/tally/template/v5/Api/V1/BillsTable/Find/rest.http +0 -1
- package/bin/v12/commands/tally/template/v5/Api/V1/BillsTable/Find/service.js +0 -11
- package/bin/v12/commands/tally/template/v5/Api/V1/BillsTable/Insert/controller.js +0 -24
- package/bin/v12/commands/tally/template/v5/Api/V1/BillsTable/Insert/errors.js +0 -11
- package/bin/v12/commands/tally/template/v5/Api/V1/BillsTable/Insert/middleware.js +0 -19
- package/bin/v12/commands/tally/template/v5/Api/V1/BillsTable/Insert/rest.http +0 -12
- package/bin/v12/commands/tally/template/v5/Api/V1/BillsTable/Insert/service.js +0 -11
- package/bin/v12/commands/tally/template/v5/Api/V1/BillsTable/end-points.js +0 -11
- package/bin/v12/commands/tally/template/v5/Api/V1/ItemsTable/Config/schema.json +0 -3
- package/bin/v12/commands/tally/template/v5/Api/V1/ItemsTable/FilterColumns/controller.js +0 -27
- package/bin/v12/commands/tally/template/v5/Api/V1/ItemsTable/FilterColumns/errors.js +0 -11
- package/bin/v12/commands/tally/template/v5/Api/V1/ItemsTable/FilterColumns/middleware.js +0 -19
- package/bin/v12/commands/tally/template/v5/Api/V1/ItemsTable/FilterColumns/rest.http +0 -1
- package/bin/v12/commands/tally/template/v5/Api/V1/ItemsTable/FilterColumns/service.js +0 -9
- package/bin/v12/commands/tally/template/v5/Api/V1/ItemsTable/Insert/controller.js +0 -24
- package/bin/v12/commands/tally/template/v5/Api/V1/ItemsTable/Insert/errors.js +0 -11
- package/bin/v12/commands/tally/template/v5/Api/V1/ItemsTable/Insert/middleware.js +0 -19
- package/bin/v12/commands/tally/template/v5/Api/V1/ItemsTable/Insert/rest.http +0 -13
- package/bin/v12/commands/tally/template/v5/Api/V1/ItemsTable/Insert/service.js +0 -11
- package/bin/v12/commands/tally/template/v5/Api/V1/ItemsTable/end-points.js +0 -11
- package/bin/v12/commands/tally/template/v5/Api/V1/LedgerNames/Config/schema.json +0 -3
- package/bin/v12/commands/tally/template/v5/Api/V1/LedgerNames/ShowAll/controller.js +0 -21
- package/bin/v12/commands/tally/template/v5/Api/V1/LedgerNames/ShowAll/errors.js +0 -11
- package/bin/v12/commands/tally/template/v5/Api/V1/LedgerNames/ShowAll/rest.http +0 -1
- package/bin/v12/commands/tally/template/v5/Api/V1/LedgerNames/ShowAll/service.js +0 -9
- package/bin/v12/commands/tally/template/v5/Api/V1/LedgerNames/end-points.js +0 -9
- package/bin/v12/commands/tally/template/v5/Api/V1/StockItems/Config/schema.json +0 -3
- package/bin/v12/commands/tally/template/v5/Api/V1/StockItems/ShowAll/controller.js +0 -21
- package/bin/v12/commands/tally/template/v5/Api/V1/StockItems/ShowAll/errors.js +0 -11
- package/bin/v12/commands/tally/template/v5/Api/V1/StockItems/ShowAll/rest.http +0 -1
- package/bin/v12/commands/tally/template/v5/Api/V1/StockItems/ShowAll/service.js +0 -9
- package/bin/v12/commands/tally/template/v5/Api/V1/StockItems/end-points.js +0 -9
- package/bin/v12/commands/tally/template/v5/Api/V1/routes.js +0 -13
- package/bin/v12/commands/tally/template/v5/Api/routes.js +0 -7
- package/bin/v12/commands/tally/template/v5/Config/Schemas/BillsTable.json +0 -165
- package/bin/v12/commands/tally/template/v5/Config/Schemas/ItemsTable.json +0 -200
- package/bin/v12/commands/tally/template/v5/Config/Schemas/LedgerNames.json +0 -60
- package/bin/v12/commands/tally/template/v5/Config/Schemas/StockItems.json +0 -85
- package/bin/v12/commands/tally/template/v5/Config/api.json +0 -8
- package/bin/v12/commands/tally/template/v5/Config/schema.json +0 -8
- package/bin/v12/commands/tally/template/v5/Config/ui.json +0 -8
- package/bin/v12/commands/tally/template/v5/FromTally/V1/LedgerNames/Config/schema.json +0 -3
- package/bin/v12/commands/tally/template/v5/FromTally/V1/LedgerNames/Transform/controller.js +0 -21
- package/bin/v12/commands/tally/template/v5/FromTally/V1/LedgerNames/Transform/errors.js +0 -11
- package/bin/v12/commands/tally/template/v5/FromTally/V1/LedgerNames/Transform/restNew.http +0 -1
- package/bin/v12/commands/tally/template/v5/FromTally/V1/LedgerNames/Transform/routes.js +0 -11
- package/bin/v12/commands/tally/template/v5/FromTally/V1/LedgerNames/Transform/service.js +0 -24
- package/bin/v12/commands/tally/template/v5/FromTally/V1/LedgerNames/end-points.js +0 -9
- package/bin/v12/commands/tally/template/v5/FromTally/V1/StockItems/Config/schema.json +0 -3
- package/bin/v12/commands/tally/template/v5/FromTally/V1/StockItems/Transform/controller.js +0 -21
- package/bin/v12/commands/tally/template/v5/FromTally/V1/StockItems/Transform/errors.js +0 -11
- package/bin/v12/commands/tally/template/v5/FromTally/V1/StockItems/Transform/restNew.http +0 -1
- package/bin/v12/commands/tally/template/v5/FromTally/V1/StockItems/Transform/routes.js +0 -11
- package/bin/v12/commands/tally/template/v5/FromTally/V1/StockItems/Transform/service.js +0 -42
- package/bin/v12/commands/tally/template/v5/FromTally/V1/StockItems/end-points.js +0 -9
- package/bin/v12/commands/tally/template/v5/FromTally/V1/routes.js +0 -11
- package/bin/v12/commands/tally/template/v5/FromTally/routes.js +0 -8
- package/bin/v12/commands/tally/template/v5/Import/Templates/inventory.json +0 -121
- package/bin/v12/commands/tally/template/v5/Import/Templates/ledgers.json +0 -28
- package/bin/v12/commands/tally/template/v5/Import/Templates/main.json +0 -224
- package/bin/v12/commands/tally/template/v5/Import/Templates/template.json +0 -224
- package/bin/v12/commands/tally/template/v5/Import/ledgers.json +0 -17
- package/bin/v12/commands/tally/template/v5/Import/staticVariables.json +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildHeader/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildHeader/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildHeader/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildHeader/start.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildHeader/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/initRender.js +0 -97
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTableOnly/start.js +0 -49
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/initRender.js +0 -118
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildTotal/start.js +0 -80
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildForm/V3/clearFormInputs.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildForm/V3/createInputRow.js +0 -76
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildForm/V3/focusFirstInput.js +0 -10
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildForm/start.js +0 -69
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/initRender.js +0 -70
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/BuildVertical/start.js +0 -80
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/Core/applyMode.js +0 -41
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/Core/loadDataFlow.js +0 -24
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/DataLayer/loadInitialData.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/DomManipulation/start.js +0 -45
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/FocusSet/V1/focusSet.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/FocusSet/V2/focusSet.js +0 -44
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/HtmlState/start.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/SearchTable/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/SearchTable/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/SearchTable/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/SearchTable/start.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/SearchTable/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/Services/buildUrlWithParams.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/Services/createItem.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/Services/createServices.js +0 -51
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/Services/dataListLoader.js +0 -17
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/Services/deleteItem.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/Services/findItem.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/Services/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/Services/getData.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/Services/setupServices.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/Services/updateItem.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/TableStore/V1/columnStore.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/TableStore/V1/dataStore.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/TableStore/V1/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/TableStore/V1/start.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/TableStore/V2/columnStore.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/TableStore/V2/dataStore.js +0 -45
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/TableStore/V2/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/TableStore/V2/start.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/UI/mountTableOnly.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/UI/mountTableUI.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/UI/mountVertical.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/Utils/normalizeConfig.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/Utils/prepareColumnsBundle.js +0 -26
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/Utils/tableHelpers.js +0 -24
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/Utils/validateConfig.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/Utils/validateEndpoints.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/Utils/validateOptions.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/Utils/validateRequired.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/ai.js +0 -164
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/entry.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/tableStore.js +0 -79
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V21/uiClasses.js +0 -22
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildHeader/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildHeader/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildHeader/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildHeader/start.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildHeader/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/initRender.js +0 -97
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTableOnly/start.js +0 -49
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/initRender.js +0 -118
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildTotal/start.js +0 -80
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildForm/V3/clearFormInputs.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildForm/V3/createInputRow.js +0 -76
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildForm/V3/focusFirstInput.js +0 -10
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildForm/start.js +0 -69
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/initRender.js +0 -70
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/BuildVertical/start.js +0 -80
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/Core/applyMode.js +0 -41
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/Core/loadDataFlow.js +0 -24
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/Core/loadVerticalOnly.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/DataLayer/loadInitialData.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/DomManipulation/start.js +0 -45
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/FocusSet/V1/focusSet.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/FocusSet/V2/focusSet.js +0 -44
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/HtmlState/start.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/SearchTable/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/SearchTable/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/SearchTable/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/SearchTable/start.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/SearchTable/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/Services/buildUrlWithParams.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/Services/createItem.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/Services/createServices.js +0 -51
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/Services/dataListLoader.js +0 -17
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/Services/deleteItem.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/Services/findItem.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/Services/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/Services/getData.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/Services/setupServices.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/Services/updateItem.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/TableStore/V1/columnStore.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/TableStore/V1/dataStore.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/TableStore/V1/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/TableStore/V1/start.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/TableStore/V2/columnStore.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/TableStore/V2/dataStore.js +0 -45
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/TableStore/V2/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/TableStore/V2/start.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/UI/mountTableOnly.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/UI/mountTableUI.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/UI/mountVertical.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/Utils/normalizeConfig.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/Utils/prepareColumnsBundle.js +0 -26
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/Utils/tableHelpers.js +0 -24
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/Utils/validateConfig.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/Utils/validateEndpoints.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/Utils/validateOptions.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/Utils/validateRequired.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/ai.js +0 -165
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/entry.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/tableStore.js +0 -79
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V22/uiClasses.js +0 -22
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildHeader/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildHeader/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildHeader/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildHeader/start.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildHeader/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/initRender.js +0 -97
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTableOnly/start.js +0 -49
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -31
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -24
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -72
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/init.js +0 -62
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/initRender.js +0 -118
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildTotal/start.js +0 -80
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildForm/V3/clearFormInputs.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildForm/V3/createInputRow.js +0 -76
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildForm/V3/focusFirstInput.js +0 -10
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildForm/start.js +0 -69
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/initRender.js +0 -70
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/BuildVertical/start.js +0 -80
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/Core/applyMode.js +0 -41
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/Core/loadDataFlow.js +0 -24
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/Core/loadVerticalOnly.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/DataLayer/loadInitialData.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/DomManipulation/start.js +0 -45
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/FocusSet/V1/focusSet.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/FocusSet/V2/focusSet.js +0 -44
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/HtmlState/start.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/SearchTable/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/SearchTable/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/SearchTable/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/SearchTable/start.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/SearchTable/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/Services/buildUrlWithParams.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/Services/createItem.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/Services/createServices.js +0 -51
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/Services/dataListLoader.js +0 -17
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/Services/deleteItem.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/Services/findItem.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/Services/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/Services/getData.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/Services/setupServices.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/Services/updateItem.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/TableStore/V1/columnStore.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/TableStore/V1/dataStore.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/TableStore/V1/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/TableStore/V1/start.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/TableStore/V2/columnStore.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/TableStore/V2/dataStore.js +0 -45
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/TableStore/V2/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/TableStore/V2/start.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/UI/mountTableOnly.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/UI/mountTableUI.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/UI/mountVertical.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/Utils/normalizeConfig.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/Utils/prepareColumnsBundle.js +0 -26
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/Utils/tableHelpers.js +0 -24
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/Utils/validateConfig.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/Utils/validateEndpoints.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/Utils/validateOptions.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/Utils/validateRequired.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/ai.js +0 -165
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/entry.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/tableStore.js +0 -79
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V23/uiClasses.js +0 -22
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildHeader/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildHeader/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildHeader/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildHeader/start.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildHeader/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -47
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/init.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/initRender.js +0 -97
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnly/start.js +0 -49
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -47
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -47
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/init.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/initRender.js +0 -97
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/start.js +0 -49
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -31
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -24
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -72
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/init.js +0 -62
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/initRender.js +0 -118
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildTotal/start.js +0 -80
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildForm/V3/clearFormInputs.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildForm/V3/createInputRow.js +0 -76
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildForm/V3/focusFirstInput.js +0 -10
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildForm/start.js +0 -69
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/initRender.js +0 -70
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/BuildVertical/start.js +0 -80
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/Core/applyMode.js +0 -41
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/Core/loadDataFlow.js +0 -24
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/Core/loadVerticalOnly.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/DataLayer/loadInitialData.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/DomManipulation/start.js +0 -45
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/FocusSet/V1/focusSet.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/FocusSet/V2/focusSet.js +0 -44
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/HtmlState/start.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/SearchTable/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/SearchTable/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/SearchTable/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/SearchTable/start.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/SearchTable/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/Services/buildUrlWithParams.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/Services/createItem.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/Services/createServices.js +0 -51
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/Services/dataListLoader.js +0 -17
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/Services/deleteItem.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/Services/findItem.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/Services/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/Services/getData.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/Services/setupServices.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/Services/updateItem.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/TableStore/V1/columnStore.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/TableStore/V1/dataStore.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/TableStore/V1/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/TableStore/V1/start.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/TableStore/V2/columnStore.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/TableStore/V2/dataStore.js +0 -45
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/TableStore/V2/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/TableStore/V2/start.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/UI/mountTableOnly.js +0 -72
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/UI/mountTableUI.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/UI/mountVertical.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/Utils/normalizeConfig.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/Utils/prepareColumnsBundle.js +0 -26
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/Utils/tableHelpers.js +0 -24
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/Utils/validateConfig.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/Utils/validateEndpoints.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/Utils/validateOptions.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/Utils/validateRequired.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/ai.js +0 -165
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/entry.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/tableStore.js +0 -79
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V24/uiClasses.js +0 -31
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildHeader/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildHeader/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildHeader/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildHeader/start.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildHeader/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -47
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/init.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/initRender.js +0 -97
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnly/start.js +0 -49
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -47
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -47
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/init.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/initRender.js +0 -97
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/start.js +0 -49
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildForm/V3/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildForm/V3/createInputRow.js +0 -71
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildForm/V3/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildForm/start.js +0 -86
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -31
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -24
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -72
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/init.js +0 -62
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/initRender.js +0 -118
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildTotal/start.js +0 -80
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/atThatState.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/createCell.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/createRow.js +0 -35
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/highlight.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/inputFunc.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/multiColumn.js +0 -42
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/orchestrator.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/singleColumn.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/start.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildDataLists/addToDom copy.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildDataLists/addToDom.js +0 -67
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildFirstColumn/TableHeading/start.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildForm/V1/createForm.js +0 -65
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildForm/V2/clearFormInputs.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildForm/V2/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildForm/V2/createButton.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildForm/V2/createForm.js +0 -44
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildForm/V2/createInputRow.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildForm/V2/focusFirstInput.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildForm/V3/clearFormInputs.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildForm/V3/collectFormData.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildForm/V3/createButton.js +0 -30
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildForm/V3/createForm.js +0 -52
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildForm/V3/createInputRow.js +0 -76
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildForm/V3/focusFirstInput.js +0 -10
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildForm/applyProjection.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildForm/start.js +0 -69
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -69
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -43
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/init.js +0 -54
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -34
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -29
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -59
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -40
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -20
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -18
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -71
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -64
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -32
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/init.js +0 -61
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/lockTable.js +0 -17
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/start.js +0 -37
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/afterMutation.js +0 -46
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/initRender.js +0 -70
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/refresh.js +0 -31
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/BuildVertical/start.js +0 -80
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/Core/applyMode.js +0 -41
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/Core/loadDataFlow.js +0 -24
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/Core/loadVerticalOnly.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/DataLayer/loadInitialData.js +0 -48
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/DomManipulation/start.js +0 -45
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/FocusSet/V1/focusSet.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/FocusSet/V2/focusSet.js +0 -44
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/HtmlState/start.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/CreateHeaderCell/createText.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -14
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/CreateHeaderCell/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/insertCells.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/start.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/SearchTable/attachSortHandlers.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/SearchTable/getTHead.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/SearchTable/sortData.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/SearchTable/start.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/SearchTable/updateHeaderUI.js +0 -49
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/Services/buildUrlWithParams.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/Services/createItem.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/Services/createServices.js +0 -51
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/Services/dataListLoader.js +0 -17
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/Services/deleteItem.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/Services/findItem.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/Services/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/Services/getData.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/Services/setupServices.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/Services/updateItem.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/TableStore/V1/columnStore.js +0 -13
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/TableStore/V1/dataStore.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/TableStore/V1/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/TableStore/V1/start.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/TableStore/V2/columnStore.js +0 -25
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/TableStore/V2/dataStore.js +0 -45
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/TableStore/V2/metaStore.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/TableStore/V2/start.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/UI/builders/buildDataListContainer.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/UI/builders/buildHeaderRow.js +0 -77
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/UI/builders/buildTableShell.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/UI/compose/buildFullUI.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/UI/mountTableOnly.js +0 -38
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/UI/mountTableUI.js +0 -28
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/UI/mountVertical.js +0 -36
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/Utils/normalizeConfig.js +0 -27
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/Utils/prepareColumnsBundle.js +0 -26
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/Utils/tableHelpers.js +0 -24
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/Utils/validateConfig.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/Utils/validateEndpoints.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/Utils/validateOptions.js +0 -21
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/Utils/validateRequired.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/ai.js +0 -165
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/entry.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/tableStore.js +0 -79
- package/bin/v12/commands/tally/template/v5/Public/KSTableAi/V25/uiClasses.js +0 -31
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/For200Res/entryFile.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/entryFile.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/status200.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/status401.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/status409.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/url.json +0 -4
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/fetchFuncs.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/getUrl.json +0 -3
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/start.js +0 -10
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/entryFile.js +0 -11
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/status200.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/status401.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/status409.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/url.json +0 -4
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/fetchFuncs.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/getUrl.json +0 -3
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/start.js +0 -10
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/clickFunc.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/start.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/LedgersHtmlId/clickFunc.js +0 -101
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/LedgersHtmlId/start.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/StockItemsHtmlId/clickFunc.js +0 -87
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/StockItemsHtmlId/start.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/start.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/buildHeader.js +0 -55
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/buildLedgersMenuItem.js +0 -51
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/buildMenuItem.js +0 -121
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/buildMenuItemV1.js +0 -149
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/buildMenuItemV2.js +0 -66
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/runAfterDomLoad.js +0 -10
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/start.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/start.js +0 -5
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/Index/start.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/Tally/Masters/V6/Ledgers/index.html +0 -78
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/Create/Index/FormLoad/DomContentLoaded/buildHeader.js +0 -71
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/Create/Index/FormLoad/DomContentLoaded/buildMenuItem.js +0 -121
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/Create/Index/FormLoad/DomContentLoaded/runAfterDomLoad.js +0 -143
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/Create/Index/FormLoad/DomContentLoaded/start.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/Create/Index/FormLoad/start.js +0 -5
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/Create/Index/start.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/Create/index.html +0 -79
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/For200Res/entryFile.js +0 -6
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/entryFile.js +0 -24
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/status200.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/status401.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/status409.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/url.json +0 -4
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/deleteFunc.js +0 -17
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/getUrl.json +0 -3
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/start.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/runAfterDomLoad.js +0 -89
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/start.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/Delete/Index/FormLoad/start.js +0 -5
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/Delete/Index/start.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/Delete/index.html +0 -141
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/start.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/entryFile.js +0 -12
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/status200.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/status401.js +0 -23
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/status409.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/url.json +0 -4
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/fetchFuncs.js +0 -15
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/start.js +0 -10
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/clickFunc.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/start.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/formSearchParamsFunc.js +0 -8
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/runAfterDomLoad.js +0 -145
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/start.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/start.js +0 -5
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/WithSubTable/Index/start.js +0 -7
- package/bin/v12/commands/tally/template/v5/Public/Tally/Transactions/V3/WithSubTable/index.html +0 -179
- package/bin/v12/commands/tally/template/v5/Public/header/v1/buildMenuItem.js +0 -16
- package/bin/v12/commands/tally/template/v5/Public/header/v1/createAnchor.js +0 -10
- package/bin/v12/commands/tally/template/v5/Public/header/v1/createIcon.js +0 -19
- package/bin/v12/commands/tally/template/v5/Public/header/v1/createLabel.js +0 -9
- package/bin/v12/commands/tally/template/v5/Public/header/v1/createLi.js +0 -5
- package/bin/v12/commands/tally/template/v5/Public/header/v1/initHeader.js +0 -33
- package/bin/v12/commands/tally/template/v5/V7/BillsTable/InsertToTally/Service/PrepareDataObject/ForInventory/entryFile.js +0 -24
- package/bin/v12/commands/tally/template/v5/V7/BillsTable/InsertToTally/Service/PrepareDataObject/ForInventory/prepareInventory.js +0 -78
- package/bin/v12/commands/tally/template/v5/V7/BillsTable/InsertToTally/Service/PrepareDataObject/ForLedger/entryFile.js +0 -46
- package/bin/v12/commands/tally/template/v5/V7/BillsTable/InsertToTally/Service/PrepareDataObject/ForLedger/prepareLedger.js +0 -17
- package/bin/v12/commands/tally/template/v5/V7/BillsTable/InsertToTally/Service/PrepareDataObject/ReadClientData/entryFile.js +0 -49
- package/bin/v12/commands/tally/template/v5/V7/BillsTable/InsertToTally/Service/PrepareDataObject/ReadClientData/items.json +0 -16
- package/bin/v12/commands/tally/template/v5/V7/BillsTable/InsertToTally/Service/PrepareDataObject/entryFile.js +0 -17
- package/bin/v12/commands/tally/template/v5/V7/BillsTable/InsertToTally/Service/PrepareDataObject/prepareClientData.js +0 -57
- package/bin/v12/commands/tally/template/v5/V7/BillsTable/InsertToTally/Service/PrepareDataObject/prepareTallyJson/entryFile.js +0 -18
- package/bin/v12/commands/tally/template/v5/V7/BillsTable/InsertToTally/Service/PullForeignTableData/entryFile.js +0 -42
- package/bin/v12/commands/tally/template/v5/V7/BillsTable/InsertToTally/Service/entryFile.js +0 -26
- package/bin/v12/commands/tally/template/v5/V7/BillsTable/InsertToTally/Service/sendToTally.js +0 -16
- package/bin/v12/commands/tally/template/v5/V7/BillsTable/InsertToTally/controller.js +0 -23
- package/bin/v12/commands/tally/template/v5/V7/BillsTable/InsertToTally/endpoints.js +0 -11
- package/bin/v12/commands/tally/template/v5/V7/BillsTable/InsertToTally/errors.js +0 -11
- package/bin/v12/commands/tally/template/v5/V7/BillsTable/InsertToTally/restNew.http +0 -1
- package/bin/v12/commands/tally/template/v5/V7/BillsTable/InsertToTally/service.js +0 -42
- package/bin/v12/commands/tally/template/v5/V7/BillsTable/routes.js +0 -7
- package/bin/v12/commands/tally/template/v5/V7/routes.js +0 -8
- package/bin/v12/commands/tally/template/v5/V8/BillsTable/InsertToTally/Service/PrepareDataObject/ForInventory/entryFile.js +0 -24
- package/bin/v12/commands/tally/template/v5/V8/BillsTable/InsertToTally/Service/PrepareDataObject/ForInventory/prepareInventory.js +0 -78
- package/bin/v12/commands/tally/template/v5/V8/BillsTable/InsertToTally/Service/PrepareDataObject/ForLedger/entryFile.js +0 -46
- package/bin/v12/commands/tally/template/v5/V8/BillsTable/InsertToTally/Service/PrepareDataObject/ForLedger/prepareLedger.js +0 -17
- package/bin/v12/commands/tally/template/v5/V8/BillsTable/InsertToTally/Service/PrepareDataObject/ReadClientData/entryFile.js +0 -49
- package/bin/v12/commands/tally/template/v5/V8/BillsTable/InsertToTally/Service/PrepareDataObject/entryFile.js +0 -17
- package/bin/v12/commands/tally/template/v5/V8/BillsTable/InsertToTally/Service/PrepareDataObject/prepareClientData.js +0 -57
- package/bin/v12/commands/tally/template/v5/V8/BillsTable/InsertToTally/Service/PrepareDataObject/prepareTallyJson/entryFile.js +0 -18
- package/bin/v12/commands/tally/template/v5/V8/BillsTable/InsertToTally/Service/PullForeignTableData/entryFile.js +0 -42
- package/bin/v12/commands/tally/template/v5/V8/BillsTable/InsertToTally/Service/ReadClientData/entryFile.js +0 -49
- package/bin/v12/commands/tally/template/v5/V8/BillsTable/InsertToTally/Service/sendToTally.js +0 -16
- package/bin/v12/commands/tally/template/v5/V8/BillsTable/InsertToTally/controller.js +0 -23
- package/bin/v12/commands/tally/template/v5/V8/BillsTable/InsertToTally/endpoints.js +0 -11
- package/bin/v12/commands/tally/template/v5/V8/BillsTable/InsertToTally/errors.js +0 -11
- package/bin/v12/commands/tally/template/v5/V8/BillsTable/InsertToTally/restNew.http +0 -1
- package/bin/v12/commands/tally/template/v5/V8/BillsTable/InsertToTally/service.js +0 -42
- package/bin/v12/commands/tally/template/v5/V8/BillsTable/routes.js +0 -7
- package/bin/v12/commands/tally/template/v5/V8/routes.js +0 -8
- package/bin/v12/commands/tally/template/v5/app.js +0 -31
- package/bin/v12/commands/tally/template/v5/config.json +0 -4
- package/bin/v12/commands/tally/template/v5/configLoader.js +0 -6
- package/bin/v12/commands/tally/template/v5/port.js +0 -6
- package/bin/v12/commands/tally/template/v5/routes.js +0 -5
- package/bin/v12/commands/tally/template/v5/server.js +0 -13
- package/bin/v12/commands/template/basic/.vscode/launch.json +0 -12
- package/bin/v12/commands/template/basic/Config/Schemas/BillsTable.json +0 -165
- package/bin/v12/commands/template/basic/Config/Schemas/ItemsTable.json +0 -200
- package/bin/v12/commands/template/basic/Config/api.json +0 -8
- package/bin/v12/commands/template/basic/Config/schema.json +0 -8
- package/bin/v12/commands/template/basic/Config/ui.json +0 -8
- package/bin/v12/commands/template/basic/Data/BillsTable.json +0 -165
- package/bin/v12/commands/template/basic/Data/ItemsTable.json +0 -200
- package/bin/v12/commands/template/basic/config.json +0 -4
- package/bin/v12/commands/template/express/.env +0 -8
- package/bin/v12/commands/template/express/.env.local +0 -7
- package/bin/v12/commands/template/express/.vscode/launch.json +0 -12
- package/bin/v12/commands/template/express/Config/api.json +0 -8
- package/bin/v12/commands/template/express/Config/schema.json +0 -8
- package/bin/v12/commands/template/express/Config/ui.json +0 -8
- package/bin/v12/commands/template/express/ForFrontEnd/NonSecured/Builder/build.js +0 -6
- package/bin/v12/commands/template/express/ForFrontEnd/NonSecured/Builder/config.js +0 -12
- package/bin/v12/commands/template/express/ForFrontEnd/NonSecured/Builder/main.js +0 -29
- package/bin/v12/commands/template/express/ForFrontEnd/NonSecured/Builder/publish.js +0 -22
- package/bin/v12/commands/template/express/ForFrontEnd/NonSecured/Builder/repo.js +0 -20
- package/bin/v12/commands/template/express/ForFrontEnd/NonSecured/Builder/schema.js +0 -16
- package/bin/v12/commands/template/express/ForFrontEnd/NonSecured/Builder/utils.js +0 -26
- package/bin/v12/commands/template/express/ForFrontEnd/NonSecured/Builder/version.js +0 -25
- package/bin/v12/commands/template/express/ForFrontEnd/NonSecured/buildAndCopy.js +0 -166
- package/bin/v12/commands/template/express/ForFrontEnd/NonSecured/latestVersion.js +0 -38
- package/bin/v12/commands/template/express/ForFrontEnd/Secured/buildProtected.js +0 -108
- package/bin/v12/commands/template/express/ForFrontEnd/Secured/latestVersion.js +0 -38
- package/bin/v12/commands/template/express/app.js +0 -33
- package/bin/v12/commands/template/express/config.json +0 -4
- /package/bin/{v12 → v13}/commands/exportCommands/express.js +0 -0
- /package/bin/{v12 → v13}/commands/exportCommands/init.js +0 -0
- /package/bin/{v12 → v13}/commands/exportCommands/tally.js +0 -0
- /package/bin/{v12 → v13}/commands/express/steps/announce.js +0 -0
- /package/bin/{v12 → v13}/commands/express/steps/createProject.js +0 -0
- /package/bin/{v12 → v13}/commands/express/steps/locateDestination.js +0 -0
- /package/bin/{v12 → v13}/commands/express/steps/locateSource.js +0 -0
- /package/bin/{v12 → v13}/commands/express/template/v5/.env +0 -0
- /package/bin/{v12/commands/express/template/v1 → v13/commands/express/template/v5}/.env.local +0 -0
- /package/bin/{v12/commands/express/template/v1 → v13/commands/express/template/v5}/.vscode/launch.json +0 -0
- /package/bin/{v12/commands/express/template/v1 → v13/commands/express/template/v5}/Config/Schemas/BillsTable.json +0 -0
- /package/bin/{v12/commands/express/template/v1 → v13/commands/express/template/v5}/Config/Schemas/ItemsTable.json +0 -0
- /package/bin/{v12/commands/express/template/v1 → v13/commands/express/template/v5}/Config/Schemas/LedgerNames.json +0 -0
- /package/bin/{v12/commands/express/template/v1 → v13/commands/express/template/v5}/Config/Schemas/StockItems.json +0 -0
- /package/bin/{v12/commands/express/template/v1 → v13/commands/express/template/v5}/Config/api.json +0 -0
- /package/bin/{v12/commands/express/template/v1 → v13/commands/express/template/v5}/Config/schema.json +0 -0
- /package/bin/{v12/commands/express/template/v1 → v13/commands/express/template/v5}/Config/ui.json +0 -0
- /package/bin/{v12/commands/express/template/v4 → v13/commands/express/template/v5}/Public/index.html +0 -0
- /package/bin/{v12 → v13}/commands/express/template/v5/app.js +0 -0
- /package/bin/{v12/commands/express/template/v1 → v13/commands/express/template/v5}/config.json +0 -0
- /package/bin/{v12/commands/express/template/v3 → v13/commands/express/template/v5}/configLoader.js +0 -0
- /package/bin/{v12/commands/express/template/v2 → v13/commands/express/template/v5}/package-lock.json +0 -0
- /package/bin/{v12/commands/express/template/v1 → v13/commands/express/template/v5}/package.json +0 -0
- /package/bin/{v12/commands/express/template/v3 → v13/commands/express/template/v5}/port.js +0 -0
- /package/bin/{v12/commands/express/template/v3 → v13/commands/express/template/v5}/routes.js +0 -0
- /package/bin/{v12 → v13}/commands/express/template/v5/server.js +0 -0
- /package/bin/{v12 → v13}/commands/express.js +0 -0
- /package/bin/{v12 → v13}/commands/generateSamples.js +0 -0
- /package/bin/{v12 → v13}/commands/init/steps/announce.js +0 -0
- /package/bin/{v12 → v13}/commands/init/steps/createProject.js +0 -0
- /package/bin/{v12 → v13}/commands/init/steps/decideTemplate.js +0 -0
- /package/bin/{v12 → v13}/commands/init/steps/locateDestination.js +0 -0
- /package/bin/{v12 → v13}/commands/init/steps/locateSource.js +0 -0
- /package/bin/{v12/commands/express/template/v2 → v13/commands/init/template}/.vscode/launch.json +0 -0
- /package/bin/{v12/commands/express/template/v2 → v13/commands/init/template}/Config/Schemas/BillsTable.json +0 -0
- /package/bin/{v12/commands/express/template/v2 → v13/commands/init/template}/Config/Schemas/ItemsTable.json +0 -0
- /package/bin/{v12 → v13}/commands/init/template/Config/Schemas/LedgerNames.json +0 -0
- /package/bin/{v12 → v13}/commands/init/template/Config/Schemas/StockItems.json +0 -0
- /package/bin/{v12/commands/express/template/v2 → v13/commands/init/template}/Config/api.json +0 -0
- /package/bin/{v12/commands/express/template/v2 → v13/commands/init/template}/Config/schema.json +0 -0
- /package/bin/{v12/commands/express/template/v2 → v13/commands/init/template}/Config/ui.json +0 -0
- /package/bin/{v12/commands/express/template/v3/Config/Schemas → v13/commands/init/template/Data}/BillsTable.json +0 -0
- /package/bin/{v12/commands/express/template/v3/Config/Schemas → v13/commands/init/template/Data}/ItemsTable.json +0 -0
- /package/bin/{v12 → v13}/commands/init/template/Data/LedgerNames.json +0 -0
- /package/bin/{v12 → v13}/commands/init/template/Data/StockItems.json +0 -0
- /package/bin/{v12 → v13}/commands/init/template/app.js +0 -0
- /package/bin/{v12/commands/express/template/v2 → v13/commands/init/template}/config.json +0 -0
- /package/bin/{v12 → v13}/commands/init/template/package-lock.json +0 -0
- /package/bin/{v12 → v13}/commands/init/template/package.json +0 -0
- /package/bin/{v12 → v13}/commands/init/template/read.js +0 -0
- /package/bin/{v12 → v13}/commands/init/template/write.js +0 -0
- /package/bin/{v12 → v13}/commands/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/steps/announce.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/steps/createProject.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/steps/locateDestination.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/.env +0 -0
- /package/bin/{v12/commands/express/template/v2 → v13/commands/tally/template/v1}/.env.local +0 -0
- /package/bin/{v12/commands/express/template/v3 → v13/commands/tally/template/v1}/.vscode/launch.json +0 -0
- /package/bin/{v12/commands/tally/template/v3 → v13/commands/tally/template/v1}/Api/V1/BillsTable/Config/schema.json +0 -0
- /package/bin/{v12/commands/tally/template/v3 → v13/commands/tally/template/v1}/Api/V1/BillsTable/Find/controller.js +0 -0
- /package/bin/{v12/commands/tally/template/v1/Api/V1/LedgerNames/ShowAll → v13/commands/tally/template/v1/Api/V1/BillsTable/Find}/errors.js +0 -0
- /package/bin/{v12/commands/tally/template/v3 → v13/commands/tally/template/v1}/Api/V1/BillsTable/Find/middleware.js +0 -0
- /package/bin/{v12/commands/tally/template/v3 → v13/commands/tally/template/v1}/Api/V1/BillsTable/Find/rest.http +0 -0
- /package/bin/{v12/commands/tally/template/v3 → v13/commands/tally/template/v1}/Api/V1/BillsTable/Find/service.js +0 -0
- /package/bin/{v12/commands/tally/template/v3 → v13/commands/tally/template/v1}/Api/V1/BillsTable/Insert/controller.js +0 -0
- /package/bin/{v12/commands/tally/template/v1/FromTally/V1/LedgerNames/Transform → v13/commands/tally/template/v1/Api/V1/BillsTable/Insert}/errors.js +0 -0
- /package/bin/{v12/commands/tally/template/v3 → v13/commands/tally/template/v1}/Api/V1/BillsTable/Insert/middleware.js +0 -0
- /package/bin/{v12/commands/tally/template/v3 → v13/commands/tally/template/v1}/Api/V1/BillsTable/Insert/rest.http +0 -0
- /package/bin/{v12/commands/tally/template/v3 → v13/commands/tally/template/v1}/Api/V1/BillsTable/Insert/service.js +0 -0
- /package/bin/{v12/commands/tally/template/v3 → v13/commands/tally/template/v1}/Api/V1/BillsTable/end-points.js +0 -0
- /package/bin/{v12/commands/tally/template/v3 → v13/commands/tally/template/v1}/Api/V1/ItemsTable/Config/schema.json +0 -0
- /package/bin/{v12/commands/tally/template/v3 → v13/commands/tally/template/v1}/Api/V1/ItemsTable/FilterColumns/controller.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Api/V1/LedgerNames/ShowAll → v13/commands/tally/template/v1/Api/V1/ItemsTable/FilterColumns}/errors.js +0 -0
- /package/bin/{v12/commands/tally/template/v3 → v13/commands/tally/template/v1}/Api/V1/ItemsTable/FilterColumns/middleware.js +0 -0
- /package/bin/{v12/commands/tally/template/v3 → v13/commands/tally/template/v1}/Api/V1/ItemsTable/FilterColumns/rest.http +0 -0
- /package/bin/{v12/commands/tally/template/v3 → v13/commands/tally/template/v1}/Api/V1/ItemsTable/FilterColumns/service.js +0 -0
- /package/bin/{v12/commands/tally/template/v3 → v13/commands/tally/template/v1}/Api/V1/ItemsTable/Insert/controller.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Api/V1/StockItems/ShowAll → v13/commands/tally/template/v1/Api/V1/ItemsTable/Insert}/errors.js +0 -0
- /package/bin/{v12/commands/tally/template/v3 → v13/commands/tally/template/v1}/Api/V1/ItemsTable/Insert/middleware.js +0 -0
- /package/bin/{v12/commands/tally/template/v3 → v13/commands/tally/template/v1}/Api/V1/ItemsTable/Insert/rest.http +0 -0
- /package/bin/{v12/commands/tally/template/v3 → v13/commands/tally/template/v1}/Api/V1/ItemsTable/Insert/service.js +0 -0
- /package/bin/{v12/commands/tally/template/v3 → v13/commands/tally/template/v1}/Api/V1/ItemsTable/end-points.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Api/V1/LedgerNames/Config/schema.json +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Api/V1/LedgerNames/ShowAll/controller.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/FromTally/V1/LedgerNames/Transform → v13/commands/tally/template/v1/Api/V1/LedgerNames/ShowAll}/errors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Api/V1/LedgerNames/ShowAll/rest.http +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Api/V1/LedgerNames/ShowAll/service.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Api/V1/LedgerNames/end-points.js +0 -0
- /package/bin/{v12/commands/tally/template/v2 → v13/commands/tally/template/v1}/Api/V1/StockItems/Config/schema.json +0 -0
- /package/bin/{v12/commands/tally/template/v2/Api/V1/LedgerNames → v13/commands/tally/template/v1/Api/V1/StockItems}/ShowAll/controller.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/FromTally/V1/StockItems/Transform → v13/commands/tally/template/v1/Api/V1/StockItems/ShowAll}/errors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2 → v13/commands/tally/template/v1}/Api/V1/StockItems/ShowAll/rest.http +0 -0
- /package/bin/{v12/commands/tally/template/v2/Api/V1/LedgerNames → v13/commands/tally/template/v1/Api/V1/StockItems}/ShowAll/service.js +0 -0
- /package/bin/{v12/commands/tally/template/v2 → v13/commands/tally/template/v1}/Api/V1/StockItems/end-points.js +0 -0
- /package/bin/{v12/commands/tally/template/v3 → v13/commands/tally/template/v1}/Api/V1/routes.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Api/routes.js +0 -0
- /package/bin/{v12/commands/express/template/v4 → v13/commands/tally/template/v1}/Config/Schemas/BillsTable.json +0 -0
- /package/bin/{v12/commands/express/template/v4 → v13/commands/tally/template/v1}/Config/Schemas/ItemsTable.json +0 -0
- /package/bin/{v12/commands/express/template/v2 → v13/commands/tally/template/v1}/Config/Schemas/LedgerNames.json +0 -0
- /package/bin/{v12/commands/tally/template/v2 → v13/commands/tally/template/v1}/Config/Schemas/StockItems.json +0 -0
- /package/bin/{v12/commands/express/template/v3 → v13/commands/tally/template/v1}/Config/api.json +0 -0
- /package/bin/{v12/commands/express/template/v3 → v13/commands/tally/template/v1}/Config/schema.json +0 -0
- /package/bin/{v12/commands/express/template/v3 → v13/commands/tally/template/v1}/Config/ui.json +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/FromTally/V1/LedgerNames/Config/schema.json +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/FromTally/V1/LedgerNames/Transform/controller.js +0 -0
- /package/bin/{v12/commands/tally/template/v3/Api/V1/BillsTable/Find → v13/commands/tally/template/v1/FromTally/V1/LedgerNames/Transform}/errors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/FromTally/V1/LedgerNames/Transform/restNew.http +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/FromTally/V1/LedgerNames/Transform/routes.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/FromTally/V1/LedgerNames/Transform/service.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/FromTally/V1/LedgerNames/end-points.js +0 -0
- /package/bin/{v12/commands/tally/template/v2 → v13/commands/tally/template/v1}/FromTally/V1/StockItems/Config/schema.json +0 -0
- /package/bin/{v12/commands/tally/template/v2/FromTally/V1/LedgerNames → v13/commands/tally/template/v1/FromTally/V1/StockItems}/Transform/controller.js +0 -0
- /package/bin/{v12/commands/tally/template/v3/Api/V1/BillsTable/Insert → v13/commands/tally/template/v1/FromTally/V1/StockItems/Transform}/errors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2 → v13/commands/tally/template/v1}/FromTally/V1/StockItems/Transform/restNew.http +0 -0
- /package/bin/{v12/commands/tally/template/v2/FromTally/V1/LedgerNames → v13/commands/tally/template/v1/FromTally/V1/StockItems}/Transform/routes.js +0 -0
- /package/bin/{v12/commands/tally/template/v2 → v13/commands/tally/template/v1}/FromTally/V1/StockItems/Transform/service.js +0 -0
- /package/bin/{v12/commands/tally/template/v2 → v13/commands/tally/template/v1}/FromTally/V1/StockItems/end-points.js +0 -0
- /package/bin/{v12/commands/tally/template/v2 → v13/commands/tally/template/v1}/FromTally/V1/routes.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Api/V1 → v13/commands/tally/template/v1/FromTally/V2}/LedgerNames/Config/schema.json +0 -0
- /package/bin/{v12/commands/tally/template/v2/FromTally/V1/StockItems → v13/commands/tally/template/v1/FromTally/V2/LedgerNames}/Transform/controller.js +0 -0
- /package/bin/{v12/commands/tally/template/v3/Api/V1/ItemsTable/FilterColumns → v13/commands/tally/template/v1/FromTally/V2/LedgerNames/Transform}/errors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/FromTally/V1 → v13/commands/tally/template/v1/FromTally/V2}/LedgerNames/Transform/restNew.http +0 -0
- /package/bin/{v12/commands/tally/template/v2/FromTally/V1/StockItems → v13/commands/tally/template/v1/FromTally/V2/LedgerNames}/Transform/routes.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/FromTally/V1 → v13/commands/tally/template/v1/FromTally/V2}/LedgerNames/Transform/service.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/FromTally/V1 → v13/commands/tally/template/v1/FromTally/V2}/LedgerNames/end-points.js +0 -0
- /package/bin/{v12/commands/tally/template/v3/Api/V1 → v13/commands/tally/template/v1/FromTally/V2}/StockItems/Config/schema.json +0 -0
- /package/bin/{v12/commands/tally/template/v3/FromTally/V1/LedgerNames → v13/commands/tally/template/v1/FromTally/V2/StockItems}/Transform/controller.js +0 -0
- /package/bin/{v12/commands/tally/template/v3/Api/V1/ItemsTable/Insert → v13/commands/tally/template/v1/FromTally/V2/StockItems/Transform}/errors.js +0 -0
- /package/bin/{v12/commands/tally/template/v3/FromTally/V1/LedgerNames → v13/commands/tally/template/v1/FromTally/V2/StockItems}/Transform/routes.js +0 -0
- /package/bin/{v12/commands/tally/template/v3/FromTally/V1 → v13/commands/tally/template/v1/FromTally/V2}/StockItems/end-points.js +0 -0
- /package/bin/{v12/commands/tally/template/v3/FromTally/V1 → v13/commands/tally/template/v1/FromTally/V2}/routes.js +0 -0
- /package/bin/{v12/commands/tally/template/v3 → v13/commands/tally/template/v1}/Import/Templates/inventory.json +0 -0
- /package/bin/{v12/commands/tally/template/v3 → v13/commands/tally/template/v1}/Import/Templates/ledgers.json +0 -0
- /package/bin/{v12/commands/tally/template/v3 → v13/commands/tally/template/v1}/Import/Templates/main.json +0 -0
- /package/bin/{v12/commands/tally/template/v3 → v13/commands/tally/template/v1}/Import/Templates/template.json +0 -0
- /package/bin/{v12/commands/tally/template/v3 → v13/commands/tally/template/v1}/Import/ledgers.json +0 -0
- /package/bin/{v12/commands/tally/template/v3 → v13/commands/tally/template/v1}/Import/staticVariables.json +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildHeader/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildHeader/attachSortHandlers.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildHeader/getTHead.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildHeader/sortData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildHeader/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildHeader/updateHeaderUI.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/AddListeners/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/atThatState.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/createCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/inputFunc.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/multiColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/orchestrator.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/singleColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/AddListeners/tableSearch/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildDataLists/addToDom copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildDataLists/addToDom.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildFirstColumn/TableHeading/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V1/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V2/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V2/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V2/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V2/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V2/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V2/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V3/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V3/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V3/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V3/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V3/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildForm/V3/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildForm/applyProjection.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildForm/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/lockTable.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/initRender.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/refresh.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTableOnly/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/AddListeners/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/atThatState.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/createCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/inputFunc.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/multiColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/orchestrator.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/singleColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/AddListeners/tableSearch/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildDataLists/addToDom copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildDataLists/addToDom.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildFirstColumn/TableHeading/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildForm/V1/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildForm/V2/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildForm/V2/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildForm/V2/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildForm/V2/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildForm/V2/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildForm/V2/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildForm/V3/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildForm/V3/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildForm/V3/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildForm/V3/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildForm/V3/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildForm/V3/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildForm/applyProjection.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildForm/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/lockTable.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/initRender.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/refresh.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildTotal/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/AddListeners/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/atThatState.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/createCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/inputFunc.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/multiColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/orchestrator.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/singleColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/AddListeners/tableSearch/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildDataLists/addToDom copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildDataLists/addToDom.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildFirstColumn/TableHeading/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildForm/V1/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildForm/V2/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildForm/V2/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildForm/V2/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildForm/V2/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildForm/V2/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildForm/V2/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildForm/V3/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildForm/V3/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildForm/V3/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildForm/V3/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildForm/V3/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildForm/V3/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildForm/applyProjection.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildForm/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/lockTable.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/initRender.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/refresh.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/BuildVertical/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/Core/applyMode.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/Core/loadDataFlow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/DataLayer/loadInitialData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/DomManipulation/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/FocusSet/V1/focusSet.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/FocusSet/V2/focusSet.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/HtmlState/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/SearchTable/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/SearchTable/attachSortHandlers.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/SearchTable/getTHead.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/SearchTable/sortData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/SearchTable/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/SearchTable/updateHeaderUI.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/Services/buildUrlWithParams.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/Services/createItem.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/Services/createServices.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/Services/dataListLoader.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/Services/deleteItem.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/Services/findItem.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/Services/formSearchParamsFunc.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/Services/getData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/Services/setupServices.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/Services/updateItem.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/TableStore/V1/columnStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/TableStore/V1/dataStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/TableStore/V1/metaStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/TableStore/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/TableStore/V2/columnStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/TableStore/V2/dataStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/TableStore/V2/metaStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/TableStore/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/UI/mountTableOnly.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/UI/mountTableUI.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/UI/mountVertical.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/Utils/normalizeConfig.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/Utils/prepareColumnsBundle.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/Utils/tableHelpers.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/Utils/validateConfig.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/Utils/validateEndpoints.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/Utils/validateOptions.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/Utils/validateRequired.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/ai.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/entry.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/tableStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V21/uiClasses.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildHeader/attachSortHandlers.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildHeader/getTHead.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildHeader/sortData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildHeader/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildHeader/updateHeaderUI.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/AddListeners/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/atThatState.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/createCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/inputFunc.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/multiColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/orchestrator.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/singleColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/AddListeners/tableSearch/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildDataLists/addToDom copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildDataLists/addToDom.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildFirstColumn/TableHeading/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V1/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V2/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V2/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V2/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V2/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V2/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V2/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V3/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V3/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V3/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V3/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V3/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V3/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildForm/applyProjection.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildForm/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/lockTable.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/initRender.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/refresh.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTableOnly/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/AddListeners/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/atThatState.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/createCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/inputFunc.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/multiColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/orchestrator.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/singleColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/AddListeners/tableSearch/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildDataLists/addToDom copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildDataLists/addToDom.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildFirstColumn/TableHeading/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildForm/V1/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildForm/V2/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildForm/V2/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildForm/V2/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildForm/V2/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildForm/V2/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildForm/V2/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildForm/V3/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildForm/V3/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildForm/V3/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildForm/V3/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildForm/V3/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildForm/V3/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildForm/applyProjection.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildForm/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/lockTable.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/initRender.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/refresh.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildTotal/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/AddListeners/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/atThatState.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/createCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/inputFunc.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/multiColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/orchestrator.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/singleColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/AddListeners/tableSearch/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildDataLists/addToDom copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildDataLists/addToDom.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildFirstColumn/TableHeading/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildForm/V1/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildForm/V2/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildForm/V2/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildForm/V2/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildForm/V2/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildForm/V2/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildForm/V2/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildForm/V3/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildForm/V3/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildForm/V3/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildForm/V3/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildForm/V3/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildForm/V3/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildForm/applyProjection.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildForm/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/lockTable.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/BuildTableVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/initRender.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/refresh.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/BuildVertical/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/Core/applyMode.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/Core/loadDataFlow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/Core/loadVerticalOnly.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/DataLayer/loadInitialData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/DomManipulation/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/FocusSet/V1/focusSet.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/FocusSet/V2/focusSet.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/HtmlState/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/SearchTable/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/SearchTable/attachSortHandlers.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/SearchTable/getTHead.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/SearchTable/sortData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/SearchTable/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/SearchTable/updateHeaderUI.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/Services/buildUrlWithParams.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/Services/createItem.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/Services/createServices.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/Services/dataListLoader.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/Services/deleteItem.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/Services/findItem.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/Services/formSearchParamsFunc.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/Services/getData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/Services/setupServices.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/Services/updateItem.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/TableStore/V1/columnStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/TableStore/V1/dataStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/TableStore/V1/metaStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/TableStore/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/TableStore/V2/columnStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/TableStore/V2/dataStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/TableStore/V2/metaStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/TableStore/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/UI/mountTableOnly.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/UI/mountTableUI.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/UI/mountVertical.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/Utils/normalizeConfig.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/Utils/prepareColumnsBundle.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/Utils/tableHelpers.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/Utils/validateConfig.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/Utils/validateEndpoints.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/Utils/validateOptions.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/Utils/validateRequired.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/ai.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/entry.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/tableStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V22/uiClasses.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildHeader/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildHeader/attachSortHandlers.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildHeader/getTHead.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildHeader/sortData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildHeader/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildHeader/updateHeaderUI.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/AddListeners/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/atThatState.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/createCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/inputFunc.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/multiColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/orchestrator.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/singleColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/AddListeners/tableSearch/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildDataLists/addToDom copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildDataLists/addToDom.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildFirstColumn/TableHeading/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V1/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V2/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V2/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V2/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V2/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V2/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V2/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V3/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V3/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V3/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V3/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V3/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildForm/V3/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildForm/applyProjection.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildForm/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/lockTable.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/BuildTableVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/initRender.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/refresh.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTableOnly/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/AddListeners/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/atThatState.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/createCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/inputFunc.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/multiColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/orchestrator.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/singleColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/AddListeners/tableSearch/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildDataLists/addToDom copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildDataLists/addToDom.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildFirstColumn/TableHeading/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildForm/V1/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildForm/V2/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildForm/V2/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildForm/V2/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildForm/V2/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildForm/V2/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildForm/V2/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildForm/V3/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildForm/V3/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildForm/V3/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildForm/V3/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildForm/V3/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildForm/V3/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildForm/applyProjection.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildForm/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/lockTable.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/BuildTableVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/initRender.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/refresh.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildTotal/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/AddListeners/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/atThatState.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/createCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/inputFunc.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/multiColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/orchestrator.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/singleColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/AddListeners/tableSearch/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildDataLists/addToDom copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildDataLists/addToDom.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildFirstColumn/TableHeading/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildForm/V1/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildForm/V2/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildForm/V2/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildForm/V2/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildForm/V2/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildForm/V2/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildForm/V2/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildForm/V3/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildForm/V3/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildForm/V3/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildForm/V3/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildForm/V3/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildForm/V3/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildForm/applyProjection.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildForm/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/lockTable.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/BuildTableVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/initRender.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/refresh.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/BuildVertical/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/Core/applyMode.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/Core/loadDataFlow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/Core/loadVerticalOnly.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/DataLayer/loadInitialData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/DomManipulation/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/FocusSet/V1/focusSet.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/FocusSet/V2/focusSet.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/HtmlState/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/SearchTable/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/SearchTable/attachSortHandlers.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/SearchTable/getTHead.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/SearchTable/sortData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/SearchTable/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/SearchTable/updateHeaderUI.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/Services/buildUrlWithParams.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/Services/createItem.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/Services/createServices.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/Services/dataListLoader.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/Services/deleteItem.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/Services/findItem.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/Services/formSearchParamsFunc.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/Services/getData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/Services/setupServices.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/Services/updateItem.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/TableStore/V1/columnStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/TableStore/V1/dataStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/TableStore/V1/metaStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/TableStore/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/TableStore/V2/columnStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/TableStore/V2/dataStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/TableStore/V2/metaStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/TableStore/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/UI/mountTableOnly.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/UI/mountTableUI.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/UI/mountVertical.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/Utils/normalizeConfig.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/Utils/prepareColumnsBundle.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/Utils/tableHelpers.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/Utils/validateConfig.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/Utils/validateEndpoints.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/Utils/validateOptions.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/Utils/validateRequired.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/ai.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/entry.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/tableStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V23/uiClasses.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildHeader/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildHeader/attachSortHandlers.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildHeader/getTHead.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildHeader/sortData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildHeader/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildHeader/updateHeaderUI.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/AddListeners/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/atThatState.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/createCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/inputFunc.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/multiColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/orchestrator.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/singleColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/AddListeners/tableSearch/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildDataLists/addToDom copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildDataLists/addToDom.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildFirstColumn/TableHeading/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V1/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V2/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V2/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V2/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V2/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V2/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V2/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V3/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V3/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V3/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V3/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V3/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildForm/V3/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildForm/applyProjection.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildForm/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/lockTable.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/BuildTableVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/initRender.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/refresh.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnly/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/atThatState.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/createCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/inputFunc.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/multiColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/orchestrator.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/singleColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildDataLists/addToDom copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildDataLists/addToDom.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildFirstColumn/TableHeading/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V1/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V2/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V2/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V2/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V2/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V2/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V2/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V3/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V3/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V3/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V3/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V3/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/V3/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/applyProjection.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildForm/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/lockTable.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/initRender.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/refresh.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTableOnlyWithVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/AddListeners/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/atThatState.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/createCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/inputFunc.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/multiColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/orchestrator.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/singleColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/AddListeners/tableSearch/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildDataLists/addToDom copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildDataLists/addToDom.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildFirstColumn/TableHeading/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildForm/V1/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildForm/V2/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildForm/V2/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildForm/V2/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildForm/V2/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildForm/V2/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildForm/V2/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildForm/V3/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildForm/V3/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildForm/V3/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildForm/V3/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildForm/V3/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildForm/V3/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildForm/applyProjection.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildForm/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/lockTable.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/BuildTableVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/initRender.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/refresh.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildTotal/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/AddListeners/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/atThatState.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/createCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/inputFunc.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/multiColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/orchestrator.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/singleColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/AddListeners/tableSearch/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildDataLists/addToDom copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildDataLists/addToDom.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildFirstColumn/TableHeading/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildForm/V1/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildForm/V2/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildForm/V2/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildForm/V2/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildForm/V2/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildForm/V2/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildForm/V2/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildForm/V3/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildForm/V3/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildForm/V3/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildForm/V3/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildForm/V3/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildForm/V3/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildForm/applyProjection.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildForm/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/lockTable.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/BuildTableVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/initRender.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/refresh.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/BuildVertical/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/Core/applyMode.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/Core/loadDataFlow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/Core/loadVerticalOnly.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/DataLayer/loadInitialData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/DomManipulation/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/FocusSet/V1/focusSet.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/FocusSet/V2/focusSet.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/HtmlState/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/SearchTable/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/SearchTable/attachSortHandlers.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/SearchTable/getTHead.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/SearchTable/sortData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/SearchTable/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/SearchTable/updateHeaderUI.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/Services/buildUrlWithParams.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/Services/createItem.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/Services/createServices.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/Services/dataListLoader.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/Services/deleteItem.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/Services/findItem.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/Services/formSearchParamsFunc.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/Services/getData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/Services/setupServices.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/Services/updateItem.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/TableStore/V1/columnStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/TableStore/V1/dataStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/TableStore/V1/metaStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/TableStore/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/TableStore/V2/columnStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/TableStore/V2/dataStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/TableStore/V2/metaStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/TableStore/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/UI/mountTableOnly.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/UI/mountTableUI.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/UI/mountVertical.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/Utils/normalizeConfig.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/Utils/prepareColumnsBundle.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/Utils/tableHelpers.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/Utils/validateConfig.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/Utils/validateEndpoints.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/Utils/validateOptions.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/Utils/validateRequired.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/ai.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/entry.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/tableStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V24/uiClasses.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildHeader/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildHeader/attachSortHandlers.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildHeader/getTHead.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildHeader/sortData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildHeader/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildHeader/updateHeaderUI.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/AddListeners/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/atThatState.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/createCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/inputFunc.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/multiColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/orchestrator.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/singleColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/AddListeners/tableSearch/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildDataLists/addToDom copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildDataLists/addToDom.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildFirstColumn/TableHeading/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V1/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V2/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V2/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V2/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V2/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V2/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V2/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V3/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V3/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V3/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V3/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V3/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildForm/V3/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildForm/applyProjection.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildForm/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/lockTable.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/BuildTableVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/initRender.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/refresh.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnly/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/atThatState.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/createCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/inputFunc.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/multiColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/orchestrator.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/singleColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/AddListeners/tableSearch/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildDataLists/addToDom copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildDataLists/addToDom.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildFirstColumn/TableHeading/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V1/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V2/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V2/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V2/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V2/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V2/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V2/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V3/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V3/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V3/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V3/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V3/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/V3/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/applyProjection.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildForm/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/lockTable.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/initRender.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/refresh.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTableOnlyWithVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/AddListeners/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/atThatState.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/createCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/inputFunc.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/multiColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/orchestrator.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/singleColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/AddListeners/tableSearch/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildDataLists/addToDom copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildDataLists/addToDom.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildFirstColumn/TableHeading/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildForm/V1/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildForm/V2/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildForm/V2/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildForm/V2/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildForm/V2/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildForm/V2/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildForm/V2/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildForm/V3/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildForm/V3/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildForm/V3/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildForm/V3/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildForm/V3/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildForm/V3/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildForm/applyProjection.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildForm/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/lockTable.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/BuildTableVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/initRender.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/refresh.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildTotal/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/AddListeners/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/atThatState.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/createCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/inputFunc.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/multiColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/orchestrator.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/singleColumn.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/AddListeners/tableSearch/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildDataLists/addToDom copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildDataLists/addToDom.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildFirstColumn/TableHeading/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildForm/V1/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildForm/V2/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildForm/V2/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildForm/V2/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildForm/V2/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildForm/V2/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildForm/V2/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildForm/V3/clearFormInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildForm/V3/collectFormData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildForm/V3/createButton.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildForm/V3/createForm.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildForm/V3/createInputRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildForm/V3/focusFirstInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildForm/applyProjection.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildForm/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/init.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/lockTable.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/BuildTableVersions/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/afterMutation.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/initRender.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/refresh.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/BuildVertical/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/Core/applyMode.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/Core/loadDataFlow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/Core/loadVerticalOnly.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/DataLayer/loadInitialData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/DomManipulation/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/FocusSet/V1/focusSet.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/FocusSet/V2/focusSet.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/HtmlState/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/SearchTable/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/SearchTable/attachSortHandlers.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/SearchTable/getTHead.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/SearchTable/sortData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/SearchTable/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/SearchTable/updateHeaderUI.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/Services/buildUrlWithParams.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/Services/createItem.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/Services/createServices.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/Services/dataListLoader.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/Services/deleteItem.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/Services/findItem.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/Services/formSearchParamsFunc.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/Services/getData.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/Services/setupServices.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/Services/updateItem.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/TableStore/V1/columnStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/TableStore/V1/dataStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/TableStore/V1/metaStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/TableStore/V1/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/TableStore/V2/columnStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/TableStore/V2/dataStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/TableStore/V2/metaStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/TableStore/V2/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/UI/builders/buildDataListContainer.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/UI/builders/buildHeaderRow.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/UI/builders/buildTableShell.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/UI/compose/buildFullUI.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/UI/mountTableOnly.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/UI/mountTableUI.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/UI/mountVertical.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/Utils/normalizeConfig.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/Utils/prepareColumnsBundle.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/Utils/tableHelpers.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/Utils/validateConfig.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/Utils/validateEndpoints.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/Utils/validateOptions.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/Utils/validateRequired.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/ai.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/entry.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/tableStore.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/KSTableAi/V25/uiClasses.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildHeader/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildHeader/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildHeader/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildHeader/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildHeader/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildHeader/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildHeader/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildHeader/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildHeader/attachSortHandlers.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildHeader/getTHead.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildHeader/sortData.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildHeader/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildHeader/updateHeaderUI.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/AddListeners/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/AddListeners/tableSearch/atThatState.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/AddListeners/tableSearch/createCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/AddListeners/tableSearch/createRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/AddListeners/tableSearch/highlight.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/AddListeners/tableSearch/inputFunc.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/AddListeners/tableSearch/multiColumn.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/AddListeners/tableSearch/orchestrator.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/AddListeners/tableSearch/singleColumn.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/AddListeners/tableSearch/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildDataLists/addToDom copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildDataLists/addToDom.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildFirstColumn/TableHeading/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildForm/V1/createForm.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildForm/V2/clearFormInputs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildForm/V2/collectFormData.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildForm/V2/createButton.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildForm/V2/createForm.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildForm/V2/createInputRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildForm/V2/focusFirstInput.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildForm/V3/clearFormInputs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildForm/V3/collectFormData.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildForm/V3/createButton.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildForm/V3/createForm.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildForm/V3/createInputRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildForm/V3/focusFirstInput.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildForm/applyProjection.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildForm/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/init.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V1/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V24 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V24 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V24 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V24 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V24 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V24 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V24 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/init.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/lockTable.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/BuildTableVersions/V2/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V24 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/initRender.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/refresh.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnly/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/AddListeners/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/AddListeners/tableSearch/atThatState.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/AddListeners/tableSearch/createCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/AddListeners/tableSearch/createRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/AddListeners/tableSearch/highlight.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/AddListeners/tableSearch/inputFunc.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/AddListeners/tableSearch/multiColumn.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/AddListeners/tableSearch/orchestrator.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/AddListeners/tableSearch/singleColumn.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/AddListeners/tableSearch/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildDataLists/addToDom copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildDataLists/addToDom.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildFirstColumn/TableHeading/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildForm/V1/createForm.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildForm/V2/clearFormInputs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildForm/V2/collectFormData.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildForm/V2/createButton.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildForm/V2/createForm.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildForm/V2/createInputRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildForm/V2/focusFirstInput.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildForm/V3/clearFormInputs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildForm/V3/collectFormData.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildForm/V3/createButton.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildForm/V3/createForm.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildForm/V3/createInputRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildForm/V3/focusFirstInput.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildForm/applyProjection.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildForm/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1}/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow}/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow}/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2}/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V2}/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3}/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildFooterVersions/V3}/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow}/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow}/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1}/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTableOnly/BuildTableVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V1}/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/init.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V1/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V24 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow}/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow}/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V1/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V1/start copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2}/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V2}/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V2/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V2/start copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3}/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V3}/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/BuildFooterVersions/V3/start copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V4/CreateFooterRow}/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V4/CreateFooterRow}/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V4}/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V4/CreateFooterRow}/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V4/CreateFooterRow}/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V4}/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V4}/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V4}/CreateFooterRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V4}/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V4}/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V4}/Utils/validateRow copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V4}/Utils/validateRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V4}/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildFooterVersions/V4}/start copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow}/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow}/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V24 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow}/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow}/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V24 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V24 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V24 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V24 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTableOnlyWithVersions/V1/BuildTableVersions/V2/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/lockTable.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/BuildTableVersions/V2/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/refresh.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTableOnlyWithVersions/V1}/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/AddListeners/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/AddListeners/tableSearch/atThatState.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/AddListeners/tableSearch/createCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/AddListeners/tableSearch/createRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/AddListeners/tableSearch/highlight.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/AddListeners/tableSearch/inputFunc.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/AddListeners/tableSearch/multiColumn.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/AddListeners/tableSearch/orchestrator.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/AddListeners/tableSearch/singleColumn.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/AddListeners/tableSearch/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildDataLists/addToDom copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildDataLists/addToDom.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildFirstColumn/TableHeading/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildForm/V1/createForm.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildForm/V2/clearFormInputs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildForm/V2/collectFormData.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildForm/V2/createButton.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildForm/V2/createForm.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildForm/V2/createInputRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildForm/V2/focusFirstInput.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildForm/V3}/clearFormInputs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildForm/V3/collectFormData.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildForm/V3/createButton.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildForm/V3/createForm.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildForm/V3/createInputRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildForm/V3}/focusFirstInput.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildForm/applyProjection.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildForm/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTotal/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1}/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1}/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow}/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1}/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1}/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow}/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1}/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1}/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1}/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1}/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1}/Utils/validateRow copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1}/start copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2}/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2}/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2}/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2}/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2}/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2}/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2}/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2}/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2}/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2}/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2}/Utils/validateRow copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V2}/start copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow}/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow}/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3}/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow}/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow}/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3}/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3}/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3}/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3}/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3}/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3}/Utils/validateRow copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1}/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1}/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V3}/start copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow}/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow}/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow}/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow}/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow}/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow}/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTotal/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal/BuildTableVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V1}/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/init.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V1/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTotal/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1}/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1}/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow}/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1}/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1}/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow}/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1}/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1}/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1}/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1}/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1}/Utils/validateRow copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V1}/start copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2}/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2}/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2}/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2}/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2}/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2}/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2}/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2}/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2}/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2}/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2}/Utils/validateRow copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V2}/start copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow}/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow}/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3}/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow}/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow}/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3}/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3}/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V23 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3}/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V23 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3}/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3}/Utils/validateRow copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2}/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2}/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V23 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3}/start copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTotal/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/SearchTable → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1}/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/SearchTable → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1}/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow}/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/SearchTable → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1}/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/SearchTable → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1}/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow}/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTotal/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal/BuildTableVersions/V2}/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V23 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTotal/BuildTableVersions/V2/init.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V2/lockTable.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/BuildTableVersions/V2/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V23 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTotal/initRender.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildTotal}/refresh.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildTotal/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/AddListeners/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/AddListeners/tableSearch/atThatState.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/AddListeners/tableSearch/createCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/AddListeners/tableSearch/createRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/AddListeners/tableSearch/highlight.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/AddListeners/tableSearch/inputFunc.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/AddListeners/tableSearch/multiColumn.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/AddListeners/tableSearch/orchestrator.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/AddListeners/tableSearch/singleColumn.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/AddListeners/tableSearch/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildDataLists/addToDom copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildVertical/BuildDataLists/addToDom.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildFirstColumn/TableHeading/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildForm/V1/createForm.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildForm/V2}/clearFormInputs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildForm/V2/collectFormData.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildForm/V2/createButton.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildForm/V2/createForm.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildForm/V2/createInputRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildForm/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildForm/V2}/focusFirstInput.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildVertical/BuildForm/V3/clearFormInputs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildForm/V3/collectFormData.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildVertical/BuildForm/V3/createButton.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildVertical/BuildForm/V3/createForm.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildVertical/BuildForm/V3/createInputRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildVertical/BuildForm/V3/focusFirstInput.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildForm/applyProjection.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildVertical/BuildForm/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildVertical/BuildTableVersions/V1/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow}/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow}/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow}/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow}/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow}/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow}/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1}/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1}/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1}/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1}/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1}/Utils/validateRow copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V1}/start copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2}/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2}/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/SearchTable/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow}/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2}/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2}/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/SearchTable/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow}/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2}/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2}/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2}/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2}/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2}/Utils/validateRow copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V2}/start copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3}/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3}/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow}/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3}/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3}/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildHeader/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow}/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3}/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3}/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3}/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3}/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3}/Utils/validateRow copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1}/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1}/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildFooterVersions/V3}/start copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow}/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow}/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow}/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow}/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3/CreateFooterRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow}/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V1/CreateFooterRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow}/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildVertical/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildVertical/BuildTableVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V1}/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/init.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V1/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/BuildBodyVersions/V1/buildBody.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/BuildBodyVersions/V1/buildRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/BuildBodyVersions/V1/createDataCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/BuildBodyVersions/V1/createIndexCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/BuildBodyVersions/V1/createOptionsCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/BuildBodyVersions/V1/createRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/BuildBodyVersions/V1/highlight.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildVertical/BuildTableVersions/V2/BuildBodyVersions/V1/pureBuildBody.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/BuildBodyVersions/V1/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow}/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow}/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1}/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow}/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow}/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1}/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1}/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1}/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1}/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1}/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1}/Utils/validateRow copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/BuildFooterVersions/V1/Utils/validateRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/BuildFooterVersions/V1/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/BuildFooterVersions/V1/getFooterPayload.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/BuildFooterVersions/V1/saveFooterRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V1}/start copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/BuildFooterVersions/V1/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2}/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2}/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2}/CreateFooterRow/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2}/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2}/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2}/CreateFooterRow/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2}/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2}/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2}/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2}/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2}/Utils/validateRow copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/BuildFooterVersions/V2/Utils/validateRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/BuildFooterVersions/V2/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/BuildFooterVersions/V2/getFooterPayload.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/BuildFooterVersions/V2/saveFooterRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V2}/start copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/BuildFooterVersions/V2/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3}/CreateFooterRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3}/CreateFooterRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow}/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3}/CreateFooterRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3}/CreateFooterRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1/BuildHeaderVersions/V1/CreateHeaderRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow}/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3}/CreateFooterRow/appendFooterSaveCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterCell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/createFooterInput.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3}/DomManipulation/clearErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3}/DomManipulation/clearFooterInputs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3}/DomManipulation/showErrors.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3}/Utils/validateRow copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2}/BuildFooterVersions/V3/Utils/validateRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2}/BuildFooterVersions/V3/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/BuildFooterVersions/V3/getFooterPayload.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTotal → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/BuildFooterVersions/V3/saveFooterRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTotal/BuildTableVersions/V1/BuildFooterVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3}/start copy.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildVertical/BuildTableVersions/V2/BuildFooterVersions/V3/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow}/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow}/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow}/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow}/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V3/CreateFooterRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow}/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V1/CreateFooterRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow}/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildVertical/BuildTableVersions/V2/BuildHeaderVersions/V1/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical/BuildTableVersions/V2}/BuildHeaderVersions/V1/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/DeleteRow/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/init.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/lockTable.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/BuildTableVersions/V2/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/afterMutation.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildVertical/initRender.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly → v13/commands/tally/template/v1/Public/KSTableAi/V26/BuildVertical}/refresh.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/BuildVertical/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/Core/applyMode.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/Core/loadDataFlow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/Core/loadVerticalOnly.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/DataLayer/loadInitialData.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/DomManipulation/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/FocusSet/V1/focusSet.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/FocusSet/V2/focusSet.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/HtmlState/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/SearchTable}/CreateHeaderRow/CreateHeaderCell/assemble.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/SearchTable}/CreateHeaderRow/CreateHeaderCell/createSortIcon.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/SearchTable/CreateHeaderRow}/CreateHeaderCell/createTH.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/SearchTable}/CreateHeaderRow/CreateHeaderCell/createText.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildHeaderVersions/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/SearchTable}/CreateHeaderRow/CreateHeaderCell/createWrapper.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/BuildTableOnly/BuildTableVersions/V2/BuildFooterVersions/V2/CreateFooterRow → v13/commands/tally/template/v1/Public/KSTableAi/V26/SearchTable/CreateHeaderRow}/CreateHeaderCell/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/SearchTable/CreateHeaderRow/insertCells.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/SearchTable/CreateHeaderRow/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/SearchTable/attachSortHandlers.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/SearchTable/getTHead.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/SearchTable/sortData.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/SearchTable/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/SearchTable/updateHeaderUI.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/Services/buildUrlWithParams.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/Services/createItem.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/Services/createServices.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/Services/deleteItem.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/Services/findItem.js +0 -0
- /package/bin/{v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded → v13/commands/tally/template/v1/Public/KSTableAi/V26/Services}/formSearchParamsFunc.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/Services/getData.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/Services/setupServices.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/Services/updateItem.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/TableStore/V1/columnStore.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/TableStore/V1/dataStore.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/TableStore/V1/metaStore.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/TableStore/V1/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/TableStore/V2/columnStore.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/TableStore/V2/dataStore.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/TableStore/V2/metaStore.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/TableStore/V2/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/TableStore/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/TableStore/V3}/columnStore.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/TableStore/V2 → v13/commands/tally/template/v1/Public/KSTableAi/V26/TableStore/V3}/dataStore.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/TableStore/V1 → v13/commands/tally/template/v1/Public/KSTableAi/V26/TableStore/V3}/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V25 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/UI/builders/buildDataListContainer.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V25 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/UI/builders/buildHeaderRow.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V25 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/UI/builders/buildTableShell.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V25 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/UI/compose/buildFullUI.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V24 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/UI/mountTableUI.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V25 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/UI/mountVertical.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/Utils/normalizeConfig.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/Utils/tableHelpers.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/Utils/validateConfig.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/Utils/validateEndpoints.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/Utils/validateOptions.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/Utils/validateRequired.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/entry.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/tableStore.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V24 → v13/commands/tally/template/v1/Public/KSTableAi/V26}/uiClasses.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/For200Res/entryFile.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/entryFile.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/status200.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/status401.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/status409.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/url.json +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/fetchFuncs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2 → v13/commands/tally/template/v1}/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/getUrl.json +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/entryFile.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/status200.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/status401.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/status409.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/url.json +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/fetchFuncs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/clickFunc.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2 → v13/commands/tally/template/v1}/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/LedgersHtmlId/clickFunc.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/LedgersHtmlId/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/StockItemsHtmlId/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/AddListeners/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/buildHeader.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/buildLedgersMenuItem.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/buildMenuItem.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/buildMenuItemV1.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/buildMenuItemV2.js +0 -0
- /package/bin/{v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1 → v13/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded}/formSearchParamsFunc.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/runAfterDomLoad.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoaded/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/index.html +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Transactions/V3/Create/Index/FormLoad/DomContentLoaded/buildHeader.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Transactions/V3/Create/Index/FormLoad/DomContentLoaded/buildMenuItem.js +0 -0
- /package/bin/{v12/commands/tally/template/v3 → v13/commands/tally/template/v1}/Public/Tally/Transactions/V3/Create/Index/FormLoad/DomContentLoaded/runAfterDomLoad.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Transactions/V3/Create/Index/FormLoad/DomContentLoaded/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Transactions/V3/Create/Index/FormLoad/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Transactions/V3/Create/Index/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Transactions/V3/Create/index.html +0 -0
- /package/bin/{v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers → v13/commands/tally/template/v1/Public/Tally/Transactions/V3/Delete}/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/For200Res/entryFile.js +0 -0
- /package/bin/{v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers → v13/commands/tally/template/v1/Public/Tally/Transactions/V3/Delete}/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/entryFile.js +0 -0
- /package/bin/{v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers → v13/commands/tally/template/v1/Public/Tally/Transactions/V3/Delete}/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/status200.js +0 -0
- /package/bin/{v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers → v13/commands/tally/template/v1/Public/Tally/Transactions/V3/Delete}/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/status401.js +0 -0
- /package/bin/{v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers → v13/commands/tally/template/v1/Public/Tally/Transactions/V3/Delete}/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/status409.js +0 -0
- /package/bin/{v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers → v13/commands/tally/template/v1/Public/Tally/Transactions/V3/Delete}/Index/FormLoad/DomContentLoaded/FetchAsDelete/AfterFetch/url.json +0 -0
- /package/bin/{v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers → v13/commands/tally/template/v1/Public/Tally/Transactions/V3/Delete}/Index/FormLoad/DomContentLoaded/FetchAsDelete/deleteFunc.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/getUrl.json +0 -0
- /package/bin/{v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers → v13/commands/tally/template/v1/Public/Tally/Transactions/V3/Delete}/Index/FormLoad/DomContentLoaded/FetchAsDelete/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/formSearchParamsFunc.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded/runAfterDomLoad.js +0 -0
- /package/bin/{v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1 → v13/commands/tally/template/v1/Public/Tally/Transactions/V3/Delete/Index/FormLoad/DomContentLoaded}/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Transactions/V3/Delete/Index/FormLoad/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Transactions/V3/Delete/Index/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Transactions/V3/Delete/index.html +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/entryFile.js +0 -0
- /package/bin/{v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/AddListeners/ImportHtmlId → v13/commands/tally/template/v1/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId}/FetchAsGet/AfterFetch/status200.js +0 -0
- /package/bin/{v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/AddListeners/ImportHtmlId → v13/commands/tally/template/v1/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId}/FetchAsGet/AfterFetch/status401.js +0 -0
- /package/bin/{v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/AddListeners/ImportHtmlId → v13/commands/tally/template/v1/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId}/FetchAsGet/AfterFetch/status409.js +0 -0
- /package/bin/{v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/AddListeners/ImportHtmlId → v13/commands/tally/template/v1/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId}/FetchAsGet/AfterFetch/url.json +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/fetchFuncs.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/formSearchParamsFunc.js +0 -0
- /package/bin/{v12/commands/tally/template/v5 → v13/commands/tally/template/v1}/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/getUrl.json +0 -0
- /package/bin/{v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/AddListeners/ImportHtmlId → v13/commands/tally/template/v1/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId}/FetchAsGet/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/clickFunc.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/formSearchParamsFunc.js +0 -0
- /package/bin/{v12/commands/tally/template/v3 → v13/commands/tally/template/v1}/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/DomContentLoaded/runAfterDomLoad.js +0 -0
- /package/bin/{v12/commands/tally/template/v1/Public/Tally/Transactions/V3/Delete → v13/commands/tally/template/v1/Public/Tally/Transactions/V3/WithSubTable}/Index/FormLoad/DomContentLoaded/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Transactions/V3/WithSubTable/Index/FormLoad/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Transactions/V3/WithSubTable/Index/start.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/Tally/Transactions/V3/WithSubTable/index.html +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/Tally/Transactions/V3 → v13/commands/tally/template/v1/Public/Tally/Transactions/V4}/Create/Index/FormLoad/DomContentLoaded/buildHeader.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers → v13/commands/tally/template/v1/Public/Tally/Transactions/V4/Create}/Index/FormLoad/DomContentLoaded/buildMenuItem.js +0 -0
- /package/bin/{v12/commands/tally/template/v4/Public/Tally/Transactions/V3 → v13/commands/tally/template/v1/Public/Tally/Transactions/V4}/Create/Index/FormLoad/DomContentLoaded/runAfterDomLoad.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/Tally/Transactions/V3 → v13/commands/tally/template/v1/Public/Tally/Transactions/V4}/Create/Index/FormLoad/DomContentLoaded/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers → v13/commands/tally/template/v1/Public/Tally/Transactions/V4/Create}/Index/FormLoad/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers → v13/commands/tally/template/v1/Public/Tally/Transactions/V4/Create}/Index/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/Tally/Transactions/V3 → v13/commands/tally/template/v1/Public/Tally/Transactions/V4}/Create/index.html +0 -0
- /package/bin/{v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/AddListeners/ImportHtmlId/FetchAsGet → v13/commands/tally/template/v1/Public/Tally/Transactions/V4/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete}/AfterFetch/For200Res/entryFile.js +0 -0
- /package/bin/{v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1 → v13/commands/tally/template/v1/Public/Tally/Transactions/V4/Delete/Index/FormLoad/DomContentLoaded}/FetchAsDelete/AfterFetch/entryFile.js +0 -0
- /package/bin/{v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/AddListeners/ImportHtmlId/FetchStockItems → v13/commands/tally/template/v1/Public/Tally/Transactions/V4/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete}/AfterFetch/status200.js +0 -0
- /package/bin/{v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/AddListeners/ImportHtmlId/FetchStockItems → v13/commands/tally/template/v1/Public/Tally/Transactions/V4/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete}/AfterFetch/status401.js +0 -0
- /package/bin/{v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/AddListeners/ImportHtmlId/FetchStockItems → v13/commands/tally/template/v1/Public/Tally/Transactions/V4/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete}/AfterFetch/status409.js +0 -0
- /package/bin/{v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/AddListeners/ImportHtmlId/FetchStockItems → v13/commands/tally/template/v1/Public/Tally/Transactions/V4/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete}/AfterFetch/url.json +0 -0
- /package/bin/{v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1 → v13/commands/tally/template/v1/Public/Tally/Transactions/V4/Delete/Index/FormLoad/DomContentLoaded}/FetchAsDelete/deleteFunc.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/Tally/Transactions/V3 → v13/commands/tally/template/v1/Public/Tally/Transactions/V4}/Delete/Index/FormLoad/DomContentLoaded/FetchAsDelete/getUrl.json +0 -0
- /package/bin/{v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1 → v13/commands/tally/template/v1/Public/Tally/Transactions/V4/Delete/Index/FormLoad/DomContentLoaded}/FetchAsDelete/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V21/Services → v13/commands/tally/template/v1/Public/Tally/Transactions/V4/Delete/Index/FormLoad/DomContentLoaded}/formSearchParamsFunc.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/Tally/Transactions/V3 → v13/commands/tally/template/v1/Public/Tally/Transactions/V4}/Delete/Index/FormLoad/DomContentLoaded/runAfterDomLoad.js +0 -0
- /package/bin/{v12/commands/tally/template/v1/Public/Tally/Transactions/V3/WithSubTable → v13/commands/tally/template/v1/Public/Tally/Transactions/V4/Delete}/Index/FormLoad/DomContentLoaded/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/Tally/Transactions/V3/Create → v13/commands/tally/template/v1/Public/Tally/Transactions/V4/Delete}/Index/FormLoad/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/Tally/Transactions/V3/Create → v13/commands/tally/template/v1/Public/Tally/Transactions/V4/Delete}/Index/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/Tally/Transactions/V3 → v13/commands/tally/template/v1/Public/Tally/Transactions/V4}/Delete/index.html +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/Tally/Transactions/V3 → v13/commands/tally/template/v1/Public/Tally/Transactions/V4}/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/Tally/Transactions/V3 → v13/commands/tally/template/v1/Public/Tally/Transactions/V4}/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/entryFile.js +0 -0
- /package/bin/{v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/FetchAsDelete → v13/commands/tally/template/v1/Public/Tally/Transactions/V4/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet}/AfterFetch/status200.js +0 -0
- /package/bin/{v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/FetchAsDelete → v13/commands/tally/template/v1/Public/Tally/Transactions/V4/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet}/AfterFetch/status401.js +0 -0
- /package/bin/{v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/FetchAsDelete → v13/commands/tally/template/v1/Public/Tally/Transactions/V4/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet}/AfterFetch/status409.js +0 -0
- /package/bin/{v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/FetchAsDelete → v13/commands/tally/template/v1/Public/Tally/Transactions/V4/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet}/AfterFetch/url.json +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/Tally/Transactions/V3 → v13/commands/tally/template/v1/Public/Tally/Transactions/V4}/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/fetchFuncs.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V22/Services → v13/commands/tally/template/v1/Public/Tally/Transactions/V4/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet}/formSearchParamsFunc.js +0 -0
- /package/bin/{v12/commands/tally/template/v1/Public/Tally/Masters/V6/Ledgers/Index/FormLoad/DomContentLoadedV1/AddListeners/ImportHtmlId/FetchStockItems → v13/commands/tally/template/v1/Public/Tally/Transactions/V4/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet}/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/Tally/Transactions/V3 → v13/commands/tally/template/v1/Public/Tally/Transactions/V4}/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/clickFunc.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/Tally/Transactions/V3 → v13/commands/tally/template/v1/Public/Tally/Transactions/V4}/WithSubTable/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/KSTableAi/V23/Services → v13/commands/tally/template/v1/Public/Tally/Transactions/V4/WithSubTable/Index/FormLoad/DomContentLoaded}/formSearchParamsFunc.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/Tally/Masters/V6/Ledgers → v13/commands/tally/template/v1/Public/Tally/Transactions/V4/WithSubTable}/Index/FormLoad/DomContentLoaded/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/Tally/Transactions/V3/Delete → v13/commands/tally/template/v1/Public/Tally/Transactions/V4/WithSubTable}/Index/FormLoad/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/Tally/Transactions/V3/Delete → v13/commands/tally/template/v1/Public/Tally/Transactions/V4/WithSubTable}/Index/start.js +0 -0
- /package/bin/{v12/commands/tally/template/v2/Public/Tally/Transactions/V3 → v13/commands/tally/template/v1/Public/Tally/Transactions/V4}/WithSubTable/index.html +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/header/v1/buildMenuItem.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/header/v1/createAnchor.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/header/v1/createIcon.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/header/v1/createLabel.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/header/v1/createLi.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/Public/header/v1/initHeader.js +0 -0
- /package/bin/{v12/commands/tally/template/v5 → v13/commands/tally/template/v1}/V8/BillsTable/InsertToTally/Service/entryFile.js +0 -0
- /package/bin/{v12/commands/tally/template/v5 → v13/commands/tally/template/v1}/V8/BillsTable/InsertToTally/Service/readClientData.js +0 -0
- /package/bin/{v12/commands/tally/template/v3/V7 → v13/commands/tally/template/v1/V8}/BillsTable/InsertToTally/controller.js +0 -0
- /package/bin/{v12/commands/tally/template/v3/V7 → v13/commands/tally/template/v1/V8}/BillsTable/InsertToTally/endpoints.js +0 -0
- /package/bin/{v12/commands/tally/template/v3/Api/V1/LedgerNames/ShowAll → v13/commands/tally/template/v1/V8/BillsTable/InsertToTally}/errors.js +0 -0
- /package/bin/{v12/commands/tally/template/v3/V7 → v13/commands/tally/template/v1/V8}/BillsTable/InsertToTally/restNew.http +0 -0
- /package/bin/{v12/commands/tally/template/v3/V7 → v13/commands/tally/template/v1/V8}/routes.js +0 -0
- /package/bin/{v12/commands/express/template/v3 → v13/commands/tally/template/v1}/config.json +0 -0
- /package/bin/{v12/commands/express/template/v4 → v13/commands/tally/template/v1}/configLoader.js +0 -0
- /package/bin/{v12/commands/tally/template/v5 → v13/commands/tally/template/v1}/package-lock.json +0 -0
- /package/bin/{v12/commands/tally/template/v5 → v13/commands/tally/template/v1}/package.json +0 -0
- /package/bin/{v12/commands/express/template/v4 → v13/commands/tally/template/v1}/port.js +0 -0
- /package/bin/{v12/commands/express/template/v4 → v13/commands/tally/template/v1}/routes.js +0 -0
- /package/bin/{v12 → v13}/commands/tally/template/v1/server.js +0 -0
- /package/bin/{v12 → v13}/commands/tally.js +0 -0
- /package/bin/{v12 → v13}/commands/template/baseTemplate.js +0 -0
- /package/bin/{v12/commands/express/template/v4 → v13/commands/template/basic}/.vscode/launch.json +0 -0
- /package/bin/{v12/commands/express/template/v5 → v13/commands/template/basic}/Config/Schemas/BillsTable.json +0 -0
- /package/bin/{v12/commands/express/template/v5 → v13/commands/template/basic}/Config/Schemas/ItemsTable.json +0 -0
- /package/bin/{v12 → v13}/commands/template/basic/Config/Schemas/LedgerNames.json +0 -0
- /package/bin/{v12 → v13}/commands/template/basic/Config/Schemas/StockItems.json +0 -0
- /package/bin/{v12/commands/express/template/v4 → v13/commands/template/basic}/Config/api.json +0 -0
- /package/bin/{v12/commands/express/template/v4 → v13/commands/template/basic}/Config/schema.json +0 -0
- /package/bin/{v12/commands/express/template/v4 → v13/commands/template/basic}/Config/ui.json +0 -0
- /package/bin/{v12/commands/init/template/Config/Schemas → v13/commands/template/basic/Data}/BillsTable.json +0 -0
- /package/bin/{v12/commands/init/template/Config/Schemas → v13/commands/template/basic/Data}/ItemsTable.json +0 -0
- /package/bin/{v12 → v13}/commands/template/basic/Data/LedgerNames.json +0 -0
- /package/bin/{v12 → v13}/commands/template/basic/Data/StockItems.json +0 -0
- /package/bin/{v12 → v13}/commands/template/basic/app.js +0 -0
- /package/bin/{v12/commands/express/template/v4 → v13/commands/template/basic}/config.json +0 -0
- /package/bin/{v12 → v13}/commands/template/basic/package-lock.json +0 -0
- /package/bin/{v12 → v13}/commands/template/basic/package.json +0 -0
- /package/bin/{v12 → v13}/commands/template/basic/read.js +0 -0
- /package/bin/{v12 → v13}/commands/template/basic/write.js +0 -0
- /package/bin/{v12/commands/express/template/v1 → v13/commands/template/express}/.env +0 -0
- /package/bin/{v12/commands/express/template/v3 → v13/commands/template/express}/.env.local +0 -0
- /package/bin/{v12/commands/express/template/v5 → v13/commands/template/express}/.vscode/launch.json +0 -0
- /package/bin/{v12 → v13}/commands/template/express/Config/Schemas/BillsTable.json +0 -0
- /package/bin/{v12 → v13}/commands/template/express/Config/Schemas/ItemsTable.json +0 -0
- /package/bin/{v12 → v13}/commands/template/express/Config/Schemas/LedgerNames.json +0 -0
- /package/bin/{v12 → v13}/commands/template/express/Config/Schemas/StockItems.json +0 -0
- /package/bin/{v12/commands/express/template/v5 → v13/commands/template/express}/Config/api.json +0 -0
- /package/bin/{v12/commands/express/template/v5 → v13/commands/template/express}/Config/schema.json +0 -0
- /package/bin/{v12/commands/express/template/v5 → v13/commands/template/express}/Config/ui.json +0 -0
- /package/bin/{v12/commands/express/template/v1 → v13/commands/template/express}/ForFrontEnd/NonSecured/Builder/build.js +0 -0
- /package/bin/{v12/commands/express/template/v1 → v13/commands/template/express}/ForFrontEnd/NonSecured/Builder/config.js +0 -0
- /package/bin/{v12/commands/express/template/v1 → v13/commands/template/express}/ForFrontEnd/NonSecured/Builder/main.js +0 -0
- /package/bin/{v12/commands/express/template/v1 → v13/commands/template/express}/ForFrontEnd/NonSecured/Builder/publish.js +0 -0
- /package/bin/{v12/commands/express/template/v1 → v13/commands/template/express}/ForFrontEnd/NonSecured/Builder/repo.js +0 -0
- /package/bin/{v12/commands/express/template/v1 → v13/commands/template/express}/ForFrontEnd/NonSecured/Builder/schema.js +0 -0
- /package/bin/{v12/commands/express/template/v1 → v13/commands/template/express}/ForFrontEnd/NonSecured/Builder/utils.js +0 -0
- /package/bin/{v12/commands/express/template/v1 → v13/commands/template/express}/ForFrontEnd/NonSecured/Builder/version.js +0 -0
- /package/bin/{v12/commands/express/template/v1 → v13/commands/template/express}/ForFrontEnd/NonSecured/buildAndCopy.js +0 -0
- /package/bin/{v12/commands/express/template/v1 → v13/commands/template/express}/ForFrontEnd/NonSecured/latestVersion.js +0 -0
- /package/bin/{v12/commands/express/template/v1 → v13/commands/template/express}/ForFrontEnd/Secured/buildProtected.js +0 -0
- /package/bin/{v12/commands/express/template/v1 → v13/commands/template/express}/ForFrontEnd/Secured/latestVersion.js +0 -0
- /package/bin/{v12/commands/express/template/v1 → v13/commands/template/express}/app.js +0 -0
- /package/bin/{v12/commands/express/template/v5 → v13/commands/template/express}/config.json +0 -0
- /package/bin/{v12 → v13}/commands/template/express/package.json +0 -0
- /package/bin/{v12 → v13}/commands/test.js +0 -0
- /package/bin/{v12 → v13}/core/parseInput.js +0 -0
- /package/bin/{v12 → v13}/core/resolveCommand.js +0 -0
- /package/bin/{v12 → v13}/core/resolveFolderName.js +0 -0
- /package/bin/{v12 → v13}/core/showUsage.js +0 -0
- /package/bin/{v12 → v13}/core/showUsageV1.js +0 -0
- /package/bin/{v12 → v13}/start.js +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[{"LedgerName":"0 % Purchase","LedgerParentName":"Purchase Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"0% Purchase Return","LedgerParentName":"Purchase Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"0% Sales","LedgerParentName":"Sales Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"14.5% Sales","LedgerParentName":"VAT Sales","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"15% Block Depreciation","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"360 one Quant Fund on 20.08.24","LedgerParentName":"Investments in Mutual Funds","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"3F Industries Limited","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACF2643K1ZM"},{"LedgerName":"4% Sales","LedgerParentName":"Sales Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"40% Block Depreciation","LedgerParentName":"40% Block","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"4Mura","LedgerParentName":"Amazon","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"24BPBPG3519K1Z3"},{"LedgerName":"5% Sales","LedgerParentName":"VAT Sales","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"5% Sales Return","LedgerParentName":"Sales Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"A1 Furniture (SUBBARAO)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"AAFILAH FISHING NET INDUSTRIES","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"AAK South East India Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"AARISH ENTERPRISES","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"A.ARJUN RAJU","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Aaron Automobiles Spare Parts","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33ACVPF5138K2Z9"},{"LedgerName":"Aaron India","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AACPD6702C1ZK"},{"LedgerName":"Aaron Nets","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"AARON TECHONOLOGIES","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AJPPP3137P1ZE"},{"LedgerName":"A.Avinash","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"ABC Constructions","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Abdul Kalic","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Aberammy Industry","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AADFA9768Q1ZQ"},{"LedgerName":"Abishek Enterprises","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"07AHJPB3159K1ZA"},{"LedgerName":"ABS Rayudu, Iravavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Accel Car Decors","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Access AP05EX4787","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Access Insurance-AP05EX4787","LedgerParentName":"Vehicle Maintainance Exp","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Achanta Radha Krishna, Kajuluru","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Acme Enterprise","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Acme Safetywears Ltd, Bangalore","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Adabala Srinivas(Car)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"ADAM FISHING MATERIAL CO","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ADANI ENTERPRISES","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Adani Wilmar IPO Shares (21-22)","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Adapa Ramu, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Adapa Subbarao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Adduri VRK Varma","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"A.D.FISHERIES, AMALAPURAM","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"A.D.FISHERIES,KAKINADA","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"A.D.FISHERIES, NARSIPATNAM","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"A.D.FISHERIES, RAJAHMUNDRY","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"A.D.FISHERIES, VIZIANAGARAM","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"A.Dileep Raju, Draksharamam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Adinarayana Choudary K, Korangi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Aditya Academy, Kakinada","LedgerParentName":"Aditya Academy","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Aditya Academy, Pitapuram","LedgerParentName":"Aditya Academy","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Aditya Aqua Farms, Ontimamidi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Aditya Bio Resources, Vemavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Aditya Birla Capital Ltd (Shares)","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Aditya Engineering College","LedgerParentName":"Aditya Academy","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Aditya Jr College, Palakol","LedgerParentName":"Aditya Academy","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"ADITYA PAPER PRODUTS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Aditya University, Surampalem","LedgerParentName":"Aditya Academy","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Aditya Women's Degree College","LedgerParentName":"Aditya Academy","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Adivishnu Marine Foods Pvt Ltd, Pullamraju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Advanced Applications","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Advance Tax (Fy 2018-19)","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Advance Tax (Fy 2019-20)","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Advance Tax (Fy 2020-21)","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Advance Tax (Fy 2021-22)","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Advance Tax (Fy 2022-23)","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Advance Tax (Fy 2023-24)","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Advance Tax (Fy 2024-25)","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Advertisement","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ADVIKA PROJECTS PRIVATE LIMITED","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"AERO MARINE","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"AFCOF","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"AFCOF NELLORE","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"AFCONS INFRASTRUCTURE LIMITED","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"AGA KAHN DEVELOPMENT NETWORK/FOCUS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"AGAKHAN FOUNDATION","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"AGAKHAN FOUNDATION, NEW DELHI","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Agarwal Industries Pvt Ltd, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Agni Nets","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AAHFA6313K1ZN"},{"LedgerName":"Agra Mobile Point","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Agro Prime Traders(Planet)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"A.G.S.V.S.N.Raju (Sivaji Raju)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"AHMED MEERA MOHIDDIN","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"AIF, Addateegala","LedgerParentName":"Rjy Division Fisheries","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"AIF Dharmavaram","LedgerParentName":"J D Fisheries Anantapur","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"AIF Hindupuram","LedgerParentName":"J D Fisheries Anantapur","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"AIF Kadiri","LedgerParentName":"J D Fisheries Anantapur","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Aiprime Nutritions Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAQCA7693E1Z4"},{"LedgerName":"Air Conditioner","LedgerParentName":"Furniture & Fixtures","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Aithabathula Krishna Murthy S/o Musalayya","LedgerParentName":"S.Yanam","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Aithabathula Rama Krishna S/o Nageswararao","LedgerParentName":"S.Yanam","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Aithabathula Srinu S/o Subbarao","LedgerParentName":"S.Yanam","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Aithabathula Suresh S/o Subbarao","LedgerParentName":"S.Yanam","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"AJANTHA FISHNETS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ajay Kumar,KKD","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"AJS Technologies","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Akash Nylons","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33BDMPC7893K1Z1"},{"LedgerName":"Akash Water, Deposit","LedgerParentName":"Deposits (Asset)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"A.KASI ANNAPURNA","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"AKAYYAGARI MUNAIH","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Akhil","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"AKKAMGARI LAKSHMAYYA","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Akkayagari Molakayya","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Akkireddy Krishna Gopal","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Akshaya Fishnets India","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33BQZPK0657D1ZO"},{"LedgerName":"Akshaya Jute and Nets (Durga Nets, Eluru)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BMYPK1784Q1ZS"},{"LedgerName":"Akula Desiyya (Yejjala)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Akula Durga Prasad, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Akula Narayana Rao (A V Ramarao)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Akula Satyam, Uppalanka","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Akumarthi Durga Prasad S/o.Nagababu","LedgerParentName":"Amalapuram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Akumarthi Naresh S/o Nagababu","LedgerParentName":"Amalapuram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"AKV Logistics Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ALARI BUJJAYYA","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ALARI JAYARAM","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ali Materials","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Allipilli Rambabu S/o.Ramaswamy","LedgerParentName":"Dummulapeta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"All Is Well Foundation","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Alluri Dineshvarma, Kothalanka","LedgerParentName":"M.Ramakrishna Raju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Alluri Dinesh Varma.Muramalla","LedgerParentName":"M.Ramakrishna Raju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Alluri Dinesh Varma,Pallipalem","LedgerParentName":"M.Ramakrishna Raju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Alluri Harish Varma (Praneeth Varma)","LedgerParentName":"Praneeth Varma","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Alluri Rama Chandra Raju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Alluri Sriramaraju,Palakol","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Allu Visweswara Rao, A V Nagaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Almas, Malegaon","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ALPINE MARINE","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ALPINE TRADERS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Alrich Construction Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AABCA7637D2ZS"},{"LedgerName":"Althaf Golden Net Industries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AIRPA3112C1Z1"},{"LedgerName":"A Madhusudhan Garu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Amaravathi Metals","LedgerParentName":"Mnr Growell","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"AMAR INDUSTRIES","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Amazing Biotech Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Amazon Purchase","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ambati Subbanna & Co Oil Firm","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AACFA2466Q1Z2"},{"LedgerName":"Ambica Enterprises Rope Marchants","LedgerParentName":"Ambica .Amalapuram","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ambience Infra","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ameer Fishing Equipments Indus.Corp","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AAIFA0139J2ZR"},{"LedgerName":"Amit Gruh Udhyog","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"AMJ NETECH, MANIPAL","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"AMK Aqua Farms (Manikumar)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"A.M.Marine Parachute (Sea Anchor)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"A.M.NETS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Amritha Universal Ship Care","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Amsiatlier (Furniture)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"Amul Constructions India Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"AMUTHA KNITS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Amutha Plastix","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AADFA6051G1ZX"},{"LedgerName":"A Nageswara Rao, Kavalipuram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"ANAKAPALLI AFCOF","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Anala Satyanaryana","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ananda Aqua Applications , Konapapeta(Hatchery)","LedgerParentName":"Ananda Foods","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ananda Enterprises(India) Pvt Ltd","LedgerParentName":"Ananda Foods","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAGCA4730Q1Z9"},{"LedgerName":"Ananda Enterprises India Pvt Ltd,Dirusmarru","LedgerParentName":"Ananda Foods","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAGCA4730Q1Z9"},{"LedgerName":"Ananda Foods, Tallarevu","LedgerParentName":"Ananda Foods","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AADFA6981H1Z8"},{"LedgerName":"Ananda Hatcheries , Konapapa Peta (Ananda)","LedgerParentName":"Ananda Foods","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Anand Aqua Applications, Kothapalem","LedgerParentName":"Ananda Foods","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"ANAND NET INDUSTRIES","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Anaparthy Educational Society, Anaparthy","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Andanki Rambabu S/o.Venkataramana","LedgerParentName":"Dangeru Vasalarevu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Andslite Pvt Ltd, Haridwar","LedgerParentName":"Andslite","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"05AAFCA8272N1ZA"},{"LedgerName":"Angadi Pothuraju S/o.Suryarao","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Angadi Sattibabu, Kesannakurru (Srinu Raju Net Work","LedgerParentName":"Srinu Raju Garu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Angadi Srinivas S/o.Narayana","LedgerParentName":"Dummulapeta-Mix","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"ANGANI POTHURAJU","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Anil Safety Nets Solutions Services","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Anjana Aqua Farms Ref: Hanuman Aqua Feeds (Badari)","LedgerParentName":"D Badari(D.Krishna)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Anjana Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Anjaneya Hatchery","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ankadi Veerababu S/o.Apparao","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Anl Freight < 750","LedgerParentName":"Freight Inward","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ANL Parcel Services","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"ANNAM INDUSTRIES","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Annam Murali","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ABDPA9528P1Z7"},{"LedgerName":"Anshuman Enterprises","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ansuri Ganapathirao, Kongodu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ansuri Tirumala Ganesh, Z.Bhavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Antique Logistics Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37EPZPS8585A1ZU"},{"LedgerName":"Anudeep Aqua( Chantibabu)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Anudurga Arc Velding & Design Works","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Anukula Alumuniums","LedgerParentName":"Bldg Const Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Anushka Hatchery","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"A.P.B.C.C.F. Corporation Ltd,","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"A.P ENTERTAINMENT NETWORK","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Apex , Alagayapalem","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Antarvedi","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Bhavavaram","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex Bhogapuram","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex Consolidated","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Apex, Dibbalapalem","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex Electronics","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Apex Frozen Foods Ltd, G.Ragampeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex Gokavaram","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Gollapalem","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Apex , Gudivada","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Gurjanapalli-1","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Gurjanapalli-2","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Gurjanapalli -3","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Kajuluru-1","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Kajuluru-2","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Kona-1","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex, Kona-3","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex Kona-4","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Kona -Site-2","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Korangi","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Apex, Manikyapuram","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Marripalem-1","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Marripalem-2","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Marripalem,Vakapadu","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex, Nagulaplli","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Narsapurapeta-1","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Narsapurapeta-2","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Ontimamidi","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Panasapadu","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Pandurangapuram","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex, Pedapatnam","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex Pentakota","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Pinamalla","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Rajavaram","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex Ramanakkapeta","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex Ramapuram","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Repalle","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Siripuram-1","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Siripuram-2","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"\u0004 Unknown","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Siripuram-3","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Siripuram-4","LedgerParentName":"Trade Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Siripuram-5","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Siripuram-6","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Siripuram (Bhavaram)","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex Sompeta","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Srirampuram","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Unduru","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Velangi-1","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Velangi-2","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex, Velangi-3","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex Velangi-4","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex, Velangi-5","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Vetlapalem","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"Apex , Yendamur","LedgerParentName":"Apex","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKCA4854D1ZN"},{"LedgerName":"A.P.Oil Federation Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AABAA0323L2Z2"},{"LedgerName":"Apollo Hospitals Enterprise Ltd (Shares)","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Apollo Hospitals Shares","LedgerParentName":"Investments","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Apparaio Retail Private Ltd","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"29AALCA0171E1ZV"},{"LedgerName":"Apple Net","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Apple Resorts","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AIQPA7407H2Z5"},{"LedgerName":"APPTD","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"APSRTC Logistics","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAGFA3527J2ZF"},{"LedgerName":"APT Aqua Farms(Saranya Aqua)","LedgerParentName":"Saranya","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"AP Traders(Braided Rope)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"09BWKPK1308Q2Z0"},{"LedgerName":"A P Travels & Cargo","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"36AOSPR7703M1Z3"},{"LedgerName":"Aqua D Mart","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AJQPR5250E2ZV"},{"LedgerName":"Aquaguard","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"AQUAGULL AGRO PRIVATE LIMITED","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"21AASCA8028K1ZF"},{"LedgerName":"AQUA MECH ENGINEERING CORPORATION","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Aqua Smart","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Aradadi Adinarayana S/o.Sathiraju","LedgerParentName":"Tallarevu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Aradadi Lakshmana Swamy S/o.Suryarao","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"A.Ramadevi(Arimilli Bulli Subbarayudu)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Aran Projects P Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ARATHI ENTERPRISES","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Aravinda Plastics (P) Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AACCA4848B1ZX"},{"LedgerName":"Archanalok Trading Company","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"36AACFA9785E1Z9"},{"LedgerName":"A R Constructions, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ARC Parcel Service","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AACCA4389D1ZP"},{"LedgerName":"AR Cricket Academy,Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ardani Srinivasa Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Ardha Technologies","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ARE Rithendraja Reddy, Narsapurapeta","LedgerParentName":"Varun Aqua Enterprsies","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Arha Enterprises, Chebrolu(BYD Varma)","LedgerParentName":"BYD Varma Garu","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Arha Enterprsies, Tuni (BYD Varma)","LedgerParentName":"BYD Varma Garu","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ARIHANT CORPORATION","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Arihant Electronics","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AABHJ0450N1Z8"},{"LedgerName":"ARIHANT ENTERPRISES, VJY","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ARIHANT TRADERS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Arimilli Bulli Subbaraydu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Arimilli Lalbahadur","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Arimilli Nageswara Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Arjila Nookaraju S/o.China Satyam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Arjila Thatharao, Vizag","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Arjilli Appalakonda S/o.Danayya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Arjilli Appalaraju S/o.Ammoriyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Arjilli Musalayya S/o.Danayya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Arjilli Nageswararao S/o.Kanakayya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Arjilli Sathibabu /o.Dandu","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Arjilli Subbarao S/o.Narayana Murthy","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ARKAY SILK MILLS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Arudra Mobiles","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AHGPP5315A1ZN"},{"LedgerName":"ARUMBAKKAM SIVA","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Arunachala Logistics Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AAGCS1855C1ZO"},{"LedgerName":"Aruna Devi Aqua Culture","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"ARUNODAY TEXTILES","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Arun Traders","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"A Santhosh Kumar, Vizianagaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"A.Santosh Dummulapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ascent Industries Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAGCA2540L1ZN"},{"LedgerName":"Ascent Marine Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAPFA8953M1ZL"},{"LedgerName":"A & S Creations","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"07AWXPS3160L1ZP"},{"LedgerName":"A.Sekhar Varma, Repalle(Leela Sandeep)","LedgerParentName":"Leela Datla Sandeep","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ASHOK FILAMENTS, KARUR","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ASHOK TRADERS,","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AGZPS1965R1ZW"},{"LedgerName":"ASHRAM PUBLIC SCHOOL","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ashwini Traders, Rajesh KKD","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Asian Aqua Needs, Bhimavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"A.SIRIS &CO","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"A.S.MOLOOBHOY & SONS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"A.Srinivas","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"A.Srinivasa Varma Gollapalem","LedgerParentName":"A.Srinivas Varma","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"A.Srinivas Varma, Artlakatta(CLOSED)","LedgerParentName":"A.Srinivas Varma","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"A.Srinivas Varma , Geddanapalli","LedgerParentName":"A.Srinivas Varma","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"A.Srinivas Varma, Krishnapuram","LedgerParentName":"A.Srinivas Varma","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"ASSIST","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ASSISTANT DIRECTOR OF FISHERIES, MAHABOOBNAGAR","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ASSISTANT DIRECTOR OF FISHERIES, NIRMAL","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Assistant Director of Fisheries , Rajahmundry(Jayar","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Assistant Inspector of Fisheries, Mamidikuduru","LedgerParentName":"AD Fisheries Razole","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Associated Road Carriers Limited","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"36AACCA4861C1Z0"},{"LedgerName":"Associated Scientific Company","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AADFA6455A1ZT"},{"LedgerName":"Association Fee","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ASST.INSPECTOR OF FISHERIES","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"A S Varma, Tallarevu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"ASWAN FISHNET","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"A.Tatarao, Vsp","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"A.Tatayya","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Atchut","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Atchutapuram Fishermen","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ather AP39QH2660","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ather Energy Ltd IPO 25-26","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ather Insurance-AP39QH2660","LedgerParentName":"Vehicle Maintainance Exp","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ATK CONSTRUCTIONS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Atlantic Global Shipping Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Atmika Paper Mills Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ATMURI RAMALINGESWARA RAO","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Audit Fee","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Audit Fee (GST)","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Audit Fee Payable","LedgerParentName":"Payables","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Audit Fee Payable (GST)","LedgerParentName":"Payables","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"Audline (Kabil)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"August Developers & Contractors","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Auro Infra Private Limited","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Auto Frieght","LedgerParentName":"Hamali Exp.","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Automation5","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"AVALA NAGESWARA RAO, ISKAPALLI","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"AVALA PEDA VENKATESWARLU","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Avala Seenayya","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"AVANIGADDA KOTHAMMA GROUP","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Avanigadda Sitaramaraju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Avanti Feeds Limited, Gudiwada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AABCA7365E2ZP"},{"LedgerName":"Avanti Frozen Foods P Ltd, Krishnapuram","LedgerParentName":"Avanti Frozen Foods","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Avanti Frozen Foods Pvt Ltd, Yerravaram","LedgerParentName":"Avanti Frozen Foods","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AANCA3928K2Z7"},{"LedgerName":"AVENUE PAPERS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Avera Hatcheries Pvt Ltd","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Avineon India Private Limited","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AADCA7416Q3Z5"},{"LedgerName":"A.V.K.Nylons","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"AVP Industries","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"A V Ramarao Artlakatta","LedgerParentName":"A V Ramarao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"A.V.R.K.Varma","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"AVR Varma Repalle (Leela Sandeep)","LedgerParentName":"Leela Datla Sandeep","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"A.V.S.N. Chowdary","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"AVSSN Raju , Gunupudi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"A.V.Subrahmanyam","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"AVULA SEENAYYA","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"A V V S Rao, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Awot Global Logistics (India) Pvt Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Axis Bank A/c No.917020045894610","LedgerParentName":"Bank Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Axis Bank FDR No.918040061622391","LedgerParentName":"Deposits (Asset)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Axis Bank FDR No.918040090128095","LedgerParentName":"Deposits (Asset)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Axis Bank FDR No.918040090135417","LedgerParentName":"Deposits (Asset)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Axis Bank-OD A/c. No.918030022099676","LedgerParentName":"Bank OD A/c","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Axis Bank Suspense","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"Axis Bank Term Loan 920060049697189(48L)","LedgerParentName":"Bank OD A/c","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Axis Bank Term Loan A/c No:919060027208365(50L)","LedgerParentName":"Bank OD A/c","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Axis Car Loan A/c No:AUR010703107941","LedgerParentName":"Bank OD A/c","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Axis-CC-4400-0601-0777-1315\r\n","LedgerParentName":"Misc Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Axis CC 4514570024422167","LedgerParentName":"Misc Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Axis CC 4514 5700 4855 9929","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Axis CC 4641180000616539","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Axis CC 6529-2210-0963-2523","LedgerParentName":"Misc Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Axis FD: 921040058267169","LedgerParentName":"Deposits (Asset)","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"Axis FD: 924040087636322","LedgerParentName":"Deposits (Asset)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Axis FD: 924040095747706","LedgerParentName":"Deposits (Asset)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Axis FD 925040073321000- 25-26","LedgerParentName":"Deposits (Asset)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Axis FD no: /924040105070763","LedgerParentName":"Deposits (Asset)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Axis FD no:/924040105071261","LedgerParentName":"Deposits (Asset)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Axis FDR 924040087636322","LedgerParentName":"Deposits (Asset)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Axis Retirement Savings Fund 19-20","LedgerParentName":"Investments in Mutual Funds","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Axis Sb A/c No:919010045985988","LedgerParentName":"Bank Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ayaan Enterprise","LedgerParentName":"KAPASI","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"27BHTPS8888P1ZK"},{"LedgerName":"AYON TRADERS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"AYSUSH STEELS & METALS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ayyappa Function Hall","LedgerParentName":"Goli Srinivas","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ayyappa Machine Tools","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Babu Aqua","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Babu Aquarists","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Babu Nets","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAMFB2137K1ZB"},{"LedgerName":"BABU NYLON ROPES & NETS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AADFB8128P1ZZ"},{"LedgerName":"Babu Shrimp","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Badam Veera Nageswara Rao (Gunnies)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bad Debts","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bade Asirwadam, Ameenabad","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Bade Ellari","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bade Hema, Visakhapatnam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Bade Kruparao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Bade Nookaraju S/o. Pedda Kodanda","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bade Prasad & Group","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Bade Simhadri Tinsel Vizag","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bade Yesudas, Ameenabad","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Badina Bujji Babu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Badina China Nageswarao S/o.Gurranna","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Badina China Nageswara Rao ,Ameenabad","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Badina Nookaraju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Badina Yakobu S/o.Ammoriyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"BADINI NAGESWARA RAO","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Badireddi Chakradara Rao , Pedapudi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bag Closing Machine","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bag Closing Machine Repair","LedgerParentName":"Shop Maintainance","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bag Poly International","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"06AANFB9611P1ZW"},{"LedgerName":"Bahari Foods Limited","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bahgya Infra Projects, Ganapathi Raju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"36AAPFB6940F1ZA"},{"LedgerName":"Bajaj Finance Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Bajaj Finance Ltd (Shares)","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"BALA BALAJI AQUA","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"BALAGAM SUBRAHMANYAM","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bala Ganesha Polymers","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AANFB8260G1Z7"},{"LedgerName":"Balaji Aqua & Agro Products Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Balaji Aqua Farms, Yelamanchili","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Balaji Impex","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"08AASFB9174C1Z4"},{"LedgerName":"Balaji Polynet","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"24AAKFB1568Q1ZZ"},{"LedgerName":"Balaji Tarpaulins & Canvas","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"36BXYPS0509L1ZP"},{"LedgerName":"Balaji Wire Netting Store","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Balakrishna","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bala Land Scaping","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Balaram Giri Ref:Panda","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Balasadi Laxmanarao S/o.Surya Rao","LedgerParentName":"Dangeru Vasalarevu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Balasadi Rangarao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Baliga Aqua Floats","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"29AXMPB9534H1Z4"},{"LedgerName":"Baliga Fishnets","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"29AAFFB5212J1ZJ"},{"LedgerName":"Baliga Fishnets Deposit","LedgerParentName":"Deposits (Asset)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"B.Alistan","LedgerParentName":"Others","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Balla Chandra Sekhar, Kakinada(Bestind)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Balu Ads","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ATDPM4896L1ZX"},{"LedgerName":"Bandana Narasimha S/o.Narasimha Murthy","LedgerParentName":"Antarvedi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Bande Venkatesh (Subhash Friend)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bandi Ramasita, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"BANGALORE MONO FILAMENTS PVT LTD","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"BANGAR RAJU GARU, PONNAMANDA","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bangaru Raju, Palkol","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Bank Charges Non GST","LedgerParentName":"Bank Charges","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bank Charges_GST","LedgerParentName":"Bank Charges","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bank Interest on 4610 Temp Limit","LedgerParentName":"Bank Interest","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bank Interest on Car Loan - AP05EV0116","LedgerParentName":"Bank Interest","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bank Interest on CC EMI Loan","LedgerParentName":"Bank Interest","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bank Interest on Kotak Term Loan (0017-22.5L)","LedgerParentName":"Bank Interest","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bank Interest on OD Axis","LedgerParentName":"Bank Interest","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bank Interest on OD BOB","LedgerParentName":"Bank Interest","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bank Interest on Term Loan(7189-48L)","LedgerParentName":"Bank Interest","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bank Interest on Term Loan(8365-50L)","LedgerParentName":"Bank Interest","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bank Interest Payable","LedgerParentName":"Payables","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Bank Int on Kotak OD","LedgerParentName":"Bank Interest","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bank Int on Kotak WCDL0011","LedgerParentName":"Bank Interest","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bank Int on OD ICICI","LedgerParentName":"Bank Interest","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bank of Baroda Current A/c No:27860200001544","LedgerParentName":"Bank Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bank of India Arbitrage Fund -R-G-08.04.25","LedgerParentName":"Investments in Mutual Funds","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"BANK OF INDIA Mid and Small Cap Equity and Debt Fund - 20.08.24","LedgerParentName":"Investments in Mutual Funds","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bank of India (Shares)","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bank of Maharastra (Shares)","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"B.Annavaram(Painter)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"B.Appanna , Visakhapatnam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"B.Apparao (Imp Mesh)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"BARGE NO:43","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Barre Narasimha Swamy (FDO Naresh Wg)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Barre Narasimhaswamy S/o.Pullayya","LedgerParentName":"Antarvedi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Basava Abbaireddy S/o.Venkatareddy","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Basava Balu Reddy S/o.Venkatareddy","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"BASAVANI JHANARDHAN RAO, VARLAGONDHI THIPPA","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Basava Ramachandra Reddy S/o.Basava Venkata Reddy","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Baswa Ganga Bhavani","LedgerParentName":"Supran","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Baswani Naga Mohan Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Batavia Sales & Services","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"27ALQPB9140D1Z6"},{"LedgerName":"Batchu Enterprises","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Batchu Rajesh (Advocate)","LedgerParentName":"Others (Asset)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Batchu Satyanandam Educational Society","LedgerParentName":"Batchu Satyanandam","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Batchu Sreedevi","LedgerParentName":"Others (Asset)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Bathina Chinni, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bathina.Kasulu S/o Sathiyya","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Bathula Yerramma ( Raju Sattibau Son)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bato Logistics","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AKYPP5711B1ZW"},{"LedgerName":"BATTULA SATTIBABU","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bavasetti Ravi Kumar, Pandur","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bay Fry Pvt Ltd, Ongole","LedgerParentName":"Saranya","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Bay Fry Pvt Ltd, Srirampuram","LedgerParentName":"Saranya","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Bazinga Media Pvt Ltd","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"B.BALAMMA, W/O.LATE RAMI REDDY","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"BBC Fish Net , Machilipatnam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37CTUPB4314F1ZP"},{"LedgerName":"B & B Nets","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AFZPM4830N2ZP"},{"LedgerName":"B.C.CORPORATION,NELLORE","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"B.Darla, Rajahmundry","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"BDC Enterprise","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"B.DEVAMMA, W/O: B.KISHORE","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"B.Dharmaraju","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Beerakayala Gopal","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"BEKO- Fishing and Marine Enterprises","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Benugu Devudu S/o.Pamayya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Benugu Ramana","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"BENUGU SUBBARAO","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Berachah Corporation","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33APOPS3962C1ZQ"},{"LedgerName":"Bera Nirmala, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bera Venkata Ramana S/o Pedda Apparao","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Bera Venkatramana","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bera Venkat Ramana S/o Chinna Apparao","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Best Products M/s Venkatanath Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AABFV5076A1ZB"},{"LedgerName":"Bezawada Srinivas, AV Nagaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"B.Gattanna","LedgerParentName":"Bhaskarapuram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"BHAGYA LUXMI ENTERPRISE","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bhagyanagar Gas Limited","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AACCB2130P1ZO"},{"LedgerName":"BHARAT FISHING MATERIAL CO","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"BHARAT MONOFILAMENT & TEXTILES P LTD","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"29AABCB3462B1Z2"},{"LedgerName":"BHARAT TARPAULIN MFG CO","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"BHARGAVI MARINE","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bhavana Enterprises Ref:S.K.Rao ,Nkpl","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Bhavani Engg Rent","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Bhavani Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Bhavani Fancy & General Stores","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Composition","PartyGSTIN":"37BCCPC0455J1ZV"},{"LedgerName":"Bhavya Cloth Shop, Chelluru","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bhawani Shanker Meena","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"08AHDPM2540B1ZV"},{"LedgerName":"Bhimanna","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bh. Murali Krishna Raju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Bh.Naga Narayana Raju(Butchibabu-1)","LedgerParentName":"D Butchibabu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Bh.Naga Narayanaraju (New)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Bh.Naresh","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bhondu Bhuloku S/o.Kasiyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bh Phani Krishnam Raju, Palmanpeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bh.Ravi Raju C/o. JSR","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bh.Sai, Tallarevu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bh.Tirupathi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bhupathi Durga Prasad, G.Vemavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Bhupathi Jayashankar, G.Vemavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Bhupathi Phani Krishnam Raju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bhuvera Engineering Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAHCB7644K1Z8"},{"LedgerName":"Bike Purchase AP5BR8764","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Biman Giri","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"BINDHU INDUSTRIES","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bio Security Material EMD","LedgerParentName":"Deposits (Asset)","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"B.Jaya","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"B Karthamma (B Sattibabu Vizag)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"B.KHANNA","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"BKMN Aqua","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAMFB7476M1ZN"},{"LedgerName":"B.Krishna , Perumallapuram (Sai Manikanta)","LedgerParentName":"Sai Manikanta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Blue Craft Agro Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAGCB9531J1ZD"},{"LedgerName":"Bluelife Technologies","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"B.Madhubabu","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"BMPS","LedgerParentName":"Freight Inward","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"BMR Industries Pvt Ltd, Ref.T.Macharao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AACCB9704D1ZV"},{"LedgerName":"B New Mobiles Pvt Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAGCB0024N1ZR"},{"LedgerName":"Bobba Ramprasad (Aratlakatta-2)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Bobba Sandhya Rani","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Bobbilanka Fishermen","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Bobbin Deposit","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"BOB Car Loan :27860600023101(Tiago)","LedgerParentName":"Bank OD A/c","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"BOB Car Loan A/c No: 27860600022072(Hyryder)","LedgerParentName":"Bank OD A/c","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"BOB CC A/c No. 27860500007201","LedgerParentName":"Bank OD A/c","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Boddu Appannna S/o.Pedda Sattiraju","LedgerParentName":"Kothapalem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Boddu Bhyrava Swamy S/o.Satyam","LedgerParentName":"Raghavendra Puram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Boddu Satish (Sundar)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Boddu Srinivasa Rao ,Pandalapaka","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"BOLISETTI VASUDEVA RAO","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bolledulapalem Fishermen","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Bombay Andhra Transport P S","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"BOMBAY BOLTING CENTRE","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"BOMBAY PLASTIC TRADERS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"BOMMIDALA FILAMENTS LIMITED","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"BOMMI RAMULU","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bonda Lakshmipathi, Artlakatta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bondala Venkata Ramana S/o Sahib","LedgerParentName":"Amalapuram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Bondu Adiviyya, Uppada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bondu Chinna Jaganadham Ref;Badina","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Bondu Jagannadham S/o.Apparao","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bondu Jagannadham S/o.Gangulu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Bondu Kasibullodu S/o.Ammoriyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bondu Konda S/o.Bhagirthi","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bondu Mahesh Babu S/o.Rajarao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Bonthu Nagendra S/o.Satyanarayana","LedgerParentName":"Sariplalli Lanka","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Bonthu Sambhamurthy S/o.Rammurthy","LedgerParentName":"Sariplalli Lanka","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Booking Expns","LedgerParentName":"Direct Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Books and Periodicals Exp","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bothra Shipping Services Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAECB6711E1ZY"},{"LedgerName":"BOYAM GARI ROSI","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"B.Prasoona","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"B.Raju Sattibabu Vsp","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"B. Raju Yellayyapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"BRENNTAG INGREDIENTS(INDIA) PRIVATE LIMITED","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Brightech Interiors & Exterirors Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Brijwasi Plastic Pvt Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Broad Band Charges","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Brokerage on Trading of Shares","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"B.Sandhya(B.V.V.S.R.Prasad)","LedgerParentName":"B.V.V.S.R.Prasad, Artlakatta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"B.Sattibabu, Viskahapatnam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"BSE Ltd Shares 25-26","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"B.SELVAMANI","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"B.Sivudu","LedgerParentName":"Bhaskarapuram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"BSKV Logistics","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"B.S.N.Panduranga Murthy","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"BSP Hydro Dredging Works Pvt Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAGCB4268G2ZJ"},{"LedgerName":"B.Srinivas (Bhadra Rao Tilak Street)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"B S R Shrimp Hatchery, Konapapapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"B.SUBBARAO, VJA","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"B.Sudarshan (BNRN)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"B Sujatha (B Venkateswarao)","LedgerParentName":"B.Venkateswara Rao, Nadakuduru","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"B.Suryanarayana Ref:Vasamsetty Suryaprakasarao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"B.Suryanaryana Raju Ref:Rama Suri RRk Farms","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"B.Surya Prakash, Fishermen","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Btech Hatcheries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"BTR Aqua Farms, Tallarevu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"BUDAGATLAPALEM RAMBABU","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Budithi China Subbarao S/o.Ramarao","LedgerParentName":"Sariplalli Lanka","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Building Construction Expenses","LedgerParentName":"Fixed Assets","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Building Construction (Work in Progress)","LedgerParentName":"Fixed Assets","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Building Demolition Expns","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Building (D.No.43-1-2/1)","LedgerParentName":"Fixed Assets","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Building Penlasiation Scheme","LedgerParentName":"Others","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Bujjiraju(SVR Hatchery New)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Bujji Viskahapatnam","LedgerParentName":"S Bujji Vsp","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Business Promotion Expenses","LedgerParentName":"Business Promotion Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Butchibabu Garu, Nadakuduru","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"B.V.B.Subbaraju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"B Veerababu (Sattibabu Vizag)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"B.Veera Swamy","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"B.Venkateswararao ,A.V.Nagaram(Ref Ksr)","LedgerParentName":"B.Venkateswara Rao, Nadakuduru","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"B.Venkateswara Rao Ref:(Anjaneyulu)","LedgerParentName":"B.Venkateswara Rao, Nadakuduru","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"B.V.REDDY CHARITABLE TRUST","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"BVSR Subbaraju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"B.V.V.S.R.Prasad, AP Tryam","LedgerParentName":"B.V.V.S.R.Prasad, Artlakatta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"B.V.V.S.R.Prasad ,Artlakatta","LedgerParentName":"B.V.V.S.R.Prasad, Artlakatta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"B.V.V.S.R.Prasad, Kovvur","LedgerParentName":"B.V.V.S.R.Prasad, Artlakatta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"B.V.V.S.R.Prasad, Yerravaram","LedgerParentName":"B.V.V.S.R.Prasad, Artlakatta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"CALCUTTA PIPE FITTING STORES","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Callab Engineering Services Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAHCC0964F1ZP"},{"LedgerName":"Canon Printer","LedgerParentName":"Fixed Assets","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Car (AP05EV0116) Insurance","LedgerParentName":"Vehicle Maintainance Exp","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Car Ap5BR112","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Care Infra Projects","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Car Hyryder Insurance - AP40BV0112","LedgerParentName":"Vehicle Maintainance Exp","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Car Loan Processing Chgs","LedgerParentName":"Bank Charges","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Car Maintainence AP40DG0112 (Tiago)","LedgerParentName":"Vehicle Maintainance Exp","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Car Maintainence Payable","LedgerParentName":"Provisions","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Car Maintenance AP05EV0116","LedgerParentName":"Vehicle Maintainance Exp","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Car Maintenance AP40BV0112 (Toyota)","LedgerParentName":"Vehicle Maintainance Exp","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Cash-in-Hand","LedgerParentName":"Cash-in-hand","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Cawrnivaal Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"C.B.Marine Accessories","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"CC Camera & Equipment","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"C.Chandrakanth, Bodhan","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"CC Loan-Axis CC 4514-5700-2442-2167","LedgerParentName":"Credit Card Loans","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"CC Loan-Axis CC 4514-5700-4855-9929","LedgerParentName":"Credit Card Loans","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"CC Loan-Axis CC EMI Loan","LedgerParentName":"Credit Card Loans","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"CC Loan-HDFC CC 4572-6204-0332-0604","LedgerParentName":"Credit Card Loans","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"CC Loan HDFC CC 4577 0443 0056 2041","LedgerParentName":"Credit Card Loans","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"CC Loan-HDFC CC 4854-9808-0608-6221","LedgerParentName":"Credit Card Loans","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"C C Rao (Chaliki Veerendra)","LedgerParentName":"Chaliki Veerendra","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"CEFHA","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Cell Phone","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Cell Phone Maintainence","LedgerParentName":"Shop Maintainance","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Cell Point","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAFCC2148H1ZR"},{"LedgerName":"Centre Side Vijayawada","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Centring Mestri","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"CEO,SETRAJ&DSA","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"C.E.P.L","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"C.Esron","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33ABSPE6112G1ZX"},{"LedgerName":"CGG OFFSHORE","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"CGG SERVICES","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"CGST","LedgerParentName":"GST Payment","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"CGST (I)","LedgerParentName":"Inputs","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"CGST Input","LedgerParentName":"Duties & Taxes","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"CGST Interest","LedgerParentName":"GST Interest","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"CGST Late Fee (GSTR 9 & 9C FY 2023-24)","LedgerParentName":"GST Late Fee","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"CGST (O)","LedgerParentName":"Outputs","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"CGST Output","LedgerParentName":"Duties & Taxes","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"CGST Paid","LedgerParentName":"GST Interest","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"CGST Payable","LedgerParentName":"Payables","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"CGST RCM Paid","LedgerParentName":"GST Interest","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"CGST RCM Payable","LedgerParentName":"Payables","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"CGST Receivable","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"CGST TDS","LedgerParentName":"GST TDS","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chaganti Kondala Rao ,Pedapudi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Chaitanya Marine Services","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAGFC4364H1ZE"},{"LedgerName":"CHAITNYA HATCHERY","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chakka Peda Sattiraju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chakrapani , Kovvur","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chaliki Veerendra","LedgerParentName":"G Bala Krishna (Bala)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Champak Bhai M Tandel","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"CHAMUNDESWARIGROUP","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chandini Cashew Industries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"CHANDRA INTERNATIONAL TRADERS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chandra Oil & Gas Project Services P Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chandrasekhar Paria","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"CHANTI AQUA FARMS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"CHAOHU GONGYI FISING CO LTD","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"CHATERJI","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chavvakula Tatarao S/o.Apparao","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ch. Bala Vijaya Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AFTPC3823K1Z5"},{"LedgerName":"Ch,Benarji, Domada Ref:Sitaramaraju,Pedamadi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ch Bhaskar Raju,(Ravulapalem Srinu)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"CH.C.A.RAMAYYA(CHANTI GARU)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ch.Chandrasekhar,Algayapalem C/o.Apex","LedgerParentName":"Sekhar Atchutapuram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ch.Chandra Sekhar Ref;Apex Bhaskar","LedgerParentName":"Sekhar Atchutapuram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ch.Chiitibabu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"CHECKKA SRI BALAJI","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chedala Raja Reddy S/o.Lachhi Reddy","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Chedalla Anjana Ganga Manirao(Ali)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Cheekoti Anandrao Ref: Anandrao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chekka Sambasiva Rao S/o.Veeraju","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chekka Sathibabu S/o.Satyam","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chekka Satyanarayana, Puri","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chekka Subbarao, Machilipatnam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chekka Veerababu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Chekka Venkateswarlu S/o. Ramaswami","LedgerParentName":"CBV Palem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Chele Yesudas S/o Apparao","LedgerParentName":"Jd Fisheries (Bio Fencing)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Chelli Yesubabu S/o.China Venkatrao","LedgerParentName":"Sariplalli Lanka","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Chelluri Ramana S/o.Tatabbai","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chenna Venkateswra Rao , Velangi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Chennupati Cargo Carriers","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chennupati Cargo Carriers Pvt Ltd","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AACCC1188J3ZH"},{"LedgerName":"Chennupati Freight","LedgerParentName":"Freight Inward","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chepala Busibabu, Dummulapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chepala Dasu, Konapapapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chepala Konda, Konapapapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chepala.Srinu, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chidambaram Fishnets Pvt Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AABCC4976D1ZV"},{"LedgerName":"CHIDAMBARAM POLY BAGS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chief Planning Officer","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chikkam Babji","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"CHILIKA AGENCIES","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chilika Fishing Corporation","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ADIPP9891M1ZF"},{"LedgerName":"CHILIKA FISHING MATERIAL CO","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"CHILIKA FISHNETS (P) LTD","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chilla Satyanarayana S/o Sreeramulu","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Chinalure Group Co, Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chinnababu Garu Domada","LedgerParentName":"N Siva Rama Prasad (Chinnababu Mogilipalem)","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Chinnababu Garu Salapaka","LedgerParentName":"N Siva Rama Prasad (Chinnababu Mogilipalem)","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Chinnakondepudi Fishermen","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Chinta Devanandam S/o.Galibu","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Chintakayala Chittibabu, Pudimadaka","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chintakayala Raju, Chintala","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Chintakayala Samuel (Jeevan)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Chinta Krishna Reddy,Digamarru(KPR Hathcery)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Chinta Masenu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chintapalli Adinarayana","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chintapalli Mutyalu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Chintapalli Raju, Parlovapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Chintapalli Ramu, Parlovapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chintapalli Satyam S/o.Jogulu","LedgerParentName":"Dummulapeta-Mix","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Chinta Suryarao S/o. Krishnamurthy","LedgerParentName":"CBV Palem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Chinta Venkatareddy S/o.Pothu Raju","LedgerParentName":"Athreyapuram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Chinta Venkat Reddy Garu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Chinthapalli Jaya Kumar, Parlovapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chit Dividend","LedgerParentName":"Misc Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chit Dividend(Net)","LedgerParentName":"Margadarsi","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chit Exp","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chittibabu , Duggudurru (D.Suresh)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Chitturi Usha Rani Garu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chitturi Venkateswara Rao( Bujji)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ch.Jagadish, Kakinada (Rambabu:Velangi)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ch.Jagadish, Velangi (Rambabu Velangi)","LedgerParentName":"R Rambabu Velangi","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Ch.Jaganadh , Bhavaram ( Rajababu )","LedgerParentName":"P.Rajababu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ch.Kamalakar Rao, Singarayakonda","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ch.Krishna Chaitanya(JaganD.Suresh)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ch.Krishnaveni","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Ch.K.V.Ramalingeswara Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Composition","PartyGSTIN":"37AVUPC1680R1ZQ"},{"LedgerName":"Ch.Lakshmi Naga Devi (Balu)","LedgerParentName":"G Bala Krishna (Bala)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ch.Lokesh Raju, Amalapuram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ch.Lovaraju, Mallisala","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ch.L.V.Subbarao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ch.Maridiyya","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ch.Moola Swamy (Ref: Anji)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ch.Nagaraju","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ch.Nookaraju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chodipalli Appanna, Revu Polavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Chodipalli Appanna S/o.Nookaraju","LedgerParentName":"S.R.Peta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Chodipalli Bangariyya","LedgerParentName":"Revu Kondababu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Chodipalli Bhadrao S/o.Apparao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chodipalli Bhanu (Yejjala)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chodipalli Bhulokam","LedgerParentName":"Chodipalli Bhulokam","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chodipalli Bhulokam- Chittibabu","LedgerParentName":"Chodipalli Bhulokam","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chodipalli Bhuloku S/o.Bhagirthi","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chodipalli Chinna, Uppada (1260net)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chodipalli Chinni","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chodipalli Chittibabu S/o.Bhuloku","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chodipalli Jagantham","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chodipalli Kasiyya S/o.Nukalabbai","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chodipalli Kondayya S\\o.Veerabbai","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chodipalli Nageswra Rao. S\\o.Apprao","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chodipalli Nookaraju","LedgerParentName":"Revu Kondababu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Chodipalli Sathibabu S/o.Kodanda","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chodipalli Srinivas (1260 Net)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chodipalli Vijay Kumar","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chodisetty Narayana Swamy (Dugguduru)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chokka Appalaraju S/o.Bhagirthi","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chokka Apparao S/o.Sathiyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chokka Baburao, Ref:Anandarao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chokka Baburao S/o.Pedaveerabbai","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chokka Bhaskar Rao ,Danavaipeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chokka Bhuloku S/o.Kasiyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chokka Bujji S/o.Somaraju","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chokka Gopi, Perumallapuram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chokka Govind, Chirala(Koviri Nookraju)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Chokka Jeevanandam S/o.Jogiraju","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chokka Kasi Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chokka Kasirao S/o.Masenu","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chokka Kasirao.S/o.Ramudu","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chokka Konda Babu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chokka Kondayya S/o.Musalayya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"CHOKKA PRAKASH","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chokka Raju, Chirala","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chokka Sathibabu S/o.Veerabbai","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chokka Sea Foods, Konapapa Peta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chokka Simhadri S/o.Kodandam","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Chokka Srinu S/o.Venkateswarlu","LedgerParentName":"Vakalapudi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Chokka Tatarao (Jagadish)","LedgerParentName":"Jagadish Uppada","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Chopde Agro Industries","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"27AILPC1327M1Z8"},{"LedgerName":"Ch.Ramakrishna(Priyanka)","LedgerParentName":"Priyanka","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ch.Ramaraju Ref:K.Phani","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ch.Rambabu,Addaripeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ch.Ravi Kumar","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Christ Bio Marine Hatchery","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ch.Satyanarayana Raju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ch.Sivarama Krishna( Sekhar), A.P.Tryam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ch.S.Ramesh Gurajanapalli (Ch.V.Suresh)","LedgerParentName":"Ch.V.Suresh","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ch.S.Ramesh Gurajanapalli (Ch.V.Suresh) N","LedgerParentName":"Ch.V.Suresh","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ch.Srilakshmi Devi(Ch.V.Suresh)","LedgerParentName":"Ch.V.Suresh","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ch Srinivasa Rao (Chinnababu Garu)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ch.Srinivas, Kodamanchili (Nekkanti Rambabu)","LedgerParentName":"Ch.Srinivas","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ch Srinivas (Nekkanti Rambabu) Chebrolu","LedgerParentName":"Ch.Srinivas","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ch.Srinivas Ref:Rambabu , Nekkanti","LedgerParentName":"Ch.Srinivas","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ch.Srinivas, Tipparajupalem (Nekkanti Rambabu)","LedgerParentName":"Ch.Srinivas","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ch S S Varma, Yedurulanka","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ch.Subbarao, Gorripudi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"Ch.Surya Prabha (Ch.Srinivas)","LedgerParentName":"Ch.Srinivas","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ch.Surya Rao Dora & Ch.Prameela","LedgerParentName":"Ch.Suryarao Dora Garu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ch.Swapna Ref:Rambabu Velangi","LedgerParentName":"R Rambabu Velangi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Chundru V.V.Satyanarayana,Domada","LedgerParentName":"N Siva Rama Prasad (Chinnababu Mogilipalem)","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Chundru V.V.Satynaryana,Av.Nagaram","LedgerParentName":"N Siva Rama Prasad (Chinnababu Mogilipalem)","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Church of Christ Charitable & Educational Inst (Raj","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ch.Venkateswara Rao, Ice Box","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ch.Venkatramana, Yellayapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ch.Vinod Varma, I.Polavaram( B.A.R.Raju Sundar)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ch V K Sea Foods, Koduru","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ch.V.Prabhakar Rao, Garuvu-1","LedgerParentName":"Ch.V.Prabhakar","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ch.V.Prabhakar Rao, Garuvu-2","LedgerParentName":"Ch.V.Prabhakar","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ch.V.Ramarao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ch.V.Suresh, Gurjanapalli","LedgerParentName":"Ch.V.Suresh","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ch.V.V.Rao","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ch.V.V.Satyanaryana, Sirpuram-1(Chikkala Dorababu)","LedgerParentName":"Chikkala Dorababu","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ch.V.V.Satyanaryana, Sirpuram-2(Chikkala Dorababu)","LedgerParentName":"Chikkala Dorababu","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ch.V.V.Satyanaryana, Sirpuram-5(Chikkala Dorababu)","LedgerParentName":"Chikkala Dorababu","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ch.V.V.Satyanaryana, Sirpuram-6(Chikkala Dorababu)","LedgerParentName":"Chikkala Dorababu","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"CIFA","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"City Emporium (Cloth ) Ladies Show Room","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"City Trading Company","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AALFC0983B1ZK"},{"LedgerName":"C.K,MASTHAN","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"C K V Aqua Farms, Vemavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Cloudtail India Private Limited","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"36AAQCS4259Q1ZB"},{"LedgerName":"Coastal Aqua Hatchery","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"COASTAL AQUA PRIVATE LIMITED","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"COASTAL CORPORATION LIMITED","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Coastal Fisheries","LedgerParentName":"KAPASI","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"27AANFC2624B1ZT"},{"LedgerName":"Coastal Marine Construction Engineering Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACC1585F1ZT"},{"LedgerName":"COASTAL PAPERS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"COMMISSIONER,","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Commission Paid","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Commission Received","LedgerParentName":"Indirect Incomes","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Computer Maintenance @18%","LedgerParentName":"Computer Maintenance","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Computer Maintenance Exp Non GST","LedgerParentName":"Computer Maintenance","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Computers & Accessories Non GST","LedgerParentName":"Computer & Accessories","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Computers GST","LedgerParentName":"Computer & Accessories","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Cooli Charges","LedgerParentName":"Hamali Exp.","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Cooly Outwards","LedgerParentName":"Hamali Exp.","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Copia Mining Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAECC1680K1ZI"},{"LedgerName":"Cordless Phone","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Core4 Engineers Private Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"COROMANDEL ENGINEERING CO LTD","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"COROMANDEL FISHING NETS PVT LTD","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Coromandel International Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Coromandel Packaging","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"COROMANDEL SHIPPING AGE.PVT.LT","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"COSMOS TRADERS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Cost of Shop Land","LedgerParentName":"Cost of Shop Land","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"CPO, ICDP","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"C.Rachel","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Credit Card Sale","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Crescent Constructions","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AARFC0074H1ZC"},{"LedgerName":"Crescent Constructions, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AARFC0074H1ZC"},{"LedgerName":"CROWN FISHERIES PVT LTD","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"C.S.Fishnet","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AMDPJ6795J1ZO"},{"LedgerName":"CSR Enterprises, Ref: Pabbineedi Durga Prasad","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"C.Sriram , Gudivada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Customs","LedgerParentName":"Direct Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Customs Duty","LedgerParentName":"Direct Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Customs Duty Drawback","LedgerParentName":"Direct Incomes","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Cutting Charges","LedgerParentName":"Direct Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Cutting Charges (Service)","LedgerParentName":"Sales Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"C.V.K.RAJU(KITTU)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Cycle","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dailapalli Peddapuram S/o.Sathiraju","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dakarapu Sudakar S/o Venkata Rao","LedgerParentName":"Amalapuram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Daksha Shipping & Logistics","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dalanka Venkannababu , Chollangi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"DAMAN FISHING MATERIAL CO","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Daman Polythread Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"25AABCD0702E1ZH"},{"LedgerName":"Damera Suresh Babu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Danduprolu Apparao 2 S/o.Perraju","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Danduprolu Apparao S/o.Perraju","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Danduprolu Ramu, Yetimoga","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Danduprolu Sattibabu S/o. Sattiraju","LedgerParentName":"CBV Palem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Danduprolu Sattibabu S/o.Veerraju","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Danduprolu Veerababu S/o Sattiraju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Danduprolu Venkateswarlu S/o.Nageswararao","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Dangeti Srinu, Karapa (Velaga Siva)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Dangudubiyyam Trimurthulu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"DANIELS CRICKET ACADEMY","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dantuluri Bangarraju, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dantuluri Krishna Varma, A.V.Nagaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Dantuluri Sai Pavan Varma","LedgerParentName":"Dantuluri Pavan","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Dara Kanaka Venkata Ramana S/o Vissayya","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Dasari Appalaraju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Dasari Apparao S/o.Chinnayya","LedgerParentName":"Dummulapeta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Dasari Arjun Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dasari Arjunrao S/o.Kasibullodu","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dasari.Bhaskar, (Jagadish Uppada)","LedgerParentName":"Jagadish Uppada","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dasari Kasi Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dasari Kasulu S/o.Yellayya","LedgerParentName":"Dummulapeta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Dasari Nageswararao S/o.Chinnayya","LedgerParentName":"Dummulapeta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Dasari Sattiraju S/o.Yellayya","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dasi.Devallu S/o Dharmayya","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Dasi.Krishnamurthy S/o Dharmayya","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Datla's Aqua Farm","LedgerParentName":"D Butchibabu","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Datla Anjeneya Varma(Pavan)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Datla Butchibabu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Datla Butchiraju, MURAMALLA","LedgerParentName":"D Butchibabu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Datla B.V.Kishore Varma(Ref:Pavan)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Datla Mahesh Varma, Katravulapalli","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Datla Sandeep, Leela Enterprises Repalle","LedgerParentName":"Leela Datla Sandeep","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Datla Subbaraju, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Datla Venkata Satyanaryana Raju(Butchibabu)","LedgerParentName":"D Butchibabu","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Datla Venkateswara Varma,(Sivakumar Varma)Allavaram","LedgerParentName":"Venu Raju Garu","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"Davuluri Bhadra Rao , Tilak St","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"DC & EO , Lova","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"D.Chandra Raju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"D.CHANDRASEKHAR REDDY","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"D.Chinnabbai","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"DD Fisheries, Kakinada","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"D Dileep Kumar Ref:Aif Ramakrishna","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"D.Durga Prasad","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"DEBTORS SUNDRY","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Deepak Engineering Works","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Deepshika Industries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Deff.Tax Liability","LedgerParentName":"Current Liabilities","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Degala Vinod","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Delight Industrial Solutions Pvt Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Delite Enterprises","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BSOPS8928L1ZK"},{"LedgerName":"Delivery Expenses","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Depreciation on Fixed Assets","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"DEPUTY DIRECTOR OF FISHERIES","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"DEPUTY DIRECTOR OF FISHERIES, GUNTUR","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"DEPUTY DIRECTOR OF FISHERIES, KURNOOL","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"DEPUTY DIRECTOR OF FISHERIES, MACHILIPATNAM","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"DEPUTY DIRECTOR OF FISHERIES, NALGONDA","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"DERIK EXPORTS","LedgerParentName":"Derik","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33ALEPS5444F1Z5"},{"LedgerName":"DERIK INDUSTRIES","LedgerParentName":"Derik","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Derik Mart (P) Ltd","LedgerParentName":"Derik","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AADCD2520N1ZV"},{"LedgerName":"DERIK MONOFIL PVT LTD","LedgerParentName":"Derik","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AABCD0865E1Z4"},{"LedgerName":"Detox Corporation Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Devadula Venkatesh","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Devaguptham Fishermen","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Devendra(Jayanth Varma)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"DEVI AGRO BOARD INDUSTRIES","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Devi Aquatech Pvt Ltd, Jaggampeta","LedgerParentName":"Devi Fisheries","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAFCD0319K1ZQ"},{"LedgerName":"Devi Aquatech Pvt Ltd, Ponnada","LedgerParentName":"Devi Fisheries","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAFCD0319K1ZQ"},{"LedgerName":"Devi Fisheries Ltd, A.V.Nagaram","LedgerParentName":"Devi Fisheries","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACD7852Q1ZZ"},{"LedgerName":"Devi Fisheries Ltd, Kodada","LedgerParentName":"Devi Fisheries","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACD7852Q1ZZ"},{"LedgerName":"Devi Fisheries Ltd, Mallavaram","LedgerParentName":"Devi Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Devi Fisheries Ltd,Panasapadu","LedgerParentName":"Devi Fisheries","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACD7852Q1ZZ"},{"LedgerName":"Devi Fisheries Ltd Unit-5, Jaggampeta","LedgerParentName":"Devi Fisheries","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACD7852Q1ZZ"},{"LedgerName":"Devi Fisheries Ltd, Unit-6, Jaggampeta","LedgerParentName":"Devi Fisheries","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACD7852Q1ZZ"},{"LedgerName":"Devi Fisheries Ltd, Vemavaram","LedgerParentName":"Devi Fisheries","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACD7852Q1ZZ"},{"LedgerName":"Devi Sea Foods Ltd, Kajuluru","LedgerParentName":"Devi Sea Foods","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Devi Sea Foods Ltd, Pedapudi","LedgerParentName":"Devi Sea Foods","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AABCD0248B1Z9"},{"LedgerName":"Devi Sea Foods Ltd, Peddapuram","LedgerParentName":"Devi Sea Foods","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AABCD0248B1Z9"},{"LedgerName":"Devi Sea Foods, Visakhapatnam","LedgerParentName":"Devi Sea Foods","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Devisetty Lovaraju,Ukkurumilli","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"DEVI SYNTHETIC","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dew Coir","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AARFD4344D1ZE"},{"LedgerName":"Deyvani International IPO (21-22)","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"D.Ganga","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"D.Geetha (K.Kameswara Rao)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"D.G.Swaroopa(Dora Garu)","LedgerParentName":"Ch.Suryarao Dora Garu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Dhanalakshmi Agencies","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ATUPP6414G1Z6"},{"LedgerName":"Dhanalakshmi Chit Payable","LedgerParentName":"Payables","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"DHANALAKSHMI CONSTRUCTIONS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dhanalakshmi Srinivasan Chit Funds(TS)LT003DDN/23","LedgerParentName":"Dhanalakshmi Chits","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"Dhanalakshmi Srinivasan Chit Fund(TS)LT003DDN/24","LedgerParentName":"Dhanalakshmi Chits","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Dhanraju","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dharani Constructions","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAGFD2276F1ZI"},{"LedgerName":"Dharmadi Nageswara Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Dhatri Homes","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"DHAVAL TRADING CO","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"DHIVYA PLASTICS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dhl Express India Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dhone Jagannadham S/o.Bangariyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dhone Jagannadham S/o.Chinna","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dhone Narayudu S/o. Kasiyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dhone Pamayya S/o.Naganna","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dhone Petru S/o.Apparao","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dhruthi Agro & Aqua Farms, Ref: N Ganapathiraju","LedgerParentName":"N.Ganapathi Raju, Chebrolu","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dhuda Bhuloku S/o.Pamayya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dhulipudi Ramya","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"DIAMEND NETS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dibbada Yesubabu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Diff in Vat 11-12","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Digital Camera","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Digital Signature","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Digital Wall Clock","LedgerParentName":"Furniture & Fixtures","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dilapalli Annavaram S/o.Abbai","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dinesh Pipe Fitting","LedgerParentName":"Bldg Const Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Discount Allowed","LedgerParentName":"Direct Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Discount Receipts","LedgerParentName":"Direct Incomes","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Discount_IGST 5%","LedgerParentName":"Purchase Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dist Fisheries Officer, Kakinada","LedgerParentName":"DFO, Kakinada","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"District Fisheries Officer ,Rajahmundry","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on Apollo Shares","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on Bank of India Shares","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on Bank of Maharashtra Shares","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on BSE Shares","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on EIG Ltd Shares","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on Grasim Industries Shares","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on HDB Shares","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on HDFC Shares","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on Hindustanunilever Shares","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on HUL Shares","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on Hyundai Motor Shares","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on IDFC First Bank Shares","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on Indian Hotels","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on Infosys Shares","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on ITC Shares","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on Jio Financial Shares","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on LIC Shares","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on L & T Shares","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on Mahindra & Mahindra Ltd Shares","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on NTPC Shares","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on Oil & Natural Gas Shares","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on ONGC Shares","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on Petronet LNG Shares","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on Pfizer Shares","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on RIL Shares","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on Shares","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on Sula Vineyards Ltd","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on Tata Motors","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on TCS Shares","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on Ultratech Cement Shares","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on Union Bank of India Shares(Andhra Bank)","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on Vedant Fashions Shares","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dividend on Wipro Shares","LedgerParentName":"Dividend on Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"DIVI S LABORATORIES LIMITED","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACD6745J1ZF"},{"LedgerName":"Divya Aqua Culture","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Divya Hanuman Logistics","LedgerParentName":"Freight Inward","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"D.J.Aqua Farm(Butchibabu)","LedgerParentName":"D Butchibabu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"D.Jaya Kumari(Venuraju)","LedgerParentName":"Venu Raju Garu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"DJ CORP","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"D.Kiran (Jaggarao)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"D.Krishna Reddy","LedgerParentName":"V.Siva Reddy","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"D.K.V.P.V.Satyanarayana Raju (DSR Pavan)","LedgerParentName":"Dantuluri Pavan","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"D Madhu, V K Rayapuram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"D.M.Plastics","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"D.Neelima Ref:D.Krishna","LedgerParentName":"D Krishna","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Dolphin Hotels Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACD7740B1ZZ"},{"LedgerName":"Doma Raju, Bhairavapalem","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Doma Raju,Bhairavapalem (Ex.Murthy)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Doma Sattibabu S/o.Kameswararao","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Doma Satyanarayana","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Doma Veeraju S/o.Sattiraju","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Donations","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Done Pethuru(Yejjala Nageswra Rao)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Done Raju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Done Veeraju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dong Kwang International","LedgerParentName":"Advance for Suppliers","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Doni Chinni Konda S/o.Konda","LedgerParentName":"S.R.Peta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Doni Ramireddy, Chirala","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Doni Ramulu, Uppada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Doni Veerabbai S/o.China Musalayya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Donu Bhulokam S/o.Chinnayya","LedgerParentName":"Dummulapeta-Mix","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"DOODA APPARAO","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dooda Sattibabu, Light House","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dorababu Driver","LedgerParentName":"Wages & Salaries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dorababu Driver Advance","LedgerParentName":"Staff Advance","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Dowleswaram Fishermen","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"D.Praneeth Varma (Venuraju) Komaragiripatnam","LedgerParentName":"Praneeth Varma","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"D.Praneeth Varma(Venu Raju)Kommuchikkala","LedgerParentName":"Venu Raju Garu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"D Prasad, Rameswaram Ref: Mohan Bhaskar","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"D.Pruthvi Raju","LedgerParentName":"Pruthvi","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"D.Raghava Raju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"D.Raja","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"D Rajesh Varma, Yellayyapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"D.Rama Chandra Raju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"D.Ravulapalem Fishermen","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Drawings A/c","LedgerParentName":"Drawings","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"D.R.B.Varma, (Varma Butchibabu), Muramalla","LedgerParentName":"D Varma Butchibabu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"D.R.B.Varma, (Varma Butchibabu), Pedapudi","LedgerParentName":"D Varma Butchibabu","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"DRDA, NELLORE, PROJECT DIRECTOR","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dr.Ramarao Garu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Dr.Ramkumar","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"DRR TRUST","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"DRS INTERNATIONAL SCHOOL","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dr. S Praveen","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dr.S.Ramkumar, Gajapathinagaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"D.Sai Krishna Raju (Praneeth Varma)","LedgerParentName":"Praneeth Varma","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"D.SAI KUMARI","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"D.Satish , Penuguduru","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"D.Sattibabu Raju, Amalapuram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"D.SATYAM","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"D.Satyanarayana (S.Nani) (Employee)","LedgerParentName":"Wages & Salaries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"D.Satyanaryana Raju Ref:Pruthvi","LedgerParentName":"Pruthvi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"D.Satyanrayana Raju (Srihari Raviraju)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"DSF Aqua Tech Pvt Ltd Konapapapeta (Devi Fisheries","LedgerParentName":"Devi Fisheries","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACD7853R1ZW"},{"LedgerName":"DSF Farms","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"D.Simhadri (Sarala Foods)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"D.Sitarama Raju, Pedamadi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"D.Sivaji Naga Suresh Varma, Ref:Apex Srinivas Raju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"D S Narayana & Company Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACD7140D1Z1"},{"LedgerName":"DSP Value Fund(SIP) 24-25","LedgerParentName":"Investments in Mutual Funds","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"DSR Aqua Farms(Butchibabu) Pedapatnam","LedgerParentName":"D Butchibabu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"DSR Aqua Farms, Katravulapalli","LedgerParentName":"D Butchibabu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"DSR Biotech Hatchries , Pentakota(Dantuluri Sai Pav","LedgerParentName":"Dantuluri Pavan","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Dsr Hatcheries, Konapapapeta(Butchibabu)","LedgerParentName":"D Butchibabu","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"DSR Hatcheries, Mummidivaram(Butchibabu)","LedgerParentName":"D Butchibabu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"D.Sri Devi, Kakinada (D.Krishna)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"D.Suresh, Duggudurru","LedgerParentName":"D.Suresh","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"D.Suryanarayana Raju Ref:Peddamadi Bujji","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"D S Varma (Digital Signature)","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AOHPD0828E1ZB"},{"LedgerName":"D.S.V.S.Krishna Kumar(D.Krishna)Kovvada","LedgerParentName":"D Krishna","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"DSV Varma, Mummidivaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"DTDC Courier","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"DTH (Cable) Charges","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Duda Appanna S/o.Nookaraju","LedgerParentName":"S.R.Peta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Duda Paidiyya S/o.Chinna Satyam","LedgerParentName":"Dummulapeta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Duda Tatarao, Konapapapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dulla Gangarao, A V Nagaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dummu Kondababu S/o.Bhagirthi","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Dunna. Durga Prasad Raju, Matlapalem","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Duppi Satyanarayana Murthy S/o Veeranna","LedgerParentName":"Jd Fisheries (Bio Fencing)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Durga Aqua Farm, Kaikavolu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Durga Aqua Farms, Domada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Durga Fishnets & General Stores, Eluru","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BMYPK5750J1Z8"},{"LedgerName":"Durga General Merchant(Ramayanam Venkateswara Rao)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ACAPR9832M2ZX"},{"LedgerName":"Durga Kartikeya General Stores","LedgerParentName":"Kanaka Durga Bhimavaram","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ATLPP3254B1ZP"},{"LedgerName":"Durga Pipe Traders","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AEEPA0136C1ZC"},{"LedgerName":"Durga Prasad","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"DURGA SAI JUTE MERCHANTS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Durga Textiles","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"36AZVPD0175B1ZJ"},{"LedgerName":"Durga Veerabhadra Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Duties @12%","LedgerParentName":"Purchase Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Duties@18%","LedgerParentName":"Purchase Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Duties @20%","LedgerParentName":"Purchase Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Duties@5%","LedgerParentName":"Purchase Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Duties @7.5%","LedgerParentName":"Purchase Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"D.V.Chandra Kumari, Chebrolu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"D.Veerabhadra Rao","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"D.Venkatapathi Raju , Pedamadi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"D.Venkatapathi Raju, Ref:Peddamadi Bujji","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"D.Venkatarama Raju(Srinu Raju Garu), A.V.Nagaram","LedgerParentName":"Srinu Raju Garu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"D.VenkataramaRaju(Srinuraju)Jaggampeta","LedgerParentName":"Srinu Raju Garu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"D.Venkatarama Raju(Srinuraju) Kesannakurru","LedgerParentName":"Srinu Raju Garu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"D.Venkatesh , Gokavaram Ref:Rayudu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"D.V.Krishnamraju Garu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"D.V.N.RAJU","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"D.V.R. kumar, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"D.V.Satyanaryana Raju (Pvk Pullamraju)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"D.V.Sitarama Raju Ref:Pruthvi","LedgerParentName":"Pruthvi","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"D.V.Varma, Komaragiripatnam( Venuraju Garu)","LedgerParentName":"Venu Raju Garu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"D V Varma, (Venu Rajugaru)","LedgerParentName":"Venu Raju Garu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"D.V.V.S.V.G.S.R.K.S.Chowdary","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Dwarampudi Satyanarayana Reddy","LedgerParentName":"V.Siva Reddy","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"EAST COAST MARINE","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"E Bhargavi Artlakatta(BVVSR Prasad)","LedgerParentName":"B.V.V.S.R.Prasad, Artlakatta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Eco Aqua Lab, Eluru","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Edelweiss Arbitrage Fund-R-G-08.04.25","LedgerParentName":"Investments in Mutual Funds","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Edelweiss Multicap fund on 20.08.24","LedgerParentName":"Investments in Mutual Funds","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Edelweiss Small Cap Fund - Regular-Growth 07.04.25","LedgerParentName":"Investments in Mutual Funds","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"E.Deva Employee","LedgerParentName":"Wages & Salaries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Eerina Synthetics Pvt Ltd, Kolkata","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"19AABCE4717E1ZU"},{"LedgerName":"Eetha Rakesh, Pedapudi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"E.G.D.S.A","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"E.Gokavaram Fishermen","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"EIH Ltd Shares 25-26","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ekta Fabrics, Kanpur","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Elim Nets","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AFIPL3441D1ZW"},{"LedgerName":"Elite Constructions","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Elite Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Elite Shipping Agencies India Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AACCE5313R1ZA"},{"LedgerName":"Ella Jaganatham","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ELURU AFCOF","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ELURU DRDA","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"EMD DFO West Godavari (Bhimavaram)-2023","LedgerParentName":"Deposits (Asset)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"EMD-DFO W.G.dt (Bhimavaram)2025","LedgerParentName":"Deposits (Asset)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"EMD Jd Fisheries Kakinada","LedgerParentName":"Deposits (Asset)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"E.M.I.SONS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"EMKAY WEARS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Emmanuel Led Lights,Furniture&Tiles","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Composition","PartyGSTIN":"37AMLPT1295P1Z1"},{"LedgerName":"ENDURA NETS PVT LTD","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Entertainment","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Envo Farms, Ref:Dharmarao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"E.O, Annavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"E.O.Bhanulingeswara Swamy Vari Devasthanam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Eripilli Marayya S/o.Peda Nukanna","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Erupalli Apparao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Erupalli Bhogiyya","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Erupalli Bujji Ref:Santosh","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Erupalli Dhanaraju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ESSAR STEEL LTD","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"E.S.S.Bhaskara Rao (BVVSR Prasad)","LedgerParentName":"B.V.V.S.R.Prasad, Artlakatta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Essen Speciality Disposables LLP Unit2","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ESSKAY SHIPPING PVT LTD","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Eswar Reddy, Machilipatnam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Eternal (Zomato IPO Shares (21-22)","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"E.T.Perumal Fishnet","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Eureka Forbes Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Evergreen Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Excell Media Pvt Ltd","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACE6553D2ZS"},{"LedgerName":"Excel Nets","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AABFE4380N1ZC"},{"LedgerName":"EXECUTIVE ENGINEER, FISHERIES","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"FABRICARE INTERNATIONAL","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"29AERPN5251M1ZP"},{"LedgerName":"Fabtec Marine & Offshore Eng Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AADCF5676P1ZU"},{"LedgerName":"FAMH Enterprise","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"24BPEPS5284N1Z8"},{"LedgerName":"Fan GST","LedgerParentName":"Fan","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Fan Non GST","LedgerParentName":"Fan","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Farmfields Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AACCF6919N1Z3"},{"LedgerName":"FATHIMA NETWORKS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Fax","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"FCS Amalapuram","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FCS Atreyapuram","LedgerParentName":"Atreyapuram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FCS, Balabadrapuram","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"FCS,Brahmapuri","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FCS Buchumpeta","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FCS, Burugupudu","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FCS Chandredu","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FCS, Chelluru","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"FCS , Chinakondempudi","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Fcs, Dangeru H/O.Vasalarevu","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FCS, Dawaleswaram","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"FCS Donilapalli","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FCS, Dwarapudi","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FCS, Gaddulapalem","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FCS G.Kothapalli (SCC)","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FCS G.Kothapalli (STC)","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FCS G.Mamidada","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FCS G.Medapadu-B-46","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FCS, Gorripudi","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FCS Gummaladoddi","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Fcs G.Yerrampalem","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FCS Jegurupadu","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FCS , Kaleru","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FCS, Kanupuru","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Fcs, Kapileswarapuram","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FCS, Karapa","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FCS,Katheru","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"FCS, Kesavaram","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Fcs, Kotagunta","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FCS, Kotikesavarapuram","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FCS, Mandapeta","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"FCS, Modukuru","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FCS Nallamilli","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FCS Nandarada","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FCS, Narendhrapatnam","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Fcs Narsapuram","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FCS,Neeladriraopeta","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FCS,PANDRANGI","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Fcs Polekurru","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FCS, Rayavaram","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"FCS Saripalli Lanka","LedgerParentName":"Saripalli Lanka","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FCS S.Yanam","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FCS, Vakalagaruvu","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Fcs Vemagiri","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Fcs Vetlapalem","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FCS Vommangi","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Fdo.Fishfarm,Dwarapudi","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FDO,Fish Farm (Kadiyam)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FDO ,Rajavaommangi","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"FDO, Vetlapalem","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Filtech Textiles(Toss)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"09ABYPL6129N1ZN"},{"LedgerName":"Filterfab","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"Fire Extingusiher","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Fisheries Development Officer, B.T.P","LedgerParentName":"J D Fisheries Anantapur","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FISHERIES DEVELOPMENT OFFICER, KADEM","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Fisheries Development Officer, M.P.Dam","LedgerParentName":"J D Fisheries Anantapur","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Fisheries Development Officer, Nidubrolu (Lakshman)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"FISHERMEN CO-OP SOCIETY,KADEM","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"FISHERY SURVEY OF INDIA","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"FISHIN' HATCHERY PRIVATE LIMITED","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"FISHING NEEDS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Fishmat Company","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"FIT WORTH EXIM PVT LTD","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Flowline Systems Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AABCF1096R1Z2"},{"LedgerName":"Fog Machine","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Foreign Travel( China)","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Form H Sales","LedgerParentName":"Sales Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Forte Infrastructure India Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Fortune Agro Net","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Fortune Motors","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Franklin India Templeton(04-05)","LedgerParentName":"Investments","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Freight < 750","LedgerParentName":"Freight Inward","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Freight >750","LedgerParentName":"Freight Inward","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Freight @12%","LedgerParentName":"Freight Inward","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Freight Charges Receipts","LedgerParentName":"Indirect Incomes","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Freight GST","LedgerParentName":"Freight Inward","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Frieght","LedgerParentName":"Freight Inward","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Furniture GST","LedgerParentName":"Furniture","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Furniture Non GST","LedgerParentName":"Furniture","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"FUTURA TECHNOLOGICAL SERVICES","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Future Generalli Inusrance","LedgerParentName":"Others","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Future Media","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"36BBVPK8276K1ZN"},{"LedgerName":"GAC Shipping India P Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gadey Venkata Kameswari","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Gadi Raja Babu, Net Maker","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gadithi Nookaraju, S\\o.Venkanna","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gain/loss on Foreign Currency Fluctuations (Net)","LedgerParentName":"Indirect Incomes","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gajanan Roadways","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37JYQPS1848D1ZQ"},{"LedgerName":"GALAXY ENTERPRISES","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AESPM5065P1ZI"},{"LedgerName":"Gamini Krishna Pavan Kumar","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AMEPG7705L1ZU"},{"LedgerName":"Gampala Polayya, S/o. Bhairavaswamy","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ganagalla Ammoriyya","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ganagalla Dasu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ganagalla Devudu(Anandarao)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ganagalla Raju S/o.Rajanna","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ganapathi Aqua Farms,I.Polavaram","LedgerParentName":"N Venumaster","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Ganapathi (Sundar Friend)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gandhi Surgicals","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AJGPM9836M1ZE"},{"LedgerName":"Gandi Suresh, Dwarapudi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gand Jagannadaham.S\\o.Govindarajulu","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ganesh Bhandar- (2021-2022)","LedgerParentName":"Trade Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"19ACTPC2592A1ZM"},{"LedgerName":"Gangabhadra Niranjan Traders","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37DQZPP1678D1Z2"},{"LedgerName":"Gangalla Bhuloku , Konapapa Peta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gangaraju Vadapalli","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Gangireddy Garu","LedgerParentName":"Varun Aqua Enterprsies","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gangireddy Ref:Velaga Siva","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gangiri Adiviyya S/o.Veeranna","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gangiri Jaganadham Chodipillipeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Gangiri Jagannadham S/o.Bandiyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gangiri Maniyya S/o.Veeranna","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gangiri Satyam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gangiri Satyanarayana, S\\o.Veeranna","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gangiri Veeranna","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"GANGOTHRI MARINE SERVICES","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ganithi Prasad S/o.Nookaraju","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"GANITI KRISHNA","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ganiti Vasu (Bird Net)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ganta Bhaskara Rao S/o.Ramaswamy","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ganta Chinna S/o.Narasimha","LedgerParentName":"Dummulapeta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ganta Kannayya S/o.Kasi","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ganta Kasi, Uppada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ganta Nageswararao S/o.Mahalakshmayya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ganta Nallayya S/o.Narasayya","LedgerParentName":"Dummulapeta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ganta Narasimha Murthy (Jeevan)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ganta Nookaraju S/o.Mahalakshmayya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gantipalli Konda Babu S/o.Simhadri","LedgerParentName":"S.R.Peta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"G.Anuradha & G.Anil Kumar","LedgerParentName":"Goli Srinivas","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Garagala Chittibabu S/o.Chittibabu","LedgerParentName":"Vakalapudi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Garikina Apparao S/o.Masenu","LedgerParentName":"S.R.Peta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Garikina Babji S/o.Apparao","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Garikina Baburao S/o.Nookaraju","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Garikina Bhulokam S/o.Bambulu","LedgerParentName":"Raghavendra Puram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Garikina Bhuloku S/o.Masenu","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Garikina China Satyam S/o.Polayya","LedgerParentName":"Raghavendra Puram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Garikina Kumar Raju S/o.Kamaraju","LedgerParentName":"Raghavendra Puram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Garikina Nani, Voda Revu (Tutta Ramana)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Garikina Peda Govindu.S\\o.Appanna","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Garikina Sathibabu. S\\o.Apparao","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Garikina Sathibabu(Tutta Devudu)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Garikina Satti Babu S/o.Ammoriyya","LedgerParentName":"Raghavendra Puram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Garikina Satti Babu S/o.Venkanna","LedgerParentName":"Raghavendra Puram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Garikina Satyam S/o. Polayya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Garikina Satyavthi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Garikina Simhadri S/o.Apparao","LedgerParentName":"S.R.Peta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Garikina Veerraju S/o.Abbai","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Garikina Veerraju S/o.Kasiyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Garuda Parcel Service","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"GARWARE GOA NETS LTD","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"GARWARE MARINE INDUSTRIES LTD","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Garware Synthetics Shares","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Garware Technical Fibers Limited (GWRL)Vja","LedgerParentName":"Garware","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACG1377P1Z6"},{"LedgerName":"Garware Technical Fibres Ltd, Chennai","LedgerParentName":"Garware","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AAACG1377P1ZE"},{"LedgerName":"Garware Technical Fibres Ltd, Kolkata","LedgerParentName":"Garware","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Garware Technical Fibres Ltd (SATARA)","LedgerParentName":"Garware","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"27AAACG1377P1Z7"},{"LedgerName":"Garware Wall Ropes Ltd, Madurai","LedgerParentName":"Garware","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AAACG1377P1ZE"},{"LedgerName":"Gati Kinetsu Express Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"36AADCG2096A1ZY"},{"LedgerName":"GatI Kintetsu Express Pvt Ltd , Vjy","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AADCG2096A1ZW"},{"LedgerName":"Gayathri ARC Offshore India Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AALCA9587A1ZC"},{"LedgerName":"Gayathri Bio Polytech Farms","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gayathri Hatcheries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"GAYATRI AGENCIES","LedgerParentName":"Trade Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"34AESPM1447D1ZJ"},{"LedgerName":"Gayatri Hatcheries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"G.Balakrishna, A.V.Nagaram","LedgerParentName":"G Bala Krishna (Bala)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"G.Balakrishna Garu(Balu),Vetlapalem","LedgerParentName":"G Bala Krishna (Bala)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"G.Balaraju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"G.Balaraju, Gundepudi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"G.B.Krishnam Raju(Butchikrishna) Rameswaram","LedgerParentName":"D Butchibabu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"G.B.Krishnam Raju, Nadakuduru","LedgerParentName":"D Butchibabu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"G.Chandu Kumar, Draksharamam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"G.David,Dumulapeta Ref;Santosh","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"G.D.Enterprises (Balasuberamani Kavitha)","LedgerParentName":"Gd","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AMSPK3669H1ZM"},{"LedgerName":"G.D.Filaments (Gopalakrishnan Manoharan)","LedgerParentName":"Gd","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AFHPM8595A1ZD"},{"LedgerName":"Geddada Vijaya Ratna Kumari, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gedela Adinarayana S/o Musalayya","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Gedela Sathibabu,Uppalanka","LedgerParentName":"Uppalanka","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Gedela Venkataraju, Uppalanka","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Gedula Baburao, S/o Kameswara Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gedula Kameswararao S/o.Babu Rao","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gedula Satyanarayana,Pagadalpeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Geeta Sree Logistics","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"GEETHA ENTERPRISES","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"GEETHA NYLON TRADERS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"GEETHA PLASTICS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Geetha Towers Welfare Association (Sea Gold)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"GEMINI EDIBLES & FATS INDIA LIMITED","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AADCG5150F1ZT"},{"LedgerName":"Generator","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Generator Maintainence","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"GENTEC SERVICES","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"George Maijo Industries Pvt Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AACCG6145R1Z8"},{"LedgerName":"G.Geetha","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ghanpushp Poly Plast Industries","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Girijana FCS-C-159","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Girijan FCS Nelakota","LedgerParentName":"Rjy Division Fisheries","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"GIRIJAN MATSYA SAHAKARA SANGAM LTD NO:B-105","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"GITA ENTERPRISES","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"G Jaggarao, Tuni","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"G.Jayaprakash Narayana, Bhimvaram(Prakash Tourism B","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"G.Kameswara Rao,Upplanka","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"G.Karun","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"G.Kavitha, Bapatla(Jayanthvarma)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"G.K.Moorthy","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"G.Krishna","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"G.Krupa Rao","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"G.Kumar Swamy","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"G.Lakshmi Priya (G.Sambasivarao)","LedgerParentName":"Nemani Harikrishna","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"G.L.N.Raju","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"GLOBAL FISHNET WORKS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"GLOBAL MARINE AND TECHNICAL SERVICES","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Globe Ecologistics Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"G Maridi Raju, Kodada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"GMFC Labs Private Limited","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAFCG9855R1ZI"},{"LedgerName":"G.Murali,Kakinada(Venkata Satya)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"G.Naga Bhavani , Mogalamuru(Srinias Varma Artlakatt","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"G.Nookanna","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"GOAWARE FILAMENTS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"30AACFG6893P1ZX"},{"LedgerName":"Goaware Polynets","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Godavari Aquatics","LedgerParentName":"Venu Raju Garu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Goddu Naga Simhachalam, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Godown Rent (Chinna)","LedgerParentName":"Rents Paid","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gogu Sathibabu S/o.Pedda Abbai","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gogu Sathiraju S/o.Kasiyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gogu Sattibabu, Subbampeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Gogu Srinu, Subbampeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"GOKAVARAPU SRINIVAS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gold","LedgerParentName":"Investments","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gold Saving(Phonepe)05.12.24","LedgerParentName":"Investments","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Goli Srinivas","LedgerParentName":"Goli Srinivas","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Gollakoti V.V.Siva Rama Krishna(Butchibabu)","LedgerParentName":"D Butchibabu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Gollapalli Apparao, Peddapurapadu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gollapalli David Raju S/o.Vasantharao","LedgerParentName":"Jd Fisheries (Bio Fencing)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Gollapalli Pedda Apparao S/o.Apparao","LedgerParentName":"Vakalapudi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Gollapalli Sattibabu, Turangi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gollapalli Vinod, Peddapurapadu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gomu Nagaratnam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Good Harvest Aqua Farms(Amarendra Chowdary)","LedgerParentName":"P Amarendra Chowdary","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Gopalraju, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Gopi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gopikha Industries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AJKPV0954B1ZB"},{"LedgerName":"Gosala Bhaskarrao S/o.Chinnarao","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gosala Devudu, Vemavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Gosala Ganesh S/o.Nookaraju","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gosala Haribabu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Gosala Raju, Vakalapudi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Gosala Ramana, Rajavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Gosala Srinu S/o.Chinnarao","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gosangi Nageswar Rao S/o Vekata Ratnam","LedgerParentName":"Amalapuram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Gosangi Prasad S/o Musalayya","LedgerParentName":"Amalapuram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Gosangi Satya Narayana S/o Venkata Rathanam","LedgerParentName":"Amalapuram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Gottumukkala Satynarayana Raju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Govind Raju (Cooli Charges)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Govindu Pothala, Nadakuduru","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"GOWRI FISH NETS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"GOWRI RAMMYA PRODUCTS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gowthami Ghat Fishermen","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"GOWTHAMI LIQUID STORAGE P LTD","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gowtham Tarpaulins (Yedukondalu P S)","LedgerParentName":"Yedukondalu P S","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAQPP8161K2ZV"},{"LedgerName":"G.Pandu Ranga Raju(Srinivas Varma)Suresh Mono Work","LedgerParentName":"A.Srinivas Varma","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"G.Pattabi Ramarao Chowdary","LedgerParentName":"G Bala Krishna (Bala)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"GPR Aqua Farms, Annayapeta(Nemani Harikrishna)","LedgerParentName":"Nemani Harikrishna","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"GPR Aqua Farms, AP Trayam (Nemani Harikrishna)","LedgerParentName":"Nemani Harikrishna","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"GPR Aqua Farms, Artlakatta(Nemani Harikrishna)","LedgerParentName":"Nemani Harikrishna","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"GPR Aqua Farms, Gangavaram (Nemani Hari Krishna)","LedgerParentName":"Nemani Harikrishna","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"GPR Aqua Farms, Vegayammapeta(Nemani Harikrishna)","LedgerParentName":"Nemani Harikrishna","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"G.Pullanna","LedgerParentName":"Bhaskarapuram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Grahams Engineering","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BAUPS3560E1Z8"},{"LedgerName":"G.Raju Ref:Venu Raju Garu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"G.Ramachandra Rao Engineers & Contractors","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Grandhi Associates","LedgerParentName":"Bldg Const Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Grasim Industries Ltd (Shares)","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Great Sports Tech Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAICS3010R1Z0"},{"LedgerName":"Green Delta Services(Car Tyre)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Green Enrich Eco Solutions Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Grobest Feed Corporation( India) Pvt Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AABCG0897R1ZU"},{"LedgerName":"G R T HOTELS AND RESORTS PVT LTD","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"GRT Jewellers (India) P Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACR3582R1ZO"},{"LedgerName":"G.Sai Prasad Babu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"G.Sambasiva Rao, Kirlampudi (Nemani Hari)","LedgerParentName":"Nemani Harikrishna","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"G.Sambasivarao(Nemani Harikrishna)","LedgerParentName":"Nemani Harikrishna","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"G.Satyanarayana Murthy, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"G.SATYANARAYNA","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"G.S.Bhagavan, Vemulavada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"G.S.Engineering","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33ABGPS4374L1Z8"},{"LedgerName":"G.Shiva Kumar, Amalapuram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"G.Siva Kesava Varma, Krishnapuram","LedgerParentName":"A.Srinivas Varma","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"G.Siva Kesava Varma , Nedunur","LedgerParentName":"A.Srinivas Varma","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"G.Siva Kesav Varma, Artlakatta","LedgerParentName":"A.Srinivas Varma","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"G.Siva (Nani Nkp)","LedgerParentName":"Nani Nakkapalli","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"G.Soma Raju, Ak.Mallavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"GSPC","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"G.SRIDHAR","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"G.Srinivas & G.Anilkumar(Goli)","LedgerParentName":"Goli Srinivas","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"G.Srinivas, I.Polavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"G.Sri Venkateswara Babu","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gst Cess","LedgerParentName":"Duties & Taxes","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gst Filining Chgs","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gst Purchase","LedgerParentName":"Purchase Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"GST Purchase Return","LedgerParentName":"Purchase Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"GST REGULAR TAX","LedgerParentName":"GST Payment","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"GST Regular Tax Payable","LedgerParentName":"Payables","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"GST REVERSE CHARGE","LedgerParentName":"GST Payment","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"GST Reverse Charge Payable","LedgerParentName":"Payables","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"GST SALES","LedgerParentName":"GST Sales","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gst Sales Return","LedgerParentName":"GST Sales","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"G.Sunil Varma, Pedamadi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"G.Suresh , Kakinada(Oldnet)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"G.Suresh (Sundar Friend)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Gubbala Prabhakar (Grey Shade Net)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"GUJARAT TRADING CO","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gundepudi Fishermen","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Gunnam Veerabhadra Rao Ref;Paparao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Gunturu Ananda Rao S/o.Arjanna","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Gunturu Srinivasa Rao S/o.Sriramudu","LedgerParentName":"Sariplalli Lanka","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Gurrala Annavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Gurrala Nookalu (Lanke Nagoor)","LedgerParentName":"Lanke Nagooru","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Gurrala Venkateswararao S/o.Sriramudu","LedgerParentName":"Sariplalli Lanka","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Gurudev Impex","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Composition","PartyGSTIN":"37BKTPK6209D1ZY"},{"LedgerName":"Guru Krupa","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Guru Raghavendra Infrastructure","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAJFG1514G1ZN"},{"LedgerName":"G.Venkata Subbaraju(Vasuraju)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"G.Visweswara Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"GVK Goutami Power Limited","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"G.V.Ramana, Addaripeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"GVS Projects Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"G.V.S.R.K.Raju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"G V S Varma, Pedapudi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"GWRL (GARWARE WALL ROPES LTD)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Gwrl Veerraju","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"Habib Basha","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Hakimi Rope Industries Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"23AAIFH2626R1Z2"},{"LedgerName":"HAMSAN PLASTICS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Hamza Cotsyn","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Hanuman Aqua Farms(Badari D.Krishna)","LedgerParentName":"D Badari(D.Krishna)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Hanuman Aqua Farms,Paravada","LedgerParentName":"D Badari(D.Krishna)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Hanuman Aqua Feeds and Needs(Badari)","LedgerParentName":"D Badari(D.Krishna)","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ALOPV8221B1ZV"},{"LedgerName":"HANUMAN FIBRES","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Hanuman Lorry Transport","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AHCPB0120B1ZI"},{"LedgerName":"Hanuman Transport","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ATGPP9521L1Z3"},{"LedgerName":"Happy Nets","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AACHT9559F1ZM"},{"LedgerName":"HARBOUR LINES TRADERS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Haribabu, Bhimavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Haridwar Infrastructure Limited","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AACCH5836Q1ZX"},{"LedgerName":"Hari Jaganath Hatchery","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Harika Aqua Farms ,Ap Tryam","LedgerParentName":"N Venumaster","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Harika Aqua Farms,Komaragiri(Venumaster)","LedgerParentName":"N Venumaster","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Hari Karthikeya Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Hari Priya Aqua Ref: Varma Garu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"HDB Financial IPO Shares(25-26)61 Nos","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Hdfc Bank Ltd (Shares)","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"HDFC CC 4572 6204 0332 0604","LedgerParentName":"Misc Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"HDFC CC 4577041001153948","LedgerParentName":"Loans (Liability)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"HDFC CC4577044300562041","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"HDFC CC 4854 9808 0608 6221\r\n","LedgerParentName":"Misc Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"HDFC CC4854991901902824","LedgerParentName":"Loans (Liability)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"HDFC CC 4854991903090123","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"HDFC CC 4893772507645824","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"HDFC CC 5459648814979200","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"HDFC CC 6530290005753861","LedgerParentName":"Misc Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"HDFC CC No.5522747900302203","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Hdfc Sb A/c 50100002205145","LedgerParentName":"Bank Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Health Insu Aditya Birla (25-28)","LedgerParentName":"Health Insurance","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Health Insurance (Apollo Munich)","LedgerParentName":"Health Insurance","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Health Insurance (Care Adv for 3 Years)","LedgerParentName":"Health Insurance","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Heena Catgo Movers Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Hemendar","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Hemendra Kumar Jain (Porwal Textiles)","LedgerParentName":"Unsecured Loans","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Highway Hospitality","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"36AAJFH1184M1Z1"},{"LedgerName":"Himasatya Engineering Projects Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AADCH5153K1ZE"},{"LedgerName":"Hindustan Uni Lever Shares","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Hitaansh Generators","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Hitech Engineering Works","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Hi Tech International","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"03AADFH9663F1ZF"},{"LedgerName":"Hi-Tech International,Chennai","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AADFH9663F1ZC"},{"LedgerName":"Hi- Tech International (Haryana)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"06AADFH9663F1Z9"},{"LedgerName":"H.K.Marines Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"HLS Asia Limited","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"HLW MINISTRIES","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Hoist","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Home Furnishings & Co","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Hotel Royal Park","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAHCS7839P1ZC"},{"LedgerName":"HSBC Arbitrage Fund-R-G 08.04.25","LedgerParentName":"Investments in Mutual Funds","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"HSBC Financial Services Fund(SIP) 24-25","LedgerParentName":"Investments in Mutual Funds","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Hyma Aqua Hatcheries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Hyundai Motor India Ltd (10 Shares) 24-25","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"I. Aditya (Pullam Raju)","LedgerParentName":"I Pullamraju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"I.Anish(Ananda Foods)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"I.Balarama Krishna Raju, Bhimavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"I.Bramaramba(Pullamraju)","LedgerParentName":"I Pullamraju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"ICC Chemtech Pvt Ltd","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ICDP, NIZAMBAD","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ICICI Bank A/c No.028005501303","LedgerParentName":"Bank Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ICICI CC: 4501-7212-4312-1008 (Sundar)","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"ICICI CC- 4035 6203 3401 2008","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"ICICI CC 6528-6807-1353-3007","LedgerParentName":"Misc Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ICICI CC- 6528-6807-1376-3000","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ICICI SB A/c. 028001530820","LedgerParentName":"Bank Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ICICI Suspense A/c","LedgerParentName":"Suspense A/c","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ICI Shares","LedgerParentName":"Investments","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"IDFC First Bank Ltd Shares 25-26","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"IEC Renewal Fee","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"IFCI Financial Services Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"IGST","LedgerParentName":"GST Payment","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"IGST (I)","LedgerParentName":"Inputs","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"IGST Input","LedgerParentName":"Duties & Taxes","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"IGST Interest","LedgerParentName":"GST Interest","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"IGST(O)","LedgerParentName":"Outputs","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"IGST Output","LedgerParentName":"Duties & Taxes","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"IGST Payable","LedgerParentName":"Payables","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"IGST RCM Paid","LedgerParentName":"GST Interest","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"IGST RCM Payable","LedgerParentName":"Payables","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"IGST Receivable","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"IIFT, Kakinada(Manasa Estates)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"I.J.S.Prakash","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ikea India Pvt Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ILABS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ILabs ITC Gurgaon Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Illa Abbai Reddy S/o.Somireddy","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Illa Adireddy S/o.Pedajogireddy","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Illa Badram Reddy S/o.Nagireddy","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Illa China Jogireddy S/o.Ramireddy","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Illa Mutyalareddy S/o.Pandureddy","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Illa Pandureddy S/o.Somireddy","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Illa Suggureddy S/o.China Pentareddy","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"I-MARINE INFRATECH (INDIA) [VT LTD","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Import Freight @0%","LedgerParentName":"Import Freight","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Import Freight @18%","LedgerParentName":"Import Freight","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Import Frieght @5%","LedgerParentName":"Import Freight","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Indian Dairy Equipments & Fabricators","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BNXPK9840F1Z9"},{"LedgerName":"INDIA NETS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"23AABFI8823J1ZD"},{"LedgerName":"Indian Hotels (21.06.22) 100 Shares Ifci","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Indian Machinery & Mill Stores","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AACPZ2858D1ZF"},{"LedgerName":"INDIAN RED CROSS SOCIETY","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Indo American Water Systems","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ACLPR7612L1ZZ"},{"LedgerName":"Indo Asian Marine Supplier Syndicate","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAAFI5642N1Z2"},{"LedgerName":"Indoline Industries Private Limited","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"27AAACH5731L1ZG"},{"LedgerName":"Indo Nets","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AAEFI4468E1ZJ"},{"LedgerName":"Indukuri Aravind (Ananda Foods)","LedgerParentName":"Ananda Foods","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Indus CC 4147-5240-6714-2989","LedgerParentName":"Misc Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Indus Hatcheries, Palamanpeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Indusind CC 4147 5247 7848 8333","LedgerParentName":"Misc Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Infiniti Retail Limited (Croma)","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"36AACCV1726H1ZF"},{"LedgerName":"Infosys Ltd (Shares)","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Innovative Interiors Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Inoventive Filaments Pvt Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"24AADCN0213C1ZD"},{"LedgerName":"Input CGST","LedgerParentName":"Inputs","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Input IGST","LedgerParentName":"Inputs","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Input SGST","LedgerParentName":"Inputs","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Input Tax B/f During Bifurcation","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Inspectorate Griffithindia Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Insurance (Bank Collateral)","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Insurance Maturity","LedgerParentName":"Indirect Incomes","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Insurance (Shop)","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Integrated Cooltech Pvt Ltd","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AADCI7811H1ZJ"},{"LedgerName":"Interest Accrued on FD","LedgerParentName":"Interest on Deposits","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Interest on Axis SB 5988","LedgerParentName":"Interest on SB","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Interest on Bajaj Loan: P469PBL4372589","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Interest on Car Loan Hyryder","LedgerParentName":"Bank Interest on Car Loan","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Interest on Car Loan Tiago","LedgerParentName":"Bank Interest on Car Loan","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Interest on HDFC SB 5145","LedgerParentName":"Interest on SB","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Interest on ICICI SB 0820","LedgerParentName":"Interest on SB","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Interest on Income Tax Refund","LedgerParentName":"Indirect Incomes","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Interest on PNB SB 1120","LedgerParentName":"Interest on SB","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Interest on PNB SB 3000","LedgerParentName":"Interest on SB","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Interest on SB A/c.","LedgerParentName":"Interests","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Interest on SBI SB 1165","LedgerParentName":"Interest on SB","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Interest on Securities (NTPC)","LedgerParentName":"Indirect Incomes","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Interest Paid -Others","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Interest Received-Others","LedgerParentName":"Interests","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"International Delhi Public School, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Inti Durga Prasad S/o Satyanarayana","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Inventaa Industries Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Invent Aqua Farms, Ravulapalem","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Inverter","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Inverter Repair","LedgerParentName":"Shop Maintainance","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"IPL","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"I Prasad Varma, Berhampur","LedgerParentName":"Ananda Foods","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"I.P.R. Mohan Raju Garu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"I.Pullamraju(Pullamraju)","LedgerParentName":"I Pullamraju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"I.Rama Krishna Murthy","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"IRIS Consultancy","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"21AAEFI4235K1ZM"},{"LedgerName":"Iris Infracon Pvt Ltd, Bhubaneswar","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"21AADCI0180P1ZN"},{"LedgerName":"Iron Safe","LedgerParentName":"Furniture & Fixtures","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"ISN Prasad Raju, Pippara","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"I.Sri Ganesh, Kakinada (Builder)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"I.Srikrishna. Biccavolu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"I.Sudha Raju, Pentakota","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"I. Sujatha (Pullamraju)","LedgerParentName":"I Pullamraju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"ITC Shares","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ithabathula Satyanarayana S/o Praksa Rao","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ithireddla Venkateswarlu Reddy S/o.Mutyalureddy","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ithireddy Veeraswamy S/o.Abbaireddy","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"IT Refund FY 19-20","LedgerParentName":"Others (Asset)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"IT Refund Fy 20-21","LedgerParentName":"Others (Asset)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"IT Refund Fy 21-22","LedgerParentName":"Others (Asset)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"IT Refund FY23-24","LedgerParentName":"Others (Asset)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"IT Refund FY 24-25","LedgerParentName":"Others (Asset)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"I.Vishnu(Pullamraju)","LedgerParentName":"I Pullamraju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"I.V.K.V.Prasada Raju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"I.V.Ramaraju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Jagadeesh Garikina, Payakaraopeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Jagan Mohan , Revu Polavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Jagannadham Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Jagannath Aqua Export","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37DRLPA5959P1ZW"},{"LedgerName":"Jagnga Laxamana Swamy S/o.Venkatarao","LedgerParentName":"Sariplalli Lanka","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Jahnavi Enterprises, Ponnada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"JAHNAVI RAJYALAXMIC/O.MUDUNURU KRISHNA","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Jahnavi Traders, Chebrolu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AQXPV8881F3ZK"},{"LedgerName":"Jai Bhavani Constructions(Military Prasad)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AARFJ3174F1Z2"},{"LedgerName":"Jai Durga Daily Parcel Service","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BGIPP1402N1Z7"},{"LedgerName":"Jain Enrich, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Jain Silk Palace","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37CCUPS9243K1ZI"},{"LedgerName":"JAIN SYNTHETICS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Jain Wire Netting Stores (New)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AALFJ3412A1ZT"},{"LedgerName":"Jaiprakash Associates Ltd (Shares)","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Jai Prakash & Sons","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAEFJ2052K1ZD"},{"LedgerName":"Jalapushpa Biotech(Gkbhaskar)","LedgerParentName":"G.K.Bhaskar","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Jalla Rangarao, Ref: Moka Radhakrishna","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Jampana Bhimaraju, Muramalla","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Jampana Manikantha Raju( Srinivasa Scientific)","LedgerParentName":"Srinivasa Scientific","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Jampana Santhosh Varma","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Jampa Srinivas, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Jamu Ramababu, Konapapa Peta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Janapareddi Kishore, Nidadavole","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Janeu Soot Bhandar","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"09ADSPP8716H1ZT"},{"LedgerName":"Janga Venkateswararao S/o.Venkatarao","LedgerParentName":"Sariplalli Lanka","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"JAS Educational Society, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"J.A.Vaiz & Co","LedgerParentName":"Trade Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AAAFJ6908N1Z6"},{"LedgerName":"Javiya Enterprises","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"24BEDPP6698M1ZP"},{"LedgerName":"Jawaharlal Nehru Technological University Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Jaya Durga Bhavani Marketing","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AMCPK5751C1Z9"},{"LedgerName":"Jaya Lakshmi Aqua Farms","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"JAYALAKSHMI TEXTILES","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Jaya Lakshmi Traders, Gollaprolu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AKFPD1265P1ZX"},{"LedgerName":"Jayanth Varma , Bapatla (Gk Bhaskar)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Jayaram Agencies","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAGFJ0423J1ZI"},{"LedgerName":"Jayasree Nets & Generals","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BKYPK0510N1ZO"},{"LedgerName":"Jayendra Tailor","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Jayfil Industries","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"27AAAFJ9707H1Z9"},{"LedgerName":"Jay Pee Textiles & Shade Net","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Jayshree Enterprise","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"24AXVPR1813N1ZU"},{"LedgerName":"Jay Textiles","LedgerParentName":"Trade Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"27ALHPM1354R1ZJ"},{"LedgerName":"J Bangarraju, Tallarevu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"JB Shipping & Marine Services","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ARTPK5472G1Z8"},{"LedgerName":"Jc Enterprises","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AGZPP1329E1Z0"},{"LedgerName":"J.Chaitanya, Kesannakurrupalem(J.Ramesh Raju)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"J C Projects","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"J D Expo, Kakinada (Satish)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"JD Fisheries Bio Fencing","LedgerParentName":"Jd Fisheries (Bio Fencing)","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"J.D.Fisheries, Kurnool","LedgerParentName":"J D Fisheries Kurnool","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"JDG Sea Food (Akula Durga Prasad)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Jeevan Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BYAPP0838C1ZN"},{"LedgerName":"Jeevaraksha Animal Welfare Society(Dog Catching)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Jegurupadu Fishermen","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Jella Narasimha Swamy S/o.Peddiraju","LedgerParentName":"Antarvedi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Jesus Loves Ministries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Jeyashri Decors","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"JEY PEE NETS PVT LTD","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"JFN Fishnet Manufacturer","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AAMFJ4402H1ZM"},{"LedgerName":"JGD Maine & Offshore Services P Ltd","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Jibon Global Exim Pvt Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"19AADCJ9588N1ZH"},{"LedgerName":"Jio Fibre","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"J.J.Air Conditoners& Refrigerators","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"J.Jayselan","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"JK INFRASTRUCTURE","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"JK Plastics","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AIXPJ9299F2ZF"},{"LedgerName":"JK Times & Novelties","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Composition","PartyGSTIN":"37AGSPC6524D1ZF"},{"LedgerName":"J.Murthy Raju","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"J N R Constructions","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Jogmaya Textiles","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"John Energy Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Joint Director of Fisheries, Kkd","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Joint Director of Fisheries, (Mesh)","LedgerParentName":"Jd Fisheries (Bio Fencing)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Jonnada Arjunarao S/o Suryarao","LedgerParentName":"Jd Fisheries (Bio Fencing)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Jonnada V.V. Satyanarayana S/o.Suryarao","LedgerParentName":"Jd Fisheries (Bio Fencing)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"JP Constructions","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"J.Prasad Varma(SrinivarajuEx-Apex)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"J.Ramesh Raju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"J Satya, Narsingapuram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"J S P Raju Varma, Muramalla","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"JSS Raju , Bhimavaram(RTC)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"J.Subbaraju, Tuni","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Juliana Manipal Nets","LedgerParentName":"Trade Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"29AAFFJ4247D1ZF"},{"LedgerName":"Junja Ram Old Nets","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Jupiter Engineering Technologies","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Jupudy Jagannadha Rao & Son","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AABFJ7016N1Z4"},{"LedgerName":"J.Venkatraju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"J.V.Prasad Raju , Pedamadi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"JVS Suraj (Krishna Emporium)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"JVSS Varma","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"J V Suryanarayana (Employee)","LedgerParentName":"Wages & Salaries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"J.V.Surya Narayana Employee (Advance)","LedgerParentName":"Staff Advance","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"J.V.V.Satyanarayana(Jonnada Chinnababu)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Jyothi Marketing","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAOFJ7953R1Z5"},{"LedgerName":"Jyothiraj H Tandel","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Jyothi Sri Jute Traders(Jaikrishna)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Jyoti Ranjan Mohanty Ref:Panda","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Jyotirmayee Foods Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kadimi Mariyamma, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kadiri Chantammalu (Bujji Vizag)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kadiyam Fishermen","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kadiyam Sandeep, Amalapuram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kailash Hardware Corporation","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kajal Tex","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kakada Lakshmana Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kakarla Aditya , Santamnula","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kakarla Pujitha Devi( Avinash Devi Sea Foods)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kakileti Israelu S/o Kamaraju","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kakileti Rajashekhar S/o.Veerraju","LedgerParentName":"Amalapuram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kakileti Srinivasa Rao S/o.Pattabhi Ramayya","LedgerParentName":"Jd Fisheries (Bio Fencing)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kakileti Veerraju S/o.Gunnayya","LedgerParentName":"Amalapuram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kakinada Gateway Port Limited","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAGCK2317M1ZC"},{"LedgerName":"Kakinada Marine & Offshore Complex Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"KAKINADA SEA PORTS P LTD","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kaki Srinu , Viskahapatnam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kaladi Devaki(K.Kameswara Rao)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kaladi Dharmarao S/o.Tatarao","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kaladi Dharmarao S/o.Veerraju","LedgerParentName":"Kothapalem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kaladi Satyanarayana S/o.Rammurthy","LedgerParentName":"Kothapalem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kaladi Siva (K Kameswara Rao)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kala Enterprises, Visakhapatnam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAJPO3320N1ZF"},{"LedgerName":"Kalidindi Pattabhi Ramaraju, Kirlampudi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kallepalli Ramaraju (Sai Sirish)","LedgerParentName":"Sai Sirish","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kalpataru Constructions","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kalpataru Constructions(Pabolu Punnayya)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAMFK8945J1ZK"},{"LedgerName":"Kalpatharu Power Transmission Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kaluboyina Rambabu, A V Nagaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"KALYAN AQUA MARINES EXPORTS INDIA P LTD","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kalyani Car & Bike Decors","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Composition","PartyGSTIN":"37AAEFK3539L1Z0"},{"LedgerName":"Kalyan , Vijayawada","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kamabala Chinchiyya","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kamakshi Paper Boards","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kamala Aquatic Pvt Ltd(Red Twine Ganesh)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"21AAGCK3771K1ZH"},{"LedgerName":"Kamala Aquatic Pvt Ltd (Without Gst)","LedgerParentName":"Kamala Aquatic","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kamaraju Vasu-1 Ref:Ramakrishnaraju","LedgerParentName":"M.Ramakrishna Raju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kamaraju Vasu-2,","LedgerParentName":"M.Ramakrishna Raju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kambala Masenu S/o.Poliraju","LedgerParentName":"S.R.Peta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kamidi Nageswara Rao S/o.Veeranna","LedgerParentName":"Jd Fisheries (Bio Fencing)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kanaka Durga General Stores","LedgerParentName":"Kanaka Durga Bhimavaram","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AKFPP2399L1ZG"},{"LedgerName":"Kancharla General Stores","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kancherla Teja, Razole","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kancherla Venkateswra Rao, Gollaprolu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kanchi Muralikrishna, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kandala Haribabu S/o.Manikyam","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kandala Kasi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kandala Kasirao.S\\o.Lakshmayya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kandala Lakhmayya","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kandala Lakshmayya,S\\o.Govindu","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kandala Satyanarayana (Siripina Govindu)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.Anil, Narsapurapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kanipe Vijaya Bharathi, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kanithi Bhairava Murthy, Ambica","LedgerParentName":"Ambica .Amalapuram","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kanithi Srinvias, Ambica","LedgerParentName":"Ambica .Amalapuram","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kantipudi Engineering Co Pvt Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AACCK5961H1ZB"},{"LedgerName":"Kantumutchu Tata Rao (Bujji)","LedgerParentName":"S Bujji Vsp","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kapa Naga Prasad (Employee)","LedgerParentName":"Wages & Salaries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kapasi & Sons","LedgerParentName":"KAPASI","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"27AIPPK9359P1Z2"},{"LedgerName":"Kapila Traders","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAQPV7570G1ZW"},{"LedgerName":"K.Appalaraju","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Karaikal Fishnet Manufacturing Co","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"34AEPPJ3907C1ZQ"},{"LedgerName":"Karam Bapannadora S/o.Ramannadora","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Karanam Veeraswamy Ref: Prasad Bala Garu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kare Bezawada S/o.Bhagirthi","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kare Chinabbai S/o.Satyam","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kare Chinna, Jaggarajupeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kare Chinna (Pentayya)","LedgerParentName":"Kare Pentiyya","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kare Chinna S/o. Kasiyya","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kare Govindhu Ref;Jeevan","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kare Kasiyya S/o.Masenu","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kare Koteswararao S/o.Kasiyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kare Pedda Pentayya (Pentayya)","LedgerParentName":"Kare Pentiyya","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kare Pentayya S/o.Bhagirthi","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kare Pentiyya (Pentayya)","LedgerParentName":"Kare Pentiyya","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kare Rambabu,(Pentayya)","LedgerParentName":"Kare Pentiyya","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kare Vemanna (Pentayya)","LedgerParentName":"Kare Pentiyya","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kari Appanna, Mukkam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kariwala Company","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"09AAXPK6941K1ZT"},{"LedgerName":"Kari Yamini, Mukkam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Karra Dhanalakshmi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Karri Chittibabu, Kotipalli","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Karri Jaya Narayana, Savitrinagaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Karri Meribabu S/o.Swamy","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Karri Padmaja (Sudhakar Reddy Garu)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Karri Pethuru, Artlakatta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Karri Venkateswarlu S/o. Swami","LedgerParentName":"CBV Palem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Karthik Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Karuna Aqua","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"KARUNA STORES","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K Arun Kumar, Vadarevu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kasarapu Srinivasa Rao","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kasarapu Thambhayya","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kasi, Jpur, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kasi Sudhakar S/o Surayya","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kassim Nets","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AAEFK5926H1ZE"},{"LedgerName":"Kasturi Aqua","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kasturi Aqua Life Products Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"19AACCK6042P1Z2"},{"LedgerName":"Katakam Veereswara Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Katamgari Seenayya","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Katam Maruthi Srinivas","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Katangari.Brahmayya, Chirala","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kattapalli Rama Durga Prasad S/o Satyanarayana","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kavadam Injavathi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kaveri Agro Produtcts","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kavuri Roshan, Guntur","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"KAYNE Bio Sciences Limited","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.Babul Raju Garu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Bala Krishna","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.B.Fortunate Aqua Farms","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Chandra Sekhar, A.V.Nagaram(Bandaru Venkateswra R","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"KCS Varma, Amalapuram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Dhanalakshmi","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K. Divya Sree, Komaragiri","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.Durga Prasad","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"KEI-RSOS Maritime Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AABCK5882C1ZI"},{"LedgerName":"K.Emmanuel, Chirala","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.Emmanuel, Dowalaiswaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"KEO Exports Pvt Ltd (Apex Subhash Vetlapalem)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAHCK4961E1ZE"},{"LedgerName":"Kerala Transport Co","LedgerParentName":"Freight Inward","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Keshav Enterprises","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"23AAMFK2906K1ZA"},{"LedgerName":"KeshavSoft","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ACCFS2842N1ZQ"},{"LedgerName":"KeshavSoft1","LedgerParentName":"P Simhadri","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"KeshavSoft2","LedgerParentName":"P Simhadri","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Keshav Soft (Software)","LedgerParentName":"Software Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kesineni Frieght","LedgerParentName":"Freight Inward","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kesineni Transport","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"K Eswara Rao (MR Enterprises)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kethan Textiles, Bangalore","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"29FKXPK0436E1ZS"},{"LedgerName":"Ketha Suryakumari","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ketha Veera Venkata Lakshmi, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"KEYVEE INDUSTRIES","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Key Vee Monotex Pvt Ltd","LedgerParentName":"Trade Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"29AADCK9135G1ZB"},{"LedgerName":"K.Ganapathi Reddy","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Khetan Twist Net Pvt Ltd","LedgerParentName":"Shyamlon","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"26AABCK4791N1Z0"},{"LedgerName":"Khetan Udhyog","LedgerParentName":"Shyamlon","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"27AAAFK3836A1ZS"},{"LedgerName":"Khush Corporation","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"27AMTPD3805D1Z7"},{"LedgerName":"Kidzee (Anand Cements)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"KIET,Korangi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kilaru Bharat, Khammam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kiran Someswaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.Jaganadha Raju Ref:Dharmarao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Jagannadham(Employee)","LedgerParentName":"Wages & Salaries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.Jagannadham (Staff) Advance","LedgerParentName":"Staff Advance","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Jaya Lakshmi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.Kameswara Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Kasibabu","LedgerParentName":"Kasibabu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.K.Fishnet Co","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"29AAFFK9244B1ZB"},{"LedgerName":"K.Krishna Raju, Domada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.Lakshmana Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BJAPK6033R1ZS"},{"LedgerName":"KLI Insurance","LedgerParentName":"Insurance Premium","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.Lova Raju, Konapapapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.Madhu Kiran Kumar, Yedurulanka","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K Manohar Raju Pentakota","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K Mohan (Bhaskar)","LedgerParentName":"G.K.Bhaskar","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Mohan Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"KMR Kumaran Ropes Pvt Ltd 24-25","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.Murali, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Mutyala Raju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.M.Vamsi Krishna, Bobbilli","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Nagaraju, Kovvada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Nageswara Rao , Tanuku(Kamesh)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.Narasimha Raju Garu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"K.Narasimha Raju Garu, Site:2","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.Nischal (Raghu Garu)","LedgerParentName":"K.Raghu (Ynm Oils)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.N.Prasad, Kakinada (Koppana)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K N R PRODUCTS(Kanakam Kedar)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K N V Ramana, Addaraod","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Koda Apparao, Subbampeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Koda Devudu & Gangiri Adiviyya","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"KODA JAGANATHAM, Chirala","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Koda Kasulu. S\\o.Masenu","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Koda Lovayya, Konapapapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kodamanchili Nagamani( Ad Fisheries Kovvur)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Koda Nallayya.S\\o.Apparao","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Koda Ramana, Pudimadaka","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Koda Subbarao S/o.Appanna","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Koda Venkata Ramana Prabhu Das","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Koduri Mohan Murali, Korangi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kohinoor Ropes Private Limited","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kola Gangadri S/o.Meerasaheb","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kolamuru Fishermen","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kolati Abbulu, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kolati Atchiraju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kollati Janaki Ramaraju S/o. Gurumurthy","LedgerParentName":"Antarvedi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kolli Kanakarao S/o Narayana Murthy","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kolli Projects","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kollu.Narasimham, Yanam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Komali Srinivas , Gollapalem(Manikanta Aqua)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Komati Atcharao S/o.Nookanna","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Komati Tatarao S/o.Veeraraju","LedgerParentName":"Dummulapeta-Mix","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Komati Tata S/o.Nukanna","LedgerParentName":"Dummulapeta-Mix","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Konada Korlapudi (Yejjala)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Konamanchili.Reddamma S/o Lajaru","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Konati Andhrayya","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kondababu Revu","LedgerParentName":"Revu Kondababu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Konda Nagaraju, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kondela Durgarao S/o.Bangariyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kondelu Muniyya S/o.Nukaraju","LedgerParentName":"Dummulapeta-Mix","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kondipudi Chittiyya S/o Veerayya","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kondru Arjun Rao S/o Satyanarayana","LedgerParentName":"Amalapuram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kondru Janardana Rao","LedgerParentName":"Amalapuram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kondru Maheswar Rao S/o Satya Narayana","LedgerParentName":"Amalapuram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kondru Raju S/o Musalayya","LedgerParentName":"Amalapuram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Konduparthi Balayya S/o.Pallayya","LedgerParentName":"Sariplalli Lanka","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Konduru Seenayya,Ref:Kamayya, Patapalem","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Konduru Venkateswarlu (Kamayya)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Koppadi China Veerraju S/o. Sattiraju","LedgerParentName":"CBV Palem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Koppadi Pedaveerraju S/o. Sattiraju","LedgerParentName":"CBV Palem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Koppadi Siva S/o.Tatarao","LedgerParentName":"Tallarevu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kora Balarama Murthy ,Vetlapalem( PV Prasad)","LedgerParentName":"P.Rajababu","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Koratala Saibaba","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"Korni Ramana","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Korukonda Fishermen","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Korukonda Venugopal S/o Manikyam","LedgerParentName":"Jd Fisheries (Bio Fencing)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kosana Sujatha","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37DDYPK1799E1ZR"},{"LedgerName":"Kosu Babu Rao Dora S/o.Bapanna Dora","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kosu Chanti Dora S/o.Venkanna Dora","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kotagiri Mahendra (Hari Krishna)","LedgerParentName":"Nemani Harikrishna","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kotak Mahindra Bank A/c No:9247235050","LedgerParentName":"Bank OD A/c","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kotak TL No:7840TL0100000017(24-25)","LedgerParentName":"Bank OD A/c","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kota Prabhakar Rao, Orissa","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kotari Lalitha Garments","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kota Siva Prakash , Kongodu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kotha Chakra Rao, Kondapalli","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"KOTHIM BALAKRISHNA","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kothuru Tulasidas, Samalkota","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kottapalli Vasu Raju, Balusutippa","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Koviri Chinasatyanarayana (Jeevan D Peta)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Koviri Jagantham","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Koviri Krupa Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Koviri Musalayya, Naicker Colony-2","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Koviri Srinu, Korlayyapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Koviri Tatarao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kovviri Jagannadham S/o.Masenu","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kovviri Rambabu S/o.Bangariyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kovviri Tatarao S/o.Venkanna","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kovvuri Subbirami Reddy, Bapatla (Suhan)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kovvuri Tatareddy","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kovvuri Usha Lakshmi, Amaravilli(Tejeswara)","LedgerParentName":"Varun Aqua Enterprsies","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kovvuri Usha Lakshmi(Tejeswara),A.V.Nagaram","LedgerParentName":"Varun Aqua Enterprsies","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kovvuri Usha Lakshmi(Tejeswara),Narsapurapeta","LedgerParentName":"Varun Aqua Enterprsies","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kovvuri Usha Lakshmi (Tejeswara) Patavala","LedgerParentName":"Varun Aqua Enterprsies","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Koyya Rajababu, Kodada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Koyya Srinu S/o.Venkateswarlu","LedgerParentName":"Vakalapudi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K Paparao, Oduru","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Prakasarao","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K P R G Malleswara Rao, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"KPR Hatchery","LedgerParentName":"KPR Hatchery","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K Purushotham Rao, Vakalpudi (KSR Anjaneyulu)","LedgerParentName":"K.S.R.Anjaneyulu","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K Rajababu (Raju Kongodu)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Raja Gopala Raju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.Raju (Bujji Vsp)","LedgerParentName":"S Bujji Vsp","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.Rama Krishna Raju, Vegayammapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.Ramana Murthy","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Rambabu A.P.Trayam(Venumaster)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Ramesh, Chodavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.Ramesh Raju Ref:Bujji Lakshmi Aqua","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Ramesh Reddy Garu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Ramesh , Tuni (Sports Net)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kranthi Road Transport","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACK9322N1Z5"},{"LedgerName":"Kranti Freight","LedgerParentName":"Freight Inward","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Krashak Agro - Plast","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AHEPB4159J1ZC"},{"LedgerName":"K.Ravindra (Naresh Friend)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.Rayapa Raju, Kadakuduru (Phani)","LedgerParentName":"K Phani (Bujji Garu)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K. Rayapa Raju (Phani), Pedamadi","LedgerParentName":"K Phani (Bujji Garu)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Rayapa Raju, Pithapuram (Phani)","LedgerParentName":"K Phani (Bujji Garu)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.R.Dhararnibhavya","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Krisco Properties(Goli Srinivas)","LedgerParentName":"Goli Srinivas","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Krish Enterprises (Gandhi Ref)","LedgerParentName":"Anji","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Krishna","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"KRISHNA CORPORATES","LedgerParentName":"Krishna Corporates","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"Krishna Godavari Aqua,Pippara(Vasuraju)","LedgerParentName":"P Vasuraju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Krishna Institute of Medical Technology","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Krishnam Raju Garu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Krishna Polynet","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.Rosayya, Venkanapalem","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Krovvidi Lakshmanarao, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K R T Constructions","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BCGPM0329H2ZO"},{"LedgerName":"K.R.Traders","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"KRUPA SEKHAR TRADERS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.Sairam Kumar, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.S.Ajay Varma , A V Nagaram","LedgerParentName":"K S Ajay Varma","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.S.Ajay Varma, Av Nagaram (Hospital)","LedgerParentName":"K S Ajay Varma","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.S.Ajay Varma , Kommanapalli","LedgerParentName":"K S Ajay Varma","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.Sarala Devi, Ref;Bujji Raju Garu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.Saritha(Bujji Vsp)","LedgerParentName":"S Bujji Vsp","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Satyanarayana Reddy, Anaparthy","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.Satyanarayana(Venkatkrishna)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Satyanaryan Raju (Nekkanti)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Sekhar Raju Garu, Muramalla","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kshama Daruka (Sea Gold)","LedgerParentName":"Sea Gold","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K Shankar (Carpenter)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.Sheba","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.Simhadri ( Employee)","LedgerParentName":"Wages & Salaries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.Simhadri (Loan)","LedgerParentName":"Simhadri Staff","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Simhadri (Staff)","LedgerParentName":"Simhadri Staff","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Siva Kumar ,Gurjanapalli(Kumar, KSR Anjeneyulu)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Sivakumar Raju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"K S N Raju, Guttindivi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K S N Raju, Muramalla (Varma Butchibabu)","LedgerParentName":"D Varma Butchibabu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"KSP Anjaneyulu, Amalapuram(Anji)","LedgerParentName":"Anji","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"KSP Anjaneyulu, A V Nagaram (Anji)","LedgerParentName":"Anji","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"KSP Anjaneyulu, Bhavavaram(Anji)","LedgerParentName":"Anji","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"KSP Anjaneyulu, Pedapatnam(Anji)","LedgerParentName":"Anji","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"KSP Anjaneyulu, Pinamalla 1 (Anji)","LedgerParentName":"Anji","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"KSP Anjaneyulu-Pinamalla 2 (Anji)","LedgerParentName":"Anji","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"KSP Anjaneyulu , Polamuru","LedgerParentName":"Anji","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"KSP Anjaneyulu, Ramanakkapaeta","LedgerParentName":"Anji","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"KSP Anjaneyulu, Unduru(Anji)","LedgerParentName":"Anji","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"KSP Anjaneyulu, Vakapadu (Anji)","LedgerParentName":"Anji","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.S.Prasad","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.S.R.Anjaneyulu, Gurjanapalli","LedgerParentName":"K.S.R.Anjaneyulu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.S.R.Anjaneyulu Nadakuduru","LedgerParentName":"K.S.R.Anjaneyulu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.S.Ravi Teja (Pathi Garu SVR Hatchery)","LedgerParentName":"Pathi SVR Hatcheries","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.S.Reddy","LedgerParentName":"Varun Aqua Enterprsies","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ksr Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K S R Infra Projects","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.Srinivasa Reddy(Tejeswara)","LedgerParentName":"Varun Aqua Enterprsies","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Srinivas(K.Kameswara Rao)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K Srinivas, Rameswaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K Srinivas, Uppalanka","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.S.R.Krishnam Raju (Ref: Bujji, Sklm)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"KSR Marine Services Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"KSR Prince Hatcheries,Gudivada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.S.S.Prasad Raju","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"KSS Venkatapathi Raju(SVR Hatcheries)","LedgerParentName":"Pathi SVR Hatcheries","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Subba Raju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K Subbarao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Subbarao, Dugguduru","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.Subbarao (Employee)","LedgerParentName":"Wages & Salaries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.Sunitha (D.Suresh)","LedgerParentName":"D.Suresh","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Suresh Babu (Ksr Anjaneyulu)","LedgerParentName":"K.S.R.Anjaneyulu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Surya Pavan","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Swarna Prasuna, Koringa","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"K.Tatabbai,Karapa(Siva Pavan)","LedgerParentName":"Siva Pavan","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Tatabbai, Oduru Siva Pavan","LedgerParentName":"Siva Pavan","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K Tatabbai, Yanamadela (Siva Pavan)","LedgerParentName":"Siva Pavan","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K Tatabbayi, Kakinada (Pan Shop)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K-Tek Corporation","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"23CVMPP7106F1ZK"},{"LedgerName":"K.Timothy(Paper Board) Kadiyam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.T.Sumant Reddy , Narsapurapu Peta","LedgerParentName":"Varun Aqua Enterprsies","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.T.Sumant Reddy(Tejeswara) Amaravilli(Stopped)","LedgerParentName":"Varun Aqua Enterprsies","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.T.V.Reddy(K.Ramesh Reddy)Kajuluru","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kudipudi Krishna Murthy, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kumaran Filaments Pvt Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AADCK6351N1ZB"},{"LedgerName":"KUMARAN FISHNETS EXPORT CORPORATION","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kumar Biscuits & Confectionery Works","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"KUMAR FISHNETS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kunapureddy Suribabu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Kunche Krishna Prasad S/o.Nageswararao","LedgerParentName":"Sariplalli Lanka","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kunche Veriyya S/o.Venkanna","LedgerParentName":"Sariplalli Lanka","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kundu Sattibabu, Paralovapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kunjam Veerababu Dora S/o.Sankurayya","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kunjam Veerabbau Dora S/o.Sankurayya","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kuppiri Devullu (Ref.Jeevan)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kuppiri Ramana S/o.Kasiyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kurapati Appalaraju (Bujji)","LedgerParentName":"S Bujji Vsp","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kurapati Appalaraju(Bujji Vsp)","LedgerParentName":"S Bujji Vsp","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kurasam Prasad Dora S/o.Gangannadora","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kurasam Veerabbai Dora S/o.Bopannadora","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Kurra Raghu,Koringa","LedgerParentName":"K.Raghu (Ynm Oils)","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Kusum Agro Industries","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"24ATTPJ1094K1Z9"},{"LedgerName":"Kusuma Latha Convention, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AHEPD3430E1ZX"},{"LedgerName":"Kusuma Satya Convention","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Kusuma Sobha Rani","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.Venkata Ramesh","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K. Venkata Rao (Suresh Reddy Hyderabad)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Venkateswara Rao","LedgerParentName":"Varun Aqua Enterprsies","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K Venkateswarlu V Narsapuram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AMKPK8526B2ZZ"},{"LedgerName":"K.V.Govindaraju (K.S.R.Anjaneyulu)","LedgerParentName":"K.S.R.Anjaneyulu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.Vijay Lakshmi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K Vinay Tej, Vadisaleru Ref:Rambabu, Artlakatta","LedgerParentName":"M.Rambabu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.V.M.Samapth Kumar","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K V Mukunda Reddy Poultry Complex Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.V.Ramaraju, Kirlampudi (Pdeamadi Bujji)","LedgerParentName":"Pedamadi Bujji","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.V.Ramaraju, Navara(Pedamadi Bujji)","LedgerParentName":"Pedamadi Bujji","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.V.Ramaraju, Pedamadi(Pedamadi Bujji)","LedgerParentName":"Pedamadi Bujji","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.V.Rao, Vetlapalem","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.V.Ratnam & Co","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AACFK4570H1ZA"},{"LedgerName":"K V R Offshore Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AADCK8273D2ZE"},{"LedgerName":"K.V.S.Prakash Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"KVS Raju Ref:Vasuraju","LedgerParentName":"I Pullamraju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K V S S Sridhar (Sundar Friend)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.V.Subbaraju(Varma,Butchibabu)","LedgerParentName":"D Varma Butchibabu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K V Subrahmanyam, Chelluru","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.V.Subramanya Raju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.V.Suryanarayana, Attili","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.V.V.Paparao (Ramareddy)","LedgerParentName":"Ramareddy Gollapalem","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"K.V.V.Satyanarayan","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"K.V.V.Subbarao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"KWALITY NETS MFG CO","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Labour Renewal Fee","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Lafeer Sons P Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Lakshmi Aqua Needs, Aithapudi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Lakshmi Electrical Store","LedgerParentName":"Bldg Const Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Lakshmi Ganapathi Hatcheries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Lakshmiganapathi Reo Aqua","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Lakshmi Ganesh Agencies","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Lakshmi Ganesh Enterprises, Machilipatnam (Krishna)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Composition","PartyGSTIN":"37BIAPM9561P1ZH"},{"LedgerName":"Lakshmi Ganesh Stationery","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AGRPC8006H1ZB"},{"LedgerName":"Lakshmi Narayana Hatchery","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Lakshmi Paper Mills, Kovvuru","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Lakshmi Shop Assistant","LedgerParentName":"Wages & Salaries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Lakshya International School","LedgerParentName":"Aditya Academy","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Laksmsani Satyam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Lalitha Aqua Agencies","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKFL2754J1ZY"},{"LedgerName":"LALITHA ENTERPRISES","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Lalitha Offshore LLP","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Lankadi Durgarao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Lankadi Sathibabu S/o.Satyanarayana","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Lankadi Satti Babu","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Lanka Yesu S/o.Kali","LedgerParentName":"Amalapuram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Lanke Ammaji (Nagoor)","LedgerParentName":"Lanke Nagooru","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Lanke Bhairavaswamy S/o.Kamraju","LedgerParentName":"Kothapalem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Lanke Dharmarao S/o.Gangaraju","LedgerParentName":"Kothapalem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Lanke Dharmarao S/o.Venkatarao","LedgerParentName":"Kothapalem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Lanke Kesava Rao S/o.Ramudu","LedgerParentName":"Tallarevu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Lanke Nagooru (Net A/c)","LedgerParentName":"Lanke Nagooru","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Lanke Nagur","LedgerParentName":"Lanke Nagooru","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Lanke Srinivasa Rao, Machilipatnam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Lanke Venkatalakshmi, Penumantra (Fdo Veeravasaram)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Lankey Vasistudu S/o.Vishnu Murthy","LedgerParentName":"Athreyapuram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Laptop Power Adapter","LedgerParentName":"Comp & Acce","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Late Fee CGST","LedgerParentName":"GST Late Fee","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Late Fee SGST","LedgerParentName":"GST Late Fee","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Lavanya Fishnets","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33BZMPB8354E1ZG"},{"LedgerName":"Leela Enterprises, Alakapauram Datla Sandeep","LedgerParentName":"Leela Datla Sandeep","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Leela Enterprises(Bhavavaram) (Anji)","LedgerParentName":"Leela Enterprises Narasimharao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Leela Enterprises (D.Sivaji Nagasureshvarma)","LedgerParentName":"Leela Enterprises Narasimharao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Leela Enterprises Gollapalem (Mani Kumar)","LedgerParentName":"Leela Enterprises Narasimharao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Leela Enterprises, Kakinada","LedgerParentName":"Leela Enterprises Narasimharao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Leela Enterprises Karapa (Anji)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Leela Enterprises,Pedapatnam (Anji)","LedgerParentName":"Anji","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Leela Enterprises, Pedapudi (GVS Varma)","LedgerParentName":"Leela Enterprises Narasimharao","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Leela Enterprises, Pinamalla(Manikumar)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Leela Enterprises, Ramanakkapeta (Mani Kumar)","LedgerParentName":"Leela Enterprises Narasimharao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Leela Enterprises, Rameswaram","LedgerParentName":"Leela Enterprises Narasimharao","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Leela Enterprises, Repalle Datla Sandeep","LedgerParentName":"Leela Datla Sandeep","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Leela Enterprises,Unduru(Manikumar)","LedgerParentName":"Leela Enterprises Narasimharao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Leela Enterprises ,Uppalanka(Vj Aqua Vetlapalem)","LedgerParentName":"Leela Enterprises","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAGFL7039J1ZY"},{"LedgerName":"Leela Enterprises, Velangi","LedgerParentName":"Leela Enterprises Narasimharao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Leela Enterprises,Velangi-1","LedgerParentName":"Leela Enterprises Narasimharao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Leela Enterprises, Velangi-2","LedgerParentName":"Leela Enterprises Narasimharao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Leela Enterprises, Velangi-3","LedgerParentName":"Leela Enterprises Narasimharao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Leela Enterprises, Velangi-4","LedgerParentName":"Leela Enterprises Narasimharao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Leela Enterprises, Velangi-5","LedgerParentName":"Leela Enterprises Narasimharao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Legal Expenses","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Leo Fab Engineering","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33FEOPM8774L1ZJ"},{"LedgerName":"Liberty Hardware Stores","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ADPPV7513B1ZA"},{"LedgerName":"Libra Offshore Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AABCL6264F1ZH"},{"LedgerName":"Licence & Taxes","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"License Holders of K.Banakacherla","LedgerParentName":"J D Fisheries Kurnool","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"LIC IPO Shares(22-23)48 Nos","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"LIC Premiums","LedgerParentName":"Insurance Premium","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Lift Maintainence Exp","LedgerParentName":"Shop Maintainance","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Lindo Nets","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Little Paradise (Pre School) Rajahmundry","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Little Woods School","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Loan From Sridevi Enterprises","LedgerParentName":"P.Srilakshmi Devi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Loan Processing Charges","LedgerParentName":"Bank Charges","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Lobayya","LedgerParentName":"Others","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Lodging & Boarding","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Lokesh Plastic","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Lokesh Varma, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Lokeswari Aqua Pond","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Loss on Sale of Car","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Loss on Sale of Shares","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Lotus Constructions","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AACFL4544N1ZY"},{"LedgerName":"Lotus Marine Handling Services LLP","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAHFL0328D1ZO"},{"LedgerName":"Lotus Marine Logistics LLP","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAJFL3206G1ZH"},{"LedgerName":"L.Ramakrishna, Matlapalem","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"L.Satyanarain","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"L.Satya Praveen(Sattipandu)","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"L S S Shiva, Matlapalem","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"LTCG on Sale of Mutual Funds","LedgerParentName":"Indirect Incomes","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"LTCG on Sale of Shares","LedgerParentName":"Indirect Incomes","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"L & T Shares","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Lucana Fishing Equipments","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Lucky Enterprises, Tallarevu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ludhies Marine Services, Yanam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Maa Bhagavati Tading Company","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"07AEVPG5760J1ZY"},{"LedgerName":"M.A.A.Bhindarwala","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"27AAGFM3737N1ZT"},{"LedgerName":"Maaraada Kumar (Chinna Raju)","LedgerParentName":"Chinnaraju Valsapakala","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"MABEL NYLON FISHNET STORES,","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Macha Chinna Raju S/o.Apparao","LedgerParentName":"Nemam","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Macha Nookaraju S/o.Balayya","LedgerParentName":"Nemam","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Macha Prasad S/o.Apparao","LedgerParentName":"Nemam","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Macha Rajeswari(Chinna Raju)Valsapakala","LedgerParentName":"Chinnaraju Valsapakala","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Macha Raju S/o.Apparao","LedgerParentName":"Nemam","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Macharrao Thotakura","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Macha Suguna Valasapakala","LedgerParentName":"M Pedaraju Valasapakala","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Mada Andrayya, Dummulapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Madada Dandu S/o.Appanna","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Madada Sivaji S/o.Nerellu","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Madada Syamala","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Madada Tatarao S/o.Satyam","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Madada Yellari, Vemavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Madadha Andhrayya Ref:Santosh","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Madadha Bhushanam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Madadha Jagannadham S/o.Krishna Murthy","LedgerParentName":"S.R.Peta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Madadha Krishna (Jeevan)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Madakam Naganna Dora S/o.Swamy Dora","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Madakam Veerapa Dora S/o.Venkateswarlu","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Madakam Veeravenkata Satyanarayan Dora S/o.Malludor","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Maddu Nookaraju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Maddu Rajiyya So.Bujji","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Maddu Rambabu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Maddu Ramu, Pudimadaka","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Madhavarapu Dorababu, Gorripudi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Madhavarapu Satyanarayana Murthy (Dugguduru)","LedgerParentName":"Madhavarapu Satyanarayana Murthy","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Madhavarapu Satyanarayana Murthy (Oduru)","LedgerParentName":"Madhavarapu Satyanarayana Murthy","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Madhavarapu Satyanarayanamurthy (Salapaka)","LedgerParentName":"Madhavarapu Satyanarayana Murthy","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Madhavarapu Satyanarayana Murthy (Yendamuru)","LedgerParentName":"Madhavarapu Satyanarayana Murthy","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Madhavarapu Satyanaryana Murthy, Narsapurapeta","LedgerParentName":"Madhavarapu Satyanarayana Murthy","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Madhu Advertisers","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"07AOFPG0065A1ZO"},{"LedgerName":"Madhu Kumar Raju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Madhusudhan Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Madhusudhan Reddy, Nellore(Ali)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Madhu Talluri","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Madhu Veerapaneni","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ADIPV8662Q1ZA"},{"LedgerName":"Madiki.Yesebu S/o Surayya","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Madireddy Chandra Rao Ref: P Jyothi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M.Adishankar(Lalitha Peddapuram)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Magapu Koteswara Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Magna Traders","LedgerParentName":"Bldg Const Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"MAGNUM FIBRES PVT LTD,VJA","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"MAGNUM POLMERS PVT LTD,VJA","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"MAGNUM POLYMERS P LTD,BBSR","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mahadasa Lakshmi Narayana","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Mahadeva Fishtec","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"Mahadevu Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AOFPM5491J1ZG"},{"LedgerName":"Mahalakshmi Aqua Farm, Rambili","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Mahalakshmi Contract Works","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ABJFM1546M2ZT"},{"LedgerName":"Mahalakshmi Timber and Traders","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"MAHARASTRA FISHING MATERIAL CO","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"27AAAFM2363E1ZM"},{"LedgerName":"Maharshee Geomembrane India Pvt Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mahathi Infra Services Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAHCM0837B3ZP"},{"LedgerName":"Mahathi Storage Terminal Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mahendra Mithaiwala Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AANCM4618G2Z7"},{"LedgerName":"Mahesh Aqua Farms","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mahesh Packagings","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37CQPPD2220J1ZW"},{"LedgerName":"Mahesh(Vaisakhi)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Maheshwari Agro Shadenet Co","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"24ABQFM3514Q1ZQ"},{"LedgerName":"Mahindra & Mahindra Ltd Shares 25-26","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mailapalli Appalakonda S/o.Nookaraju","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mailapalli Bhushiyya S/o.Apparao","LedgerParentName":"Dummulapeta-Mix","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Mailapalli Chinnariyya S/o.Masenu","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mailapalli Kannayya S/o.Masenu","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mailapalli Nallabbai S/o.Nookaraju","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mailapalli Rambabu S/o.Yerrayya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mailapalli Samuel S/o.Ramudu","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mailapalli Suribabu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mailapalli Tatabbai S/o.Masenu","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mailipilli Apparao S/o.Rajayya","LedgerParentName":"S.R.Peta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"MAKK INFRA","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Maks Interiors","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Male Ramalingam Iron & General Merchants","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Malireddi Srinivasa Rao (Rambabu)","LedgerParentName":"R Rambabu Velangi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Malladi Bhairavaswamy, Yanam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Malladi Bhairavaswamy (Yejjala)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Malladi Ganga Raju, Kotipalli","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Malladi Nandeswara Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Malladi Pentayya S/o.Venkataratnam","LedgerParentName":"Antarvedi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Malladi Sattiraju S/o.Kamaraju","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Malladi Srinivas S/o.Dhanaraju","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Malladi Varada Raju S/o.Gangaraju","LedgerParentName":"Tallarevu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Mallavaram (SCC) Fishermen","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Mallavaram (STC) Fishermen","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Malle Durgayya S/o.Sattiyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Malle Masenu S/o.Sattiyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Malle Nageswra Rao Ref: Badina","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Malle Raju.S\\o.Suryanaryana","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Malle Suryanaryana. S\\o.Kodanda","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mallikarjun Bellundagi, Bijapur","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Mallikarjunrao","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mallisala Volley Ball Net","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mamidipalli Chandrasekhar, Duggudurru(Closed)","LedgerParentName":"Mamidipalli Chandra Sekhar","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Mamidipalli Chandra Sekhar, Oduru","LedgerParentName":"Mamidipalli Chandra Sekhar","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Manasa Estates, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AADFM5120G1ZL"},{"LedgerName":"Manasa Hotel Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AABCM5268N1ZX"},{"LedgerName":"Mandala P.V.Sri Narasimha Rao, Kaikaluru","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Mandapalli.Kamayya S/o Sundara Rao","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Mandapati Ramakrishna Raju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Manddela Sukumar(Pathi SVR Hatcheries)","LedgerParentName":"Pathi SVR Hatcheries","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Manichandra Traders","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mani Enterprises (Card Boards)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Manikanta Aqua Farms, Srirampuram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Manikumar(Dorababu)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mani Traders","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAJFM2098P1ZH"},{"LedgerName":"M.Anjani Devi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M.Anjani Devi (Srinivas Supran)","LedgerParentName":"M.Srinivas (Supran)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"MANOHAR CIVIL STRUCTURES","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Manorama Ropes India Private Limited","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Manthena Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Manthena Kasi Raju (Praneet Varma)","LedgerParentName":"Praneeth Varma","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Manyam Venkatesh , I.Polavaram(Ex -Venu Master)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Manyavar IPO Shares (21-22)","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Maple Polyventures Private Limited","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"23AAOCM9376Q1ZE"},{"LedgerName":"Maple Trade Corp (Neo)","LedgerParentName":"Trade Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"23DGVPP9775D1ZM"},{"LedgerName":"Marada Santarao S/o.Masenu","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Marada Satyanarayana S/o.Kamaraju","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Marapatla Chinnababu, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Marati Jagannadham C/o Potharaju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Marati Santa Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Marati Sattibabu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Maredu Krishna, Vemavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mareti Appalaraju, Vemavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Mareti Srinivasa Rao, Vemavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Margadarsi Chit FT5VK-29 (Closed)","LedgerParentName":"Margadarsi","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"Margadarsi Chit LT018V B-49 (Running)","LedgerParentName":"Margadarsi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Margadarsi Chit LT18V B-50 (Running)","LedgerParentName":"Margadarsi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Margadarsi Chit LT2VK-39 (Closed Aug 22)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"Margadarsi Chit Payable","LedgerParentName":"Payables","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Margadarsi FT00IVk-39 (Closed)","LedgerParentName":"Margadarsi","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Margadarsi LT014V B-49 (Running)","LedgerParentName":"Margadarsi","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"Margadarsi LT 2D-30 (Closed)","LedgerParentName":"Margadarsi","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"Marigaiss India Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Marine Corporation","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"29AQHPK6922E1ZQ"},{"LedgerName":"Marine Fish Labs","LedgerParentName":"Mnr Growell","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Marine Leader India(SYS Group)AP","LedgerParentName":"SYS Group","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ABQFM9557M1Z4"},{"LedgerName":"Marine Leader India(SYS Group)Chennai","LedgerParentName":"SYS Group","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33ABQFM9557M1ZC"},{"LedgerName":"Marine Nets","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"24AAZFM7522Q1ZB"},{"LedgerName":"Marine Nets, Nagercoil","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33ABGPF1961L1ZQ"},{"LedgerName":"Marine Offshore Supply","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Marine Supply Co","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Marine Trade Line","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Maripalli Lakshmanarao, Dummulapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Mark Ch","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Marni Atchibabu Chowdary, Chelluru(N.S.Prasd)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Marni Dorababu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Marshal Polymers","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"24AAIFM9538M1ZO"},{"LedgerName":"M.Aruna(Prasanna Nilaya )","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Maruthi Aqua Tech P Ltd (Hatchery)","LedgerParentName":"Maruthi Aqua","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Maruthi Aqua Tech Pvt Ltd(Farms)","LedgerParentName":"Maruthi Aqua","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Maruthi Packagings","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ACVPT1125E1ZE"},{"LedgerName":"Maruti Charan Engg Services","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mary Matha Fishnet","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AARFM1695G1ZZ"},{"LedgerName":"Masakapalli Daya Dasu (Chinna Raju)","LedgerParentName":"Chinnaraju Valsapakala","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Masakapalli Dharmarao, Kajuluru","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Masakapalli John (Chinna Raju)","LedgerParentName":"Chinnaraju Valsapakala","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M.Ashok Kumar (Bujji Boat Vsp)","LedgerParentName":"S Bujji Vsp","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Mata Shesha Rao S/o.Nukayya","LedgerParentName":"Jd Fisheries (Bio Fencing)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Mata Simhadri Rao S/o.Vadapalli","LedgerParentName":"Jd Fisheries (Bio Fencing)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Matcha Chinnaraju, Valasapakala","LedgerParentName":"Chinnaraju Valsapakala","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Matcha Nookaraju C/.Pothuraju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Matcha Prasad (Canara Bank)","LedgerParentName":"Chinnaraju Valsapakala","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Matcha Prasad, Valasapakala","LedgerParentName":"Chinnaraju Valsapakala","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Matcha Raju, Thammayyapeta (Maridi Raju)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Matcha Ramesh, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Matcha Satish Kothapatnam30 Ply","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"M. Atchut, Nekkanti","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Matha Nylons","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Matha Surya Kantam S/o.Nageswara Rao","LedgerParentName":"Jd Fisheries (Bio Fencing)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"MAT MARINE SERVICES PRIVATE LIMITED","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mat Marine Services Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mattaparthi Trimurthulu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Mattaparthy Srinivasa Rao, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Max Life Insurance","LedgerParentName":"Insurance Premium","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"MAX MARINE LOGISTICS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"M.Chandara Rao (Ali)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M Devi, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37EFDPM0547A1ZT"},{"LedgerName":"MD.Swachha Andhra Corporation, A.P.","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Meda Nagoor, Balusutippa","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Meda Narayana Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Meda Ramaswamy S/o.Kameswararao","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Medical Expnses","LedgerParentName":"Drawings","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Medisetti Venkateswarao, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"MED& Sons","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Megha Engineering and Infrastructures Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAECM7627A1ZM"},{"LedgerName":"Meka Narayanarao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Meraki Offshore","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mercury Fishnets","LedgerParentName":"Swastik","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AABCS0442C1Z4"},{"LedgerName":"Merdian Hatchery","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Merisetti Nagendra, Gorripudi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Merla Ravindra(School Friend)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Merugu Apparao S/o.Surya Rao","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Merugu Danayya, Dummulapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Merugu Govindu S/o.Nookaraju","LedgerParentName":"S.R.Peta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Merugu Haribabu S/o.Polarao","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Merugu Kasi@kasirao S/o.Bhagirthi","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Merugu Kasiyya","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Merugu Konda S/o.Polarao","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Merugu Nookaraju, Dummulapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Merugu Srinu(Jeevan)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Merugu Srinu S/o.Veerabbai","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Merugu Suribabu S/o.Masenu","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Merugu Tatarao S/o.Nookanna","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Merugu Vasantarao, Pudimadaka","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Metal Purchase","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Metlife Insurance P.No:22644958","LedgerParentName":"Insurance Premium","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"MG MARKETING","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ANKPG7303B2ZC"},{"LedgerName":"M Govindu, Suryaraopeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"MGR Poly Packs","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M.H.Chens Precsion Indl Co Ltd","LedgerParentName":"Import Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Micro Meter","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Micro Monofilament & Textiles","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Milatary Sattibabu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Misc. Expenses","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Misc. Income","LedgerParentName":"Indirect Incomes","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mitra Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mitra Traders","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"M.J.Aqua Consultancy","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"M.Kalyan Srinivas,","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"M.Kamala Geetika(M.Krishna)","LedgerParentName":"M.Krishna","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M.KAMALA KUMARI","LedgerParentName":"M.Krishna","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"M.KAMALA KUMARI & S.ANITA","LedgerParentName":"M.Krishna","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"M.Keerthi(Ref:Ramakrishna Priyanka","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"MK Marines(Hkmarines)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M.Krishna Rao . Machlipatnam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"M.Krishna,Tallarevu","LedgerParentName":"M.Krishna","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M K Viswanatham, Aqua Consultant","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M.Lakshmayya, Komaragiripatnam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M.Lakshmi Bhavani, Narsapuram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"M.Lalitha (Rambabu Velangi)","LedgerParentName":"R Rambabu Velangi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M.Malleswari (Cooli Chgs)","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"M Mallikarjun Vodarevu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M.M.Rayudu, Gokavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"MMS Farms( Sthankiya)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M M Techno Plast LLP","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"27ABAFM7670B1ZE"},{"LedgerName":"M.M.TRADERS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"27AABFM0661J1ZD"},{"LedgerName":"MM Traders,Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37APQPM9763F2Z4"},{"LedgerName":"M.Naageswawara Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"M.Naga Venakatesh, A V Nagaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"M.Nageswara Rao (Rambabu Artlakatta)","LedgerParentName":"M.Rambabu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M.Narasinga Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M N N Motors Pvt Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAGCM4621G1ZK"},{"LedgerName":"MNR Growell Hatcheries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Mobile Repair & Maintenance","LedgerParentName":"Shop Maintainance","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Modern Industrial Syndicate","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Modern Tarpaulin","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mody Synthetics","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"27ACSPM5412G1ZF"},{"LedgerName":"Mohammad Husein Esufali Dohadwala","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"27AABFM0036D1ZX"},{"LedgerName":"Mohammad Saifullah","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mohan Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37DWLPK9586H1ZM"},{"LedgerName":"Mohan Kheda Marketing","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ACZPJ4832C1ZC"},{"LedgerName":"Mohan Srikanth","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Moka Radhakrishna, Lakshmipuram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Monarch Cargo Movers","LedgerParentName":"Freight Inward","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Monohar Raju, I.Bhimavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Moogu Kasiyya S/o.Sattiyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mootha Midhun","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Morca Products Private Limited","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AAQCM1784L1ZX"},{"LedgerName":"Mosaa Jogarao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Mosa Anand, Dummulapeta.Ref:Jeevan","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Mosa Ellarao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mosa Jogarao. S\\o.Veeraraju","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mosa Nookaraju, Dummulapeta.Ref:Jeevan","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Mosa Peda Jogarao. S\\o.Veeraraju","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mosa Satish (Employee)","LedgerParentName":"Wages & Salaries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mosa Satish (Staff)","LedgerParentName":"Staff Advance","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"Mosa Suribabu, Moolapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mosa Tatarao S/o. Appanna","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Moshe Aqua Products","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Motl Arbitrage Fund-R-G-08.04.25","LedgerParentName":"Investments in Mutual Funds","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Motl Innovation Opp(SIP) 24-25","LedgerParentName":"Investments in Mutual Funds","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Motl Multicap Fund-R-G-08.04.25","LedgerParentName":"Investments in Mutual Funds","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mouriya Spirituals & Naturals","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"M.Prasad (Dorababu) Injaram","LedgerParentName":"M.Prasad (Dorababu)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M.Prasad(Dorababu), Karapa","LedgerParentName":"M.Prasad (Dorababu)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M.Prasad (Dorababu) Patralagadda","LedgerParentName":"M.Prasad (Dorababu)","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"M.Prasad , (Dorababu)Vakapadu","LedgerParentName":"M.Prasad (Dorababu)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M Prasad (Dorababu) Venkatapuram","LedgerParentName":"M.Prasad (Dorababu)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M.Prasad,(Dorababu), Yelamanchili","LedgerParentName":"M.Prasad (Dorababu)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M.Rahul(Mallikarjun Chirala)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M.Raju, Valasapakala","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M Ramakrishna Raju, Narsipatnam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M.Rambabu Site-1, Artlakatta","LedgerParentName":"M.Rambabu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M.Rambabu, Site-2, Artlakatta","LedgerParentName":"M.Rambabu","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"M.Rangaraju Garu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M Ravi, Domada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"MRB Auto Life Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAQCM0166L1ZZ"},{"LedgerName":"MRB Auto Life Pvt Ltd, (Toyota Hyryder)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mr.Bazi(Tailor)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M R Enterprises Domada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M.R.L.Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mr.Mehrzad (Andaman)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M.R.Twisting Works","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"24AALFM9245Q1ZH"},{"LedgerName":"M/s.Aishwarya Constructions","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"M.Sandhya Rani (Baswa Ganga Bhavani)","LedgerParentName":"Supran","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"M.Sandhya Rani , Gorinta","LedgerParentName":"Supran","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M.Sandhya Rani, Vakapadu","LedgerParentName":"Supran","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M.Sarveswara Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ADQPM1919F1ZC"},{"LedgerName":"M.Satish Reddy Bhavavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"M Satish Varma, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M/s.Atlas Off Shore Services P Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"M.Sattibabu , (Apex Varma)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"M.Satya Murthy","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M/S AVENUE SUPERMARTS LTD (D Mart)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"M/s. Glofil Fibres & Plastics","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AELPN9547E1Z8"},{"LedgerName":"M/s Mahas Impex India Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"M/s Mobe Quality Fibres Pvt Limited","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAECM2966J1Z3"},{"LedgerName":"M/s. Nagarjuna Fertilizers & Chemicals Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AADCK1533E1ZW"},{"LedgerName":"MSN Charties","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Msr Aqua Farms , Gorripudi(Dora Annayya)","LedgerParentName":"M.Prasad (Dorababu)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Msr Aqua Farms, Vakapadu(Dora Annayya)","LedgerParentName":"M.Prasad (Dorababu)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"MSR Aqua Pvt Ltd ,Kajuluru(Surya Hatcheries)","LedgerParentName":"Surya Hatcheries","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"MSR Aqua Pvt Ltd,Konapapapeta(Surya Hatcheries)","LedgerParentName":"Surya Hatcheries","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"MSR Aqua Pvt Ltd, Nspeta(Surya Hatcheries)","LedgerParentName":"Surya Hatcheries","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M.Srinivas Domada","LedgerParentName":"N Siva Rama Prasad (Chinnababu Mogilipalem)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M.Srinivas (Rambabu Velangi)","LedgerParentName":"R Rambabu Velangi","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"M.Srinivas Rao, Ref:Supran","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M S R Marines, Palmanpeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M/s. R.V.Rayanam","LedgerParentName":"R.V.Rayanam","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAIFR4192C1Z5"},{"LedgerName":"M.S.Shadows","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"MSSR Krishna ( Tejeswra)","LedgerParentName":"Varun Aqua Enterprsies","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"M.Subrahmanyam, Yanam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"M.Suresh (Cooly Chgs)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"M.Suribabu, Chillangi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"M.Suryanaryana Murthy(Prabhakar), Garuvu-2","LedgerParentName":"Ch.V.Prabhakar","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M.Suryanaryana Murthy(Surendra)","LedgerParentName":"K.S.R.Anjaneyulu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M S V Ramana, Vilasa","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"M.Swamulu Pakala","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Mubarak Agencies","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BCLPM3823R1ZU"},{"LedgerName":"Mude Srinu S/o.Kamaraju","LedgerParentName":"Kothapalem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Mudiki Nageswararao S/o Venkanna","LedgerParentName":"Jd Fisheries (Bio Fencing)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Mudragada Devi, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mudundi Priyanka, Kesavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mudunuri Rama Raju (Yoga)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mudunuri Sri Rama Raju, Yedurulanka","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mudunuru Ramalingaraju,Jaggampeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Mudunuru Ramalinga Raju,Kesannakurrupalem","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Mugalla Fishermen","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Mulakallanka Fishermen","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Mummasani.Satish, Pedavalasala","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mummidi Srinivasa Rao, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Mungara Srinivas, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Municipal Sanitary User Chgs","LedgerParentName":"Shop Maintainance","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Municipal Tax on House Bldg 20-6A-10","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Municipal Tax on Shop Bldg(Own Use)43-1-2/1","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Municipal Tax on Shop Building-(Let Out)43-1-2/1","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Municipal Trade Licence No:TL/01724/2016","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Munugolu Vijay Kumar Reddy (Polyclone)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Muppina Srinivasa Rao","LedgerParentName":"Supran","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Muralasetty Bindu Sai Tejaswi Ref:Ch.Srinivas","LedgerParentName":"Ch.Srinivas","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Muralasetty Naga Prasad( Ch.Srinivas Nekkanti)","LedgerParentName":"Ch.Srinivas","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AUOPM2840E1ZJ"},{"LedgerName":"Murthy , Bhairavapalem","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Murugan Enterprises","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Muthu Jaganatham, Palamanpeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M V Chalapathi Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M.Veera Raghava Rao (Ch.V.Prabhakar)","LedgerParentName":"Ch.V.Prabhakar","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M.Venkateswara Rao (P.Srinivasa Rao)","LedgerParentName":"P.Srinivasa Rao (Venkatkrishna)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M.Venugopal, Kakinada","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"M.V.G.Krishna (Surya Hatcheries)","LedgerParentName":"Surya Hatcheries","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M Visweswararao, Advocate","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"M.V.Krishnam Raju (Rama Raju Yoga)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M.V.Nagaraju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"M.V.S.N.Murthy, Adivipudi (Venkatkrishna)","LedgerParentName":"Venkatkrishna","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"M.V.Srinivas","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"MVV Satish Varma, Chodavaram","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"M.V.V.V.Prasad, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Mylapalli Annavaram S/o.Dandiyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mylapalli Bujji","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mylapalli Dasu, Konapapapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mylapalli Ellayya","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mylapalli John","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Mylapalli Kondayya S/o.Apanna","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mylapalli Krishna","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mylapalli Prasad S/o.Dandiyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mylapalli Sathiraju S/o.Apparao","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mylapilli Chinna","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mylapilli Garagayya, Visakhapatnam","LedgerParentName":"S Bujji Vsp","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Mylapilli Ramu, Visakhapatnam","LedgerParentName":"S Bujji Vsp","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mylaplli Anil, Visakhapatnam(Bujji Vizag)","LedgerParentName":"S Bujji Vsp","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Mylappalli Jagannadham S/o.Apparao","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Myla Srinu(Tatabbai)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"MYTHREE CONSULTING ENGINEERS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Mythri Movie Makers","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Nadikurthy Desi Raju S/o.Veeraraghavulu","LedgerParentName":"Antarvedi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Nadimapalli Vijay Babu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Nadimaplli Subbaraju,Cheyyaru","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Naga Lakshmi (Brahmaji), A P Trayam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Nagarjuna Decorators,Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Nagarjuna Suppliers, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAJFN5969Q1Z4"},{"LedgerName":"Nagendra Narasimha Raju Datla","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Nageswara Rao , Kakinada( Kasi Swamy)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Nagoor Babu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Naidu Sattibabu (Rayudu)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"NAIK FISHNET INDUSTRY","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"NAIP PROJECT","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Nakka Apparao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Nakka Apparao S/o.Ramulu","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Nakka Bhushanam S/o.Anand Rao","LedgerParentName":"Amalapuram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Nakka Jagannadham (Kare Pentayya)","LedgerParentName":"Kare Pentiyya","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Nakka Kumar S/o.China Venkata Reddy","LedgerParentName":"Sariplalli Lanka","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Nakka Vrriyya S/o.Rama Swami","LedgerParentName":"Amalapuram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N.A.K.Raju","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Nalamati Kumari, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Nalam Godown Electricity Exp S No:05702","LedgerParentName":"Electricity","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Nalam Padmavathi ABPPN4838F","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ABPPN4838F1Z8"},{"LedgerName":"Nalam Padmavathi (Godown) Advance","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"Nallamilli Ramareddy Seela","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Nallamilli Sathi Reddy","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Nallamilli Sesha Reddy","LedgerParentName":"Aditya Academy","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Nallamilli Venkatreddy","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Nalli Eswararao S/o Ramaswami","LedgerParentName":"Jd Fisheries (Bio Fencing)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Nalli Narayana Murthy S/o.China Apparao","LedgerParentName":"Jd Fisheries (Bio Fencing)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Namburi Siva Prasad","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BEBPN5626P1ZY"},{"LedgerName":"Namburi Venkata Subbarao, Chirala","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AEPPN3310P1Z0"},{"LedgerName":"Namitha Grand Apartments","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Namrata Aqua Hatcheries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Nandini Textiles","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"Nandri Fishing Gears Centre(Indo Nets)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AFYPH9790R2Z2"},{"LedgerName":"Nani Fishnets","LedgerParentName":"Nani Nakkapalli","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BEVPS3045F1Z1"},{"LedgerName":"Narala.Kondala Rao, Matlapalem","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Narayanareddy Gunnies","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAHFN2286Q1ZI"},{"LedgerName":"Naresh Yeggada","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Narmada Offshore Constructions Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACN2334D1ZX"},{"LedgerName":"Narsamma Shop Asst","LedgerParentName":"Wages & Salaries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Naruboyina Narasimha Rao, Kuchipudi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Natina Seetha Rama Raju S/o.Ragavendra","LedgerParentName":"Antarvedi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"National Center for Sustainable Aquaculture","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"National Marine Hardwares","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AOSPP4144G1ZJ"},{"LedgerName":"Nati Ram Mohan Rao, Savitrinagaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Natural Resource Engineers India Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AACCN8924D1ZF"},{"LedgerName":"Navabharat Ventures Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACN7327C1ZO"},{"LedgerName":"Navata Road Transport","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Navayuga Engineering Company Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Navdurga Enterprises","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ABRPG3581C1ZL"},{"LedgerName":"Naveen GST Acctt","LedgerParentName":"Wages & Salaries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Navya Tech Services","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N Balaji, Karapa","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N.Bala Krishna","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N.Bharathi Devi(Venuraju)","LedgerParentName":"Venu Raju Garu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"NCC Limited","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"NCS Industries Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AABCG5363N1Z7"},{"LedgerName":"N D Haritha, (Venuraju Garu)","LedgerParentName":"Venu Raju Garu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N.Divakar","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N.Durga","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N.Durga Haritha(Venurajugaru)","LedgerParentName":"Venu Raju Garu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Nedunuri Varalakshmi, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Needle and Stitch","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"36ADKPN7961N2ZN"},{"LedgerName":"Needle and Stitch (New)","LedgerParentName":"Nagari","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"36AVDPN0298B1ZR"},{"LedgerName":"Neelam Ramakrishna, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Neelapalli Anandarao S/o.Kasiyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Neelapalli John, Uppada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Neelapalli Yesu S/o.Veeraju","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Neelapu Ramababu S/o.Venkanna","LedgerParentName":"Dummulapeta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Neha Agencies (Chair)","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"NEHA ENTERPRISES","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"NEHA SALES AGENCY","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Nekkanti Nageswarao","LedgerParentName":"Nekkanti","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Nekkanti Seafoods Ltd, Danvaipeta (Hatchery)","LedgerParentName":"Nekkanti","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACN4664J1Z7"},{"LedgerName":"Nekkanti Sea Foods Ltd, J.Thimmapuram","LedgerParentName":"Nekkanti","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACN4664J1Z7"},{"LedgerName":"Nekkanti Seafoods Ltd, Kakinada","LedgerParentName":"Nekkanti","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACN4664J1Z7"},{"LedgerName":"Nekkanti Sea Foods Ltd, Kodamanchili","LedgerParentName":"Nekkanti","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACN4664J1Z7"},{"LedgerName":"Nekkanti Sea Foods Ltd, Machilipatnam","LedgerParentName":"Nekkanti","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACN4664J1Z7"},{"LedgerName":"Nekkanti Sea Foods Ltd Narsapuram","LedgerParentName":"Nekkanti","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACN4664J1Z7"},{"LedgerName":"Nekkanti Sea Foods Ltd, Pedapudi","LedgerParentName":"Nekkanti","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACN4664J1Z7"},{"LedgerName":"Nekkanti Sea Foods Ltd, Ravulapalem","LedgerParentName":"Nekkanti","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACN4664J1Z7"},{"LedgerName":"Nekkanti Seafoods Ltd, Tallarevu","LedgerParentName":"Nekkanti","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Nemani Hari Krishna","LedgerParentName":"Nemani Harikrishna","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Nemani.Hari Krishna, Kovvuru","LedgerParentName":"Nemani Harikrishna","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"NEO CORP INTERNATIONAL LTD","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"23AAACN6513A1Z7"},{"LedgerName":"Neo Corp Intnl Ltd (Security Deposit)","LedgerParentName":"Deposits (Asset)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Neredumelli Satyanarayana S/o.Venkanna","LedgerParentName":"Sariplalli Lanka","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Netex Machineries","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Nethala.Abbai S/o Veerraju","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"NET PARK","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AAEFN4408M1Z9"},{"LedgerName":"NETS N KNOTS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"NET SQUARE","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"NETS & TWINES","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"New Era Adhesive & Sealants Pvt Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"27AABCN6223C1ZV"},{"LedgerName":"New Idea Logistics (Jelson)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AAECN9177C1ZG"},{"LedgerName":"New Indian Trading","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"New Salem Rope Centre","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Composition","PartyGSTIN":"37AFLPM4091B1ZG"},{"LedgerName":"New Sharma Feed Supplements(Gk Bhaskar) Punjab","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"03AAQFN4846F1Z5"},{"LedgerName":"New Sharma Feed Supplements (Rajasthan)","LedgerParentName":"New Sharma Feed","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"08AAQFN4846F1ZV"},{"LedgerName":"New Vasavi Agencies","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"36BOYPP6021B1ZS"},{"LedgerName":"NFCL Shares","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N Ganapathi Raju, Chebrolu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"NGR Aqua Tech Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Nidigatla Fishermen","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Nidumolu Narasimha Murthy, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Nilaya Infinity Infraspaces LLP","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAQFN3756N1ZE"},{"LedgerName":"Nilkamal Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"36AAACN2329N1ZB"},{"LedgerName":"NINGBO ZHENHUA ELECTRICAL EQUIPMENT CO LTD","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Nippon Express India P Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AACCN5026E1ZY"},{"LedgerName":"Nippon India Consumption Fund (SIP) 24-25","LedgerParentName":"Investments in Mutual Funds","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Nippon India Consumption on 20.08.24","LedgerParentName":"Investments in Mutual Funds","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Nirmala Filaments India Pvt Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AABCN1239L1ZL"},{"LedgerName":"NIRMALA MONOFIL P LTD","LedgerParentName":"Trade Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AABCN5996Q1ZN"},{"LedgerName":"NIRMALA NETS PVT LTD","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"NIRMALA POLY ROPES INDIA PVT LTD","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AACCN9073H1ZD"},{"LedgerName":"Niswanth, Aptryam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N J J Ram Prasad (Hari Krishna)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"NJV Varma Raju (Jaynath Varma)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N.Kalyan Chakravarthy","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N.Karthik Varma, I.Polavaram(Venumaster)","LedgerParentName":"N Venumaster","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N.Karthik Varma, Narsapurapupeta","LedgerParentName":"N Venumaster","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N.Kasi Viswanatham","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N.K.Industry","LedgerParentName":"Nagari","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"36AEVPN5661D1Z3"},{"LedgerName":"N.Kothapalli Fishermen","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N.Lakshman Swamy(Rajababu)","LedgerParentName":"P.Rajababu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N.Lakshmi Priya(Venuraju)","LedgerParentName":"Venu Raju Garu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N.Maha Vishnu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"N.M.Enterprises","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"27AEWPK3536M1ZR"},{"LedgerName":"NMR Hatcheries(NSR Hatcheries) Musalyapeta","LedgerParentName":"N Siva Rama Prasad (Chinnababu Mogilipalem)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N.M.V.K.Chaitanya","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N.Nagireddy","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N N GRANITES","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N.Nithin, (Venu Raju Garu)","LedgerParentName":"Venu Raju Garu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Noble Traders","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Nookala Durga Bhavani, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Noor Enterprises, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Note Counting Machine","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N.P.Panda","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N.Prabhakar Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N.Prasad , Gollapalem","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N.Ramachandra Rao(Bvvsr Prasad)","LedgerParentName":"B.V.V.S.R.Prasad, Artlakatta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N Ramalinga Raju (Byd), Kumarapuram","LedgerParentName":"BYD Varma Garu","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N Rama Rao (Chinnababu Garu)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N.Ramareddy , Seela","LedgerParentName":"Ramareddy Gollapalem","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N.Ramprasad Ref:Santosh","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N.R.Consturctions","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Nruthya Ganapathi Hand Made Paper Board","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N.Satyam (Employee)","LedgerParentName":"Wages & Salaries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N.Sekhar","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N.Sekhar(Ch.V.Suresh)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N Sekhar Raju, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N Shankar Raju, Mallavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N.Sita Mahalakshmi","LedgerParentName":"N Siva Rama Prasad (Chinnababu Mogilipalem)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N.Sivakumar Varma","LedgerParentName":"Venu Raju Garu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N.Sivaram Prasad, Mogilipalem","LedgerParentName":"N Siva Rama Prasad (Chinnababu Mogilipalem)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N.S.K.K.Prasad","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N.S.K.Madhavarao (Chinna Babu Garu)","LedgerParentName":"N Siva Rama Prasad (Chinnababu Mogilipalem)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"NSR Aqua Farms Pvt Ltd,Palamanpeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AACCN3590K1Z4"},{"LedgerName":"NSR Fibers & Generals","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AVTPN4877C1ZY"},{"LedgerName":"N.S.R.Hatcheries (Chinnababu Garu)","LedgerParentName":"N Siva Rama Prasad (Chinnababu Mogilipalem)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N S R Hatcheries, Pinnivaripalem (Chinnababugaru)","LedgerParentName":"N Siva Rama Prasad (Chinnababu Mogilipalem)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N.Srinivas","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"NSR Murthy(Nekkanti)","LedgerParentName":"Nekkanti","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"NSR Paper Boards","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"NSR Traders, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Nsr Vardhan Hatcheries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N S Sundaram, Ref. Ex-Venu Master","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N.Subbalakshmi","LedgerParentName":"Venu Raju Garu","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N Subbalakshmi (Venu Raju)","LedgerParentName":"Venu Raju Garu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N.Subbaraju, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N.Subbarao","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N.Sudhakar Raju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N.Surya Bhaskara Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N.S.Varma","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"NTPC Green Energy Ltd Shares 25-26","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N.Uday Srinivas, Gangavaram (Nemani Harikrishna)","LedgerParentName":"Nemani Harikrishna","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Nunna Kasi Viswanatham","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Nunna Santosh, Kirlampudi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Nuovafil & Infoteck Pvt Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AABCN1240P1ZK"},{"LedgerName":"Nuthangi Govinda Raju, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N.Vani","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N.Varalakshmi Parvathi,I.Polavaram(Venumaster)","LedgerParentName":"N Venumaster","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N.Vara Lakshmi Parvathi,Komaragiri(Venumaster)","LedgerParentName":"N Venumaster","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N.Vara Lakshmi Parvathi(Venumaster),Yanam","LedgerParentName":"N Venumaster","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N.Veerababu","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"N Veerabhadra Rao, Kuyyeru","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N.Veeranna","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N.Venkat Raju(Venu Master)","LedgerParentName":"N Venumaster","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N.Venkat Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N.V.NAIDU","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"NVR MULTIPLEX","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N.V.Satyanarayana Raju , Mallavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N.V.S.Murthy(Bala Garu)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"NVSN Raju (Venu Raju)","LedgerParentName":"Venu Raju Garu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"NVSN Raju, Yendrukona","LedgerParentName":"Venu Raju Garu","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"N.V.S.Raju, D.L.Puram","LedgerParentName":"Venu Raju Garu","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"NVS Raju (Venuraju)","LedgerParentName":"Venu Raju Garu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N.V.Srinivas Raju Garu, V.K.Rayapuram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N V Subbaraju, Yedurulanka","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"N.V.Subbarao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"NYLOFILS INDIA LTD","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"O.Achyut","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"O.Bhushan, Visakhapatnam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"O.B.N.V.Ramesh","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ocean Bay Hatchery, Addaripeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"OCEANIC OFFSHORE INTERNATIONAL","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AABFO9695G1ZP"},{"LedgerName":"Oceanic Out Sourcings","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ocean Sparkle Limited (Juvvaladinne)","LedgerParentName":"Ocean Sparkle","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACO2519H1ZL"},{"LedgerName":"Ocean Sparkle Ltd","LedgerParentName":"Ocean Sparkle","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACO2519H1ZL"},{"LedgerName":"Ocean Sparkle Ltd,Cuttack","LedgerParentName":"Ocean Sparkle","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"21AAACO2519H1ZY"},{"LedgerName":"Ocean Sparkle Ltd, (DRG)","LedgerParentName":"Ocean Sparkle","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACO2519H1ZL"},{"LedgerName":"Ocean Sparkle Ltd(DRG),Kakinada","LedgerParentName":"Ocean Sparkle","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACO2519H1ZL"},{"LedgerName":"Ocean Sparkle Ltd, Malkipuram","LedgerParentName":"Ocean Sparkle","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACO2519H1ZL"},{"LedgerName":"Ocean Sparkle Ltd (OPS)","LedgerParentName":"Ocean Sparkle","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACO2519H1ZL"},{"LedgerName":"OCS Services (India) Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Odalarevu Fishermen","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Officer-in-Charge ICAR","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Oil & Natural Gas Corporation Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ojaswitha Aqua Traders","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ola Electric Scooter","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Oleti Adinarayana S/o.Venkatarao","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Oleti Bhairavaswamy S/o.Kayaraju","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Oleti Bulli Satyam S/o.China Sattiraju","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Oleti China Dharmarao S/o.Mahalakshmi","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Oleti Dharmarao S/o.Venkataratnam","LedgerParentName":"Kothapalem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Oleti Gangadhararao S/o.Apparao","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Oleti Lakshman Swamy","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Oleti Naguru S/o.Bangari","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Oleti Samudrudu S/o.Kannayya","LedgerParentName":"Kothapalem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Oleti Satyam S/o.Tatayya","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Oleti Srinu S/o.Kameswararao","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Oleti Veerababu S/o.Peda Sattiraju","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Oleti Venkatesulu S/o.Shebu","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Oleti Venkateswarlu S/o.Appayya Swamy","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Om Logistics","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Om Maritech","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Om Packagings","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BECPS3027L1Z9"},{"LedgerName":"OM SHANTHI ENTERPRISES","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"ONGC,","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACO1598A1ZM"},{"LedgerName":"ONGC Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"97AAACO1598A1ZG"},{"LedgerName":"Ongc Ltd Shares 25-26","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Opal Oak Enterprises LLP","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAHFO7643L1ZO"},{"LedgerName":"Opening Stock","LedgerParentName":"Stock-in-hand","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Orange Cargo Carriers-AGOPM6239K","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"29AGOPM6239K2ZM"},{"LedgerName":"Orange Float Industries","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"27AAJPS2976C1ZF"},{"LedgerName":"Orca Aqua Nursery(Yedukondalu Ps)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Oripalli Bhavanarayana S/o.Baniyya","LedgerParentName":"S.R.Peta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Oruganti Krishna Lokesh, A V Nagaram","LedgerParentName":"K.S.R.Anjaneyulu","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Osipalli Annavaram S/o.Baniyya","LedgerParentName":"S.R.Peta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Osipalli Appalaraju Ref:Jeevan","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Osipalli Appalaraju.S\\o.Maridiyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Osipalli Appanna","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Osipalli Apparao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Osipalli Apparao, Jaggaraju Peta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Osipalli Pentayya, Uppada(Jagadish)","LedgerParentName":"Jagadish Uppada","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Osipalli Raju S/o.Bhagirthi","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Osipalli Ramu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Osipalli Sara Appanna C/o.VRK","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Osipalli Sathibabu (1260 Net)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Osipalli Sattiraju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Osipilli Danayya","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Osipilli Subbarao, Kothapeta 30 Ply Net","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Osupalli Chinna Apanna S/o.Appanna","LedgerParentName":"Dummulapeta-Mix","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Osupalli Danayya S/o.Achiyya","LedgerParentName":"Dummulapeta-Mix","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Osupalli Musalayya S/o.Masenu","LedgerParentName":"Dummulapeta-Mix","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Osupalli Satyam S/o.Bhagirthi","LedgerParentName":"Vakalapudi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Other Income","LedgerParentName":"Indirect Incomes","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Output 14.5%","LedgerParentName":"Sales Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Output CGST","LedgerParentName":"Outputs","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Output IGST","LedgerParentName":"Outputs","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Output SGST","LedgerParentName":"Outputs","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Output Tax 4%","LedgerParentName":"Duties & Taxes","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Output Tax 5%","LedgerParentName":"Sales Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Outstanding Exp. Payable","LedgerParentName":"Payables","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Oxygen Concentrator","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ozone Agro Industries","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"24AADFO5373K1Z2"},{"LedgerName":"Pabbineedi Durga Prasad, Pedapudi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pabbineedi Surya Prakasa Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Abhinay Varma(Rajabauraju)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pachimala Venkateswararao S/o.Bhaskararao","LedgerParentName":"Sariplalli Lanka","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Packing Charges","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Packing & Forwarding (GST)","LedgerParentName":"Packing & Forwarding","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Packing & Forwarding (Non GST)","LedgerParentName":"Packing & Forwarding","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Packing Material","LedgerParentName":"Direct Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Padam Godown Electricity Exp S No:11769","LedgerParentName":"Electricity","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Padam Marketing (Rent)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BFJPP6158P1ZH"},{"LedgerName":"Padam Marketing (Tenant)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BFJPP6158P1ZH"},{"LedgerName":"Padam Mktg(Material Supplier)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BFJPP6158P1ZH"},{"LedgerName":"PADMA INDUSTRIES","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"PADMAJA SERVICES","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Padmaja Tarpaulin Company","LedgerParentName":"Penupothula","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAIFP5898H1ZI"},{"LedgerName":"Padma Raju (Pathi Garu Svr Hat)","LedgerParentName":"Pathi SVR Hatcheries","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Padmavathi Agencies","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ALIPG2501R1ZW"},{"LedgerName":"Palepu Aggiraju S/o.Gagaraju","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Palepu Apparao S/o.Masenu","LedgerParentName":"Kothapalem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Palepu Apparao S/o Venkanna","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Palepu Bhairavaswamy S/o.Tatarao","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Palepu Eswararao S/o.Dhanaraju","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Palepu Lovaraju, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Palepu Pothuraju S/o.Gangaraju","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Palepu Sathibabu S/o.Gangaraju","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Palepu Venkateswararao S/o.Tatayya","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Palepu Venkateswarlu S/o.Sesharao","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Palika Govindaraju, Kakinada(PGR Farms)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pallala Chinna Pandureddy S/o.Chinalachireddy","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pallala Chinna Somireddy S/o.Remireddy","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pallala Ramireddy S/o.Pedalachireddy","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pallala Venkatareddy S/o.Bhumireddy","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Palleti Bapanna Dora S/o.Rajabbai","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Palleti Nageswararao S/o.Rajabbai","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Palleti Satiraju S/o.Bhogiraju","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Paluri Babu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Amarendra Choudary","LedgerParentName":"P Amarendra Chowdary","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Amarnath","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Pambala Nageswararao S/o.Satyanarayana","LedgerParentName":"Sariplalli Lanka","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pampana.Satyanandam, Domada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pamu Mavullu S/o.Reddy","LedgerParentName":"Jd Fisheries (Bio Fencing)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P Anantha Lakshmi (Hari Krishna Nemani)","LedgerParentName":"Nemani Harikrishna","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Panchanathan Fishnet","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AAEPR5023N1ZL"},{"LedgerName":"Pandu Ram Sudheer Kumar S/o.Ratnam","LedgerParentName":"Jd Fisheries (Bio Fencing)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pandu Ranga Murthy Associates","LedgerParentName":"Provisions","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pandu(Swivels)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Anjaneya Kumar , Machilipatnam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pantada Viswanadham, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pantadi Agnidevdu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pantadi Apparao S/o. Veerraju","LedgerParentName":"CBV Palem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pantadi Brahmanandam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pantadi Raju","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pantadi Simhadri, Etimoga","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pantadi Tata Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pantadi Venkateswarlu S/o. Pothuraju","LedgerParentName":"CBV Palem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Panthadi China Dharmarao S/o.Dhanaraju","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Panthadi Kameswari(Vinodni Foods)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Anurag, Kakinada (Ujjwal)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Parada Rajannadora S/o.Buchannadora","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Parada Surannadora S/o.Abbuludora","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Parada Tammanna Dora S/o.Buchhanna Dora","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Paramala Satyanarayana S/o.Chandrarao","LedgerParentName":"Sariplalli Lanka","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Paramalla Ramu S/o.Adiviyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Parameswar Tarpaulin Industries","LedgerParentName":"Penupothula","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ACGPP0510Q1ZD"},{"LedgerName":"Paris Nets","LedgerParentName":"Swastik","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AABCS0442C1Z4"},{"LedgerName":"Parla Ravi Babu(P.Jaganatham)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Parry Sugars Refinery India Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Parvathi Aqua Farms(Butchibabu)","LedgerParentName":"D Butchibabu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Parvathi Parameswara General Stores","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ATKPN5654J2Z2"},{"LedgerName":"Pasupathi Aquatics P Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pasupathi Aquatics Pvt Ltd, Kolkata","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pasupuleti Gopalkrishna,Muramalla","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Patchala Homes(Landmark)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Atchinarayana (Godown)","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Patel Road Ways","LedgerParentName":"Freight Inward","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pati Satyanarayana Ramanakkapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Patri Apparao S/o.Hanumanthu","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Patta Appalaraju, Kothapatnam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Patta Appanna","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Patta Apparao S/o.Apparao","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Patta Koyaraju, Etimoga","LedgerParentName":"Trade Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Patta Sundarrao S/o.Apparao","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Patta Suribabu S/o.Apparao","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Patta Yohan","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pavan,Kakinada","LedgerParentName":"D Pavan","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"PAVAN KUMAR SURAVARAPU","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pavan, Muramalla","LedgerParentName":"D Pavan","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pavan, Pedapudi","LedgerParentName":"D Pavan","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"PAVAN SAI ELECTRICALS AND PLUMBING","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pavan Tripura Builders & Developers","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Payasam Pavan Kumar","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Paytm IPO Shares (21-22)","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P. Bangaramma (Ref: Srinu Raju Garu)","LedgerParentName":"Srinu Raju Garu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Bhaskar Rao , Kajuluru","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.B.Ramireddy","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.B.Subramanyam, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Bulli Raju (P.Srinivasa Rao)","LedgerParentName":"P.Srinivasa Rao (Venkatkrishna)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P Chinnarao(Prasanna Sundar Friend)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Ch.Srinivas","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pechheti Phani Simha","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pedakapu Subbarao S/o.Apparao","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pedasimgu Peddiraju S/o.Narasimha Murthy","LedgerParentName":"Antarvedi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Peddiraju Garu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Peddireddi Chandra Rao ,Aratlakatta","LedgerParentName":"Peddireddi Chandra Rao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Peddireddi Chandra Rao , Karapa","LedgerParentName":"Peddireddi Chandra Rao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pejjayi Praveen Kumar, (Polyclone Vijay Kumar Reddy","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Peluri Venata Krishna S/o Venkata Ramana","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pemmade Suribabu S/o.Dhanaraju","LedgerParentName":"Dummulapeta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pemmadi Apparao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pemmadi Bhairava Swamy , Ynm","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pemmadi Dhanaraju S/o.Suribabu","LedgerParentName":"Dummulapeta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pemmadi Dharmarao S/o.Venkanna","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pemmadi Durgarao, Kotipalli","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pemmadi Gangadri S/o.Bapuji","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pemmadi Kameswara Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pemmadi Nageswararao S/o.Satyam","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pemmadi Narayana Rao S/o Nooka Raju","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pemmadi Putrayya S/o.Sattireddy","LedgerParentName":"Kothapalem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pemmadi Sathibabu C/o.Panthadi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pemmadi Satyam S/o.Chakravarthi","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pemmadi.Sesharao, Yanam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pemmadi Tatarao S/o.Sattiraju","LedgerParentName":"Kothapalem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pemmadi Veerraju S/o.Venkanna","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Penapothu Bhulokam S/o.Appanna","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Penke Maadha, Dummulapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Penke Sattibabu Madhavapatnam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Penugonda Venkatlakshmi","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Penupothula Suryanarayana Rao & Son","LedgerParentName":"Penupothula","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AACFP7038B1ZG"},{"LedgerName":"Penupothu Prasad S/o.Narayanamurthy","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Perla Apparao S/o.Danayya","LedgerParentName":"Dummulapeta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Perla Apparao S/o.Sattiraju","LedgerParentName":"Dummulapeta-Mix","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Perla Bujji S/o.Chinna Nallayya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Perla Chinnababu, 30 Ply","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Perla Devudu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Perla Kothababu S/o.Chinnayya","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Perla Lakshmayya S/o.Apparao","LedgerParentName":"Dummulapeta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Perla Masenu S/o. Chinnayya","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Perla Nookaraju, Dummulapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Perla Nukaraju S/o.Apparao","LedgerParentName":"Dummulapeta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Perla Ramana(Tutta Devudu)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Perla Rambabu S/o.Apparao","LedgerParentName":"Dummulapeta-Mix","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Perla Ramu S/o. Nookaraju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Perla Srinu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Perla Tatarao S/o.Apparao","LedgerParentName":"Dummulapeta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Perla Venkatesh S/o.Apparao","LedgerParentName":"Dummulapeta-Mix","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Peruguna Chenchayya, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Perumalla Jagantham, Mayapatnam Ref:Anandarao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Perumalla Jagnnadham,S\\o.Musalyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Perumalla Srinu.S\\o.Ammoriyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"PERUMALLA YERRAYYA","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Peruri Nagalakshmi, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pesingi China Marayya S/o. Tatayya","LedgerParentName":"CBV Palem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pest Control M Walshe LLP, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAAFP1995R1ZF"},{"LedgerName":"Pest Mortem India Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Petronet LNG Ltd (Shares)","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P & F 12%","LedgerParentName":"Packing & Forwarding","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P & F 18%","LedgerParentName":"Packing & Forwarding","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P & F 5%","LedgerParentName":"Packing & Forwarding","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pfizer Ltd (Shares)","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P & F (Service)","LedgerParentName":"Sales Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Gargeyee, Ref;Vasuraju","LedgerParentName":"P Vasuraju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Geetha","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.G.V.Surya Teja(Amarendra Chowdary)","LedgerParentName":"P Amarendra Chowdary","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Phani (Melon Water)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Phani Varma, Bhimavaram (Pathi SVR)","LedgerParentName":"Pathi SVR Hatcheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Hari Babu, Gollapalem(Apex)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Hemamalini ACSPP8842P","LedgerParentName":"Unsecured Loans","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"PHILLIPS FOODS INDIA PVT LTD","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Phoenix Com Trade P Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Phone Pe Business","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Phone Pe Business (Kotak)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Phone Pe Sale","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Phonepe Suspense","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Photo Media","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"07AAMFP0709R1ZO"},{"LedgerName":"Pikki Bhuloku Ref: Anandrao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pikki Musalayya Ref:Badina Nageswra Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pikki Prasad,Dummulapeta. Ref:Jeevan","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pikki Saibabu S/o.Sriramulu","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pikki Venkatalakshmi, Nakkapalli","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pilli Srinivasa Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pinamaraju Pedababu (Pothuri Ramaraju)","LedgerParentName":"Pinamaraju Pedababu (Venumaster)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pinapothu China Gangaraju, S/o.Ramaswamy","LedgerParentName":"Tallarevu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pinapothu Sambamurty S/o.Narasimha Murty","LedgerParentName":"Antarvedi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pinapothu Srinivas S/o.Veeraraghavulu","LedgerParentName":"Antarvedi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pinapothu Srinu S/o. Kamaraju","LedgerParentName":"CBV Palem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pinapothu Veerababu","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pinapothu Viswanadham S/o.Dhanaraju","LedgerParentName":"Tallarevu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pinnamaraju Kasiviswanadha Raju, (Srinuraju Garu)","LedgerParentName":"Srinu Raju Garu","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pioneer Eneterprises","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ATWPP6515G1Z2"},{"LedgerName":"Pipeline Infrastructure Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Piradhi Nookaraju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Piradi Apparao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Piradi Kodanda S/o.Apparao","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Piradi Kodanda S/o.Tatabbai","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Piramalla Bhushanam S/o.Vekanna","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Piramalla Devudu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Piramalla Jagannadham S/o.Bhagirthi","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Piramalla Jagantham","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Piramalla Kumar, Christunagaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Piramalla Nagaraju S/o.Kodanda","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Piramalla Veeraswamy S/o.Rajanna","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Piramalla Yellari C/o.Yerrayya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Piramall Prabhudas , Uppada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Piyush Plasto Chems Pvt Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Jagannadha Raju, Anakapalli","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Jagnatham, New Sherma","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Jeevan , Dummulapeta","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P Jyothi.A.V.Nagaram","LedgerParentName":"P.Jyothi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P Jyothi, Kandregula","LedgerParentName":"P.Jyothi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Kasi Viswanatha Raju Ref:Rajbaburaju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Kodanda Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P Koya Raju","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Lakshman Bhimavaram(RTC)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Lakshman Rao","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Lakshmi Gayatri, Ref:Sitaramarju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Lovaraju","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Mani Swaroop Ref:Venkat Krishna","LedgerParentName":"Venkatkrishna","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P Naga Bhushanam, Pedapudi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Nageswara Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Nageswara Rao (Machilipatnam)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P Nageswara Reddy, Ramanakkapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Nanditha(Rajababu Brother)Danavaipeta","LedgerParentName":"P.Rajababu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Narasimha Rao , Palakol","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Narayana Reddy","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P N B CA -08161010000250 (OBC)","LedgerParentName":"Bank Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P N B CA -11121010040420 (GTB)","LedgerParentName":"Bank Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P N B SB A/c 08162010003000 (OBC)","LedgerParentName":"Bank Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P N B S.B A/c No:11122010001120 (GTB)","LedgerParentName":"Bank Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.N.Traders","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.N.V.Kamesh AFRPK0936R","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.N.V.Kamesh Salary Drawings","LedgerParentName":"Others (Asset)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P N V V Varma I Polavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.O. ITDA, RCYM","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Polamuri Reddy S/o Bhudevi","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"POLASANAPALLI NYLONS TRADERS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Polyclone Farmings(Nellore Vijaykumar Reddy)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37CJLPM8031R3ZA"},{"LedgerName":"Polygon Enterpriese Private Limited","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AACCP5353Q1ZT"},{"LedgerName":"Poly Logic International Pvt Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ponamala Nookaraju S/o.Vallaparao","LedgerParentName":"Nemam","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ponnala Jaya Krishna S/o.Anandaraju","LedgerParentName":"Antarvedi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ponnapudi Babu Ref : Kamayya","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Poondi Annai Fish Net","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33APBPV1804M1ZU"},{"LedgerName":"PORWAL POLYFAB PVT LTD","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Postage & Courier Charges 18%","LedgerParentName":"Postage & Courier","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Postage & Courier Exp","LedgerParentName":"Postage & Courier","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pothabathula Koteswara Rao .Bhairavapalem","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pothabathula Koteswra Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pothabathula Seshadri Rao","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Potti Durga, Parlovapeta","LedgerParentName":"Potti Jagadish","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Potti Jagadish, Parlovapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Potti Pratap Kumar S/o.Satyam","LedgerParentName":"Dummulapeta-Mix","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Potti Sathiraju, Parlovapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Potti Sathish, Parlovapeta","LedgerParentName":"Potti Jagadish","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Power Tool(Bosch)","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Pradeep","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Prakasarao","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P Prakash Garu (Apex Srinivasraju)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.P.Roadways","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33BVIPA2842N1ZL"},{"LedgerName":"P.Prudhviraju, Mahadevapatnam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Pulleswra Rao,(Chaitnaya Jaganadhagiri)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Radha","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"PRAGATHI ENGINEERING COLLEGE","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pragati Impressions","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Prag Distillery (P) Ltd, Nallamilli","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AADCP7665A1ZE"},{"LedgerName":"PR Agri Green Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Prahalada Constructions, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Praise Plastics,Marthandam","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AAEPF2161P1ZS"},{"LedgerName":"P.Rajan Raju, Jaggampeta(Rajababu Raju)","LedgerParentName":"P.Rajan Raju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Rajanraju, Katravulapalli (Rajababu)","LedgerParentName":"P.Rajan Raju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Rajan Raju(Rajababu Raju) Gangavaram","LedgerParentName":"P.Rajan Raju","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Prakash","LedgerParentName":"D Pavan","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Prakash & Co","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Prakash Enterprises","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Composition","PartyGSTIN":"37ECXPP0404G1ZC"},{"LedgerName":"P.Ramadevi(Ch.V.Prabhkar)","LedgerParentName":"Ch.V.Prabhakar","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Rama Krishna","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Rama Raju, Komaragiripatnam Ref: Alluri Somaraju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Ram Mohan Rao Site 1","LedgerParentName":"P.Rammohanrao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Ram Mohan Rao-Site 2","LedgerParentName":"P.Rammohanrao","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"P.Rammohan Rao, Vemulavada","LedgerParentName":"P.Rammohanrao","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Prasad Textiles ,Vijaywada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AARPN3691D1ZB"},{"LedgerName":"Prasad, Varun Aqua","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Prasanna Kumar (NSR Aqua Farms, Palmanpeta)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Prasanna , Nilaya Constructios","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Prasiddha Engineering College","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Prathipati Veerabhadra Kumar(Svr Kumar)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Praveena Enterprises( Eveready)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ASDPP3238J1ZI"},{"LedgerName":"Praveen Hatchery, Konapapapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Ravi Babu (Odisha)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Ravi Varma Ref:Ravi, Butchibabu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Preethi Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Premier Packing Company","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"29AXWPJ3460G1ZZ"},{"LedgerName":"Prepaid Access Insurance (AP05EX4787)","LedgerParentName":"Prepaid Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Prepaid AMC (Computer)","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Prepaid AMC (Water Purifier)","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Prepaid Ather Insurance","LedgerParentName":"Prepaid Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Prepaid Bike Insurance","LedgerParentName":"Prepaid Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Prepaid Books & Periodicals","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pre-Paid Car Insurance (AP05EV0116)","LedgerParentName":"Prepaid Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pre-Paid Car Insurance (AP40BV0112)Hyryder","LedgerParentName":"Prepaid Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Prepaid DTH Charges (AMC)","LedgerParentName":"Prepaid Expenses","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"Prepaid EMI Loan Interest","LedgerParentName":"Prepaid Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Prepaid Health Insurance","LedgerParentName":"Prepaid Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Prepaid Insurance (Shop)","LedgerParentName":"Prepaid Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Prepaid Municipal Trade Licence","LedgerParentName":"Prepaid Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Prepaid Software Expenses","LedgerParentName":"Prepaid Expenses","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Prepaid Telephone & Internet Charges 18%","LedgerParentName":"Prepaid Expenses","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Prepaid Vespa Insurance (AP05CY727)","LedgerParentName":"Prepaid Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"PRESIDENT, M.M.S","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Prime Soft Esi Pvt Ltd","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACZ2113J1ZF"},{"LedgerName":"Principal Andhra Polytechnic","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Principal Scientist, Agricultural Peddapuram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"PRINCIPAL, SIFT","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Printing & Stationery Exp","LedgerParentName":"Printing & Stationery","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Prismack Biotechnic Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"PRIYADARSHINI FILAMENTS (P)LTD (Mesh)","LedgerParentName":"Priyadarshini","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"29AAACP8726D1ZC"},{"LedgerName":"Priyadarshini Shading Net","LedgerParentName":"Priyadarshini","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"29AAACP8726D1ZC"},{"LedgerName":"Priyanka Aqua Farms Chinnamamidada","LedgerParentName":"Priyanka","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Priyanka Aqua Farms Chinnamamidada-New","LedgerParentName":"Priyanka","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Priyanka Aqua Farms-Oduru-1","LedgerParentName":"Priyanka","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Priyanka Aqua Farms- Oduru-2","LedgerParentName":"Priyanka","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Priyanka Aqua Farms -Yendamuru","LedgerParentName":"Priyanka","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Priyanka Aqua Needs","LedgerParentName":"Priyanka","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"PRIYANKA HATCHERIES (P) LTD","LedgerParentName":"Priyanka","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"PRIYANKA MARINE PRODUCTS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Priyanka Mineral & Projects LLP","LedgerParentName":"Priyanka","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AATFP2426J1ZS"},{"LedgerName":"Priyanka Ready Mix Concrete","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AATFP2426J1ZS"},{"LedgerName":"PRIYA TARPAULINS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Professional Expenses","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Professional Tax 11-12","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Professional Tax 12-13","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Professional Tax 13-14","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Professional Tax 14-15","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Professional Tax 15-16","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Professional Tax 16-17","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Professional Tax 17-18","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Professional Tax 18-19","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Professional Tax 19-20","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Professional Tax 20-21","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Professional Tax 21-22","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Professional Tax 22-23","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Professional Tax 23-24","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Professional Tax 24-25","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Professional Tax 25-26","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Professional Tax Payable","LedgerParentName":"Payables","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Profit & Loss A/c","LedgerParentName":"\u0004 Primary","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"PROGRESSIVE OFFSHORE AND MARINE SERVICES LLP","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Progressive Shrimp Farms, Bhimavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Prohibition & Excise","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Prov. for IT","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Provision for Income Tax (F.Y.2018-19)","LedgerParentName":"Provisions","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Provision for Income Tax (F.Y.2019-20)","LedgerParentName":"Provisions","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Provision for Income Tax (F.Y.2020-21)","LedgerParentName":"Provisions","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Provision for Income Tax (F.Y.2021-22)","LedgerParentName":"Provisions","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Provision for Income Tax (FY-2022-2023)","LedgerParentName":"Provisions","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Provision for Income Tax (FY-2023-24)","LedgerParentName":"Provisions","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Provision for Income Tax (FY-2024-25)","LedgerParentName":"Provisions","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Sankar Srinivas Reddy","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Santhosh Kumar","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Sarvesh , Mandapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Satti Babu , Sri Durga Bhavani","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Sattibabu, Vemagiri","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Satyanaryana(Rao Gaopal Rao)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Seshu, Manjeru","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Shivani (Dwarampudi Satyanarayana Reddy)","LedgerParentName":"V.Siva Reddy","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P Simhadri, Matlapalem","LedgerParentName":"P Simhadri","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Siva Sairam,K.Pallipalem","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.S.Mohan Reddy","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.S.N.Raju Ref:RRK Farms","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Sridhatri(Grand Daughter)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Srilakshmi APLPP4086P","LedgerParentName":"Unsecured Loans","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P Sri Lasya","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Srinivas","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"P Srinivasa Raju, Pedapudi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Srinivasa Rao Ref:Venkatkrishna , Nagulapalli","LedgerParentName":"P.Srinivasa Rao (Venkatkrishna)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Srinivasa Rao (Venkatkrishna), Karapa","LedgerParentName":"P.Srinivasa Rao (Venkatkrishna)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Srinivasarao ,(Venkatkrishna)Nspeta","LedgerParentName":"P.Srinivasa Rao (Venkatkrishna)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Srinivasarao(Venkatkrishna)Velangi","LedgerParentName":"P.Srinivasa Rao (Venkatkrishna)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Srinivas Domada (Avinash Devi)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Srinivas, Jpur , Kkd( Jaggarao Sailakshmi)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Srinivas, Kajuluru Ref:Sivareddy","LedgerParentName":"V.Siva Reddy","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P Srinivas, Kondagunturu Paper Board","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Srinivas (P.Jyothi) Nadakuduru","LedgerParentName":"P.Jyothi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Srinivas Reddy","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Srinivas, Visakhapatnam","LedgerParentName":"Sea Gold","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Srinu","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Sriram, Allavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.S.R.K.Raju","LedgerParentName":"P.Rajababu","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.S.S.Aditya Varma, (Vasuraju)","LedgerParentName":"P Vasuraju","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.S.S.Aditya Varma, (Vasuraju), Yendapalli","LedgerParentName":"P Vasuraju","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.S.S.N.Raju Komaragiri","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Stanly Swaraj","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Subrahmanyam, Gorripudi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Sundar Kumar AFRPK0935N","LedgerParentName":"Unsecured Loans","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Sundar Kumar Salary Drawing","LedgerParentName":"Others (Asset)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Surayanaryana Raju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Tatabbai","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Tatarao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pulavarthi Hardware Stores","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAEFP6319D1ZC"},{"LedgerName":"Pullayya Naidu Ref:Bujji Garu Peddamadi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pulugurthi Vijaya Kumar S/o Subbarao","LedgerParentName":"Jd Fisheries (Bio Fencing)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Purnachandra Giri Ref:Panda","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Purshottam Samal Ref;Satti Reddy","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pusam Adinarayana Dora S/o.Baludora","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Puskaralarevu & Pathabridge Lanka Fishermen","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Putta Murali Krishna , Sambalpur","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"PVB Kumar (SVR)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Veerabhadra Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Veera Krishna, Jaggampeta (Ref Venu Master)","LedgerParentName":"Pinamaraju Pedababu (Venumaster)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Veerakrishna,Pallamkuru(Venu Master)","LedgerParentName":"N Venumaster","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Venkata Durga Varma","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P Venkatapathi Raju, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Venkat Krishna, Gurjanapalli-1","LedgerParentName":"Venkatkrishna","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Venkat Krishna, Gurjanapalli-2","LedgerParentName":"Venkatkrishna","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Venkat Krishna Patarlgadda","LedgerParentName":"Venkatkrishna","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"P.Venu Gopal Rao (Venu Surveyor)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Vidhaydhar","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Vinod Ref:Phani, Pedmadi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.Viswanatha Raju Ref: Srinu Raju","LedgerParentName":"Srinu Raju Garu","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.V.K.Pullam Raju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.V.Krishnam Raju, Atchutapuram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P V Krishna Reddy, Gollapalem","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P V K S N Kumar, (Suresh Gurajanapalli)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P V Narasimha Raju (Hanuman Junction)","LedgerParentName":"Raghu Amalapuram 9346699966","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.V.Narasimha Raju(Old Tanks Raghu), Nedunuru","LedgerParentName":"Raghu Amalapuram 9346699966","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.V.Narasimha Raju (Raghu)Nedunuru","LedgerParentName":"Raghu Amalapuram 9346699966","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.V.Narasimha Raju(Subbaraju) Nedunuru","LedgerParentName":"Raghu Amalapuram 9346699966","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.V.Prasad, A.P.Trayam(Swamy)","LedgerParentName":"P.Rajababu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.V.Prasad. AP Tryam","LedgerParentName":"P.Rajababu","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.V.Prasad, Bhavavaram","LedgerParentName":"P.Rajababu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.V.Prasad ,Kandregula","LedgerParentName":"P.Rajababu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P V Prasad, Pedapudi","LedgerParentName":"P.Rajababu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.V.Prasad, Prathipadu","LedgerParentName":"P.Rajababu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.V.Prasad, Santanmula","LedgerParentName":"P.Rajababu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"PV Prasad, Vetlapalem","LedgerParentName":"P.Rajababu","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.V.Ramesh Varma","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"PVR Choultry","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"PVR Marines Hatchery","LedgerParentName":"PVR Marines","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"PVR Marines .Ramanakkapeta","LedgerParentName":"PVR Marines","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P V R Solar Energy","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.V.R.Suryanrayana Raju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.V.S.N.Raju (Digha Srinu)","LedgerParentName":"P Vasuraju","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"P.V.S.N.Raju(Digha Srinu)Velivarru","LedgerParentName":"P Vasuraju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"PVSN Reddy(Ramareddy)Mogilipalem","LedgerParentName":"Ramareddy Gollapalem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.V.Srinivas Raju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.V.S.S.N.Raju, Godi","LedgerParentName":"P Vasuraju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.V.S.S.N.Raju, Karapa (Vasuraju)","LedgerParentName":"P Vasuraju","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.V.S.S.N.Raju, Pedamadi","LedgerParentName":"P Vasuraju","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.V.S.S.N.Raju, Pippara","LedgerParentName":"P Vasuraju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.V.S.S.N.Raju (Vasuraju) Gangavaram","LedgerParentName":"P Vasuraju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.V.S.S.N.Raju, Yendapalli(Vasuraju)","LedgerParentName":"P Vasuraju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.V.S.S.Raju, Anakapalli","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.V.S.S.R.Avinash Varma(Vasuraju) Gangavaram","LedgerParentName":"P Vasuraju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.V.Subrahmanyam, Bapatla","LedgerParentName":"Subbarayudu Hatcheries","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.V.Subramanyam","LedgerParentName":"Subbarayudu Hatcheries","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"P.V.Subramanyam, Komaragiripatnam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P V V Satyanarayana, Gollapalem","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P V V S N Raju, Yellayyapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"P.Yacobu, Dummulapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Pyda Kiran","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Pydimalla.Rajarao S/o Subbarao","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Qidong Yangcheng Electronics Co Ltd","LedgerParentName":"Import Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"QINGZHENG ZHAI","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Quality Fumigation & Pest Control Services","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Quick Wash Laundrette Prop K Sainadh","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Raavi Ramesh","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Raavi Ramesh Srirampuram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"R.A.Cargo Movers (Rosario Aliston's Son)","LedgerParentName":"Railway Forwarding Agent","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Raccha Prabhakar","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Rachapalli Maheswara Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Rachapalli Sanapayya S/o.Chinna Kasiyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"RAD Global Private Ltd","LedgerParentName":"Trade Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"08AAFCR7971P1ZF"},{"LedgerName":"Radhasoami Satsang Beas","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Raghava Trading Co","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"RAGHU SEAFOODS LTD","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Raghuwinder Naik","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ragithi Sattibabu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"RAG NYLONS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Railway Cooli","LedgerParentName":"Hamali Exp.","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Railway Frieght","LedgerParentName":"Freight Inward","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Rainbow Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37CYLPK3158A1ZH"},{"LedgerName":"Rainbow Shadows","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ARIPG1472H1ZT"},{"LedgerName":"Raincap Tarpaulin","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ACCPP7992A1ZE"},{"LedgerName":"RAIS CONSTRUCTIONS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Raja Garu, Magasani Tippa","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Rajasekahar Garimella","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Raja Sri Paper Product, Kotturu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Rajasthan Iron Company","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAKFR0220P1ZZ"},{"LedgerName":"Rajeevi SC Civil & Mechanical Const LCC Society Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Rajendra Electricals","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ABYPN1423B1ZO"},{"LedgerName":"Raj Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Rajesh Tennis Academy","LedgerParentName":"Import Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Rajesh Transports","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Rajeswari Paper Board, Anaparthi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Raj Global Tradelink","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Raj Jain","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Raju Aquas Ref:Rajababu, A.P.Tryam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Raju Cp Aqua","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Raju Emporium","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAEFR1589F1Z0"},{"LedgerName":"Raju Nylon and Ropes","LedgerParentName":"Trade Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BEVPS3042C1ZA"},{"LedgerName":"RAJYA LAKSHMI CLOTH SHOP","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Rajyalakshmi Trading Co","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AEMPP7347F1Z1"},{"LedgerName":"Rakati Masenu S/o.Kondayya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"R.A.K.CERAMICS INDIA PVT LTD","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AACCR6424N1ZZ"},{"LedgerName":"Rakesh (Manikumar Asst)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ramachitti Swamy, (Bade Aseerwatham)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ramadi Satyam S/o.Venkanna","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ramakrishna Electrical Winding Works","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AHGPP8197A1Z1"},{"LedgerName":"Ramakrishna Mission, Rajahmundry","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ramakrishnam Raju (Apex, Nagulapalli)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"RAMAKRISHNA PAPER BOARDS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ramakrishna Raju Garu, Ref: Pavan","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Rama Lalitha Aqua Farms-2 Pinamalla","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Rama Lalitha Aqua Farms, G Mamidada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ramamurthy Metal Works","LedgerParentName":"Trade Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AAAPR8195D1ZN"},{"LedgerName":"Ramanjaneya Hatchery(Peddiraju)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Rama Shrimp Center","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Rama Shrimp Hatchery","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ramasita Dairy Farm","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ram, A.V.Nagaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"RAMAYANAM VENKATESWARA RAO","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Rambabu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Rambabu Garu , Bhimavaram(Yedukondalu PS)","LedgerParentName":"Yedukondalu P S","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Rambabu Garu, Yendamuru","LedgerParentName":"Haribabu Apex","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Rambabu, (Sravani)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ramchitti Prabhudas","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ramchitti Venkatrao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ram Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAVFR5337A1ZZ"},{"LedgerName":"Ramesh","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ramgopal Agencies","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ramisetti Anandarao S/o.Lovaraju","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ramisetti Kasulu S/o.Lovaraju","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ramisetti Masenu S/o.Sattiraju","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ramisetti Santarao S/o.Lovaraju","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ramisetti Venkatarao S/o.Lovaraju","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ramisetti Yosebu","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ramu , Daikin","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"R.Anandrao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Rao Krishna Satish(Rajgopal)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"RAO RAJGOPAL","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Rao Satish ,Kothapalli","LedgerParentName":"Rao Satish","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Rao Venkata Satya Sree Rama Murthi","LedgerParentName":"Rao Satish","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Rapaka Ravi S/o Satyanarayana","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Rapid Wovenfab Pvt Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"27AAKCR7804E1Z9"},{"LedgerName":"R Appalareddy, Amaravilli","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"R.Appanna Babu, G.Mamidada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"RASIWALA BROTHERS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ratcha Tatarao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Rate Diff A/c","LedgerParentName":"Indirect Incomes","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ratna Aqua Agro Farms","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ravela Impex (Gloves)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ABBFR9320C1ZE"},{"LedgerName":"Ravi Aqua Farms(Orca Ref: Yedukondalu P.S.)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ravi Enterprises","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAQPN3138G1ZG"},{"LedgerName":"Ravi Kant Swaroop Ref:Chinna Babu Garu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ravi Kiran Agencies (H/W Shop)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ravi Shop Boy","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"RAVS Corporate Services","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"RAYS FISHNET WORS PVT. LTD","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Rayudu Durga Prasad","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Rayudu Venkatalakshmi, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"RBL CC 5256-1112-0577-1970","LedgerParentName":"Misc Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"RBS Shrimp Hatchery, (Rama Shrimp Hatchery","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"R.B.Venkata Rao ,Ref:R.Gopal Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"R.B.V.S.Satyanaryana,(Satyambabu)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"R. Chandra Sekhar (Ex Venu Master)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"RDS Projects, P Mallavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"REAL CONCEPTS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Reddy Garu (Anand)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Reddy Vijayawada (Railway Agent)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Reethas, Marthandam","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Rekadi Ramaswamy, Bhairavapalem","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Rekadi Srinu , Uppalanka","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Rekadi Venkata Ramana, Tallarevu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Rekhadi Veerajju S/o.Venkateswarlu","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Relangi Venkata Ramana, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Reliance Capital Ltd (Shares)","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Reliance Communication Shares","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Reliance Equity Advantage Fund(07-08)","LedgerParentName":"Investments","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Reliance Home Finance Ltd (Shares)","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Reliance Industries Shares","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Reliance Infrastructure Ltd (Shares)","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Reliance Jio Deposit","LedgerParentName":"Deposits (Asset)","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"Reliance Jio Infocomm Ltd","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AABCI6363G1ZI"},{"LedgerName":"Reliance Power Shares","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Reliance Shares-17.01.22-25shares","LedgerParentName":"Relaince Industries Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Reliance Shares-21.01.22-25shares","LedgerParentName":"Relaince Industries Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Reliance Shares-25.01.22-25shares","LedgerParentName":"Relaince Industries Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Reliance Shares (Rights Issue)","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Reliance Utility Engineers Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Rellugadda Fishermen","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Remella Srinivas Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Rent Paid to Nalam Padmavathi","LedgerParentName":"Rents Paid","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Rent Paid to P.N.V.Kamesh","LedgerParentName":"Rents Paid","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Rent Paid to P.Sundar Kumar","LedgerParentName":"Rents Paid","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Rent Payable","LedgerParentName":"Payables","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Rent Recd From Bhavani Engg Co","LedgerParentName":"Rents","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Rent Recd From Gym","LedgerParentName":"Rents","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Rent Recd From Padam Marketing","LedgerParentName":"Rents","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Rent Receivable","LedgerParentName":"Current Assets","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Rent Received","LedgerParentName":"Sales Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Reny Traders","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AWYPS5795C1ZR"},{"LedgerName":"Reo Aqua, Gollalamamidada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Repairs & Maintenance","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Repaka Suryanarayana Murthy Yeleswaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Revu Adinarayana S/o.Suryanarayana","LedgerParentName":"Nemam","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Revu Jayantha Rao S/o Katayya","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Revu Kondababu S/o.Narayanaswamy","LedgerParentName":"Nemam","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Revu Rambabu S/o Chitrasenudu","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Revu Rambabu S/o Sambamurthy","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Revu Sathibabu S/o.Apparao","LedgerParentName":"Nemam","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Revu Sathibabu S/o.Suryanarayana","LedgerParentName":"Nemam","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Revu Sattibabu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Revu Satyam S/o.Apparao","LedgerParentName":"Nemam","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Revu Veerababu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Revu Veera Babu S/o.Apparao","LedgerParentName":"Nemam","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Revu Veerabbai S/o Krishna Murthy","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Revu Venkateswarao S/o Subbarao","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Revu Venkateswarlu S/o.Narayanarao","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Revu Venkatramana","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"R.Gopal Rao Ref:Ch.Suryarao Dora Garu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"RHYCOLD CHEMICALS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Rickshaw","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Rickshaw Maintainence","LedgerParentName":"Vehicle Maintainance Exp","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Riddhi Traders","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"23CNPPD3140N1ZY"},{"LedgerName":"RIL","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ripley & Co. Stevedoring & Handling Pvt. Ltd.,","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"19AACCR4027R1ZU"},{"LedgerName":"Rishi Techtex Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"26AABCR2100A1ZD"},{"LedgerName":"Riya Constructions","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ABCFR9308R1ZE"},{"LedgerName":"Riya Fishing Nets","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33BATPJ4163P1Z2"},{"LedgerName":"Riya Net","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33ETJPS3494C1ZG"},{"LedgerName":"R.Jayakrishna","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"R J Iron Woks","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"32AQRPR0384D1ZS"},{"LedgerName":"RJ Novelties","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Composition","PartyGSTIN":"37ALDPT7568E1ZM"},{"LedgerName":"R.J.Overseas","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"19AKFPJ9826N1ZE"},{"LedgerName":"R.Kasi Raju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"R.K.Knitts","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"RK Security Systems","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AJZPD2384G1ZS"},{"LedgerName":"R K Trading Company","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"R.Lakshmi(Satyam Babu)Duggudurru","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"R.Mohan Vamsi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"RNRL Shares","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"RNR Seafoods, Konapapa Peta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Rohilla Engineers","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Rosario Aliston (Forwarding Agent)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Roshan Kumar, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Rotary Club of Kakinada Central Charitable Trust","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Round Off","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Rownoji Paravathi (Bujji)","LedgerParentName":"S Bujji Vsp","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Royal Bio Shrimp Hatcheries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Royal Cloth Center & Tailors, Mutyalapalli","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Royal Electronics","LedgerParentName":"Others","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Royal Enterprises (T Srinivas, Apex Bhavavaram)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ABAFR2951A1ZK"},{"LedgerName":"ROYAL FABRICS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Royaloak Incorporation Private Limited","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAHCR9677C1ZW"},{"LedgerName":"Roys Imports & Exports","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"R Parvathi Ref: Bujji Vsp","LedgerParentName":"S Bujji Vsp","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"R Pavan(Paper Board) Rajahmundry","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"RPB Automotives Pvt Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAFCR2210M1ZE"},{"LedgerName":"R.Praveen Reddy(Tejeswara)","LedgerParentName":"Varun Aqua Enterprsies","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"R Raghava Ref:Prashant Duggudurru","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"R.RAJ GOPAL","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"R.Ramachandra Rao,Duggudurru","LedgerParentName":"R Rambabu Duggudurru","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"R.Rama Chandra Rao, Velangi","LedgerParentName":"R Rambabu Velangi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"R.Rama Krishna Raju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"R Ramana Babu Ref. Raavi Satish","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"R.Rambabu","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"R.Rambhupal Varma,(R.V.V.L.N.Varma), Chinchinada","LedgerParentName":"R.V.V.L.N.Varma","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"R.Ramesh","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"R.Rangaraju Ref :Venuraju Garu","LedgerParentName":"Venu Raju Garu","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"R..Ratnakar","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"R.Ravindra","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"R.R.FISHNETS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAMFR7370N1ZC"},{"LedgerName":"RRK Farms","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"R R PROPERTIES ( Reliance Venaktesh)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"RRR Safety Products","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ARYPK1162G1ZG"},{"LedgerName":"R.Sairupa(Rao Satish)","LedgerParentName":"Rao Satish","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"R.Santarao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"R.Satish (Rayanam)","LedgerParentName":"R.V.Rayanam","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"RSK Aquaculture Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"R.Srinivasrao, Duggudurru(Sathish Cousin)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"R.Srinu","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"R Sripathi, Cheyyeru","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"R.Sujatha(R.V.V.L.N.Varma), Chinchinada","LedgerParentName":"R.V.V.L.N.Varma","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"R Sunil Kumar, Ramakrishna (Priyanka)","LedgerParentName":"Priyanka","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"R.Surya Lova Malleswara Rao","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"R.Suryaprakasrao Ref:Veerababu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"R.Surya Vani","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"R.Swamy","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ruchi Soya Industries Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"R.Uma Maheswara Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"RUSHAB TEXTILES","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"R.V.Butchi Rayanam (Rao Satish)","LedgerParentName":"Rao Satish","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"R.Veera Ganesh","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"R.Venkata Raju (Nani Raju)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"R.Venkata Reddy Ref:Pullamraju","LedgerParentName":"I Pullamraju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"R.V.N.Badari Kumar( D.Krishna)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"R.V.Rao","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"RVR Chinnarao(Rao Satihsh)","LedgerParentName":"Rao Satish","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"RVR Chinnarao(Rao Satish) New","LedgerParentName":"Rao Satish","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"R.V.R.G.K.Naveen Raynam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"R.V.R.Industries Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"RVR Properties (R.Satish)","LedgerParentName":"R.V.Rayanam","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ABIFM2736Q1ZL"},{"LedgerName":"R.V.S.Murali","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"R V S S Varma, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"R.V.V.Durga Prasad, Chodavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"R.V.V.L.N.Varma(Sai Sirish Rambabu Garu)","LedgerParentName":"R.V.V.L.N.Varma","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Rychold Chemicals, Peddapuram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAIFK0619H3ZC"},{"LedgerName":"Ryker Constructions and Foundations","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BVXPP1732M1ZQ"},{"LedgerName":"S8 Global Wings","LedgerParentName":"Derik","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SAANNETS PVT LTD","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sabari Fishnet","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sabas Solutions(IRIS)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sabbathi Purushotham S/o Venkata Reddy","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sabbathi Rama Mohana Rao S/o.Tatayya","LedgerParentName":"Jd Fisheries (Bio Fencing)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sabbavarapu Ashok Kumar, Vsp","LedgerParentName":"S Bujji Vsp","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sabbavarpu Ashok Kumar(Canara Bank)","LedgerParentName":"S Bujji Vsp","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sabitha Net","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33BAZPR3608D1ZH"},{"LedgerName":"Sadanala Bhaga Raju S/o.Maha Laxmi","LedgerParentName":"Jd Fisheries (Bio Fencing)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sadanala Kuranageswaraswamy S/o Ram Murthy","LedgerParentName":"Jd Fisheries (Bio Fencing)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sadanapalli Satyanarayanamma","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sadela Chinnari","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sadela Ramanamma","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SADHOBA MARINE PVT LTD","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SADHOBA STARS P LTD","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SAFA MARINE IND. LTD.","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Safeflex International Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"23AAJCS7201D2ZR"},{"LedgerName":"Sagar Jyothi Marines","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sagar Nets","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SAGAR NETS & TWINE CENTRE","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"27ABDPL6587B1ZL"},{"LedgerName":"Sagar Sawmill & Timber Depot","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AUVPP6445P1ZD"},{"LedgerName":"Sagar Seafoods","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sagiraju Ramesh, I Polavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sagi Viswa Prasad Varma","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sahasra Infra","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AESFS0322R1ZB"},{"LedgerName":"Sahithi (Employee)","LedgerParentName":"Wages & Salaries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sahithi (Petrol)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sahithi Salary Payable","LedgerParentName":"Payables","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sai Aqua Farms","LedgerParentName":"N Venumaster","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Sai Bhaskar Reddy, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sai Bhavani Infra Build Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAVCS0875R1Z4"},{"LedgerName":"Saibhya Oceanic Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sai Charan Cardboard","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sai Con Elite P Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sai Durga Hatchery(Ch.Kamesh)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sai Durga Wines, Ref: Chandra Shekhar","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Saif Trading Co, Mumbai","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"27AAFPB0472L1ZU"},{"LedgerName":"Sai Ganapathi Enterprises","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sai Krishna Boat Travels","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Saikrupa Industries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"27AAIPN4215G1ZT"},{"LedgerName":"Sai Lakshmi Green Fields(VSR Aqua)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sai Manikanta Kirana General","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sai Marine Exports Pvt Ltd,Palamanpeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AACCS4237L1Z3"},{"LedgerName":"Sainadh Metal & Wiring Industries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AIBPJ5361N2ZX"},{"LedgerName":"Sai Nagarjuna Digitals","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sai Pavan Transport","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sai Plastic","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ATYPV7474L1Z7"},{"LedgerName":"Sai Projects","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AQOPP3311K1ZJ"},{"LedgerName":"Sairam Daily Parcel Service","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAZFS5235L1ZA"},{"LedgerName":"Sai Samarth Polytex India","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"24ADCFS5616H1Z6"},{"LedgerName":"Sai Sandhya Ventures (M Prasad)","LedgerParentName":"M.Prasad (Dorababu)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sai Santosh Hardware(Gopal), Tallarevu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sai Silks Kalamandir Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sai Sirish Aqua Farms, Andrangi","LedgerParentName":"Sai Sirish","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Sai Sirish Aqua Farms, Ipolavaram","LedgerParentName":"Sai Sirish","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sai Sirish Aqua Farms, Nadakuduru","LedgerParentName":"Sai Sirish","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sai Sirish Aqua Farms,Pedapatnam","LedgerParentName":"Sai Sirish","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sai Sirish Aqua Farms, Revu Polavaram","LedgerParentName":"Sai Sirish","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sai Sirish Aqua Farms, Sitarupeta","LedgerParentName":"Sai Sirish","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sai Sirish Aqua Farms, Turangi","LedgerParentName":"Sai Sirish","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sai Sirish Aqua Farms, Velangi","LedgerParentName":"Sai Sirish","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Sai Smaran Marketing","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AQVPP2291F1ZA"},{"LedgerName":"Sai Sri Constructions, Vsp","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sai Sri Traders","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ASVPG7068D1ZA"},{"LedgerName":"SAI TRADERS, VJY","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sai Ushodaya Industry","LedgerParentName":"Sai Ushodaya Psheet","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"34AZGPP5563J1ZZ"},{"LedgerName":"Sai Vasishta Hatcheries, Danvaipeta (Ananda)","LedgerParentName":"Ananda Foods","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sai Vasista Hatcheries","LedgerParentName":"P Vasuraju","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sai Veerabhadra Hatchery","LedgerParentName":"Mnr Growell","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Saladi Krishna Mohan,(Satyanarayana Ex-Subbaraydu)","LedgerParentName":"VVV Satyanarayana","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BEJPS7561C1Z6"},{"LedgerName":"Salaries & Bonus","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SALEM ROPE CENTRE","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sale of Shares","LedgerParentName":"Indirect Incomes","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sale of TDR","LedgerParentName":"Cost of Shop Land","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sales","LedgerParentName":"Sales Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sales Tax Deposit","LedgerParentName":"Deposits (Asset)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sama Agencies","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAQFS6167G1ZL"},{"LedgerName":"Sama Satish","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sama Surya Prakash","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ARRPS1109G1ZK"},{"LedgerName":"Samatha Constructions P Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SAMBHAV TARPAULINS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AJVPK7155J1ZF"},{"LedgerName":"Sameer Kumar Convention","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sammingi Bala Naga Siva, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sampath Developers","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AEGFS7522D1Z0"},{"LedgerName":"Sampath Hydro Techniques","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAGFV1440B2ZJ"},{"LedgerName":"Sampath Hydro Technology Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ABFCS2926L1ZY"},{"LedgerName":"Sampath Vinayaka Hatcheries, Thadepalligudem","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sam Twisters Pvt Ltd (Closed)","LedgerParentName":"Shyamlon","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"25AABCS4296E1ZD"},{"LedgerName":"Sam Twisters Pvt Ltd (New)","LedgerParentName":"Shyamlon","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"26AABCS4296E1ZB"},{"LedgerName":"Samudra Farms (Gopal Rao Garu)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Samudra Farms(Rajgopal)","LedgerParentName":"Rao Rajgopal","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"SAMUDRA HATCHERIES","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AADCS2218N1Z5"},{"LedgerName":"Samudra Nylons","LedgerParentName":"Samudra (Pearl)","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33ACYFS5575L1Z4"},{"LedgerName":"Samuel Mailapilli, Konapapapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sandhya Aqua Exports Ltd, Gudur","LedgerParentName":"Sandhya Aqua","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sandhya Aqua Exports Pvt Ltd,Biramgunta","LedgerParentName":"Sandhya Aqua","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAJCS2286C1ZA"},{"LedgerName":"Sandhya Aqua Exports Pvt Ltd, Chinnapuram","LedgerParentName":"Sandhya Aqua","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sandhya Aqua Exports Pvt Ltd, Dakaram","LedgerParentName":"Sandhya Aqua","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sandhya Aqua Exports Pvt Ltd, Kanaparthi","LedgerParentName":"Sandhya Aqua","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAJCS2286C1ZA"},{"LedgerName":"Sandhya Aqua Exports Pvt Ltd,Kathipudi","LedgerParentName":"Sandhya Aqua","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sandhya Aqua Exports Pvt Ltd, Kruttivennu","LedgerParentName":"Sandhya Aqua","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAJCS2286C1ZA"},{"LedgerName":"Sandhya Aqua Exports Pvt Ltd, Nagayalanka","LedgerParentName":"Sandhya Aqua","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAJC2286C1ZA"},{"LedgerName":"Sandhya Aqua Exports Pvt Ltd, Ongole","LedgerParentName":"Sandhya Aqua","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAJCS2286C1ZA"},{"LedgerName":"Sandhya Aqua Exports Pvt Ltd,Pamarru","LedgerParentName":"Sandhya Aqua","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAJCS2286C1ZA"},{"LedgerName":"Sandhya Aqua Exports Pvt Ltd,Ponnada","LedgerParentName":"Sandhya Aqua","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAJCS2286C1ZA"},{"LedgerName":"Sandhya Aqua Exports Pvt Ltd, Tangutur","LedgerParentName":"Sandhya Aqua","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAJCS2286C1ZA"},{"LedgerName":"Sandhya Aqua Exports Pvt Ltd, Ulavapadu(Hatchery)","LedgerParentName":"Sandhya Aqua","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAJCS2286C1ZA"},{"LedgerName":"SANDHYA MARINES LIMITED,(C.GANJAM)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sandhya Marines Ltd (Mogalipalem)","LedgerParentName":"Sandhya Marines","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AADCS1423K1ZE"},{"LedgerName":"SANDHYA MARINES LTD, ONGOLE","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SANDHYA MARINES LTD (TUMMALPALLI)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sandhya Marines Ltd (Velangi)","LedgerParentName":"Sandhya Marines","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AADCS1423K1ZE"},{"LedgerName":"Sand Purchase","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sangaadi Nageswara Rao S/o Gangaraju","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sangadi Bairavaswami S/o.Seshayya","LedgerParentName":"CBV Palem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sangadi Kurma S/o. Venkataratnam","LedgerParentName":"CBV Palem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sangadi Subbarao S/o Gangaraju","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sangani Apparao S/o.Rammurthy","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sangani Dhanalakshmi S/o.Pattabhi","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sangani Gangadhararao S/o.Gangaraju","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sangani Kameswararao S/o.Dayanandam","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sangani Lakshman, Chollangi Vanthena","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sangani Macharayya S/o.Chinna Pattabhi","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sangani Pedamacharayya S/o.Chinna Pattabhi","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sangani Swamy S/o.Venkataratnam","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sangani Veerababu S/o.Gangadri","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sangani Veerraju S/o.China Sattiraju","LedgerParentName":"Kothapalem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"S.Anitha( M.Krishna)","LedgerParentName":"M.Krishna","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sanjay","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sankalpa Prawn Farms","LedgerParentName":"P.Rammohanrao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sankirth Naidu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sankurathri Foundation","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AABTS9148L1ZT"},{"LedgerName":"SAN MARINE, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SAN MARITIME INDIA PRIVATE LIMITED","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sanskrut Enterprises(Kedar)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"36AEPFS7128Q1Z0"},{"LedgerName":"Santhi Aqua Farms, Kirlampudi (Venu Master)","LedgerParentName":"N Venumaster","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Santhi Plastics","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AABHP9506P1ZJ"},{"LedgerName":"Santir Aqua Tech","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Santosh","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Santosh Enterprises,Dummulapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37COHPA4606R1ZL"},{"LedgerName":"Santosh Kumar Rout(Iris)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Saradha Hatchery (KPR Hatchery)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SARAF Corporation India Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAJCS7665M1ZG"},{"LedgerName":"Sarala Foods Pvt Ltd","LedgerParentName":"Sarala Foods","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAJCS1419B1ZN"},{"LedgerName":"Saranya Aqua Farms","LedgerParentName":"Saranya","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Saranya Aqua Farms, Bapatla","LedgerParentName":"Saranya","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Saranya Aqua Tec , Dindi","LedgerParentName":"Saranya","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Saranya Aqua Tech, Ongole","LedgerParentName":"Saranya","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"SARANYA ELECTRICAL & MARINE SERVICES","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Saravana Enterprises, Pallamkuru(Leela)","LedgerParentName":"Leela Enterprises Narasimharao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sarella.Madhavarao S/o Saheb","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Saritha Karuturi (Bujji)","LedgerParentName":"S Bujji Vsp","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sarma & Co","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAQFS2896G1ZH"},{"LedgerName":"Sarvottam Health Care Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Saryu Textiles,Krishna Corp","LedgerParentName":"Krishna Corporates","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"27AACPD3495J1ZM"},{"LedgerName":"SAS Hatchery","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"SASS, Samalkot","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sathi Vijaya Konda Reddy (S.V.Konda Reddy)","LedgerParentName":"S V Kondareddy","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sathi Vijayalakshmi, Domada(S.V.Konda Reddy)","LedgerParentName":"S V Kondareddy","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Satish (Gym)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Satishraju (Pullamraju Raichur)","LedgerParentName":"I Pullamraju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Satish Raju, Uppada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Satish Rayudu, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Satish Shop Boy","LedgerParentName":"Direct Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sattibabu Motors Private Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AANCS6571N1ZF"},{"LedgerName":"Sattibabu Ventures & Projects Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAPCS2722K1ZY"},{"LedgerName":"SATTI SRINVASA REDDY","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SATTI TATAREDDY ROPES & GENERAL MERCHANTS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Satya Chandini, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Satyadeva Aquatech ,Danavaipeta(KPR Hatchery)","LedgerParentName":"KPR Hatchery","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Satya Deva Hatcheries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Satyanaryana, Bobbili(Varma Apex )","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Satyanaryana Garu, China Mamidada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Satya OSPL","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Satyarath Realtors Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAMCS4856R1Z8"},{"LedgerName":"Satydeva Hatchery","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Savadala Rambabu, Dowleswaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"S.Bapiraju, I.Polavaram (Venu Master)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"SB Aqua Needs(GK Bhaskar)","LedgerParentName":"G.K.Bhaskar","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AMYPK3956F1ZE"},{"LedgerName":"SB Aqua Needs( Hatchery)","LedgerParentName":"G.K.Bhaskar","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AMYPK3956F1ZE"},{"LedgerName":"S.B.Enterprise","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SBI A/c No:38107404752 Temple Street","LedgerParentName":"Bank Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sbi Bluechip M.F(05-06)","LedgerParentName":"Investments","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SBI Car Loan A/c No:35655661503","LedgerParentName":"Bank OD A/c","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sbi Contra Fund(07-08)","LedgerParentName":"Investments in Mutual Funds","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SBI-SB A/c-30392541165","LedgerParentName":"Bank Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SB Marines, Chinchanada(GK Bhaskar)","LedgerParentName":"G.K.Bhaskar","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"SB Marines (Hatchery), Srirampuram(GK Bhaskar)","LedgerParentName":"G.K.Bhaskar","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"SB Marines Rameswaram (GK Bhaskar)","LedgerParentName":"G.K.Bhaskar","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sbr Pulp and Papers Boards","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ACFFS2194A1Z9"},{"LedgerName":"S B Ventures Infra Private Limited","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AASCS8434P1Z8"},{"LedgerName":"Scooter AP5 2244","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Scooter Maintenance","LedgerParentName":"Vehicle Maintainance Exp","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SCS INFRASTRUCTURES PRIVATE LIMITED","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAOCS9784N1Z1"},{"LedgerName":"SEAFABRICS PVT LTD","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sea Gold Aqua Farms India Pvt Ltd","LedgerParentName":"Sea Gold","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sea Heights Maritime","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ACUFS2286C1ZP"},{"LedgerName":"Sealands","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ABQFS6152A1Z2"},{"LedgerName":"Seal Nets Pvt Ltd","LedgerParentName":"Sreema Nets","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AAJCS3338K1Z6"},{"LedgerName":"Sea Master Enterprise Co","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Seaplast (India) Pvt Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SEA QUEEN FISHING TACKLES","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Searrow Oilfield Support Services","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BOOPR6990D1Z8"},{"LedgerName":"Seashells Marine","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ACNFS7321P1ZB"},{"LedgerName":"Seawaves Marine Services","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ADMFS8943F1ZH"},{"LedgerName":"Seekoti Nanaji S/o.Suryarao","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Seekoti Simhadri S/o.Pedda Satyam","LedgerParentName":"Vakalapudi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Seekoti Suryarao S/o.Appanna","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Seeru Anjaneyulu S/o Sathi Raju","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Semb Marine Kakinada Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Senior Sceintist & Head Fisheries Reaearch Station","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Seru Dharmarao S/o.Venkataratnam","LedgerParentName":"Kothapalem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Seru Srinivasu S/o.Suryanarayana","LedgerParentName":"CBV Palem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Seru Suryanarayana S/o. Pullayya","LedgerParentName":"CBV Palem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Seru Venkateswarlu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Seru Vishnu S/o.Dharmarao","LedgerParentName":"Kothapalem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Seshadri Hatchery","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Settipalli Prashant","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Seven Hills Associates","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Seven Hills Papers Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AADCS1204Q1Z7"},{"LedgerName":"Seven Seas Aqua Farms & Exports Ltd","LedgerParentName":"Sea Gold","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Seven Seas Aqua Farms & Exports Ltd, (Hatchery)","LedgerParentName":"Sea Gold","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"S Ganeswara Rao, G Medapadu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"S.Gangadhar , Rajahmundry","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"SGN Agrotech LLP","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"09ADCFS9016K1ZP"},{"LedgerName":"SGN Marine","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SGST","LedgerParentName":"GST Payment","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SGST (I)","LedgerParentName":"Inputs","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SGST Input","LedgerParentName":"Duties & Taxes","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SGST Interest","LedgerParentName":"GST Interest","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SGST Late Fee (GSTR 9 & 9C F.Y.2023-24)","LedgerParentName":"GST Late Fee","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SGST(O)","LedgerParentName":"Outputs","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SGST Output","LedgerParentName":"Duties & Taxes","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SGST Paid","LedgerParentName":"GST Interest","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SGST Payable","LedgerParentName":"Payables","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"SGST RCM Paid","LedgerParentName":"GST Interest","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SGST RCM Payable","LedgerParentName":"Payables","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"SGST Receivable","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"SGST TDS","LedgerParentName":"GST TDS","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Shabbir","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Shaik Ahmed Alisha","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Shaik Basha","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Shakemu Aqua Farms","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Shakthi Fisheries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SHALINI MARKETING","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SHANMUGAM","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Shariff Nasrulla","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SHCIL Services Ltd (Stock Holding)","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sheru Annavaram S/o Satti Raju","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Shiju","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Shiva Krishna Sun Dry Board, Rangampeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Shiva Kumar","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Shiva Surya Technologies","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AKWPR9122L2Z5"},{"LedgerName":"SHOBIKA FILAMENTS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Shoora RMC","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ADRFS9477K1ZU"},{"LedgerName":"Shop Building-Let Out 43-1-2/1","LedgerParentName":"Fixed Assets","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Shop Building (Own Use)-43-1-2/1","LedgerParentName":"Fixed Assets","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Shop Electricity Exp S No:16944","LedgerParentName":"Electricity","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Shop Repair & Maintainence @18%","LedgerParentName":"Shop Maintainance","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Shop Repair & Maintenance @5%","LedgerParentName":"Shop Maintainance","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Shop Repair & Maintenence","LedgerParentName":"Shop Maintainance","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Shop Shifting Expns","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Shop Sweeper","LedgerParentName":"Wages & Salaries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Shop Sweeper (Staff)","LedgerParentName":"Staff Advance","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Shree Aditya Venkateswara Card Board Packaging","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AVWPG9244M1ZM"},{"LedgerName":"Shree Balaji Industries (Balaji Polynet)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"24ADOFS5446F1ZU"},{"LedgerName":"Shree Gowthamee Rice Industries Pvt Ltd (Raju Aqua)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAQCS6580A1Z2"},{"LedgerName":"SHREEJI SCREENS & FILTERS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Shree Krishna Trading Co, Kolkata","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Shreema Trader","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AXFPK3735J1ZH"},{"LedgerName":"SHREE PLASTIC HOUSE","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Shree Rajarajeshvari Textiles & Fishnet","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"36EEJPK0525K1ZE"},{"LedgerName":"Shree Shyam Twist Net Pvt Ltd","LedgerParentName":"Shyamlon","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"25AAECS7534G1ZB"},{"LedgerName":"Shree Shyam Twist Net Pvt Ltd (New)","LedgerParentName":"Shyamlon","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"26AAECS7534G1Z9"},{"LedgerName":"SHREE SONAL TRADERS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Shreya Jewellers","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"SHREYASH SYNTHETICS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Shri Chandra Bulk Cargo Services Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAECR9430L1ZX"},{"LedgerName":"Shrihari Daily Parcel Service","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ACNFS8269G1ZD"},{"LedgerName":"Shri Harshdeep Enterprises Ltd","LedgerParentName":"D Butchibabu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Shri Krishna Stores","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Shri Mariamman Textiles","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Shrimpex Hatchery (Ref Yedukondalu, Slo)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Shrimp Improvement System India Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AARCS3006L1ZZ"},{"LedgerName":"Shrinath Fibres","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Shriram Plastics","LedgerParentName":"Trade Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"36AAJFS6362C1Z5"},{"LedgerName":"Shri Venkateswara Medicals","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Shri Vriddhi Services","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AEDFS7089A1ZV"},{"LedgerName":"Shubam Sales","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Shubh-Nil Yarns Pvt. Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Siddartha Aqua Tech, Srikakulam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Siddartha Tiles","LedgerParentName":"Bldg Const Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Siddhi Enterprise","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AEUPC6299M1ZI"},{"LedgerName":"Siddi Vinakayaka Royal Hatchries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sidhvi Infrastructure Projects Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAICS7074H1ZX"},{"LedgerName":"Silkroad Sugar Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sindhu Marine","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ABIFS3075Q1ZD"},{"LedgerName":"Sindhu Parcel Services","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sindhu Prasanna Builders(Suresh Tirumal Kumar)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Singa Enterprises","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"09AKLPR6925L1ZB"},{"LedgerName":"Singan Projects Ltd ,Kurnool","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Singh Metal (India)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"07AATPS1941F1ZE"},{"LedgerName":"Singh Products (India)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"07ABLPS9722K1ZY"},{"LedgerName":"Singidi Bhavani, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Singirimalla Chinnabbai S/o.Kamaraju","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Singirimalla Kameswara Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SIRAMSETTI MUSALAYYA","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SIRI AQUA FARMS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SIRI AQUA FARMS(HATCHERY)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Siri Decorators & Suppliers","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SIRI HATCHERY (LIL)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Siri Marine Exports","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Siripalli Ravi, Pentakota","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Siripilli Chinna Babu S/o.Appanna","LedgerParentName":"Dummulapeta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Siripilli Nallababu S/o.Apparao","LedgerParentName":"Dummulapeta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Siripilli Sattiraju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Siripina Ammoriyya.S\\o.Nookalu","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Siripina Annavaram S/o.Kondayya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Siripina Appalaraju, Danvaipeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Siripina Appalaraju S/o.Kondayya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Siripina Devudu S/o.Narayadu","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Siripina Govindbabu. S\\o.Appanna","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Siripina Govindu, Perumallapuram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Siripina Satyam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Siripina Srinu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Siripina Srinu , Chintakayalapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Siripina Srinu. S\\o.Apparao","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Siri Ropes and Nets","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ACBFS7001C1ZL"},{"LedgerName":"SIRIS AGRO","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SIRIS CLIMATEK ENGINEERS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sirisha Engineering Systems","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sirpina Ellari","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sitaratnam Karuturi (Bujji)","LedgerParentName":"S Bujji Vsp","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Siva Ganga Aqua Farms","LedgerParentName":"Velaga Sattireddy","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Siva Gayatri Poly Industries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"SIVALAKSMHI PLASTICS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sivalayam , Jpur","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Siva Mahadev Ventures, I Polavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Siva Narayana Enterprises, Kasibabu (GST)","LedgerParentName":"Kasibabu","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37CRDPM1774R1Z0"},{"LedgerName":"Siva Parvathi Feeds & Hatcheries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sivasakthi Soap Works,","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AEIFS9125E1ZT"},{"LedgerName":"Siva Sankar Motors (P) Ltd, Tiago","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Siva Sankar Motors Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sk. Ahamed Ali(Tailor)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Skanda Constructions","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"S K Aqua Care","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"19ADVPM7413M2ZO"},{"LedgerName":"S.K.Fishnet Industries","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"24AFUPK4153P1ZS"},{"LedgerName":"S.K.Hussain","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"S.Kishore","LedgerParentName":"S.K.Rao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sk. Khalisha (Tailor)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sk. Khaza Mohiddin (Tailor)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"S.K.L.M.Sea Foods, (KSR Anjaneyulu)","LedgerParentName":"K.S.R.Anjaneyulu","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"S.Konda Babu(Shop Boy)","LedgerParentName":"Wages & Salaries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"S.K.Ramabhadra Raju (Varma Ananda Foods)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"S.K.Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"S K R Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37MQKPS6571A1Z9"},{"LedgerName":"S.Krishna","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"S K Ropes(Shreema Trader)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AXFPK3734K1ZG"},{"LedgerName":"S.Krupakar, A P Trayam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SKS Builders","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ADEFS4393P1Z8"},{"LedgerName":"Sk.S.M.Parveen (Tailor)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"S.K.S.Valli","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"S.L.Computers & Communications","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AASFS3230Q1ZG"},{"LedgerName":"SLRT","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"SLV Enterprsies","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ACSFS8320B1ZY"},{"LedgerName":"S M A Govt Educational Trust","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"S Manikyamba, Aithapudi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Smart Reap Pvt Ltd, Unduru","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"SM ENTERPRISES","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SMNET MESH","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SMP Varma, Tallarevu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"S M Textiles","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"29AUAPM0991L1Z7"},{"LedgerName":"Smt.P.Nagmani's Capital A/c","LedgerParentName":"Capital Account","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"S M V Traders, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ABIPV7228E1ZB"},{"LedgerName":"S.Nani (Staff) Advance","LedgerParentName":"Staff Advance","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"S.Narayanarao, Yelamanchili","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Snehitha Hatcheries(Butchibabu)","LedgerParentName":"D Butchibabu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Soccer City","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Society for Nature And Animals Protection","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Software Expenses Non GST","LedgerParentName":"Software Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Software Expense_GST","LedgerParentName":"Software Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sohan Marketing","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BCYPS4597P1ZY"},{"LedgerName":"Sohan Nets","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ACPFS0823E1Z3"},{"LedgerName":"Soma Sekhar Naidu Sanapathi, Visakhapatnam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Somsai Industries (P)Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"21ABBCS1083L1ZH"},{"LedgerName":"Somu Prasad &Co","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAMHS5892J1Z8"},{"LedgerName":"Southstar Fishing Nets 2021-22","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AXTPS0042A1ZS"},{"LedgerName":"Sowbhagya Lakshmi Shrimp Hatcheries","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sowjanaya Elelctric Pvt Ltd, Vijayawada(Ather)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ABHCS1020R1Z1"},{"LedgerName":"Sowmya Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BOOPS0925R1ZZ"},{"LedgerName":"S.Pampa Rao, Vemavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Spanco Nettingedge Pvt Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Spandana Logistics","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ABOFS7796N1ZT"},{"LedgerName":"SPARTAN BUSINESS NETWORK","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SPARTAN MARKETING","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Spectrum Enterprises","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SPECTRUM POWER GENERATION LTD","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAECS3685A1ZE"},{"LedgerName":"Speedo Tarp","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AZVPJ2470K1ZQ"},{"LedgerName":"S.P. Enterprises (David)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AWZPV7523N1Z6"},{"LedgerName":"S P Ramaraju, Peddapudi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"S.Praveen Kumar (Varma Garu Apex)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"S R Agro, Khandwa","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"S.Ramaneswara Rao","LedgerParentName":"S.Ramaneswara Rao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"S Ramareddy Garu (Kongodu)","LedgerParentName":"Ramareddy Kongodu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"S.Ramareddy , Kajuluru(Kongodu)","LedgerParentName":"Ramareddy Kongodu","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"S.Ramesh,Kodurupadu","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"S.Ramesh Raju ( Pruthvi)","LedgerParentName":"Pruthvi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"S.Ramu (Shop Boy","LedgerParentName":"Staff Advance","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sravani Enterprises","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sravya Aqua Farms,(Butchibabu)","LedgerParentName":"D Butchibabu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sree Aqua Farms","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sree Computers","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AFPPV5560E1ZX"},{"LedgerName":"Sree Constructions","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ACCPS8938B1ZD"},{"LedgerName":"Sreedevi Aqua Farms, Vadacheepurapalli","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sreedevi Batchu","LedgerParentName":"Batchu Satyanandam","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sree Feeds ,Peddapuram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sree Hanuman Aqua Tech, Yellayapeta","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sree Hanuman Hatcheries, Korlayyapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sree Harika Engineers & Builders","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sree Janani Transmillers","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sreeka Aqua Culture","LedgerParentName":"Sreeka","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sreeka Aqua Culture, Pallipalem","LedgerParentName":"Sreeka","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sreeka Enterprises, Narsapurapu Peta","LedgerParentName":"Sreeka","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ADMFS6097A1ZQ"},{"LedgerName":"Sreeka Enterprises, Pallipalem","LedgerParentName":"Sreeka","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ADMFS6097A1ZQ"},{"LedgerName":"Sreeka Enterprises, Vommangi","LedgerParentName":"Sreeka","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ADMFS6097A1ZQ"},{"LedgerName":"Sreema Filaments Pvt Ltd","LedgerParentName":"Sreema Nets","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AAVCS1868A2Z7"},{"LedgerName":"Sreema Nets","LedgerParentName":"Sreema Nets","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33BCPPS4981Q1ZH"},{"LedgerName":"Sreeni Satyanarayana","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SREE PRASAD TEXTILES","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ACUPN9398Q1ZX"},{"LedgerName":"Sree PVNA Infrastructure","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sree Sai Prasanna Services","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AWEPK4693F2Z9"},{"LedgerName":"SREE SATYA SAI AISWARYMBICA CONSTRUCTIONS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sreevalli Hatcherie, Alagayapalem(Sekhar Apex Bhask","LedgerParentName":"Leela Enterprises Narasimharao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sreevalli Hatcherie (GST)","LedgerParentName":"Leela Enterprises Narasimharao","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sresta Associates","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"SR Fibers","LedgerParentName":"S.Ramaneswara Rao","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BCYPS4552A1Z6"},{"LedgerName":"SR Fisheries & Aqua( MandapetaMLA)","LedgerParentName":"S R Fisheries","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sr Hari Daily Parcel","LedgerParentName":"Freight Inward","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Aditya Industries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Aditya Venkateswara Engineering Works","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Annapurna Aqua Farms (Ravi Garu)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Ann Constructions","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri ANN Constructions, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ACEFS7555A1Z3"},{"LedgerName":"SRI ARUNA JUTE TRADERS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAIFS2020A1ZT"},{"LedgerName":"Sri Aruna Textiles","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Balaji Aqua Farms,Katravulapalli (Butchibabu)","LedgerParentName":"D Butchibabu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Balaji Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Balaji Trading Co","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AIOPK9732H1ZQ"},{"LedgerName":"Sri Balatripura Sundari Sametha Sri Ramalingeswara","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Bhavani Castings Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Bhavani Function Hall","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ABWPN1333N2ZZ"},{"LedgerName":"Sri Bhavani Underwater Services","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Bhimeswara Tarpaulins(Yedukondalu P S)","LedgerParentName":"Yedukondalu P S","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AEMPP8886P1Z2"},{"LedgerName":"Sri Chaitnya Nursery","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SRI CHITRA HATCHERY (P) LTD","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Coastal Aqua Marine","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"21AGXPR5841D1Z6"},{"LedgerName":"Sri Consultants (GST Filing)","LedgerParentName":"Payables","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Datta Sai Agencies","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BXPPP1699P2Z5"},{"LedgerName":"Sri Devi Aqua Farms,(Chandrasekar Ex:Venu Master)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sridevi Bike & Car Decors (Rambabu)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sridevi Commercials, Kajuluru","LedgerParentName":"Sridevi Commercials","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AJDPY5386K1ZC"},{"LedgerName":"Sridevi Commercials (P) Ltd","LedgerParentName":"Sridevi Commercials","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AADCS1479D1ZD"},{"LedgerName":"SRI DEVI ENTERPRISES","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"34APLPP4086P1Z2"},{"LedgerName":"Sri Devi Function Hall","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Devi Motors","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sridevi Nets,Kanyakumari Dt","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33EWKPS0449K1Z3"},{"LedgerName":"Sri Dhanunjaya Aqua Agencies","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ARIPJ8704H1ZL"},{"LedgerName":"Sri Dharani Card Board Industry (New)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AOZPA2994J2Z5"},{"LedgerName":"Sri Dharani Card Boards (Old)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Composition","PartyGSTIN":"37AOZPA2994J1Z6"},{"LedgerName":"Sri Durga Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Durga Hatchery, Ongole","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Sri Dwarakamai Industry","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AZGPP5563J1ZT"},{"LedgerName":"Sri Gajanana Roadlines (Kk Fishnet)-AAEFS9519C","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"29AAEFS9519C1Z0"},{"LedgerName":"Sri Ganapathi DRA Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SRI GANGA BHAVANI MATSYAKARA SAHKARA SANGAM LTD NO:C-334","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Gangamma Yuva Sakthi Murali Aila Group","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Ganga Ratnam Fishnets","LedgerParentName":"Yerra Nookaraju","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37APLPY0388R1ZM"},{"LedgerName":"Sri Gayathri Modern Raw Boiled Rice Mill (P) Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Gayatri Card Board Works","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Gopala Krishna Traders","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AARPV7132K1ZW"},{"LedgerName":"Sri Gowthami Educational Society, (Teja Dhiru)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Gowtham Nylon Traders","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Gurunathaswamy Rice Inustries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Hanuman Lorry Transport","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Hanuman Traders","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BZSPK4872J1ZJ"},{"LedgerName":"Sri Hari Daily Parcel Service","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Srihari Raju(Krishnamraju, Bhimili)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Hotels & Banquets","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Iswarya Constructions","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AFCPC2176G1ZR"},{"LedgerName":"Sri Jagadamba Agencies","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BXGPM5756D1Z9"},{"LedgerName":"Srijagpal Constructions","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Jahnavi Aqua Enterprises,Ongole","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAEFJ1196L1Z0"},{"LedgerName":"Sri Jai Krishna Traders","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ABAPV6653M1ZZ"},{"LedgerName":"Sri Jai Sai Durga Aqua, Marripalem","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"SRI KALYANI FISHNETS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Kameswari Electrical & Engineering Works","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Kanaka Durga Aqua Farms,Gadimoga","LedgerParentName":"Velaga Siva","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Kanaka Durga Aqua Farms, Sarvasiddi","LedgerParentName":"Velaga Siva","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Kanaka Durga Aqua Farms , Velangi","LedgerParentName":"Velaga Siva","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Kanaka Durga Dairy Farms(Velaga Siva)","LedgerParentName":"Velaga Siva","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Kanaka Durga Devi Aqua Farms & Trading, Karapa","LedgerParentName":"Velaga Siva","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Kanaka Durga Devi Aqua Farms & Trading,Ontithad","LedgerParentName":"Velaga Siva","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Kanaka Durga Devi Aqua Farms & Trading,S Rayava","LedgerParentName":"Velaga Siva","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Kanaka Durga Devi Aqua Farms &Trading, Velangi","LedgerParentName":"Velaga Siva","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Kanaka Durga Metal Enterprises","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Kanaka Maha Laxmi General Stores, VSP","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Srikant, K.Gangavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Keerthi Projects","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ABJFS1107Q1ZR"},{"LedgerName":"Sri Krishna Aqua Feeds, Nadakuduru(BVVSR Prasad)","LedgerParentName":"B.V.V.S.R.Prasad, Artlakatta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Krishna Aqua, Vemavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Krishna Educational Society, Tanuku(Sashank)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Krishna Wire Netting Company","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Kusuma Satya Poultry Complex","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SRI LAKASHMI SRINIVASA GENERELMERCHANTS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Lakshmi Balaji Agencies","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Lakshmi Enterprises, Medapadu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Lakshmi Ganesh Hatchery","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Lakshmi General Stores(Duracell)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAWPY5828N1ZB"},{"LedgerName":"Sri Lakshmi Jute Company","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAIFS3266N1ZK"},{"LedgerName":"Sri Lakshmi Kalpana Yarn & Dyeing Co","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"36ABMPM7857J1ZW"},{"LedgerName":"Sri Lakshmi Srinivasa Industry","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Lakshmi Tulasi Doors & Windows(Gandhi)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ADJFS1177J1ZN"},{"LedgerName":"Sri Lakshmi Venkateswara Contractors Civil & Mechan","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ACMFS3426J1ZQ"},{"LedgerName":"Sri Lakshmi Venkateswara Floor Mill, Peddapuram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Lalitha Enterprises Industries (P) Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Laxmi Aqua Needs","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AGTPT5922D1ZX"},{"LedgerName":"Sri Leela Krishna Steels","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AHHPL7163K1ZV"},{"LedgerName":"Sri Mahadeswara Fabric","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Mahalakshmi Fishnets (T M Rao)","LedgerParentName":"T Mrutyunjaya Rao","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Mahalakshmi Industries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ARIPK0021E1ZC"},{"LedgerName":"Sri Mahalakshmi Nylons, Nakkapalli","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37DBKPS5086J1ZU"},{"LedgerName":"Sri Mahalakshmi Nylons(Old)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37EHIPS4783P1Z5"},{"LedgerName":"Sri Mani Granite & Marble","LedgerParentName":"Bldg Const Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Manikandaprabhu Fishnets","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Manikanta Aqua Needs, Gollapalem","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BIRPN9678M1ZV"},{"LedgerName":"Sri Meghana Aquaculture","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Meghana Aqua Culture (Gst)","LedgerParentName":"Meghana","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37DZAPK2427R1ZW"},{"LedgerName":"S.R.Impex","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Murali Krishna Agencies","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ALUPV0968K1Z0"},{"LedgerName":"Sri Naga Surya Construction","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AISPL6860D3ZS"},{"LedgerName":"Sri Nag Enterprises","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Nandini Balaji Aqua Needs","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37APFPP5741R1Z2"},{"LedgerName":"Sri Nandini Balaji Distributors","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BIHPS0222E1ZJ"},{"LedgerName":"Srinidhi Associates, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAIFS0066J1Z0"},{"LedgerName":"Srinidhi Sea Foods","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Srinivasa Agencies (D.V.R.Tayaru)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ATCPD9148H1ZL"},{"LedgerName":"Srinivasa Aqua, AV Nagaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Srinivasa Aqua Farm ( Karthik)Venumaster","LedgerParentName":"N Venumaster","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Srinivasa Aqua Farms, Jaggampeta(Venumaster)","LedgerParentName":"N Venumaster","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Srinivasa Cloth & Yarn Merchant (Jagadish Uppada)","LedgerParentName":"Jagadish Uppada","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AGZPD1845M1ZQ"},{"LedgerName":"Srinivasa Enterprises","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"Srinivasa Enterprises, Muramalla","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Srinivasa Hatchery (Ch.Kamesh)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Srinivasa Marines(Nekkanti)","LedgerParentName":"Srinivasa Marines","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Srinivasa Scientific","LedgerParentName":"Srinivasa Scientific","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Srinivas Garu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Srinu Enterprises Yeleswaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Srinu Ponnamanda, Antarvedi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Padma Electronics","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AFNPM0813K1Z9"},{"LedgerName":"Sri Pavan Computers","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AEYPC8081R2ZB"},{"LedgerName":"Sri Pillaraya Constructions","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SRI PRASANNA ANJANEYA TRADERS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Pruthvi Aqua Needs, Chinnampeta","LedgerParentName":"Pruthvi","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AMQPD7458K1ZD"},{"LedgerName":"Sri Pruthvi Aqua Needs , Katravulapalli","LedgerParentName":"Pruthvi","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Pruthvi Aqua Needs, Kesanakurru","LedgerParentName":"Pruthvi","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AMQPD7458K1ZD"},{"LedgerName":"Sri Pruthvi Aqua Needs , Nemam","LedgerParentName":"Pruthvi","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Pruthvi Aqua Needs, N Kottapalli","LedgerParentName":"Pruthvi","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Pruthvi Aqua Needs, Pedapudi","LedgerParentName":"Pruthvi","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AMQPD7458K1ZD"},{"LedgerName":"Sri Puri Jaganadh Hatchery, Srirampuram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Radhe Krishna Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Raghavarama Agencies","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37DPKPM5652E1ZM"},{"LedgerName":"Sri Raghavendra Builders","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Rajarajeswari Aqua Culture, G Medapadu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Rajasree Educational Society","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"SRI RAJESWARI SAGO MILLS,R.B.PATNAM","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAYFS9598R1Z9"},{"LedgerName":"Sriram Advisory Service Pvt Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Rama Gurudatta Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BAPPM3177C1ZI"},{"LedgerName":"Sri Ramalingeswara Modern Rice Mill","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Rama Mill Boards","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Ramanjaneya Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sriramaraju ,Ponnamanda(Kumar Ponnamanda)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Rama Tulasi Paper Boards","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Sri Ram Electronics","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Ram Fishnets","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33CHXPS5366P1Z3"},{"LedgerName":"Sri Ram Industries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ANCPD0757A2ZL"},{"LedgerName":"Sriram Kada","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sriram Krishna Nalla","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Ram Traders","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Sai Balaji Aqua Industries (Suribabu Attili)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Sai Charan Card Board Industries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AMEPY9609D1ZM"},{"LedgerName":"Sri Sai Durga Fabrication Works (SVR)","LedgerParentName":"Pathi SVR Hatcheries","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ADXPV9308E1ZR"},{"LedgerName":"Sri Sai Gopalakrishna Agro Farms","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Sai International","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"19AHOPG5478R1Z7"},{"LedgerName":"Sri Sai Krishna Agencies","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ADJPC7862L1Z2"},{"LedgerName":"Sri Sai Krishna Agro Farms(Narasimharaju)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"SRI SAI LAKSHMI ENTERPRISES","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ACOPD7169F1ZB"},{"LedgerName":"Sri Sai Manikanta Enterprises","LedgerParentName":"Sai Manikanta","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BPPPB0874J1ZL"},{"LedgerName":"Sri Sai Nylons","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ADTFS9475K1ZU"},{"LedgerName":"Sri Sai Oil Field Equipments & Marines","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Sairama Aqua Needs","LedgerParentName":"SSR Farms","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Sairama Frozen Foods Pvt Ltd(Ref Raghu)","LedgerParentName":"SSR Farms","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Sai Srinivasa Electricals","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Sai Teja Agro Industries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Sai Teja Industries( Lakshmi Satya)","LedgerParentName":"Sai Ushodaya Psheet","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"34ARUPN8873H1ZX"},{"LedgerName":"Sri Sampath Vinaya Fancy & General Stores","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Saravaraya Sugars Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Satyalakshmi Traders","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SRI SATYA SAI FISHNETS (P) LTD","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SRISHAILA CONSTRUCTIONS PVT LTD","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Shanmukha Sai Aqua Tech, Kurupalle (Chikkala Do","LedgerParentName":"Chikkala Dorababu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Shanmukha Sai Aqua Tech, Oduru","LedgerParentName":"Leela Enterprises Narasimharao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Shanmukha Sai Aqua Tech, Siripuram-1 (Chikkala)","LedgerParentName":"Chikkala Dorababu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Shanmukha Sai Aqua Tech, Siripuram-2 (Leela)","LedgerParentName":"Chikkala Dorababu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Shanmukha Sai Aqua Tech, Siripuram-4 (Leela)","LedgerParentName":"Leela Enterprises Narasimharao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Shanmukha Sai Aqua Tech, Siripuram-5 (Leela)","LedgerParentName":"Chikkala Dorababu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Shanmukha Sai Aqua Tech, Siripuram-6(Leela)","LedgerParentName":"Chikkala Dorababu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Shanmukha Sai Aquatech, Velangi","LedgerParentName":"Leela Enterprises Narasimharao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Shanmukha Sai Aqua Tech, Velangi-3","LedgerParentName":"Leela Enterprises Narasimharao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"SRI SHIRIDI SAI FISHNETS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Sitaramanjenaya Sortex","LedgerParentName":"Sarala Foods","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ABDFS4641P1ZM"},{"LedgerName":"Sri Siva Sai Enterprises","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AFXPL2634R1ZF"},{"LedgerName":"Sri Sneha Enterprises","LedgerParentName":"Bldg Const Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Solutions","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AHZPR5017Q1Z6"},{"LedgerName":"Sri Sreelaxmi Constructions","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ABRFS5099P1ZU"},{"LedgerName":"Sri Sridevi Constructions","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ACLFS4511M1ZP"},{"LedgerName":"Sri Sri Kaleswari Parcel < 750","LedgerParentName":"Freight Inward","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Sri Kaleswari Parcel Service","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"36AEWPP1268D1Z5"},{"LedgerName":"Sri Srinivasa Aqua Farms, Kommanapalli","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Srinivasa Aqua Hub","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Srinivasa Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AYUPJ3017G2Z8"},{"LedgerName":"Sri SrinivasaTrading Co","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Srinivasa Universal Enterprises","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Srinivas Stone Crusher","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ABOFS7908N1Z7"},{"LedgerName":"SRI SUBBARAYUDU AQUA FARMS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Subramanyeswara Traders","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Surya Aparna Tarpaulin","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ACGPP0512N1ZH"},{"LedgerName":"Sri Surya Chandra Industries, Dwarapudi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SRI SURYA HARADEV INDUSTRIES","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Surya Hatcheries","LedgerParentName":"Surya Hatcheries","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Surya Industries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Surya Padma Electrical","LedgerParentName":"Bldg Const Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Surya Plant Nuresry","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Surya Poultries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Swamy Enterprises","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AEFPP4194R1ZK"},{"LedgerName":"Sri Tejeswara Enterprises, Amaravilli","LedgerParentName":"Varun Aqua Enterprsies","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Sri Tejeswara Enterprises, A.V.Nagaram","LedgerParentName":"Varun Aqua Enterprsies","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Tejeswara Enterprises(Chinnababu Garu)Nspeta","LedgerParentName":"Varun Aqua Enterprsies","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Tejeswara Enterprises, Seela","LedgerParentName":"Varun Aqua Enterprsies","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Tejeswara Enterprises, Yendamur","LedgerParentName":"Varun Aqua Enterprsies","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Traders and Logistics","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BNGPS0489F1ZN"},{"LedgerName":"SRI UDUKULAMMA MATSYA SAHAKARA SANGAM LTD NO:B149","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Srivalli Shipping & Transport Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAPCS7844G1ZQ"},{"LedgerName":"Sri Varun Aqua Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Vasundhara Aqua, Yendamuru","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Veerabhadra Agencies","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AEWPV6520L1ZJ"},{"LedgerName":"Sri Veerabhadra Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"34ACYPG6471D1ZD"},{"LedgerName":"Sri Veerabhadra Traders","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Veera Venkata Satyadevi Hardware & Mill Stores","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Venkata Durga Devvelopers (Amranedra Chowdary)","LedgerParentName":"P Amarendra Chowdary","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SRI VENKATA PADMA NYLON TRADERS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Venkata Phaniraghavenrdra Hardware & Mill Store","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Venkatarama Hatcheries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Venkatarama Hatcheries-2","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Venkata Sai Polymers, Yanam","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SRI VENKATA SATYA ENTERPRISES","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Venkata Satyanarayana SKML Nets","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AKBPR8259F1ZS"},{"LedgerName":"Sri Venkata Siri Hatcheries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Venkata Vigneswara Aqua Farms","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Venkat Durga Aqua Farms","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Venkateshwara Yarn & Dyeing Co","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"36ABMPM7823J1Z6"},{"LedgerName":"Sri Venkateswara Aqua","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Venkateswara Aqua Tech","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Venkateswara Educational Society","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ABFAS0941R1ZV"},{"LedgerName":"Sri Venkateswara Enterprises","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAUPM1726D1ZL"},{"LedgerName":"SRI VENKATESWARA FISHNETS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Venkateswara Group of Aqua Culture","LedgerParentName":"V.Siva Reddy","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Venkateswara Hatcheries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Venkateswara Iron Poundry","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Composition","PartyGSTIN":"37CGOPP6729H1ZP"},{"LedgerName":"Sri Venkateswara Jute Co","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAIFS3950K1ZR"},{"LedgerName":"Sri Venkateswara Mill Stores, Narsipatnam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Venkateswara Paper & Pulp Boards","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Venkateswara Scientific Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Venkateswara Shrimp Hatcheries Pvt Ltd","LedgerParentName":"Velaga Sattireddy","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Venkateswara Welding Works","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BUIPK9811L1Z2"},{"LedgerName":"Sri Venkateswari Associates, Siripuram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BCGPN5114B1ZZ"},{"LedgerName":"Sri Venkateswra Poultries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Venkat Lakshmi Poultry","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Venkatramana Lorry Transport","LedgerParentName":"Freight Inward","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Venkat Sai Aqua Farms","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sri Vignesh Marine Products(Vignesh,Vsp)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AIIPB4799H1ZW"},{"LedgerName":"Sri Vijaya Aqua Culture","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Sri Vijaya Durga Aqua Products Site-1","LedgerParentName":"Sri Vijaya Durga Aqua Products","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Vijaya Durga Aqua Products Site-2","LedgerParentName":"Sri Vijaya Durga Aqua Products","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Vijaya Durga Aqua Products Site-3","LedgerParentName":"Sri Vijaya Durga Aqua Products","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Vijaya Durga Aqua Products Site-4","LedgerParentName":"Sri Vijaya Durga Aqua Products","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Vijaya Durga Hatcheries(Chitra)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Vijaya Durga Manufacturers","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Vijaya Fishnets , Repalle","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Vijayakrishna Cycle & General Stores","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ABPPG2705G1ZR"},{"LedgerName":"SRI VIJAYA KRISHNA ROPE TRADERS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Vijayalakshmi Traders, Kathipudi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37CMLPG7202H1Z2"},{"LedgerName":"Sri Vijayalakshmi Tuna Boat","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Vijaya Sai Traders","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Vinayaka Builders & Developers","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Viswa Priya Poultry, Dupalapudi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Viswa Priya Poultry, Mukkinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sri Vyuhalakshmi Papers Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAGCA2540L1ZN"},{"LedgerName":"Sri Yagnya Constructions","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SRL Enviro Engineers","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AUYPR8995F1ZA"},{"LedgerName":"Srmt Freight < 750","LedgerParentName":"Srmt Freight","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Srmt Freight PAN:AADCS1196B","LedgerParentName":"Srmt Freight","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SRMT Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AADCS1196B1ZJ"},{"LedgerName":"SRMT-Sri Ramadas Motor Transport Ltd","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AADCS1196B2ZI"},{"LedgerName":"Srmt Tds","LedgerParentName":"T D S Recoverable","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"S.R.Raju","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Srujanasri Paper Board, Kadiyam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AZUPR6420L1ZJ"},{"LedgerName":"S S Aqua, Pulagurtha (SR Fisheries)","LedgerParentName":"S R Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"S.Satish Varma, Pedamadi (Dantuluri Krishna Varma)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"S.Satish (Varun Aqua)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"S.S.Bolting Cloth Manufacturing Co Ltd","LedgerParentName":"Import Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"S.S.Computers and Consumables","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ADOPD9894L1ZK"},{"LedgerName":"SS Earth Movers","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AEHFS2463L1ZK"},{"LedgerName":"S.S.Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ABVFS1878E1ZI"},{"LedgerName":"SSF LTD, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AABCS0556K2Z7"},{"LedgerName":"S Shankar, Draksharamam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"S & S Hatchery (KSR Anjaneyulu)","LedgerParentName":"K.S.R.Anjaneyulu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"S.Siva Prasad, Kakinada (Military Prasad)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"S.S.Karpagam","LedgerParentName":"N Venumaster","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"S S Mobile Godown Electricity Exp S No:16945","LedgerParentName":"Electricity","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SSR Farms,Akividu(Raghu Ynm Oils)","LedgerParentName":"SSR Farms","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ADLFS1318P1ZI"},{"LedgerName":"S Srinivasa Rao (Chinnababu Garu Mogilipalem)","LedgerParentName":"N Siva Rama Prasad (Chinnababu Mogilipalem)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"S.S.R.Raju , Domada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"S.S.R.Subbaraju(Varma)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"S.Subha(Srinuraju)","LedgerParentName":"Srinu Raju Garu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"SSV Aqua Farms(D.Sai Pavan)","LedgerParentName":"Dantuluri Pavan","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"S.S.V.Projects","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ADMPN3543L1Z2"},{"LedgerName":"Staff Welfare Exp @18%","LedgerParentName":"Shop Maintainance","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Staff Welfare Exp @5%","LedgerParentName":"Shop Maintainance","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Staff Welfare Expenses","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Stamp Duty on MFunds","LedgerParentName":"Drawings","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"St.Antonys Agencies, Pulluvila (Stalin)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"32AGGPG5076N1Z7"},{"LedgerName":"Star Health IPO Shares (21-22)","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"STCG on Sale of Shares","LedgerParentName":"Indirect Incomes","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"STC Logistics Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Steelworld","LedgerParentName":"Bldg Const Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sthankiya Holding Pvt Ltd, Vijyawada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Stitching Charges(Service)","LedgerParentName":"Sales Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Stitching Expenses","LedgerParentName":"Direct Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Strawberry Kids,ACOFS0753L","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Strawberry Kids Educational Society, Rajhmundry","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Strawberry Kids School, Rajahmundry","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"S.T.R.Marketing","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37FVYPS4234L1ZH"},{"LedgerName":"Subakar Hatcheries(Kpr Lakshminarayan Reddy)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Subal Mandal","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Subash","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Subash Chandra Nayak","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Subash Chandra Nayak,Dhamara","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"SUBBARAYUDU AQUA FARMS, KAJULURU","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SUBBARAYUDU HATCHERY","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Subham Property","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Subhodaya Agro Plast","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Subhodaya Hatchery","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Subscriptions","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sudarsan Lenka, Ref:Panda","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sudha Moy Maiti","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SUGEAN WEBBINGS PVT LTD","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Suhan Enterprises-1, Bapatla(GST)","LedgerParentName":"Subbarayudu Hatcheries","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAXCS0644N1ZJ"},{"LedgerName":"Suhan Enterprises 1 Palamanpeta","LedgerParentName":"Subbarayudu Hatcheries","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAXCS0644N1ZJ"},{"LedgerName":"Suhan Enterprises-2","LedgerParentName":"Subbarayudu Hatcheries","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAXCS0644N1ZJ"},{"LedgerName":"Suhan Enterprises, Adivi Division","LedgerParentName":"Subbarayudu Hatcheries","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAXCS0644N1ZJ"},{"LedgerName":"Suhan Enterprises , Adivi Divison (with Out GST)","LedgerParentName":"Subbarayudu Hatcheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Suhan Enterprises-, Bapatla (with Out GST)","LedgerParentName":"Subbarayudu Hatcheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Suhan Enterprises Palamanpeta (with Out GST)","LedgerParentName":"Subbarayudu Hatcheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Suhan Enterprises (with Out GST)","LedgerParentName":"Subbarayudu Hatcheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sujatha Constructions","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37DDYPK1799E2ZQ"},{"LedgerName":"Sula Vineyards IPO Shares(22-23)42 Nos","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Suma Ref:Srilu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Suma Sri Aqua(Relangi Venkata Ramana)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sundarapalli Sowjanya, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sunil Varma , Hanuman Aqua","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sunrays Engineers","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BIHPC2123C1ZZ"},{"LedgerName":"Sunrise Marine Products","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sun Tec City Meadows Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Superfil Products Pvt Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AAACS8817Q1ZT"},{"LedgerName":"Super Polymers","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Support Direct India Pvt Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"27AAGCS2820R1ZV"},{"LedgerName":"Suprabhat Safety House","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AKKPB0323M1ZB"},{"LedgerName":"Supran Agri-Tech Pvt Ltd","LedgerParentName":"M.Prasad (Dorababu)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Supran Agri-Tech Pvt Ltd(Tejeswara)","LedgerParentName":"Varun Aqua Enterprsies","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Supreme Fishnet Industries","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"24AAYFS4922M1ZG"},{"LedgerName":"Surada Annavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Surada Apparao S/o.Masenu","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Surada Apparao S/o.Sattiraju","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Surada Baburao S/o.Chinna Veeranna","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Surada Bhanu S/o.Korlayya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Surada Bhaskararao S/o.Yellaiah","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Surada Chinna Appalaraju S/o.Polayya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Surada Chinna Jagannadham S/o.Dhanaraju","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Surada Danayya","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Surada Danayya, Suryaraopeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Surada Govindaraju S/o.Venkanna","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Surada Jaganadham","LedgerParentName":"Revu Kondababu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Surada Jaganatham, Hukkumpeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Surada Jaganatham, Ramchittipeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Surada John, S/o.Apparao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Surada John, Uppada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Surada Kotari S/o.Satyam","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Surada Mahesh (Vaisakhi)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Surada Mariyya ( Chodipalli Chittibabu)","LedgerParentName":"Chodipalli Bhulokam","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Surada Masenu, D Jagadish Uppada","LedgerParentName":"Jagadish Uppada","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Surada Masenu (Ramaneswara Rao)","LedgerParentName":"S.Ramaneswara Rao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Surada Nagesu(GPS)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Surada Nageswara Rao (Jagadish)","LedgerParentName":"Jagadish Uppada","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Surada Nageswara Rao (Ramaneswara Rao)","LedgerParentName":"S.Ramaneswara Rao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Surada Nageswararao S/o.Tatabbai","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Surada Nageswararo S/o.Ammoriah","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Surada Narayana Rao Ref:Jeevan","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Surada Nookaraju, Dummulapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Surada Nookaraju S/o.Tatabbai","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Surada Pethru Ref Badina","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Surada Raju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Surada Raju S/o.Peda Satyam","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Surada Ripka (Jeevan)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Surada Sathibabu (Jeevan)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Surada Sathibabu S/o.Sai Babu","LedgerParentName":"S.R.Peta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Surada Sattibabu (Jeevan)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Surada Satyanaryana. S\\o.Jogiraju","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Surada Satynarayana.S\\o.Police","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Surada Srinu S/o.Kasulu","LedgerParentName":"S.R.Peta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Surada Suribabu S/o.Bangari","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Surada Veerabbai","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Suresh","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Suresh Chicken, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Suresh Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ASIPP9576E2Z2"},{"LedgerName":"Suribabu Building Mestri","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Suribabu Raju Garu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Surimalla Apparao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Surimalla Apparao S/o.Sathiraju","LedgerParentName":"Nemam","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Surimalla Rajeswari","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Surimalla Veerababu S/o.Marniyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Surya Lakshmi Paper Boards","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ABEFS3954L1ZN"},{"LedgerName":"Surya Laundry Services","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Suryamitra Exim Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Suryanarayana Side Tailor","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Surya Power Systems","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Surya P R Associates (Ramachandra Rao)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Surya Sreebhavani Builders Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAOCS7815C1Z4"},{"LedgerName":"Surya Textile & Proofing Industries","LedgerParentName":"Penupothula","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAIFS5784R1Z1"},{"LedgerName":"SUSA PEETHAM","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"SUZHOU EAST ENTERPRISE CO LTD","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Suzlon Energy Ltd (100 Shares) 24-25","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Suzuki Desire AP05EV0116","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Sveydi Infrastructure Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAPCS5866G1ZO"},{"LedgerName":"S.V.Gayatri Devi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"S.V.Gopal Raju","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SVIN NETS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"S V Kondareddy Domada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"SVL Engineering Services","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"34ARQPV7741L1ZV"},{"LedgerName":"S V Polytech Industries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"S.V.Ravi Raju","LedgerParentName":"Raviraju","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"S.V.R.HATCHERIES","LedgerParentName":"Trade Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"S.V.R.HATCHERIES (GST)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SVRK Hatchery(Ch.Kamesh)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"S.V.R.Raju (Haripriya)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SVRR Hatchery","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"S V Sastry BPQPS4385L","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"SVS Enterprises (Subbaraju)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"S.V.S.K .Farms","LedgerParentName":"Venkatkrishna","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"SVSMarines","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"SVSR Varma (Raviraju, Kandregula)","LedgerParentName":"Raviraju","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"S.V.S.R.Varma(Raviraju), Santanamula","LedgerParentName":"Raviraju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"S.V.S.R.Varma (Raviraju), Tallarevu","LedgerParentName":"Raviraju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Svs Varma (Suribabu Raju)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"SVSVS Projects P Ltd","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"S V Traders Oils","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ABQFS9126C1ZU"},{"LedgerName":"S V V Aqua, Bhogapuram (Macharao)","LedgerParentName":"T Macharao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"S.V.V.Satyanarayana Raju (Ravi Raju)Santanmula","LedgerParentName":"Raviraju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"S.V.V.Satyanaryan Reddy","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"S.V.V.S.Hardware & Mill Stores","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAIFS1204L1Z6"},{"LedgerName":"S.V.V.S.N.RAJU(RAVIRAJU)Kandregula","LedgerParentName":"Raviraju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"S.V.V.S.N.Raju (Ravi Raju) Pedavalasala","LedgerParentName":"Raviraju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"S.V.V.S.N.Raju (Ravi Raju) Tallarevu","LedgerParentName":"Raviraju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Swamy ( Ali )","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Swamy Ayyappa Projects","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ACPFS6130G1ZV"},{"LedgerName":"Swarajya Abhyudaya Seva Samithi","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Swastik Enterprises","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ACSPC6000A1Z6"},{"LedgerName":"SWASTIK FILAMENTS P LTD","LedgerParentName":"Swastik","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"34AABCS0442C1Z2"},{"LedgerName":"SWASTIK METAL INDUSTRIES","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Swiggy IPO (24-25)","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Sworup Kumar Singh","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"S.Yanam Fishermen","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"SYED AGENCIES, NGL","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Syed Tajuddin (Mobile)","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"SYS Aqua Impex","LedgerParentName":"SYS Group","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33COPPR9128R1ZT"},{"LedgerName":"T.A.Deepudu Mutylapalli","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tadela Gangeswarrao, Vijayawada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tadi Dharmarao S/o.Vana Baludu","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Tadikona Fishermen","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Tadi Lakshmana Swamy S/o.Bhoolakam","LedgerParentName":"Antarvedi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Tadi Macha Reddy, Kajuluru","LedgerParentName":"Ramareddy Gollapalem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Tadi Macha Reddy (Rama Reddy) Gollapalem","LedgerParentName":"Ramareddy Gollapalem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Tadi Macha Reddy,Site:3","LedgerParentName":"Ramareddy Gollapalem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Tadi Madhavi,Mogilipalem(Ramareddy)","LedgerParentName":"Ramareddy Gollapalem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Tadi Madhavi,Salapaka (Ramareddy Gollapalem)","LedgerParentName":"Ramareddy Gollapalem","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tadi Ramana, Machilipatnam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"TADI SATYANARAYANA, MAYAPATNAM","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tagoor Aqua Technologies Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AADCT7959H1ZR"},{"LedgerName":"TAGORE TEX","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Taiko Chandernagar Chemicals Pvt Ltd, Secbad","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"36AAACT3663R1ZQ"},{"LedgerName":"Talluri Gandhi(Maruthi Aqua)","LedgerParentName":"Maruthi Aqua","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Tally (India) Pvt Ltd","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"29AACCT3705E1ZJ"},{"LedgerName":"Tally Solutions Pvt.Ltd.","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"29AAACP7879D1Z0"},{"LedgerName":"Tammana China Bapanaih Grand Sons","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ABVPY8541L1ZE"},{"LedgerName":"Tammu Krishna Murthy, Kruttivennu(Srinu Bantumilli)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Tanam Gari Ramanayya, Paatapalem","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Tansub Marine, Kamala Aquatech Tillu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"21AARFT2572R1ZG"},{"LedgerName":"Tanuja Bala Mohanty","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Tapan Kumar Jena","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"T.A.R.S.School, Anaparthy(Apprareddy)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tarun Chowdary","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Taruni Associates","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"TATA AIA P.No:C187226655(24-25)","LedgerParentName":"Insurance Premium","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tata Arbitrage Fund-R-G 08.04.25","LedgerParentName":"Investments in Mutual Funds","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"TATA Capital IPO Shares 25-26","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tata Digital India Fund-R-G-08.04.25","LedgerParentName":"Investments in Mutual Funds","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tata Motors Ltd (50 Shares) 24-25","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tatapudi.Muslalayya S/o Janakayya","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Tatapudi.Rambabu S/o Lajaru","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Tata Small Cap Fund(SIP) 24-25","LedgerParentName":"Investments in Mutual Funds","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tata Tax Advantage M.F-1(05-06)","LedgerParentName":"Investments","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tata Tele Shares","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tata Tiago Ev AP40DG 0112","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tatikonda Mruthyunjaya Rao","LedgerParentName":"T Mrutyunjaya Rao","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"TCI Freight","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"TCS Receivable (F.Y.2020-2021)","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"TCS Receivable (F.Y.2021-2022)","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"TCS Receivable (F.Y.2022-2023)","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"TCS Receivable (F.Y.2023-2024)","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"TCS Receivable (F.Y.2024-2025)","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"TCS Receivable (F.Y.2025-2026)","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"TCS Shares-17.01.22-10shares","LedgerParentName":"TCS Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tds Payable (on Interest-94A) 23-24","LedgerParentName":"TDS Payable 23-24","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Tds Payable (on Interest-94A) 24-25","LedgerParentName":"TDS Payable 24-25","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tds Payable (on Rent-94 I) 23-24","LedgerParentName":"TDS Payable 23-24","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Tds Payable (on Rent-94 I) 24-25","LedgerParentName":"TDS Payable 24-25","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tds Payable (on Rent-94 I) 25-26","LedgerParentName":"TDS Payable 25-26","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tds Payable (on Salaries-92 B) 23-24","LedgerParentName":"TDS Payable 23-24","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Tds Payable (on Salaries-92 B) 24-25","LedgerParentName":"TDS Payable 24-25","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tds Payable (on Salaries-92 B) 25-26","LedgerParentName":"TDS Payable 25-26","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"TDS Payable (U/s. 194 C) 23-24","LedgerParentName":"TDS Payable 23-24","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"TDS Payable (U/s. 194 C) 24-25","LedgerParentName":"TDS Payable 24-25","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"TDS Payable (U/s. 194 C) 25-26","LedgerParentName":"TDS Payable 25-26","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"TDS Receivable (F.Y.2020-2021)","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"TDS Receivable (F.Y.2021-22)","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"TDS Receivable (F.Y.2022-23)","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"TDS Receivable ( F.Y.2023-24)","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"TDS Receivable ( F.Y.2024-25)","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"TDS Received","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Tech Route Logistics Pvt Ltd","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"TEEGALA KRISHNA REDDY ENGINEERING COLLEGE","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Teja (Auto)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Teja Suntech","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tekkali Balaji S/o Pentayya","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Telephone & Internet Charges 18%","LedgerParentName":"Telephone & Internet Charges","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Telephone & Internet Exp","LedgerParentName":"Telephone & Internet Charges","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Television","LedgerParentName":"Furniture & Fixtures","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Television 18%","LedgerParentName":"Furniture & Fixtures","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Telu Lovadasu S/o. Venkataratnam","LedgerParentName":"CBV Palem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"TEMMANABOINA YEDUKONDALU","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Temparory Shed Construcftion Expns","LedgerParentName":"Fixed Assets","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Templeton Flexi Cap (07-08)","LedgerParentName":"Investments","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Templeton India Equity Income Plan(06-07)","LedgerParentName":"Investments","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Templeton Prima Plus (07-08)","LedgerParentName":"Investments","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tender Expenses","LedgerParentName":"Indirect Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"T.Gangadevi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"T.Ganireddy(Ramareddy)","LedgerParentName":"Ramareddy Gollapalem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Thaponishta Constructuions","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"THARUNI ASSOCIATES","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Thatiparthy Trimurthulu, A V Nagaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"The Additional Commisioner of Customs","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"The Andhra Cricket Association","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"The Andslite,Chennai","LedgerParentName":"Andslite","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33BEIPS9895A1Z2"},{"LedgerName":"THE ASSISTANT DIRECTOR, MPEDA","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"The Country Director","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"The District Collector, Amalapuram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"THE E.G.D.CRICKET ASSOCIATION","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"The Imperial Spice","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"The Indian Hotels Co Ltd (30 Shares) 24-25 Schil","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"The National Trading & Co","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"19AEUPM4117J1ZZ"},{"LedgerName":"The Principal, P.R.Govt College","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"The Principal, Womens College","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"The Registrar, JNTUK, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"The Sun School","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"The Tennis Association of Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Thikkada Ammorayya S/o.Appanna","LedgerParentName":"S.R.Peta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Thirungari. Chakrapani","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Thota Lakshmi Bhavani","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AEZPT6282N2Z2"},{"LedgerName":"Three Seasons Exim Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAFCT1751M1Z0"},{"LedgerName":"Three Star Engineering Services","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Thuin Fishnet","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Thumbudu Bapireddy S/o.Lacchireddy","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Thumbudu Chinnareddy S/o.Somireddy","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Thumbudu Jogireddy S/o.Mangireddy","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Thumbudu Latchireddy S/o.Bapireddy","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Thumbudu Potti Reddy S/o.Mangireddy","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Thumbudu Sathireddy S/o.Lachhireddy","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Thumbudu Siva Krishna Reddy S/o.Somireddy","LedgerParentName":"GFCS-C-159","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Thummalapalli Fishermen","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Thummalapalli.Satyaveni, Penuguduru","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Thummalapalli Srinivas, Penuguduru","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Tiago Insurance","LedgerParentName":"Vehicle Maintainance Exp","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tikkada Ammoriyya S/o.Ammoriyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tikkada Chandrarao S/o.Ammoriyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tikkada Jagannadham S/o.Appanna","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tikkada Kondababu, Uppada (1260 Net)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tikkada Ramu S/o.Bandiyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tikkada Tatarao S/o.Mambillodu","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tillapudi Nageswara Rao Ref :Veerababu Sreeka","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Time Technoplast Ltd, Panoli","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"24AAACT2783J1Z8"},{"LedgerName":"Tiridhi Nooka Raju Dummulapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tiridi Danayya S/o.Danayya","LedgerParentName":"Dummulapeta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Tiridi Mandulayya S/o.Nukaraju","LedgerParentName":"Dummulapeta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Tiridi Nukaraju S/o.Danayya","LedgerParentName":"Dummulapeta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Tiridi Satyam S/o.Danayya","LedgerParentName":"Dummulapeta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Tirumala Furniture Showroom","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAIFT3205E1ZF"},{"LedgerName":"Tirumalasetty Suryanaryana, Yeleswaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Tirumalavasa Hatchery","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"TIRUMANI GANGARAJU","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tirumani Kondayya, Antarvedi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tirumani Mutyala Raju, Anthervedhi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tithi Dhanraju S/o.Yellayya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tithi Pakiru S/o.Yellayya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tithi Pamayya S/o.Yellayya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Titti Chandu","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Titti Konda. S\\o.Ammoriyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Titti Raju, Aminaabad","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Titti Sanjeevarao.S\\o.Kamaraju","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"T Karthik, A V Nagaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"T.Macharao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"T Madhusudan Rao (Supran. Srinivas Rao)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"T Mandulayya, Dummulapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"T Mani Shankar Reddy, Gollapalem","LedgerParentName":"Ramareddy Gollapalem","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"TMR Bio Marine","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Toll Charges","LedgerParentName":"Vehicle Maintainance Exp","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Torredu Fishnermen","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Toss India","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"09AAJPG0552G1ZX"},{"LedgerName":"Toyota Hyryder AP40BV 0112","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Trade Discount","LedgerParentName":"Target Incentives","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"T Rama Krishna Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"T.Ramesh","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"TRANSEAS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"TRANS FISHNETS CO","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Transport Chgs","LedgerParentName":"Direct Expenses","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Travelling & Conveyance Exp","LedgerParentName":"Travelling","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Trimex Industries Ltd","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tripura Builders & Developers , Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Tripura Educational Society","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tripura Fishnet Industries","LedgerParentName":"Trade Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BCPPK2008A1Z0"},{"LedgerName":"TRISHUL CONSTRUCTIONS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"T.R.K.Narasimha Rao","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Trolley","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Trust Hospital","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"T.S.A.REDDY (Vamsiraju)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"T.Sattiraju, K.Gangavaram","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"TSN Reddy Agency","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"T.Soma Sekhar , Gangavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"T.S.Reddy (Ramareddy Gollapalem)","LedgerParentName":"Ramareddy Gollapalem","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"T.Srinivas (Apex Bhavavaram)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"T.Srinivas Reddy(NGR Subramanyam)","LedgerParentName":"Subbarayudu Hatcheries","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"T.Subbalakshmi Ref: Bujji Srikakulam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"T.Subbalakshmi Ref:Bujji Sri Laxni Aqua","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"Tuf Ropes Pvt Ltd (Export) Masat","LedgerParentName":"Tuf Consolidated","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"26AAACT8968M1ZJ"},{"LedgerName":"Tufropes Pvt Ltd (Nets) Vadodara","LedgerParentName":"Tuf Consolidated","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"24AAACT8968M1ZN"},{"LedgerName":"Tufropes Pvt. Ltd (ROPES) Masat","LedgerParentName":"Tuf Consolidated","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tufropes Pvt. Ltd (ROPES) Rakholi","LedgerParentName":"Tuf Consolidated","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"26AAACT8968M1ZJ"},{"LedgerName":"Tufropes Pvt Ltd (Ropes) Vadodara","LedgerParentName":"Tuf Consolidated","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tufropes Pvt Ltd (Twine) Vadodara","LedgerParentName":"Tuf Consolidated","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"24AAACT8968M1ZN"},{"LedgerName":"Tufrope TCS Difference (F.Y.2023-24)","LedgerParentName":"Loans & Advances (Asset)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"TULASI NYLONS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tummala Bhadram ,Parlovapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Tummala Kondala Rao S/o.Veeranna","LedgerParentName":"Dummulapeta-Mix","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Tushar Rathilal Tandel","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tutta Devudu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Tutta Ramana ,Vemavaram(Ref:Chittibabu)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"T.Veerbabu Ref:N.Mahavishnu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"T Venkat Salary Advance","LedgerParentName":"Staff Advance","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"T.Venkat(Shopboy)","LedgerParentName":"Wages & Salaries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"T V Rao & Company","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"TVR Aqua(Macharao)","LedgerParentName":"T Macharao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"T V R Industries (GST)","LedgerParentName":"T Macharao","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"TVR Industry(Macharao) Wiithout GST","LedgerParentName":"T Macharao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"TVR Infra (Macharao)","LedgerParentName":"T Macharao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"TVR Projects Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAFCT2682M1ZS"},{"LedgerName":"TVS Electronics Ltd","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"T V Venkat Reddy, Gollapalem","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"TYCHE INDUSTRIES LTD","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Tyre Occean","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":""},{"LedgerName":"T.Yuvaraj(Jeevan)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Uday Bhaskar, Savithrinagaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Udyana","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAFFU3181M1ZP"},{"LedgerName":"Uex Aqua Farms, Bhubaneswar(Iris)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ujjwal Nets","LedgerParentName":"Samudra (Pearl)","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AAHFU1054F1ZI"},{"LedgerName":"Ulluri Kotamma, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Umar Agency","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37GIDPM6974A1Z1"},{"LedgerName":"Uma Shankar Cardboard Industries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Uma Shree Exports Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AACCU3228M1Z2"},{"LedgerName":"Umbrette Consulting LLP","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ummidi Abbai S/o.Apparao","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ummidi Chinnabbai, Ameenabad","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ummidi Jaganatham Ref:Anandrao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ummidi Peddabbai S/o.Polayya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ummidi Sattibabu S/o.Sattiyya","LedgerParentName":"Dummulapeta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ummidi Tata Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ummidi Yesu Raju, Uppada (1260 Net)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ummidi Yohan S/o.Sathiraju","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Unibay Aquabreeding Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AABCU9491R1Z8"},{"LedgerName":"Union Bank Shares (Andhra Bank)","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"United Aqua Farms","LedgerParentName":"Venu Raju Garu","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"United India Insurance Co Ltd","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACU5552C1ZI"},{"LedgerName":"United Portservices Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Universal Agency","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAGPU2946P1ZU"},{"LedgerName":"Universal Engineering Works","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AOUPK6863M1ZV"},{"LedgerName":"Universal Fishnet Industries","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AAAFU1921A2ZY"},{"LedgerName":"Universal Logistics","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AADFU0654R1ZL"},{"LedgerName":"Upparapalli Apprao. S\\o.Bhulokam","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Upparapalli Bhuloku S/o.Bhuloku","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Upparapalli Chinna Ammoriyya S/o.Bhuloku","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Upparapalli Prasad Ref:Badina Nageswra Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Usha Aqua Farms","LedgerParentName":"Rao Rajgopal","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Usha Aqua Needs","LedgerParentName":"Rao Rajgopal","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Ushodaya Enterprises Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"V-4 (P.G.V.Suryateja)","LedgerParentName":"P Amarendra Chowdary","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"V-5 (P.G.V.Suryateja)","LedgerParentName":"P Amarendra Chowdary","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"V-6(P.G.V.Surya Teja)","LedgerParentName":"P Amarendra Chowdary","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vaaman Engineers India Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vadakattu Pattiraju Sons, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vadamudula Paidiraju S/o.Dhana Raju","LedgerParentName":"Dummulapeta-Mix","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vadamudula Pydiraju(Ramayya)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vadarevu Dharma Rao(Net Maker)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vaddi.Durga Prasad,Pudimadaka","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vadra Jogaroa S/o. Venkanna","LedgerParentName":"Nemam","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vadrevu Ramesh, Gorripudi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"V.A.E.R.Prasad","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vaidadi Satyam S/o. Sattiraju","LedgerParentName":"CBV Palem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vaidhadi Kanakaraju S/o.Mahalakshmi","LedgerParentName":"Kothapalem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vaidhadi Venkateswarlu, Domada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vaidhani Murthy Ex-Net Maker","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vaisakhi Bio Marine Pvt Ltd(Farms)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AACCV0817B1ZR"},{"LedgerName":"Vaisakhi Bio Marine Pvt Ltd(Hatchery)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AACCV0817B1ZR"},{"LedgerName":"VAISHNAVI ENTERPRISES","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vaishnavi Road Carrier","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ADEPV6751G1Z5"},{"LedgerName":"Vaitla Durga Prasad,(D.Krishna)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vakeel, Ref:Mamidipalli Chandrasekhar Staff Siva","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Valavala Srinivas. Panduru","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vanaja Daily Parcel","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AQMPK9386M1ZR"},{"LedgerName":"Vanamadi Gangaraju S/o. Swami","LedgerParentName":"CBV Palem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vanamadi Raju , Kothapatnam,Uppada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vanamadi Ramana S/o.Musalayya","LedgerParentName":"Nemam","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vanamadi Ramu S/o.Chakram","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vanamadi Sairam, Kothapatnam,Uppada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vanamadi Satyanandam S/o.Sattiraju","LedgerParentName":"Balusutippa","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vanamadi Satyanarayana S/o.Tatabbai","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vanamadi Satyanaryana(K.Kameswra Rao)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vanamadi Srinu, Gorripudi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vanamali Adhinarayana S/o.Venkataraju","LedgerParentName":"Antarvedi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vanamali Nagaraju S/o.Venkatraju","LedgerParentName":"Antarvedi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vanamali Narasimha Swamy S/o.Ramaraju","LedgerParentName":"Antarvedi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vanamali Venkateswara Rao S/o Kondalraju","LedgerParentName":"Antarvedi","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vanamu Bhaskar Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"V Anand Reddy, Ramankkapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vanara Fishnets","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vanavada Balakrishna S/o Kanayya","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vanka Annavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vanka Apparao S/o.Danayya","LedgerParentName":"S.R.Peta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vanka Prasadarao S/o.Errayya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vanka Sanjeev, Uppada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vanka Tatarao S/o.Nallodu","LedgerParentName":"S.R.Peta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vanum Lakshmi, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vanumu Sattibabu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Varalakshmi Roadlines Account","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"VARANASI SYAMALASREE","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Varaprasad Kakinada( Raghu Ynm Oils)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vardhan Hatcheries (Chinnababu Garu)","LedgerParentName":"N Siva Rama Prasad (Chinnababu Mogilipalem)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Varipalli Bhadra Rao.S\\o.Apprao","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Varma","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Varma(Byd) Gangavaram","LedgerParentName":"BYD Varma Garu","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Varma Garu (Durga Karthikeya)","LedgerParentName":"Kanaka Durga Bhimavaram","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"VARUN CORPORATION","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"VARUN IMPEX, MUMBAI","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Varun Motors Pvt Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AABCV2471Q1ZR"},{"LedgerName":"Vasamsetti Satyanarayana (Municipal Corporation)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vasamsetti Suryaprakasa Rao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"VASAVI ENTERPRISES","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AFCPB4478G1ZJ"},{"LedgerName":"Vasireddy Suribabu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vasista Marine (Dantuluri Pavan)-Kodavilli Site","LedgerParentName":"Dantuluri Pavan","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vasista Wines ( Ali)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vasistha Projects","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAHFV5799G1ZF"},{"LedgerName":"Vasu Industries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vasundhara Aqua Farms(Venuraju Garu)","LedgerParentName":"Venu Raju Garu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vasupalli Appanna S/o.Simhadri","LedgerParentName":"Dummulapeta","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vasupalli Pydiraju, Ref:Santosh","LedgerParentName":"Trade Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vasupalli Rajayya S/o.China Apparao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vasupalli Rambabu,Dummulapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vasupalli Satyam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vasupalli Simhadri S/o.Veeranna","LedgerParentName":"Dummulapeta-Mix","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vasupilli Chinna, Dummulapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vathsala Fishnet","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"V Computers and Printers","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAIPO3401B1Z7"},{"LedgerName":"V.D.V.Pavan(Vasamsetty Suryaprakasa Rao)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Veda Enterprises","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Veda Poly Products Pvt.Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAECV1638A1ZM"},{"LedgerName":"Vedula Lakshman Mulapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Veerababu, Gubendran","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Veerababu , Rajahmundry","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Veerababu(Shopboy)","LedgerParentName":"Wages & Salaries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Veerabhadra Suppliers, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Veera Durga Aqua Culture G Medapadu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Veera Raghavulu Varanasi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Veera Sai Aqua, Kirlampudi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Veera Venkanna Babu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vega Transport","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"29AGLPP0774D1Z6"},{"LedgerName":"Vegesna Murali Krishna Raju (RRK Farms)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Velaga Eswara Rao (Siva)","LedgerParentName":"Velaga Siva","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Velama Sai Priya, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Velugula Hemakumar","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vemagiri Thota Fishermen","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"VEM AGROTECH Pvt Ltd,Akiveedu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AADCV2450K1Z6"},{"LedgerName":"Vempatai Chinna Raju. Ice Box","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vemuri Ravikumar(Ch.K.V)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Venkat","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Venkat Aditya Hatcheries","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Venkata Durga Sri Varshini Agencies","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ALGPD1467M1ZW"},{"LedgerName":"Venkat Aqua Hatchery, K.Perumallapuram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Venkata Ramana Agencies","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Venkata Ramana Chandra Agros Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAFCV3044D1ZJ"},{"LedgerName":"Venkata Rama Reddy (Aditya)","LedgerParentName":"Aditya Academy","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Venkata Ratna & Co","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AABFV7316H1Z2"},{"LedgerName":"Venkata Sri Rama & Sons","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Venkata Sri Sai Traders","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ABEPL3005H1ZO"},{"LedgerName":"Venkata Tripura Sri Jute Merchant","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Venkateshwara Textiles","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"36BEMPB1613P1ZE"},{"LedgerName":"Venkateswara Aqua Farm (N.S.Sundaram)Venumaster","LedgerParentName":"N Venumaster","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Venkateswara Farms","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"VENKATESWARA FISHNETS & ROPES","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Venkateswara Group (Farms)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Venkateswara Rao Surapaneni","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ALBPS9562M1ZA"},{"LedgerName":"VENKATPADMA NYLON TRADERS","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Venkat Srinivas .Y.","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Ventru Mahesh Babu S/o Venkatarao","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Venugopal Paper Boards, Korumamidi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Venus Agro Shade Net","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Venus Industries(Swan)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"27AAAFV0285A1ZK"},{"LedgerName":"Venu Trading & Engineering Corporation","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vespa AP5cy727","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vespa Insurance-AP05CY727","LedgerParentName":"Vehicle Maintainance Exp","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"V.Gangadhara Ramarao & Others","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"V.Ganiraju, Chebrolu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"V.Ganniyya, Chebrolu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"V.Gopal Krishna","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"V Govind Raju & Associates","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"V Govindu Kothapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"V.H.S.Srinivas","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Viaadi International","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"07AAAPS5892A1ZP"},{"LedgerName":"Viaan Industries","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AANFV7896C1ZF"},{"LedgerName":"Vignesh Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AKWPM9101G1ZR"},{"LedgerName":"Vijaya Associates, Mootha Naveen","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vijaya Diagnostic Centre Ltd IPO 21-22","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vijaya Enterprsises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vijayakrishna Enterprises","LedgerParentName":"Vijayakrishna Vja","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AQTPM2794E1Z9"},{"LedgerName":"Vijaya Krishna Traders","LedgerParentName":"Vijayakrishna Vja","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ABWPM3779P1ZB"},{"LedgerName":"Vijaya Lakshmi Enterprises, Rameswram","LedgerParentName":"Vijayalakshmi Enterprises","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vijaya Lakshmi Ent Oduru-Rajababu","LedgerParentName":"Vijayalakshmi Enterprises","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AALFV1699R1ZX"},{"LedgerName":"Vijaya Lakshmi Entps-A.P.Tryam Site-1","LedgerParentName":"Vijayalakshmi Enterprises","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AALFV1699R1ZX"},{"LedgerName":"Vijaya Lakshmi Entrprises A.P.Tryam Site-2 Closed","LedgerParentName":"Vijayalakshmi Enterprises","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AALFV1699R1ZX"},{"LedgerName":"Vijaya Lakshmi Plastics","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vijaya Lakshmi Poultry Complex","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vijaya Sindhu Aqua Farm, Avanigadda (Ali)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vijayawada Tarpaulins","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37BXQPS9759A1ZO"},{"LedgerName":"VIJAYAWADA THERMAL POWER STN","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vijay Durga Cashew Industry","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vijay Ganapathi Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vijay Sales (India)Pvt Ltd","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAHCV3778L1ZJ"},{"LedgerName":"Vijay, Tuni","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vijay Varma & Co","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vijjina.Sundararao S/o Venkanna","LedgerParentName":"Jd Fisheries Kkd","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vikas Constructions","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AALFV7003K3ZR"},{"LedgerName":"Vikas Reddy, Pasalapudi (Veer Reddy Garu)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Villmar Agro Polymers Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAECV9804E1Z6"},{"LedgerName":"Vimal Filaments Co","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AAAFV4374L1ZY"},{"LedgerName":"Vinakoti Ramkrishna S/o Subbarao","LedgerParentName":"Jd Fisheries (Bio Fencing)","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"VINNAYAKA ENTERPRISES","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vinodini- 2","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vinod Kumar Tinsel Vizag","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"VINS NETS","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vipparthi Babulu S/o.China Verriyya","LedgerParentName":"Amalapuram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vipparthi Srinivas Rao S/o.Krishna Murthy","LedgerParentName":"Amalapuram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vipparthi Srinivas Rao S/o Sahadevudu","LedgerParentName":"Amalapuram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vipparthy Durgavenkataramana S/o Janpayya","LedgerParentName":"Amalapuram","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vipul Hatcheries, Konapapa Peta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Virgo Marine Technologies","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"21AMZPK0483C1Z4"},{"LedgerName":"Virtue Inspection Services P Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Virupaksha Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Visakha Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vishnu Indukuri","LedgerParentName":"I Pullamraju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vishwa Samudra Engineering Pvt Ltd","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAGCB8710P1Z6"},{"LedgerName":"Vision Filaments","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vision Solar","LedgerParentName":"Bldg Const Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Viswanadhapalli Ammanna, Sangameswaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Viswanath Industries","LedgerParentName":"Bldg Const Creditors","LedgerType":"Ledger","GstRegistrationType":"Composition","PartyGSTIN":"37ABXPC6996P1ZB"},{"LedgerName":"Vittanala Subrahmanyam, DFO RJY","LedgerParentName":"DFO Rajamahendravaram (Krishna Rao)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vitthanala Ramana,Parlovapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vivatech (Featherlite)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37CGWPS8754F1ZD"},{"LedgerName":"Vizag Steel House","LedgerParentName":"Bldg Const Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"VJ Aqua, Chollangi","LedgerParentName":"VJ Aqua","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"VJ Aqua Divili","LedgerParentName":"VJ Aqua","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"VJ Aqua Farms, Vetlapalem","LedgerParentName":"VJ Aqua","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"VJ Aqua, Gurajanapalli-2(Closed)","LedgerParentName":"VJ Aqua","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"VJ Aqua, Gurjanapalli","LedgerParentName":"VJ Aqua","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"VJ Aqua , Kona -1","LedgerParentName":"VJ Aqua","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"VJ Aqua, Kona-2","LedgerParentName":"VJ Aqua","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"VJ Aqua, Kona-3","LedgerParentName":"VJ Aqua","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"VJ Aqua , Kona-4","LedgerParentName":"VJ Aqua","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"VJ Aqua Nagulapalli","LedgerParentName":"VJ Aqua","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"VJ Aqua, Rajavaram","LedgerParentName":"VJ Aqua","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"VJ Aqua , Rajavaram-1","LedgerParentName":"VJ Aqua","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"V.Krishnaveni","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"V.Madhu Varma","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"V.Mani Kumar, Pinamalla","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"VMR Technologies","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"V.Murali (Margadarsi)","LedgerParentName":"Loans (Liability)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"V.Nagaraju, Kommuchikkala","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"V North Constructions","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vodafone Deposit","LedgerParentName":"Deposits (Asset)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vodra Jogarao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Voleti Gangadhar","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Voleti Gangadhar Rao, Savitri Nagar","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Voleti Rambabu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Voleti Srinu","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vonitpalli Venkateswara Rao (Imported Mesh)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vosupilli Durga Rao (Prasad Employee)","LedgerParentName":"Wages & Salaries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vosupilli Durga Rao (Prasad Staff Advance)","LedgerParentName":"Staff Advance","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"V.Pavan Kumar Varma(RRK Krishnam Raju)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"V.Pedabbai Raju Garu","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"V.Prashanth Kumar, (KSP.Anjaneyulu)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"V.Raghu Varma (Sravani Rambabu)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"V.Raja Sekhar Reddy","LedgerParentName":"Velaga Sattireddy","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"V.Raju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"V.RAMAKOTESWARA RAO & V.SAMRAJYAM","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"V Ramakrishna Rao, Pedapudi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"V.RATNAKUMAR","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"V.Ravi Chandra, Domada","LedgerParentName":"N Siva Rama Prasad (Chinnababu Mogilipalem)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"V.Ravi Kumar","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vrinda Offshore Logistics LLP","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"VRL Logistics Ltd AABCV3609C","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"29AABCV3609C1ZJ"},{"LedgerName":"V.R.Poultry Complex, Kapavaram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vrunda Vitthal Polyfab Industries -2023-24 (Nets)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Vrunda Vitthal Polynet Pvt Ltd","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"24AADCV7611A1ZT"},{"LedgerName":"V.Sarswathi(Velaga Sattireddy)","LedgerParentName":"Velaga Sattireddy","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"V.Satish , Bhavavarm","LedgerParentName":"V.Satish Kajuluru","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"V.Satish , Pedapudi","LedgerParentName":"V.Satish Kajuluru","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"V.Satish, Rameswaram","LedgerParentName":"V.Satish Kajuluru","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"V.Satyanarayana(Satish), Kajuluru","LedgerParentName":"V.Satish Kajuluru","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"V.Sivareddy. Gollapalem","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"V S M College","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Vsnl Deposit","LedgerParentName":"Deposits (Asset)","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"V Square Enterprises","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"VSR Aqua Culture, Kovvuru","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"V.S.R.C.Varma","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"V.Sriram (Veerababu Devi)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"V.Suma ,Varma Apex","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"V.Suresh , Palakol","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"V Suryanarayana Civil & Engineering Works","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"V-Trans","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37AAACV1559Q1ZP"},{"LedgerName":"V-Trans (India) Ltd- AAACV1559Q","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33AAACV1559Q1ZX"},{"LedgerName":"V.Venkata Ramana, Yelamanchili","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"V.Venkatarama Raju(Svr Hatcheries)","LedgerParentName":"Pathi SVR Hatcheries","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"V.V.Fish Nets","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ADSPV1478Q1Z8"},{"LedgerName":"V.V.K.Appalaraju,Karnataka","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"V V K N Satyanarayana Raju, Mahadevapatnam","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"V.V.Ramana Raju Ref:RRk Farms","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"VVR Aqua Farms, Bhogapuram","LedgerParentName":"T Macharao","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"V V S Hatchery(Madhavarapu Satyanaryana Mutrhy)","LedgerParentName":"Madhavarapu Satyanarayana Murthy","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"V.V.S.Suryanaryana Raju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"V.V.V.Satyanarayana(Ex-Subbarayudu)","LedgerParentName":"VVV Satyanarayana","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Wages & Salary Payable","LedgerParentName":"Payables","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Wallet- Phonepe","LedgerParentName":"Bank Accounts","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Watchman Adapa Nukaraju","LedgerParentName":"Wages & Salaries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Watchman Jyothi-Raju","LedgerParentName":"Staff Advance","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Water Cooler","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Waves International","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"07BQWPS9668H1ZL"},{"LedgerName":"WCDL 7840DL0100000011","LedgerParentName":"Bank OD A/c","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Weighing Machine","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Wipro Ltd (50 Shares) 24-25","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"WOC Arbitrage Fund-R-G 08.04.25","LedgerParentName":"Investments in Mutual Funds","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"WOC Midcap Fund-R-G-08.04.25","LedgerParentName":"Investments in Mutual Funds","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"WOC Pharma & Health Care Fund-R-G 08.04.25","LedgerParentName":"Investments in Mutual Funds","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Worthy Constructions","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Xps Freight","LedgerParentName":"Freight Inward","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Xuv500 AP5DL 112","LedgerParentName":"15% Block","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Yadala Madhu Babu","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Yadala Srinu, Perumallapuram","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Yajjala Musalayya S/o.Appanna","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Yajjala Nageswararao S/o.Musalayya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Yallaboina Teja S/o.Ramana","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Y Anand, Gorripudi","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Yarlagadda Harish (Kancherla Teja)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"YASHANAND CHEM.INDU.PVT.LTD","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Yasodha Krishna Aqua Tech","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Y.Bhaskar, A.V.Nagaram (Kondababu Devi Fisheries)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Y Bullamma (YVV Thammiraju) Velangi","LedgerParentName":"Y V V Thammiraju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Y.D.L.C.Devi , Kajuluru Ref;Ch.Srinivas","LedgerParentName":"Ch.Srinivas","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Y.D.Ramachandra Rao, Uppada(Yerra)","LedgerParentName":"Yerra Nookaraju","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Yedla Sitaramaraju, Rajahmundry(Sai Charan Cardboar","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Yedla Swamynath , Srikakulam(Sai Charan Card Board)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Yejjala Kodanda(Shopboy)","LedgerParentName":"Wages & Salaries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Yejjala Kodanda Staff (Advance)","LedgerParentName":"Staff Advance","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Yejjala Kondababu S/o.Bandiyya","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Yejjala Nageswara Rao, Uppada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Yella Apparao","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Yellaboina Ramana S/o. Ramulu","LedgerParentName":"DD Fisheries","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Yella Ganapathirao S/o.Seshayya","LedgerParentName":"Sariplalli Lanka","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Yerra Nookaraju","LedgerParentName":"Yerra Nookaraju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Yerupalli Kodanda Rao , Pudimadaka","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Yes Bank Ltd Shares 25-26","LedgerParentName":"Investment in Shares","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Yesudasn Justin","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Y Haritha (Y V V Thammi Raju)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Y Janaki Rama Raju, Kesannakurupalem","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"YM FISHING CORPORATION","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Y.Pardha Saradhi, Kakinada","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Y.Pattabiramayya (Ramareddy)","LedgerParentName":"Ramareddy Gollapalem","LedgerType":"Ledger","GstRegistrationType":"Consumer","PartyGSTIN":""},{"LedgerName":"Y.Pattabiramayya,Seela","LedgerParentName":"Ramareddy Gollapalem","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Y.Prasad Ref:D.Krishna","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"YRL Degree College","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Y.Sattibabu","LedgerParentName":"Credit Card Sale","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Y.S.G.Appalaraju","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Y.Srinivas Prasad","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Y Vasu Narsapurapeta","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Y.Venkat Ramana (Ch.Srinivas)","LedgerParentName":"Ch.Srinivas","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Y V Rajesh, Atchtapuram (Vivek)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Y.V.Ramana(Srinu) Macharao","LedgerParentName":"Yalla Srinu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Y.V.Rao (Sridevi Commercials)","LedgerParentName":"Sridevi Commercials","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Y.V.Satyanarayana Raju, Kommuchikkala","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Y.V.Suresh","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Y.V.V.Satyanaryana (Srinu Macharao), Uppumilli","LedgerParentName":"Yalla Srinu","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"Y V V Thammiraju,Velangi","LedgerParentName":"Y V V Thammiraju","LedgerType":"Ledger","GstRegistrationType":"Unregistered","PartyGSTIN":""},{"LedgerName":"ZEELON FISHING NET INDUSTRY","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"27AAAFZ1972E1Z4"},{"LedgerName":"Zen Trading(Ref Vignesh Entps)","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"37ABSPV0985C1Z3"},{"LedgerName":"Zevpoint E-Mobility Pvt Ltd (Tiago Charger)","LedgerParentName":"Non Business Creditor","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Zion Fishing Materials(Beracah)","LedgerParentName":"Sundry Creditors","LedgerType":"Ledger","GstRegistrationType":"Regular","PartyGSTIN":"33CBWPD0429F1ZU"},{"LedgerName":"Z P High School, Kadali","LedgerParentName":"Sundry Debtors","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""},{"LedgerName":"Zurich Kotak General Insurance","LedgerParentName":"Insurance Premium","LedgerType":"Ledger","GstRegistrationType":"","PartyGSTIN":""}]
|