json-crud-ui-comp-table 1.2.5 → 1.3.3
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/{v1/commands/HeaderOnly/template/v5/Index/Configs/ShowAll → v2/commands/TableComp/template/v2/Index/Configs/Create}/config.json +64 -59
- package/bin/{v1/commands/WithHeader/template/v7 → v2/commands/TableComp/template/v2}/Index/Configs/ShowAll/config.json +59 -59
- package/bin/{v1/commands/HeaderOnly/template/v6 → v2/commands/TableComp/template/v2}/Index/Configs/WithSearch/config.json +68 -65
- package/bin/{v1/commands/WithHeader/template/v7 → v2/commands/TableComp/template/v2}/Index/Configs/WithSerial/config.json +62 -62
- package/bin/v2/commands/TableComp/template/v2/Index/headers.json +51 -0
- package/bin/{v1 → v2}/commands/TableComp/template/v2/script.js +62 -8
- package/bin/{v1/commands/WithHeader → v3/commands/TableComp}/steps/AlterJson/index.js +2 -21
- package/bin/v3/commands/TableComp/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/CreateHtmlId/BuildTable/callKSTable.js +5 -0
- package/bin/v3/commands/TableComp/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/CreateHtmlId/BuildTable/getKSTableConfig.js +16 -0
- package/bin/v3/commands/TableComp/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/CreateHtmlId/clickFunc.js +24 -0
- package/bin/{v1/commands/Vertical → v3/commands/TableComp}/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/CreateHtmlId/start.js +1 -1
- package/bin/{v1 → v3}/commands/TableComp/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/start.js +2 -0
- package/bin/{v1/commands/Vertical/template/v1/Index/Configs/ShowAll → v3/commands/TableComp/template/v2/Index/Configs/Create}/config.json +64 -59
- package/bin/{v1/commands/WithHeader/template/v8 → v3/commands/TableComp/template/v2}/Index/Configs/ShowAll/config.json +59 -59
- package/bin/{v1/commands/HeaderOnly/template/v5 → v3/commands/TableComp/template/v2}/Index/Configs/WithSearch/config.json +68 -65
- package/bin/{v1/commands/ShowAllWithSerial/template/v3 → v3/commands/TableComp/template/v2/Index/Configs/WithSerial}/config.json +62 -61
- package/bin/v3/commands/TableComp/template/v2/Index/FormLoad/DomContentLoaded/AddListeners/CreateHtmlId/BuildTable/callKSTable.js +5 -0
- package/bin/v3/commands/TableComp/template/v2/Index/FormLoad/DomContentLoaded/AddListeners/CreateHtmlId/BuildTable/getKSTableConfig.js +16 -0
- package/bin/v3/commands/TableComp/template/v2/Index/FormLoad/DomContentLoaded/AddListeners/CreateHtmlId/clickFunc.js +24 -0
- package/bin/{v1/commands/HeaderOnly/template/v6/Index/FormLoad/DomContentLoaded/AddListeners/TallyUpId → v3/commands/TableComp/template/v2/Index/FormLoad/DomContentLoaded/AddListeners/CreateHtmlId}/start.js +1 -1
- package/bin/{v1 → v3}/commands/TableComp/template/v2/Index/FormLoad/DomContentLoaded/AddListeners/start.js +2 -0
- package/bin/v3/commands/TableComp/template/v2/Index/headers.json +51 -0
- package/bin/{v1/commands/TableComp/template/v1 → v3/commands/TableComp/template/v2}/script.js +64 -10
- package/bin/{v1/commands/HeaderOnly/template/v6/Index/Configs/ShowAll → v3/commands/TableComp/template/v3/Index/Configs/Create}/config.json +64 -59
- package/bin/{v1/commands/ShowAll/template/v2 → v3/commands/TableComp/template/v3/Index/Configs/ShowAll}/config.json +59 -58
- package/bin/{v1/commands/WithHeader/template/v8 → v3/commands/TableComp/template/v3}/Index/Configs/WithSearch/config.json +68 -65
- package/bin/{v1/commands/Vertical/template/v1 → v3/commands/TableComp/template/v3}/Index/Configs/WithSerial/config.json +68 -62
- package/bin/v3/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/AddListeners/ShowAllHtmlId/BuildTable/callKSTable.js +5 -0
- package/bin/v3/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/AddListeners/ShowAllHtmlId/clickFunc.js +24 -0
- package/bin/v3/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/AddListeners/WithSearchHtmlId/BuildTable/callKSTable.js +5 -0
- package/bin/v3/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId/BuildTable/callKSTable.js +5 -0
- package/bin/v3/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId/BuildTable/getKSTableConfig.js +18 -0
- package/bin/v3/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/AddListeners/loginButtonId/clickFunc.js +47 -0
- package/bin/v3/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/AddListeners/loginButtonId/start.js +11 -0
- package/bin/v3/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/AddListeners/loginHeaderHtmlId/clickFunc.js +21 -0
- package/bin/{v1/commands/HeaderOnly/template/v6/Index/FormLoad/DomContentLoaded/AddListeners/TallyDownId → v3/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/AddListeners/loginHeaderHtmlId}/start.js +1 -1
- package/bin/{v1/commands/WithHeader/template/v8 → v3/commands/TableComp/template/v3}/Index/FormLoad/DomContentLoaded/AddListeners/start.js +4 -4
- package/bin/{v1/commands/WithHeader/template/v7 → v3/commands/TableComp/template/v3}/Index/FormLoad/DomContentLoaded/runAfterDomLoad.js +4 -2
- package/bin/v3/commands/TableComp/template/v3/Index/headers.json +51 -0
- package/bin/{v1/commands/WithHeader/template/v8 → v3/commands/TableComp/template/v3}/index.html +39 -4
- package/bin/{v1/commands/HeaderOnly/template/v5 → v3/commands/TableComp/template/v3}/script.js +122 -11
- package/bin/v3/core/parseInput.js +12 -0
- package/bin/v3/start.js +27 -0
- package/package.json +1 -1
- package/bin/v1/commands/HeaderOnly/template/v5/Index/Configs/WithSerial/config.json +0 -63
- package/bin/v1/commands/HeaderOnly/template/v5/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/For200Res/entryFile.js +0 -6
- package/bin/v1/commands/HeaderOnly/template/v5/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/entryFile.js +0 -11
- package/bin/v1/commands/HeaderOnly/template/v5/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/fetchFuncs.js +0 -12
- package/bin/v1/commands/HeaderOnly/template/v5/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/getUrl.json +0 -3
- package/bin/v1/commands/HeaderOnly/template/v5/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/start.js +0 -10
- package/bin/v1/commands/HeaderOnly/template/v5/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/entryFile.js +0 -11
- package/bin/v1/commands/HeaderOnly/template/v5/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/fetchFuncs.js +0 -12
- package/bin/v1/commands/HeaderOnly/template/v5/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/getUrl.json +0 -4
- package/bin/v1/commands/HeaderOnly/template/v5/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/start.js +0 -10
- package/bin/v1/commands/HeaderOnly/template/v5/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/clickFunc.js +0 -9
- package/bin/v1/commands/HeaderOnly/template/v5/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/start.js +0 -9
- package/bin/v1/commands/HeaderOnly/template/v5/Index/FormLoad/DomContentLoaded/AddListeners/TallyDownId/clickFunc.js +0 -7
- package/bin/v1/commands/HeaderOnly/template/v5/Index/FormLoad/DomContentLoaded/AddListeners/TallyDownId/start.js +0 -11
- package/bin/v1/commands/HeaderOnly/template/v5/Index/FormLoad/DomContentLoaded/AddListeners/TallyUpId/clickFunc.js +0 -7
- package/bin/v1/commands/HeaderOnly/template/v5/Index/FormLoad/DomContentLoaded/AddListeners/TallyUpId/start.js +0 -11
- package/bin/v1/commands/HeaderOnly/template/v5/Index/FormLoad/DomContentLoaded/AddListeners/start.js +0 -11
- package/bin/v1/commands/HeaderOnly/template/v5/Index/FormLoad/DomContentLoaded/runAfterDomLoad.js +0 -21
- package/bin/v1/commands/HeaderOnly/template/v5/Index/headers.json +0 -68
- package/bin/v1/commands/HeaderOnly/template/v5/Index/tallyStatus.js +0 -53
- package/bin/v1/commands/HeaderOnly/template/v5/index.html +0 -97
- package/bin/v1/commands/HeaderOnly/template/v5/loadCss.js +0 -55
- package/bin/v1/commands/HeaderOnly/template/v5/loadJs.js +0 -55
- package/bin/v1/commands/HeaderOnly/template/v5/tailwind-3-min.css +0 -1
- package/bin/v1/commands/HeaderOnly/template/v5/tailwind-3.css +0 -1063
- package/bin/v1/commands/HeaderOnly/template/v6/Index/Configs/WithSerial/config.json +0 -63
- package/bin/v1/commands/HeaderOnly/template/v6/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/For200Res/entryFile.js +0 -6
- package/bin/v1/commands/HeaderOnly/template/v6/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/entryFile.js +0 -11
- package/bin/v1/commands/HeaderOnly/template/v6/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/fetchFuncs.js +0 -12
- package/bin/v1/commands/HeaderOnly/template/v6/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/getUrl.json +0 -3
- package/bin/v1/commands/HeaderOnly/template/v6/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/start.js +0 -10
- package/bin/v1/commands/HeaderOnly/template/v6/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/entryFile.js +0 -11
- package/bin/v1/commands/HeaderOnly/template/v6/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/fetchFuncs.js +0 -12
- package/bin/v1/commands/HeaderOnly/template/v6/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/getUrl.json +0 -4
- package/bin/v1/commands/HeaderOnly/template/v6/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/start.js +0 -10
- package/bin/v1/commands/HeaderOnly/template/v6/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/clickFunc.js +0 -9
- package/bin/v1/commands/HeaderOnly/template/v6/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/start.js +0 -9
- package/bin/v1/commands/HeaderOnly/template/v6/Index/FormLoad/DomContentLoaded/AddListeners/TallyDownId/clickFunc.js +0 -7
- package/bin/v1/commands/HeaderOnly/template/v6/Index/FormLoad/DomContentLoaded/AddListeners/TallyUpId/clickFunc.js +0 -7
- package/bin/v1/commands/HeaderOnly/template/v6/Index/FormLoad/DomContentLoaded/AddListeners/start.js +0 -11
- package/bin/v1/commands/HeaderOnly/template/v6/Index/FormLoad/DomContentLoaded/runAfterDomLoad.js +0 -30
- package/bin/v1/commands/HeaderOnly/template/v6/Index/headers.json +0 -68
- package/bin/v1/commands/HeaderOnly/template/v6/Index/tallyStatus.js +0 -53
- package/bin/v1/commands/HeaderOnly/template/v6/index.html +0 -97
- package/bin/v1/commands/HeaderOnly/template/v6/loadCss.js +0 -55
- package/bin/v1/commands/HeaderOnly/template/v6/loadJs.js +0 -55
- package/bin/v1/commands/HeaderOnly/template/v6/script.js +0 -178
- package/bin/v1/commands/HeaderOnly/template/v6/tailwind-3-min.css +0 -1
- package/bin/v1/commands/HeaderOnly/template/v6/tailwind-3.css +0 -1063
- package/bin/v1/commands/ShowAll/steps/announce.js +0 -3
- package/bin/v1/commands/ShowAll/steps/checks.js +0 -21
- package/bin/v1/commands/ShowAll/steps/createProject.js +0 -5
- package/bin/v1/commands/ShowAll/steps/locateDestination.js +0 -5
- package/bin/v1/commands/ShowAll/steps/locateSource.js +0 -32
- package/bin/v1/commands/ShowAll/steps/resolveFolderName.js +0 -17
- package/bin/v1/commands/ShowAll/template/v1/Index/FormLoad/DomContentLoaded/BuildTable/buildMenuItem.js +0 -28
- package/bin/v1/commands/ShowAll/template/v1/Index/FormLoad/DomContentLoaded/BuildTable/callKSTable.js +0 -9
- package/bin/v1/commands/ShowAll/template/v1/Index/FormLoad/DomContentLoaded/BuildTable/getKSTableConfig.js +0 -15
- package/bin/v1/commands/ShowAll/template/v1/Index/FormLoad/DomContentLoaded/BuildTable/index.js +0 -12
- package/bin/v1/commands/ShowAll/template/v1/Index/FormLoad/DomContentLoaded/start.js +0 -5
- package/bin/v1/commands/ShowAll/template/v1/config.json +0 -77
- package/bin/v1/commands/ShowAll/template/v1/index.html +0 -51
- package/bin/v1/commands/ShowAll/template/v2/Index/FormLoad/DomContentLoaded/BuildTable/callKSTable.js +0 -12
- package/bin/v1/commands/ShowAll/template/v2/Index/FormLoad/DomContentLoaded/BuildTable/getKSTableConfig.js +0 -7
- package/bin/v1/commands/ShowAll/template/v2/Index/FormLoad/DomContentLoaded/BuildTable/index.js +0 -12
- package/bin/v1/commands/ShowAll/template/v2/Index/FormLoad/DomContentLoaded/start.js +0 -5
- package/bin/v1/commands/ShowAll/template/v2/index.html +0 -58
- package/bin/v1/commands/ShowAllWithSerial/steps/announce.js +0 -3
- package/bin/v1/commands/ShowAllWithSerial/steps/checks.js +0 -21
- package/bin/v1/commands/ShowAllWithSerial/steps/createProject.js +0 -5
- package/bin/v1/commands/ShowAllWithSerial/steps/locateDestination.js +0 -5
- package/bin/v1/commands/ShowAllWithSerial/steps/locateSource.js +0 -32
- package/bin/v1/commands/ShowAllWithSerial/steps/resolveFolderName.js +0 -17
- package/bin/v1/commands/ShowAllWithSerial/template/v2/Index/FormLoad/DomContentLoaded/BuildTable/callKSTable.js +0 -12
- package/bin/v1/commands/ShowAllWithSerial/template/v2/Index/FormLoad/DomContentLoaded/BuildTable/getKSTableConfig.js +0 -7
- package/bin/v1/commands/ShowAllWithSerial/template/v2/Index/FormLoad/DomContentLoaded/BuildTable/index.js +0 -12
- package/bin/v1/commands/ShowAllWithSerial/template/v2/Index/FormLoad/DomContentLoaded/start.js +0 -5
- package/bin/v1/commands/ShowAllWithSerial/template/v2/Index/FormLoad/start.js +0 -5
- package/bin/v1/commands/ShowAllWithSerial/template/v2/Index/start.js +0 -7
- package/bin/v1/commands/ShowAllWithSerial/template/v2/config.json +0 -59
- package/bin/v1/commands/ShowAllWithSerial/template/v2/index.html +0 -58
- package/bin/v1/commands/ShowAllWithSerial/template/v3/Index/FormLoad/DomContentLoaded/BuildTable/callKSTable.js +0 -12
- package/bin/v1/commands/ShowAllWithSerial/template/v3/Index/FormLoad/DomContentLoaded/BuildTable/getKSTableConfig.js +0 -7
- package/bin/v1/commands/ShowAllWithSerial/template/v3/Index/FormLoad/DomContentLoaded/BuildTable/index.js +0 -12
- package/bin/v1/commands/ShowAllWithSerial/template/v3/Index/FormLoad/DomContentLoaded/start.js +0 -5
- package/bin/v1/commands/ShowAllWithSerial/template/v3/Index/FormLoad/start.js +0 -5
- package/bin/v1/commands/ShowAllWithSerial/template/v3/Index/start.js +0 -7
- package/bin/v1/commands/ShowAllWithSerial/template/v3/index.html +0 -58
- package/bin/v1/commands/ShowAllWithSerialSearch/steps/announce.js +0 -3
- package/bin/v1/commands/ShowAllWithSerialSearch/steps/checks.js +0 -21
- package/bin/v1/commands/ShowAllWithSerialSearch/steps/createProject.js +0 -5
- package/bin/v1/commands/ShowAllWithSerialSearch/steps/locateDestination.js +0 -5
- package/bin/v1/commands/ShowAllWithSerialSearch/steps/locateSource.js +0 -32
- package/bin/v1/commands/ShowAllWithSerialSearch/steps/resolveFolderName.js +0 -17
- package/bin/v1/commands/ShowAllWithSerialSearch/template/v1/Index/FormLoad/DomContentLoaded/BuildTable/callKSTable.js +0 -12
- package/bin/v1/commands/ShowAllWithSerialSearch/template/v1/Index/FormLoad/DomContentLoaded/BuildTable/getKSTableConfig.js +0 -7
- package/bin/v1/commands/ShowAllWithSerialSearch/template/v1/Index/FormLoad/DomContentLoaded/BuildTable/index.js +0 -12
- package/bin/v1/commands/ShowAllWithSerialSearch/template/v1/Index/FormLoad/DomContentLoaded/start.js +0 -5
- package/bin/v1/commands/ShowAllWithSerialSearch/template/v1/Index/FormLoad/start.js +0 -5
- package/bin/v1/commands/ShowAllWithSerialSearch/template/v1/Index/start.js +0 -7
- package/bin/v1/commands/ShowAllWithSerialSearch/template/v1/config.json +0 -65
- package/bin/v1/commands/ShowAllWithSerialSearch/template/v1/index.html +0 -58
- package/bin/v1/commands/TableComp/steps/AlterJson/index.js +0 -69
- package/bin/v1/commands/TableComp/steps/alterJson.js +0 -66
- package/bin/v1/commands/TableComp/steps/announce.js +0 -3
- package/bin/v1/commands/TableComp/steps/checks.js +0 -21
- package/bin/v1/commands/TableComp/steps/createProject.js +0 -5
- package/bin/v1/commands/TableComp/steps/locateDestination.js +0 -5
- package/bin/v1/commands/TableComp/steps/locateSource.js +0 -32
- package/bin/v1/commands/TableComp/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/AfterFetch/status200.js +0 -7
- package/bin/v1/commands/TableComp/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/AfterFetch/status401.js +0 -23
- package/bin/v1/commands/TableComp/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/AfterFetch/status409.js +0 -9
- package/bin/v1/commands/TableComp/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/AfterFetch/url.json +0 -4
- package/bin/v1/commands/TableComp/template/v1/Index/FormLoad/start.js +0 -5
- package/bin/v1/commands/TableComp/template/v1/Index/headers.json +0 -47
- package/bin/v1/commands/TableComp/template/v1/Index/start.js +0 -7
- package/bin/v1/commands/TableComp/template/v2/Index/Configs/ShowAll/config.json +0 -45
- package/bin/v1/commands/TableComp/template/v2/Index/Configs/WithSearch/config.json +0 -54
- package/bin/v1/commands/TableComp/template/v2/Index/Configs/WithSerial/config.json +0 -48
- package/bin/v1/commands/TableComp/template/v2/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/AfterFetch/status200.js +0 -7
- package/bin/v1/commands/TableComp/template/v2/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/AfterFetch/status401.js +0 -23
- package/bin/v1/commands/TableComp/template/v2/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/AfterFetch/status409.js +0 -9
- package/bin/v1/commands/TableComp/template/v2/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/AfterFetch/url.json +0 -4
- package/bin/v1/commands/TableComp/template/v2/Index/FormLoad/start.js +0 -5
- package/bin/v1/commands/TableComp/template/v2/Index/headers.json +0 -47
- package/bin/v1/commands/TableComp/template/v2/Index/start.js +0 -7
- package/bin/v1/commands/TableComp/template/v3/Index/Configs/ShowAll/config.json +0 -45
- package/bin/v1/commands/TableComp/template/v3/Index/Configs/WithSearch/config.json +0 -54
- package/bin/v1/commands/TableComp/template/v3/Index/Configs/WithSerial/config.json +0 -48
- package/bin/v1/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/AfterFetch/status200.js +0 -7
- package/bin/v1/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/AfterFetch/status401.js +0 -23
- package/bin/v1/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/AfterFetch/status409.js +0 -9
- package/bin/v1/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/AfterFetch/url.json +0 -4
- package/bin/v1/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/CommonFuncs/afterHeadSave.js +0 -33
- package/bin/v1/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/CommonFuncs/onSuccess.js +0 -13
- package/bin/v1/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/buildHeader.js +0 -12
- package/bin/v1/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/start.js +0 -7
- package/bin/v1/commands/TableComp/template/v3/Index/FormLoad/start.js +0 -5
- package/bin/v1/commands/TableComp/template/v3/Index/start.js +0 -7
- package/bin/v1/commands/Vertical/steps/alterJson.js +0 -66
- package/bin/v1/commands/Vertical/steps/announce.js +0 -3
- package/bin/v1/commands/Vertical/steps/checks.js +0 -21
- package/bin/v1/commands/Vertical/steps/createProject.js +0 -5
- package/bin/v1/commands/Vertical/steps/locateDestination.js +0 -5
- package/bin/v1/commands/Vertical/steps/locateSource.js +0 -32
- package/bin/v1/commands/Vertical/template/v1/Index/Configs/WithSearch/config.json +0 -66
- package/bin/v1/commands/Vertical/template/v1/Index/Configs/create.json +0 -101
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/CreateHtmlId/BuildTable/index.js +0 -34
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/CreateHtmlId/clickFunc.js +0 -7
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/For200Res/entryFile.js +0 -6
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/entryFile.js +0 -11
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/status200.js +0 -7
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/status401.js +0 -23
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/status409.js +0 -9
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/AfterFetch/url.json +0 -4
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/fetchFuncs.js +0 -12
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/getUrl.json +0 -3
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchAsGet/start.js +0 -10
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/entryFile.js +0 -11
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/status200.js +0 -7
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/status401.js +0 -23
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/status409.js +0 -9
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/AfterFetch/url.json +0 -4
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/fetchFuncs.js +0 -12
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/getUrl.json +0 -4
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems/start.js +0 -10
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/clickFunc.js +0 -9
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/start.js +0 -9
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/TallyDownId/clickFunc.js +0 -7
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/TallyDownId/start.js +0 -11
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/TallyUpId/clickFunc.js +0 -7
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/TallyUpId/start.js +0 -11
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/start.js +0 -14
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/CommonFuncs/afterHeadSave.js +0 -33
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/CommonFuncs/onSuccess.js +0 -15
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/buildHeader.js +0 -12
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/runAfterDomLoad.js +0 -28
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/start.js +0 -7
- package/bin/v1/commands/Vertical/template/v1/Index/FormLoad/start.js +0 -5
- package/bin/v1/commands/Vertical/template/v1/Index/headers.json +0 -41
- package/bin/v1/commands/Vertical/template/v1/Index/start.js +0 -7
- package/bin/v1/commands/Vertical/template/v1/Index/tallyStatus.js +0 -53
- package/bin/v1/commands/Vertical/template/v1/index.html +0 -184
- package/bin/v1/commands/Vertical/template/v1/loadCss.js +0 -55
- package/bin/v1/commands/Vertical/template/v1/loadJs.js +0 -55
- package/bin/v1/commands/Vertical/template/v1/script.js +0 -124
- package/bin/v1/commands/Vertical/template/v1/tailwind-3-min.css +0 -1
- package/bin/v1/commands/Vertical/template/v1/tailwind-3.css +0 -1063
- package/bin/v1/commands/WithHeader/steps/AlterJson/updateColumnsConfig.js +0 -35
- package/bin/v1/commands/WithHeader/steps/alterJson.js +0 -66
- package/bin/v1/commands/WithHeader/steps/announce.js +0 -3
- package/bin/v1/commands/WithHeader/steps/checks.js +0 -21
- package/bin/v1/commands/WithHeader/steps/createProject.js +0 -5
- package/bin/v1/commands/WithHeader/steps/locateDestination.js +0 -5
- package/bin/v1/commands/WithHeader/steps/locateSource.js +0 -32
- package/bin/v1/commands/WithHeader/template/v7/Index/Configs/WithSearch/config.json +0 -66
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/BuildTable/callKSSubTable.js +0 -13
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/BuildTable/callKSTable.js +0 -11
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/BuildTable/getKSTableConfig.js +0 -27
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/AfterFetch/status200.js +0 -7
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/AfterFetch/status401.js +0 -23
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/AfterFetch/status409.js +0 -9
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/AfterFetch/url.json +0 -4
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/ShowAllHtmlId/BuildTable/callKSTable.js +0 -9
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/WithSearchHtmlId/BuildTable/callKSTable.js +0 -22
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId/BuildTable/callKSTable.js +0 -22
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId/BuildTable/getKSTableConfig.js +0 -7
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId/clickFunc.js +0 -24
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/start.js +0 -15
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/FetchAsPost/fetchFuncs.js +0 -20
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/FetchAsPost/getUrl.json +0 -3
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/FetchAsPost/start.js +0 -13
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/entryFile.js +0 -16
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/status200.js +0 -7
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/status401.js +0 -23
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/status409.js +0 -9
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/url.json +0 -4
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/fetchFuncs.js +0 -13
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/formSearchParamsFunc.js +0 -8
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/getUrl.json +0 -3
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/start.js +0 -13
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsPost/fetchFuncs.js +0 -20
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsPost/getUrl.json +0 -3
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsPost/start.js +0 -10
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/clickFunc.js +0 -17
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/start.js +0 -11
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/CommonFuncs/afterHeadSave.js +0 -33
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/CommonFuncs/onSuccess.js +0 -13
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/buildHeader.js +0 -12
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/start.js +0 -7
- package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/start.js +0 -5
- package/bin/v1/commands/WithHeader/template/v7/Index/headers.json +0 -62
- package/bin/v1/commands/WithHeader/template/v7/Index/start.js +0 -7
- package/bin/v1/commands/WithHeader/template/v7/index.html +0 -97
- package/bin/v1/commands/WithHeader/template/v7/script.js +0 -44
- package/bin/v1/commands/WithHeader/template/v8/Index/Configs/WithSerial/config.json +0 -63
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/BuildTable/callKSSubTable.js +0 -13
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/BuildTable/callKSTable.js +0 -11
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/BuildTable/formSearchParamsFunc.js +0 -8
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/BuildTable/getKSTableConfig.js +0 -27
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/BuildTable/index.js +0 -34
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/AfterFetch/entryFile.js +0 -7
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/AfterFetch/status200.js +0 -7
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/AfterFetch/status401.js +0 -23
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/AfterFetch/status409.js +0 -9
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/AfterFetch/url.json +0 -4
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/fetchFuncs.js +0 -12
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/getUrl.json +0 -3
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/start.js +0 -13
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/clickFunc.js +0 -46
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/start.js +0 -11
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/ShowAllHtmlId/BuildTable/callKSTable.js +0 -9
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/ShowAllHtmlId/BuildTable/getKSTableConfig.js +0 -7
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/ShowAllHtmlId/clickFunc.js +0 -24
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/ShowAllHtmlId/start.js +0 -11
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/WithSearchHtmlId/BuildTable/callKSTable.js +0 -22
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/WithSearchHtmlId/BuildTable/getKSTableConfig.js +0 -7
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/WithSearchHtmlId/clickFunc.js +0 -24
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/WithSearchHtmlId/start.js +0 -11
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId/BuildTable/callKSTable.js +0 -22
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId/BuildTable/getKSTableConfig.js +0 -7
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId/BuildTable/index.js +0 -10
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId/clickFunc.js +0 -24
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId/start.js +0 -11
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/FetchAsPost/fetchFuncs.js +0 -20
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/FetchAsPost/getUrl.json +0 -3
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/FetchAsPost/start.js +0 -13
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/entryFile.js +0 -16
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/status200.js +0 -7
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/status401.js +0 -23
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/status409.js +0 -9
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/AfterFetch/url.json +0 -4
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/fetchFuncs.js +0 -13
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/formSearchParamsFunc.js +0 -8
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/getUrl.json +0 -3
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsGet/start.js +0 -13
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsPost/fetchFuncs.js +0 -20
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsPost/getUrl.json +0 -3
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/FetchAsPost/start.js +0 -10
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/clickFunc.js +0 -17
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/toTallyId/start.js +0 -11
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/CommonFuncs/afterHeadSave.js +0 -33
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/CommonFuncs/onSuccess.js +0 -13
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/buildHeader.js +0 -12
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/runAfterDomLoad.js +0 -10
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/start.js +0 -7
- package/bin/v1/commands/WithHeader/template/v8/Index/FormLoad/start.js +0 -5
- package/bin/v1/commands/WithHeader/template/v8/Index/headers.json +0 -69
- package/bin/v1/commands/WithHeader/template/v8/Index/start.js +0 -7
- package/bin/v1/commands/WithHeader/template/v8/script.js +0 -44
- package/bin/v1/commands/WithHeader/template/v8/tailwind-3.css +0 -1
- package/bin/v1/commands/headerOnly.js +0 -54
- package/bin/v1/commands/showAll.js +0 -74
- package/bin/v1/commands/showAllWithSerial.js +0 -74
- package/bin/v1/commands/showAllWithSerialSearch.js +0 -74
- package/bin/v1/commands/vertical.js +0 -54
- package/bin/v1/commands/withHeader.js +0 -73
- package/bin/v1/core/parseInput.js +0 -9
- package/bin/v1/start.js +0 -29
- /package/bin/{v1/commands/TableComp/template/v1 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/BuildTable/callKSSubTable.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v1 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/BuildTable/callKSTable.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v1 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/BuildTable/formSearchParamsFunc.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v1 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/BuildTable/getKSTableConfig.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v1 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/BuildTable/index.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v1 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/AfterFetch/entryFile.js +0 -0
- /package/bin/{v1/commands/HeaderOnly/template/v5/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId → v2/commands/TableComp/template/v2/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId}/FetchAsGet/AfterFetch/status200.js +0 -0
- /package/bin/{v1/commands/HeaderOnly/template/v5/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId → v2/commands/TableComp/template/v2/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId}/FetchAsGet/AfterFetch/status401.js +0 -0
- /package/bin/{v1/commands/HeaderOnly/template/v5/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId → v2/commands/TableComp/template/v2/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId}/FetchAsGet/AfterFetch/status409.js +0 -0
- /package/bin/{v1/commands/HeaderOnly/template/v5/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId → v2/commands/TableComp/template/v2/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId}/FetchAsGet/AfterFetch/url.json +0 -0
- /package/bin/{v1/commands/TableComp/template/v1 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/fetchFuncs.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v1 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/getUrl.json +0 -0
- /package/bin/{v1/commands/TableComp/template/v1 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/start.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v1 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/clickFunc.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v1 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/start.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/CreateHtmlId/BuildTable/callKSTable.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/CreateHtmlId/BuildTable/getKSTableConfig.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/ShowAllHtmlId → v2/commands/TableComp/template/v2/Index/FormLoad/DomContentLoaded/AddListeners/CreateHtmlId}/BuildTable/index.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/CreateHtmlId/clickFunc.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/CreateHtmlId/start.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v1 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/ShowAllHtmlId/BuildTable/callKSTable.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v1 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/ShowAllHtmlId/BuildTable/getKSTableConfig.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/WithSearchHtmlId → v2/commands/TableComp/template/v2/Index/FormLoad/DomContentLoaded/AddListeners/ShowAllHtmlId}/BuildTable/index.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v1 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/ShowAllHtmlId/clickFunc.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v1 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/ShowAllHtmlId/start.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v1 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/WithSearchHtmlId/BuildTable/callKSTable.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v1 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/WithSearchHtmlId/BuildTable/getKSTableConfig.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId → v2/commands/TableComp/template/v2/Index/FormLoad/DomContentLoaded/AddListeners/WithSearchHtmlId}/BuildTable/index.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v1 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/WithSearchHtmlId/clickFunc.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v1 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/WithSearchHtmlId/start.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v1 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId/BuildTable/callKSTable.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v1 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId/BuildTable/getKSTableConfig.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v2/Index/FormLoad/DomContentLoaded/AddListeners/ShowAllHtmlId → v2/commands/TableComp/template/v2/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId}/BuildTable/index.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v1 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId/clickFunc.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v1 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId/start.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/start.js +0 -0
- /package/bin/{v1/commands/HeaderOnly/template/v5 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/CommonFuncs/afterHeadSave.js +0 -0
- /package/bin/{v1/commands/HeaderOnly/template/v5 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/CommonFuncs/onSuccess.js +0 -0
- /package/bin/{v1/commands/HeaderOnly/template/v5 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/buildHeader.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v1 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/runAfterDomLoad.js +0 -0
- /package/bin/{v1/commands/HeaderOnly/template/v5 → v2/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/start.js +0 -0
- /package/bin/{v1/commands/HeaderOnly/template/v5 → v2/commands/TableComp/template/v2}/Index/FormLoad/start.js +0 -0
- /package/bin/{v1/commands/HeaderOnly/template/v5 → v2/commands/TableComp/template/v2}/Index/start.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v1 → v2/commands/TableComp/template/v2}/index.html +0 -0
- /package/bin/{v1/commands/TableComp/template/v1 → v2/commands/TableComp/template/v2}/tailwind-3.css +0 -0
- /package/bin/{v1 → v3}/commands/TableComp/steps/AlterJson/updateColumnsConfig.js +0 -0
- /package/bin/{v1/commands/HeaderOnly → v3/commands/TableComp}/steps/alterJson.js +0 -0
- /package/bin/{v1/commands/HeaderOnly → v3/commands/TableComp}/steps/announce.js +0 -0
- /package/bin/{v1/commands/HeaderOnly → v3/commands/TableComp}/steps/checks.js +0 -0
- /package/bin/{v1/commands/HeaderOnly → v3/commands/TableComp}/steps/createProject.js +0 -0
- /package/bin/{v1/commands/HeaderOnly → v3/commands/TableComp}/steps/locateDestination.js +0 -0
- /package/bin/{v1/commands/HeaderOnly → v3/commands/TableComp}/steps/locateSource.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v3/commands/TableComp/template/v1}/Index/Configs/Create/config.json +0 -0
- /package/bin/{v1 → v3}/commands/TableComp/template/v1/Index/Configs/ShowAll/config.json +0 -0
- /package/bin/{v1 → v3}/commands/TableComp/template/v1/Index/Configs/WithSearch/config.json +0 -0
- /package/bin/{v1 → v3}/commands/TableComp/template/v1/Index/Configs/WithSerial/config.json +0 -0
- /package/bin/{v1/commands/TableComp/template/v2 → v3/commands/TableComp/template/v1}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/BuildTable/callKSSubTable.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v2 → v3/commands/TableComp/template/v1}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/BuildTable/callKSTable.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v2 → v3/commands/TableComp/template/v1}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/BuildTable/formSearchParamsFunc.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v2 → v3/commands/TableComp/template/v1}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/BuildTable/getKSTableConfig.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v2 → v3/commands/TableComp/template/v1}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/BuildTable/index.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v2 → v3/commands/TableComp/template/v1}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/AfterFetch/entryFile.js +0 -0
- /package/bin/{v1/commands/HeaderOnly/template/v5/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems → v3/commands/TableComp/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet}/AfterFetch/status200.js +0 -0
- /package/bin/{v1/commands/HeaderOnly/template/v5/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems → v3/commands/TableComp/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet}/AfterFetch/status401.js +0 -0
- /package/bin/{v1/commands/HeaderOnly/template/v5/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems → v3/commands/TableComp/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet}/AfterFetch/status409.js +0 -0
- /package/bin/{v1/commands/HeaderOnly/template/v5/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems → v3/commands/TableComp/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet}/AfterFetch/url.json +0 -0
- /package/bin/{v1/commands/TableComp/template/v2 → v3/commands/TableComp/template/v1}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/fetchFuncs.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v2 → v3/commands/TableComp/template/v1}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/getUrl.json +0 -0
- /package/bin/{v1/commands/TableComp/template/v2 → v3/commands/TableComp/template/v1}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/start.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v2 → v3/commands/TableComp/template/v1}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/clickFunc.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v2 → v3/commands/TableComp/template/v1}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/start.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v2/Index/FormLoad/DomContentLoaded/AddListeners/WithSearchHtmlId → v3/commands/TableComp/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/CreateHtmlId}/BuildTable/index.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v2 → v3/commands/TableComp/template/v1}/Index/FormLoad/DomContentLoaded/AddListeners/ShowAllHtmlId/BuildTable/callKSTable.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v2 → v3/commands/TableComp/template/v1}/Index/FormLoad/DomContentLoaded/AddListeners/ShowAllHtmlId/BuildTable/getKSTableConfig.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v2/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId → v3/commands/TableComp/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/ShowAllHtmlId}/BuildTable/index.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v2 → v3/commands/TableComp/template/v1}/Index/FormLoad/DomContentLoaded/AddListeners/ShowAllHtmlId/clickFunc.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v2 → v3/commands/TableComp/template/v1}/Index/FormLoad/DomContentLoaded/AddListeners/ShowAllHtmlId/start.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v2 → v3/commands/TableComp/template/v1}/Index/FormLoad/DomContentLoaded/AddListeners/WithSearchHtmlId/BuildTable/callKSTable.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v2 → v3/commands/TableComp/template/v1}/Index/FormLoad/DomContentLoaded/AddListeners/WithSearchHtmlId/BuildTable/getKSTableConfig.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/AddListeners/CreateHtmlId → v3/commands/TableComp/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/WithSearchHtmlId}/BuildTable/index.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v2 → v3/commands/TableComp/template/v1}/Index/FormLoad/DomContentLoaded/AddListeners/WithSearchHtmlId/clickFunc.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v2 → v3/commands/TableComp/template/v1}/Index/FormLoad/DomContentLoaded/AddListeners/WithSearchHtmlId/start.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v2 → v3/commands/TableComp/template/v1}/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId/BuildTable/callKSTable.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v2 → v3/commands/TableComp/template/v1}/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId/BuildTable/getKSTableConfig.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/AddListeners/ShowAllHtmlId → v3/commands/TableComp/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId}/BuildTable/index.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v2 → v3/commands/TableComp/template/v1}/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId/clickFunc.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v2 → v3/commands/TableComp/template/v1}/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId/start.js +0 -0
- /package/bin/{v1/commands/HeaderOnly/template/v6 → v3/commands/TableComp/template/v1}/Index/FormLoad/DomContentLoaded/CommonFuncs/afterHeadSave.js +0 -0
- /package/bin/{v1/commands/HeaderOnly/template/v6 → v3/commands/TableComp/template/v1}/Index/FormLoad/DomContentLoaded/CommonFuncs/onSuccess.js +0 -0
- /package/bin/{v1/commands/HeaderOnly/template/v6 → v3/commands/TableComp/template/v1}/Index/FormLoad/DomContentLoaded/buildHeader.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v2 → v3/commands/TableComp/template/v1}/Index/FormLoad/DomContentLoaded/runAfterDomLoad.js +0 -0
- /package/bin/{v1/commands/HeaderOnly/template/v6 → v3/commands/TableComp/template/v1}/Index/FormLoad/DomContentLoaded/start.js +0 -0
- /package/bin/{v1/commands/HeaderOnly/template/v6 → v3/commands/TableComp/template/v1}/Index/FormLoad/start.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v3/commands/TableComp/template/v1}/Index/headers.json +0 -0
- /package/bin/{v1/commands/HeaderOnly/template/v6 → v3/commands/TableComp/template/v1}/Index/start.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v2 → v3/commands/TableComp/template/v1}/index.html +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v3/commands/TableComp/template/v1}/script.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v2 → v3/commands/TableComp/template/v1}/tailwind-3.css +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v3/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/BuildTable/callKSSubTable.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v3/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/BuildTable/callKSTable.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v3/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/BuildTable/formSearchParamsFunc.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v3/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/BuildTable/getKSTableConfig.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v3/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/BuildTable/index.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v3/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/AfterFetch/entryFile.js +0 -0
- /package/bin/{v1/commands/HeaderOnly/template/v6/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId → v3/commands/TableComp/template/v2/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId}/FetchAsGet/AfterFetch/status200.js +0 -0
- /package/bin/{v1/commands/HeaderOnly/template/v6/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId → v3/commands/TableComp/template/v2/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId}/FetchAsGet/AfterFetch/status401.js +0 -0
- /package/bin/{v1/commands/HeaderOnly/template/v6/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId → v3/commands/TableComp/template/v2/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId}/FetchAsGet/AfterFetch/status409.js +0 -0
- /package/bin/{v1/commands/HeaderOnly/template/v6/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId → v3/commands/TableComp/template/v2/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId}/FetchAsGet/AfterFetch/url.json +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v3/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/fetchFuncs.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v3/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/getUrl.json +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v3/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/start.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v3/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/clickFunc.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v3/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/start.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/AddListeners/WithSearchHtmlId → v3/commands/TableComp/template/v2/Index/FormLoad/DomContentLoaded/AddListeners/CreateHtmlId}/BuildTable/index.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v3/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/ShowAllHtmlId/BuildTable/callKSTable.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v3/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/ShowAllHtmlId/BuildTable/getKSTableConfig.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId → v3/commands/TableComp/template/v2/Index/FormLoad/DomContentLoaded/AddListeners/ShowAllHtmlId}/BuildTable/index.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v3/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/ShowAllHtmlId/clickFunc.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v3/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/ShowAllHtmlId/start.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v3/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/WithSearchHtmlId/BuildTable/callKSTable.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v3/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/WithSearchHtmlId/BuildTable/getKSTableConfig.js +0 -0
- /package/bin/{v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/ShowAllHtmlId → v3/commands/TableComp/template/v2/Index/FormLoad/DomContentLoaded/AddListeners/WithSearchHtmlId}/BuildTable/index.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v3/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/WithSearchHtmlId/clickFunc.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v3/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/WithSearchHtmlId/start.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v3/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId/BuildTable/callKSTable.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v3/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId/BuildTable/getKSTableConfig.js +0 -0
- /package/bin/{v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/WithSearchHtmlId → v3/commands/TableComp/template/v2/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId}/BuildTable/index.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v3/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId/clickFunc.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v3/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId/start.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v1 → v3/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/CommonFuncs/afterHeadSave.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v1 → v3/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/CommonFuncs/onSuccess.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v1 → v3/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/buildHeader.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v3/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/runAfterDomLoad.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v1 → v3/commands/TableComp/template/v2}/Index/FormLoad/DomContentLoaded/start.js +0 -0
- /package/bin/{v1/commands/ShowAll/template/v1 → v3/commands/TableComp/template/v2}/Index/FormLoad/start.js +0 -0
- /package/bin/{v1/commands/ShowAll/template/v1 → v3/commands/TableComp/template/v2}/Index/start.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v3/commands/TableComp/template/v2}/index.html +0 -0
- /package/bin/{v1/commands/TableComp/template/v3 → v3/commands/TableComp/template/v2}/tailwind-3.css +0 -0
- /package/bin/{v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/CreateHtmlId → v3/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId}/BuildTable/callKSSubTable.js +0 -0
- /package/bin/{v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/CreateHtmlId → v3/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId}/BuildTable/callKSTable.js +0 -0
- /package/bin/{v1/commands/WithHeader/template/v7 → v3/commands/TableComp/template/v3}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/BuildTable/formSearchParamsFunc.js +0 -0
- /package/bin/{v1/commands/Vertical/template/v1/Index/FormLoad/DomContentLoaded/AddListeners/CreateHtmlId → v3/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId}/BuildTable/getKSTableConfig.js +0 -0
- /package/bin/{v1/commands/WithHeader/template/v7 → v3/commands/TableComp/template/v3}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/BuildTable/index.js +0 -0
- /package/bin/{v1/commands/WithHeader/template/v7 → v3/commands/TableComp/template/v3}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/AfterFetch/entryFile.js +0 -0
- /package/bin/{v1/commands/HeaderOnly/template/v6/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems → v3/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet}/AfterFetch/status200.js +0 -0
- /package/bin/{v1/commands/HeaderOnly/template/v6/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems → v3/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet}/AfterFetch/status401.js +0 -0
- /package/bin/{v1/commands/HeaderOnly/template/v6/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems → v3/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet}/AfterFetch/status409.js +0 -0
- /package/bin/{v1/commands/HeaderOnly/template/v6/Index/FormLoad/DomContentLoaded/AddListeners/ImportHtmlId/FetchStockItems → v3/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet}/AfterFetch/url.json +0 -0
- /package/bin/{v1/commands/WithHeader/template/v7 → v3/commands/TableComp/template/v3}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/fetchFuncs.js +0 -0
- /package/bin/{v1/commands/WithHeader/template/v7 → v3/commands/TableComp/template/v3}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/getUrl.json +0 -0
- /package/bin/{v1/commands/WithHeader/template/v7 → v3/commands/TableComp/template/v3}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/FetchAsGet/start.js +0 -0
- /package/bin/{v1/commands/WithHeader/template/v7 → v3/commands/TableComp/template/v3}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/clickFunc.js +0 -0
- /package/bin/{v1/commands/WithHeader/template/v7 → v3/commands/TableComp/template/v3}/Index/FormLoad/DomContentLoaded/AddListeners/AddItemHtmlId/start.js +0 -0
- /package/bin/{v1/commands/WithHeader/template/v7 → v3/commands/TableComp/template/v3}/Index/FormLoad/DomContentLoaded/AddListeners/ShowAllHtmlId/BuildTable/getKSTableConfig.js +0 -0
- /package/bin/{v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId → v3/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/AddListeners/ShowAllHtmlId}/BuildTable/index.js +0 -0
- /package/bin/{v1/commands/WithHeader/template/v7 → v3/commands/TableComp/template/v3}/Index/FormLoad/DomContentLoaded/AddListeners/ShowAllHtmlId/start.js +0 -0
- /package/bin/{v1/commands/WithHeader/template/v7 → v3/commands/TableComp/template/v3}/Index/FormLoad/DomContentLoaded/AddListeners/WithSearchHtmlId/BuildTable/getKSTableConfig.js +0 -0
- /package/bin/{v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/ShowAllHtmlId → v3/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/AddListeners/WithSearchHtmlId}/BuildTable/index.js +0 -0
- /package/bin/{v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/ShowAllHtmlId → v3/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/AddListeners/WithSearchHtmlId}/clickFunc.js +0 -0
- /package/bin/{v1/commands/WithHeader/template/v7 → v3/commands/TableComp/template/v3}/Index/FormLoad/DomContentLoaded/AddListeners/WithSearchHtmlId/start.js +0 -0
- /package/bin/{v1/commands/WithHeader/template/v8/Index/FormLoad/DomContentLoaded/AddListeners/WithSearchHtmlId → v3/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId}/BuildTable/index.js +0 -0
- /package/bin/{v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/AddListeners/WithSearchHtmlId → v3/commands/TableComp/template/v3/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId}/clickFunc.js +0 -0
- /package/bin/{v1/commands/WithHeader/template/v7 → v3/commands/TableComp/template/v3}/Index/FormLoad/DomContentLoaded/AddListeners/WithSerialHtmlId/start.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v2 → v3/commands/TableComp/template/v3}/Index/FormLoad/DomContentLoaded/CommonFuncs/afterHeadSave.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v2 → v3/commands/TableComp/template/v3}/Index/FormLoad/DomContentLoaded/CommonFuncs/onSuccess.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v2 → v3/commands/TableComp/template/v3}/Index/FormLoad/DomContentLoaded/buildHeader.js +0 -0
- /package/bin/{v1/commands/TableComp/template/v2 → v3/commands/TableComp/template/v3}/Index/FormLoad/DomContentLoaded/start.js +0 -0
- /package/bin/{v1/commands/ShowAll/template/v2 → v3/commands/TableComp/template/v3}/Index/FormLoad/start.js +0 -0
- /package/bin/{v1/commands/ShowAll/template/v2 → v3/commands/TableComp/template/v3}/Index/start.js +0 -0
- /package/bin/{v1/commands/WithHeader/template/v7 → v3/commands/TableComp/template/v3}/tailwind-3.css +0 -0
- /package/bin/{v1 → v3}/commands/tableComp.js +0 -0
- /package/bin/{v1 → v3}/core/getAllVersions.js +0 -0
- /package/bin/{v1 → v3}/core/resolveCommand.js +0 -0
- /package/bin/{v1 → v3}/core/showUsage.js +0 -0
|
@@ -32,29 +32,10 @@ const getShowAllConfigPath = ({ inDestination }) => {
|
|
|
32
32
|
);
|
|
33
33
|
};
|
|
34
34
|
|
|
35
|
-
const
|
|
36
|
-
|
|
35
|
+
const startFunc = ({ inDestination, tableName, fromConfigPath, showLog = false }) => {
|
|
36
|
+
console.log("aaaaaa : ", inDestination, tableName, fromConfigPath, showLog);
|
|
37
37
|
|
|
38
|
-
for (const folder of folders) {
|
|
39
|
-
if (!folder.isDirectory()) continue;
|
|
40
38
|
|
|
41
|
-
const configPath = path.join(
|
|
42
|
-
configRoot,
|
|
43
|
-
folder.name,
|
|
44
|
-
"config.json"
|
|
45
|
-
);
|
|
46
|
-
|
|
47
|
-
if (!fs.existsSync(configPath)) continue;
|
|
48
|
-
|
|
49
|
-
const config = readJson(configPath);
|
|
50
|
-
|
|
51
|
-
config.columnsConfig = columnsConfig;
|
|
52
|
-
|
|
53
|
-
writeJson(configPath, config);
|
|
54
|
-
};
|
|
55
|
-
};
|
|
56
|
-
|
|
57
|
-
const startFunc = ({ inDestination, inToPath, tableName, fromConfigPath, showLog = false }) => {
|
|
58
39
|
const columnsConfig = getSchemaConfig({ fromConfigPath, tableName, showLog });
|
|
59
40
|
|
|
60
41
|
const configRoot = getShowAllConfigPath({ inDestination });
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const onSuccessFunc = async (res) => {
|
|
2
|
+
if (res.status === 200) {
|
|
3
|
+
let jVarLocalShowAllHtmlId = document.getElementById('ShowAllHtmlId');
|
|
4
|
+
jVarLocalShowAllHtmlId.click();
|
|
5
|
+
};
|
|
6
|
+
};
|
|
7
|
+
|
|
8
|
+
export const getKSTableConfig = async () => {
|
|
9
|
+
const config = await fetch("./Index/Configs/Create/config.json");
|
|
10
|
+
// debugger;
|
|
11
|
+
const configJson = await config.json();
|
|
12
|
+
|
|
13
|
+
configJson.callbacks.vertical.onSuccess = onSuccessFunc;
|
|
14
|
+
|
|
15
|
+
return configJson;
|
|
16
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import buildTable from "./BuildTable/index.js";
|
|
2
|
+
|
|
3
|
+
const clickFuncToRun = ({ inCurrentTarget }) => {
|
|
4
|
+
// console.log("inCurrentTarget : ", inCurrentTarget);
|
|
5
|
+
applyActive({ inCurrentTarget });
|
|
6
|
+
// inCurrentTarget.classList.add("active");
|
|
7
|
+
// debugger;
|
|
8
|
+
buildTable().then();
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
const applyActive = ({ inCurrentTarget }) => {
|
|
12
|
+
const localCurrentTarget = inCurrentTarget;
|
|
13
|
+
|
|
14
|
+
const menu = localCurrentTarget.closest("#menu");
|
|
15
|
+
|
|
16
|
+
menu.querySelectorAll("li a.active")
|
|
17
|
+
.forEach(a => a.classList.remove("active"));
|
|
18
|
+
|
|
19
|
+
localCurrentTarget.classList.add("active");
|
|
20
|
+
|
|
21
|
+
localCurrentTarget.classList.add("active");
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export { clickFuncToRun };
|
|
@@ -2,7 +2,7 @@ import { clickFuncToRun } from "./clickFunc.js";
|
|
|
2
2
|
|
|
3
3
|
const funcToRun = () => {
|
|
4
4
|
const htmlElement = document.getElementById('CreateHtmlId');
|
|
5
|
-
|
|
5
|
+
// debugger;
|
|
6
6
|
htmlElement.addEventListener("click", (event) =>
|
|
7
7
|
clickFuncToRun({ inCurrentTarget: event.currentTarget })
|
|
8
8
|
);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import showAllHtmlId from "./ShowAllHtmlId/start.js";
|
|
2
2
|
import withSerialHtmlId from "./WithSerialHtmlId/start.js";
|
|
3
3
|
import withSearchHtmlId from "./WithSearchHtmlId/start.js";
|
|
4
|
+
import createHtmlId from "./CreateHtmlId/start.js";
|
|
4
5
|
// import { funcToRun as addItemHtmlId } from "./AddItemHtmlId/start.js";
|
|
5
6
|
// import { funcToRun as toTallyId } from "./toTallyId/start.js";
|
|
6
7
|
|
|
@@ -8,6 +9,7 @@ const hookAllListeners = () => {
|
|
|
8
9
|
showAllHtmlId();
|
|
9
10
|
withSerialHtmlId();
|
|
10
11
|
withSearchHtmlId();
|
|
12
|
+
createHtmlId();
|
|
11
13
|
// addItemHtmlId();
|
|
12
14
|
// toTallyId();
|
|
13
15
|
};
|
|
@@ -1,60 +1,65 @@
|
|
|
1
|
-
{
|
|
2
|
-
"containerId": "kSTableContainer",
|
|
3
|
-
"tableName": "",
|
|
4
|
-
"mode": "create",
|
|
5
|
-
"layout": {
|
|
6
|
-
"verticalPosition": "top",
|
|
7
|
-
"type": "table"
|
|
8
|
-
},
|
|
9
|
-
"endPoints": {
|
|
10
|
-
"create": "",
|
|
11
|
-
"update": "",
|
|
12
|
-
"delete": "",
|
|
13
|
-
"read": "/Api/V1/LedgerNames/ShowAll",
|
|
14
|
-
"find": "",
|
|
15
|
-
"filter": "",
|
|
16
|
-
"dataLists": {}
|
|
17
|
-
},
|
|
18
|
-
"options": {
|
|
19
|
-
"enabledSections": [
|
|
20
|
-
"vertical",
|
|
21
|
-
"table",
|
|
22
|
-
"footer"
|
|
23
|
-
]
|
|
24
|
-
},
|
|
25
|
-
"columnsConfig": [
|
|
26
|
-
{
|
|
27
|
-
"columnName": "LedgerName",
|
|
28
|
-
"title": "LedgerName",
|
|
29
|
-
"cellConfig": {
|
|
30
|
-
"width": "150px"
|
|
31
|
-
},
|
|
32
|
-
"isSearchable": false,
|
|
33
|
-
"dataListSource": "Dates.Date"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"columnName": "LedgerParentName",
|
|
37
|
-
"title": "Parent Name",
|
|
38
|
-
"cellConfig": {
|
|
39
|
-
"width": "100px"
|
|
40
|
-
},
|
|
41
|
-
"isSearchable": false,
|
|
42
|
-
"dataListSource": "AccountNames.AccountName"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"columnName": "GstRegistrationType",
|
|
46
|
-
"title": "Registration Type",
|
|
47
|
-
"cellConfig": {
|
|
48
|
-
"width": "100px"
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"columnName": "PartyGSTIN",
|
|
53
|
-
"title": "GSTIN",
|
|
54
|
-
"cellConfig": {
|
|
55
|
-
"width": "100px",
|
|
56
|
-
"tableFooter": {}
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
]
|
|
1
|
+
{
|
|
2
|
+
"containerId": "kSTableContainer",
|
|
3
|
+
"tableName": "",
|
|
4
|
+
"mode": "create",
|
|
5
|
+
"layout": {
|
|
6
|
+
"verticalPosition": "top",
|
|
7
|
+
"type": "table"
|
|
8
|
+
},
|
|
9
|
+
"endPoints": {
|
|
10
|
+
"create": "/Api/V1/StockItems/Insert",
|
|
11
|
+
"update": "",
|
|
12
|
+
"delete": "",
|
|
13
|
+
"read": "/Api/V1/LedgerNames/ShowAll",
|
|
14
|
+
"find": "",
|
|
15
|
+
"filter": "",
|
|
16
|
+
"dataLists": {}
|
|
17
|
+
},
|
|
18
|
+
"options": {
|
|
19
|
+
"enabledSections": [
|
|
20
|
+
"vertical",
|
|
21
|
+
"table",
|
|
22
|
+
"footer"
|
|
23
|
+
]
|
|
24
|
+
},
|
|
25
|
+
"columnsConfig": [
|
|
26
|
+
{
|
|
27
|
+
"columnName": "LedgerName",
|
|
28
|
+
"title": "LedgerName",
|
|
29
|
+
"cellConfig": {
|
|
30
|
+
"width": "150px"
|
|
31
|
+
},
|
|
32
|
+
"isSearchable": false,
|
|
33
|
+
"dataListSource": "Dates.Date"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"columnName": "LedgerParentName",
|
|
37
|
+
"title": "Parent Name",
|
|
38
|
+
"cellConfig": {
|
|
39
|
+
"width": "100px"
|
|
40
|
+
},
|
|
41
|
+
"isSearchable": false,
|
|
42
|
+
"dataListSource": "AccountNames.AccountName"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"columnName": "GstRegistrationType",
|
|
46
|
+
"title": "Registration Type",
|
|
47
|
+
"cellConfig": {
|
|
48
|
+
"width": "100px"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"columnName": "PartyGSTIN",
|
|
53
|
+
"title": "GSTIN",
|
|
54
|
+
"cellConfig": {
|
|
55
|
+
"width": "100px",
|
|
56
|
+
"tableFooter": {}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
"callbacks": {
|
|
61
|
+
"vertical": {
|
|
62
|
+
"onSuccess": "func"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
60
65
|
}
|
|
@@ -1,60 +1,60 @@
|
|
|
1
|
-
{
|
|
2
|
-
"containerId": "kSTableContainer",
|
|
3
|
-
"tableName": "",
|
|
4
|
-
"mode": "create",
|
|
5
|
-
"layout": {
|
|
6
|
-
"verticalPosition": "top",
|
|
7
|
-
"type": "table"
|
|
8
|
-
},
|
|
9
|
-
"endPoints": {
|
|
10
|
-
"create": "",
|
|
11
|
-
"update": "",
|
|
12
|
-
"delete": "",
|
|
13
|
-
"read": "/Api/V4/LedgerNames/ShowAll",
|
|
14
|
-
"find": "",
|
|
15
|
-
"filter": "",
|
|
16
|
-
"dataLists": {}
|
|
17
|
-
},
|
|
18
|
-
"options": {
|
|
19
|
-
"enabledSections": [
|
|
20
|
-
"vertical",
|
|
21
|
-
"table",
|
|
22
|
-
"footer"
|
|
23
|
-
]
|
|
24
|
-
},
|
|
25
|
-
"columnsConfig": [
|
|
26
|
-
{
|
|
27
|
-
"columnName": "LedgerName",
|
|
28
|
-
"title": "LedgerName",
|
|
29
|
-
"cellConfig": {
|
|
30
|
-
"width": "150px"
|
|
31
|
-
},
|
|
32
|
-
"isSearchable": false,
|
|
33
|
-
"dataListSource": "Dates.Date"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"columnName": "LedgerParentName",
|
|
37
|
-
"title": "Parent Name",
|
|
38
|
-
"cellConfig": {
|
|
39
|
-
"width": "100px"
|
|
40
|
-
},
|
|
41
|
-
"isSearchable": false,
|
|
42
|
-
"dataListSource": "AccountNames.AccountName"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"columnName": "GstRegistrationType",
|
|
46
|
-
"title": "Registration Type",
|
|
47
|
-
"cellConfig": {
|
|
48
|
-
"width": "100px"
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"columnName": "PartyGSTIN",
|
|
53
|
-
"title": "GSTIN",
|
|
54
|
-
"cellConfig": {
|
|
55
|
-
"width": "100px",
|
|
56
|
-
"tableFooter": {}
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
]
|
|
1
|
+
{
|
|
2
|
+
"containerId": "kSTableContainer",
|
|
3
|
+
"tableName": "",
|
|
4
|
+
"mode": "create",
|
|
5
|
+
"layout": {
|
|
6
|
+
"verticalPosition": "top",
|
|
7
|
+
"type": "table"
|
|
8
|
+
},
|
|
9
|
+
"endPoints": {
|
|
10
|
+
"create": "",
|
|
11
|
+
"update": "",
|
|
12
|
+
"delete": "",
|
|
13
|
+
"read": "/Api/V4/LedgerNames/ShowAll",
|
|
14
|
+
"find": "",
|
|
15
|
+
"filter": "",
|
|
16
|
+
"dataLists": {}
|
|
17
|
+
},
|
|
18
|
+
"options": {
|
|
19
|
+
"enabledSections": [
|
|
20
|
+
"vertical",
|
|
21
|
+
"table",
|
|
22
|
+
"footer"
|
|
23
|
+
]
|
|
24
|
+
},
|
|
25
|
+
"columnsConfig": [
|
|
26
|
+
{
|
|
27
|
+
"columnName": "LedgerName",
|
|
28
|
+
"title": "LedgerName",
|
|
29
|
+
"cellConfig": {
|
|
30
|
+
"width": "150px"
|
|
31
|
+
},
|
|
32
|
+
"isSearchable": false,
|
|
33
|
+
"dataListSource": "Dates.Date"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"columnName": "LedgerParentName",
|
|
37
|
+
"title": "Parent Name",
|
|
38
|
+
"cellConfig": {
|
|
39
|
+
"width": "100px"
|
|
40
|
+
},
|
|
41
|
+
"isSearchable": false,
|
|
42
|
+
"dataListSource": "AccountNames.AccountName"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"columnName": "GstRegistrationType",
|
|
46
|
+
"title": "Registration Type",
|
|
47
|
+
"cellConfig": {
|
|
48
|
+
"width": "100px"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"columnName": "PartyGSTIN",
|
|
53
|
+
"title": "GSTIN",
|
|
54
|
+
"cellConfig": {
|
|
55
|
+
"width": "100px",
|
|
56
|
+
"tableFooter": {}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
]
|
|
60
60
|
}
|
|
@@ -1,66 +1,69 @@
|
|
|
1
|
-
{
|
|
2
|
-
"containerId": "kSTableContainer",
|
|
3
|
-
"tableName": "Ledger Names",
|
|
4
|
-
"mode": "create",
|
|
5
|
-
"layout": {
|
|
6
|
-
"verticalPosition": "top",
|
|
7
|
-
"type": "table"
|
|
8
|
-
},
|
|
9
|
-
"endPoints": {
|
|
10
|
-
"create": "",
|
|
11
|
-
"update": "",
|
|
12
|
-
"delete": "",
|
|
13
|
-
"read": "/Api/V1/LedgerNames/ShowAll",
|
|
14
|
-
"find": "",
|
|
15
|
-
"filter": "",
|
|
16
|
-
"dataLists": {}
|
|
17
|
-
},
|
|
18
|
-
"options": {
|
|
19
|
-
"firstRow": {
|
|
20
|
-
"showSearch": true
|
|
21
|
-
},
|
|
22
|
-
"enabledSections": [
|
|
23
|
-
"vertical",
|
|
24
|
-
"table",
|
|
25
|
-
"footer"
|
|
26
|
-
],
|
|
27
|
-
"table": {
|
|
28
|
-
"showSerial": true
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
"
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
"
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
"
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
1
|
+
{
|
|
2
|
+
"containerId": "kSTableContainer",
|
|
3
|
+
"tableName": "Ledger Names",
|
|
4
|
+
"mode": "create",
|
|
5
|
+
"layout": {
|
|
6
|
+
"verticalPosition": "top",
|
|
7
|
+
"type": "table"
|
|
8
|
+
},
|
|
9
|
+
"endPoints": {
|
|
10
|
+
"create": "",
|
|
11
|
+
"update": "",
|
|
12
|
+
"delete": "",
|
|
13
|
+
"read": "/Api/V1/LedgerNames/ShowAll",
|
|
14
|
+
"find": "",
|
|
15
|
+
"filter": "",
|
|
16
|
+
"dataLists": {}
|
|
17
|
+
},
|
|
18
|
+
"options": {
|
|
19
|
+
"firstRow": {
|
|
20
|
+
"showSearch": true
|
|
21
|
+
},
|
|
22
|
+
"enabledSections": [
|
|
23
|
+
"vertical",
|
|
24
|
+
"table",
|
|
25
|
+
"footer"
|
|
26
|
+
],
|
|
27
|
+
"table": {
|
|
28
|
+
"showSerial": true,
|
|
29
|
+
"showFooterRows": true,
|
|
30
|
+
"showBalance": true,
|
|
31
|
+
"showTotals": true
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"columnsConfig": [
|
|
35
|
+
{
|
|
36
|
+
"columnName": "LedgerName",
|
|
37
|
+
"title": "LedgerName",
|
|
38
|
+
"cellConfig": {
|
|
39
|
+
"width": "150px"
|
|
40
|
+
},
|
|
41
|
+
"isSearchable": false,
|
|
42
|
+
"dataListSource": "Dates.Date"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"columnName": "LedgerParentName",
|
|
46
|
+
"title": "Parent Name",
|
|
47
|
+
"cellConfig": {
|
|
48
|
+
"width": "100px"
|
|
49
|
+
},
|
|
50
|
+
"isSearchable": false,
|
|
51
|
+
"dataListSource": "AccountNames.AccountName"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"columnName": "GstRegistrationType",
|
|
55
|
+
"title": "Registration Type",
|
|
56
|
+
"cellConfig": {
|
|
57
|
+
"width": "100px"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"columnName": "PartyGSTIN",
|
|
62
|
+
"title": "GSTIN",
|
|
63
|
+
"cellConfig": {
|
|
64
|
+
"width": "100px",
|
|
65
|
+
"tableFooter": {}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
]
|
|
66
69
|
}
|
|
@@ -1,62 +1,63 @@
|
|
|
1
|
-
{
|
|
2
|
-
"containerId": "kSTableContainer",
|
|
3
|
-
"tableName": "",
|
|
4
|
-
"mode": "create",
|
|
5
|
-
"layout": {
|
|
6
|
-
"verticalPosition": "top",
|
|
7
|
-
"type": "table"
|
|
8
|
-
},
|
|
9
|
-
"endPoints": {
|
|
10
|
-
"create": "",
|
|
11
|
-
"update": "",
|
|
12
|
-
"delete": "",
|
|
13
|
-
"read": "/Api/V4/LedgerNames/ShowAll",
|
|
14
|
-
"find": "",
|
|
15
|
-
"filter": "",
|
|
16
|
-
"dataLists": {}
|
|
17
|
-
},
|
|
18
|
-
"options": {
|
|
19
|
-
"enabledSections": [
|
|
20
|
-
"vertical",
|
|
21
|
-
"table",
|
|
22
|
-
"footer"
|
|
23
|
-
],
|
|
24
|
-
"table": {
|
|
25
|
-
"showSerial": true
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
"columnsConfig": [
|
|
29
|
-
{
|
|
30
|
-
"columnName": "LedgerName",
|
|
31
|
-
"
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
"
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
|
|
58
|
-
"
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
1
|
+
{
|
|
2
|
+
"containerId": "kSTableContainer",
|
|
3
|
+
"tableName": "",
|
|
4
|
+
"mode": "create",
|
|
5
|
+
"layout": {
|
|
6
|
+
"verticalPosition": "top",
|
|
7
|
+
"type": "table"
|
|
8
|
+
},
|
|
9
|
+
"endPoints": {
|
|
10
|
+
"create": "",
|
|
11
|
+
"update": "",
|
|
12
|
+
"delete": "",
|
|
13
|
+
"read": "/Api/V4/LedgerNames/ShowAll",
|
|
14
|
+
"find": "",
|
|
15
|
+
"filter": "",
|
|
16
|
+
"dataLists": {}
|
|
17
|
+
},
|
|
18
|
+
"options": {
|
|
19
|
+
"enabledSections": [
|
|
20
|
+
"vertical",
|
|
21
|
+
"table",
|
|
22
|
+
"footer"
|
|
23
|
+
],
|
|
24
|
+
"table": {
|
|
25
|
+
"showSerial": true
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"columnsConfig": [
|
|
29
|
+
{
|
|
30
|
+
"columnName": "LedgerName",
|
|
31
|
+
"title": "LedgerName",
|
|
32
|
+
"cellConfig": {
|
|
33
|
+
"width": "150px"
|
|
34
|
+
},
|
|
35
|
+
"isSearchable": false,
|
|
36
|
+
"dataListSource": "Dates.Date"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"columnName": "LedgerParentName",
|
|
40
|
+
"title": "Parent Name",
|
|
41
|
+
"cellConfig": {
|
|
42
|
+
"width": "100px"
|
|
43
|
+
},
|
|
44
|
+
"isSearchable": false,
|
|
45
|
+
"dataListSource": "AccountNames.AccountName"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"columnName": "GstRegistrationType",
|
|
49
|
+
"title": "Registration Type",
|
|
50
|
+
"cellConfig": {
|
|
51
|
+
"width": "100px"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"columnName": "PartyGSTIN",
|
|
56
|
+
"title": "GSTIN",
|
|
57
|
+
"cellConfig": {
|
|
58
|
+
"width": "100px",
|
|
59
|
+
"tableFooter": {}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
]
|
|
62
63
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const onSuccessFunc = async (res) => {
|
|
2
|
+
if (res.status === 200) {
|
|
3
|
+
let jVarLocalShowAllHtmlId = document.getElementById('ShowAllHtmlId');
|
|
4
|
+
jVarLocalShowAllHtmlId.click();
|
|
5
|
+
};
|
|
6
|
+
};
|
|
7
|
+
|
|
8
|
+
export const getKSTableConfig = async () => {
|
|
9
|
+
const config = await fetch("./Index/Configs/Create/config.json");
|
|
10
|
+
// debugger;
|
|
11
|
+
const configJson = await config.json();
|
|
12
|
+
|
|
13
|
+
configJson.callbacks.vertical.onSuccess = onSuccessFunc;
|
|
14
|
+
|
|
15
|
+
return configJson;
|
|
16
|
+
};
|