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
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { startFetchAsGet } from "./FetchAsGet/start.js";
|
|
2
|
-
|
|
3
|
-
const clickFuncToRun = ({ inCurrentTarget }) => {
|
|
4
|
-
const localCurrentTarget = inCurrentTarget;
|
|
5
|
-
if (localCurrentTarget.classList.contains("danger")) {
|
|
6
|
-
alert("already posted to tally");
|
|
7
|
-
|
|
8
|
-
return;
|
|
9
|
-
};
|
|
10
|
-
// applyActive({ inCurrentTarget });
|
|
11
|
-
|
|
12
|
-
const pkToPost = document.getElementById("htmlId").innerHTML;
|
|
13
|
-
|
|
14
|
-
startFetchAsGet({ inPk: pkToPost, inCurrentTarget });
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export { clickFuncToRun };
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { clickFuncToRun } from "./clickFunc.js";
|
|
2
|
-
|
|
3
|
-
const funcToRun = () => {
|
|
4
|
-
const htmlElement = document.getElementById('toTallyId');
|
|
5
|
-
|
|
6
|
-
htmlElement.addEventListener("click", (event) =>
|
|
7
|
-
clickFuncToRun({ inCurrentTarget: event.currentTarget })
|
|
8
|
-
);
|
|
9
|
-
};
|
|
10
|
-
|
|
11
|
-
export { funcToRun };
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import onSuccessFunc from "./onSuccess.js";
|
|
2
|
-
|
|
3
|
-
const afterHeadSave = async (inPk) => {
|
|
4
|
-
const config = await fetch("Index/Configs/AddItem/config.json");
|
|
5
|
-
const configJson = await config.json();
|
|
6
|
-
|
|
7
|
-
configJson.endPoints.findFromParams = configJson.endPoints.findFromParams.replace("{pk}", inPk);
|
|
8
|
-
configJson.callbacks.vertical.onSuccess = onSuccessFunc;
|
|
9
|
-
|
|
10
|
-
if (window.KSTable) {
|
|
11
|
-
console.log("table loaded from cdn");
|
|
12
|
-
|
|
13
|
-
await window.KSTable.initCreate(configJson);
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
const configForSubTable = await fetch("Index/Configs/AddItem/configForSubTable.json");
|
|
17
|
-
const configForSubTableJson = await configForSubTable.json();
|
|
18
|
-
|
|
19
|
-
const findColumn = configForSubTableJson.columnsConfig.find(element => {
|
|
20
|
-
return element.columnName === "ParentPk";
|
|
21
|
-
});
|
|
22
|
-
|
|
23
|
-
findColumn.defaultValue = inPk.toString();
|
|
24
|
-
configForSubTableJson.endPoints.read += inPk.toString();
|
|
25
|
-
|
|
26
|
-
if (window.KSTable) {
|
|
27
|
-
console.log("table loaded from cdn");
|
|
28
|
-
|
|
29
|
-
await window.KSTable.initTableWithFooter(configForSubTableJson);
|
|
30
|
-
};
|
|
31
|
-
};
|
|
32
|
-
|
|
33
|
-
export default afterHeadSave;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import afterHeadSave from "./afterHeadSave.js";
|
|
2
|
-
|
|
3
|
-
const onSuccessFunc = async (res) => {
|
|
4
|
-
const fromReponse = await res.json();
|
|
5
|
-
// console.log("fromReponse : ", fromReponse);
|
|
6
|
-
|
|
7
|
-
document.getElementById("htmlId").innerHTML = fromReponse.pk;
|
|
8
|
-
|
|
9
|
-
// window.location.href = `../WithSubTable/index.html?pk=${fromReponse.pk}`;
|
|
10
|
-
await afterHeadSave(fromReponse.pk);
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export default onSuccessFunc;
|
package/bin/v1/commands/WithHeader/template/v7/Index/FormLoad/DomContentLoaded/buildHeader.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
// import headerBuild from "/header/v3/initHeader.js";
|
|
2
|
-
|
|
3
|
-
const buildHeader = async () => {
|
|
4
|
-
const fromFetch = await fetch("./Index/headers.json");
|
|
5
|
-
const headerConfig = await fromFetch.json();
|
|
6
|
-
// debugger;
|
|
7
|
-
await window.KSHeader(headerConfig);
|
|
8
|
-
|
|
9
|
-
// await headerBuild(headerConfig);
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
export { buildHeader };
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"title": {
|
|
3
|
-
"text": "Ledgers",
|
|
4
|
-
"htmlId": "htmlId"
|
|
5
|
-
},
|
|
6
|
-
"items": [
|
|
7
|
-
{
|
|
8
|
-
"text": "ShowAll",
|
|
9
|
-
"id": "ShowAllHtmlId",
|
|
10
|
-
"icon": [
|
|
11
|
-
"M4 6h16",
|
|
12
|
-
"M4 10h16",
|
|
13
|
-
"M4 14h16",
|
|
14
|
-
"M4 18h16"
|
|
15
|
-
],
|
|
16
|
-
"uiClasses": {
|
|
17
|
-
"aClass": ""
|
|
18
|
-
}
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"text": "WithSerial",
|
|
22
|
-
"id": "WithSerialHtmlId",
|
|
23
|
-
"icon": [
|
|
24
|
-
"M8 6h12",
|
|
25
|
-
"M8 12h12",
|
|
26
|
-
"M8 18h12",
|
|
27
|
-
"M4 6h.01",
|
|
28
|
-
"M4 12h.01",
|
|
29
|
-
"M4 18h.01"
|
|
30
|
-
]
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"text": "WithSearch",
|
|
34
|
-
"id": "WithSearchHtmlId",
|
|
35
|
-
"icon": [
|
|
36
|
-
"M11 19a8 8 0 100-16 8 8 0 000 16z",
|
|
37
|
-
"M21 21l-4.35-4.35"
|
|
38
|
-
]
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"text": "Transactions",
|
|
42
|
-
"id": "1",
|
|
43
|
-
"icon": [
|
|
44
|
-
"M6 2h9l5 5v15a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2z",
|
|
45
|
-
"M14 2v6h6",
|
|
46
|
-
"M8 12h8",
|
|
47
|
-
"M8 16h8"
|
|
48
|
-
],
|
|
49
|
-
"href": "../../BillsTable/index.html",
|
|
50
|
-
"href1": "../../Transactions/V7/Create/index.html"
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"text": "ToTally",
|
|
54
|
-
"id": "toTallyId",
|
|
55
|
-
"icon": [
|
|
56
|
-
"M12 3v12",
|
|
57
|
-
"M8 11l4 4 4-4",
|
|
58
|
-
"M5 21h14"
|
|
59
|
-
]
|
|
60
|
-
}
|
|
61
|
-
]
|
|
62
|
-
}
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
|
|
4
|
-
<head>
|
|
5
|
-
<meta charset="UTF-8">
|
|
6
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
7
|
-
<title>KeshavSoft2</title>
|
|
8
|
-
|
|
9
|
-
<!-- Tailwind CDN -->
|
|
10
|
-
<script src="https://cdn.tailwindcss.com"></script>
|
|
11
|
-
|
|
12
|
-
<!-- <link rel="stylesheet" href="./tailwind-3.css"> -->
|
|
13
|
-
|
|
14
|
-
<!-- Heroicons (SVG inline, no extra CDN needed) -->
|
|
15
|
-
|
|
16
|
-
<style>
|
|
17
|
-
tfoot tr {
|
|
18
|
-
background-color: #fff8dc;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
tfoot tr:has(input:focus) {
|
|
22
|
-
background-color: #ffe082;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
input:focus {
|
|
26
|
-
outline: none;
|
|
27
|
-
border: 2px solid #2563eb;
|
|
28
|
-
box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.3);
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
mark {
|
|
32
|
-
background-color: yellow;
|
|
33
|
-
color: black;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.active svg {
|
|
37
|
-
stroke: #3b82f6;
|
|
38
|
-
/* Example color */
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.active span {
|
|
42
|
-
color: #3b82f6;
|
|
43
|
-
/* Example color */
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.danger svg {
|
|
47
|
-
stroke: #c41d14;
|
|
48
|
-
/* Example color */
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.danger span {
|
|
52
|
-
color: #c41d14;
|
|
53
|
-
/* Example color */
|
|
54
|
-
}
|
|
55
|
-
</style>
|
|
56
|
-
</head>
|
|
57
|
-
|
|
58
|
-
<body class="bg-gray-100 flex flex-col min-h-screen">
|
|
59
|
-
<main class="flex-grow">
|
|
60
|
-
<!-- NAVBAR -->
|
|
61
|
-
|
|
62
|
-
<div id="header"></div>
|
|
63
|
-
|
|
64
|
-
<!-- body -->
|
|
65
|
-
<section class="mx-auto px-3 py-6
|
|
66
|
-
max-w-3xl
|
|
67
|
-
lg:max-w-5xl
|
|
68
|
-
xl:max-w-6xl">
|
|
69
|
-
|
|
70
|
-
<!-- Table container -->
|
|
71
|
-
|
|
72
|
-
<div id="kSTableContainer">
|
|
73
|
-
</div>
|
|
74
|
-
|
|
75
|
-
<div id="kSSubTableContainer">
|
|
76
|
-
</div>
|
|
77
|
-
</section>
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
</main>
|
|
81
|
-
<footer class="bg-gray-200 text-gray-700 text-center py-4">
|
|
82
|
-
<div class="max-w-6xl mx-auto px-4">
|
|
83
|
-
© 2026 KeshavSoft • Contact
|
|
84
|
-
</div>
|
|
85
|
-
</footer>
|
|
86
|
-
|
|
87
|
-
<!-- <script src="https://keshavsoft.github.io/KsJsTableAi/Public/kstable.js" type="module"></script> -->
|
|
88
|
-
<script src="https://keshavsoft.github.io/tailwind-header/Public/v5/ksheader.js" type="module"></script>
|
|
89
|
-
|
|
90
|
-
<!-- <script src="https://keshavsoft.github.io/tailwind-table-dom/Public/v10/kstable.js" type="module"></script> -->
|
|
91
|
-
|
|
92
|
-
<script src="./script.js" type="module"></script>
|
|
93
|
-
|
|
94
|
-
<script type="module" src="./Index/start.js"></script>
|
|
95
|
-
</body>
|
|
96
|
-
|
|
97
|
-
</html>
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
function loadScript(src) {
|
|
2
|
-
return new Promise((resolve, reject) => {
|
|
3
|
-
const script = document.createElement("script");
|
|
4
|
-
|
|
5
|
-
script.src = src;
|
|
6
|
-
script.onload = () => resolve();
|
|
7
|
-
script.onerror = () => reject(new Error(`Failed to load: ${src}`));
|
|
8
|
-
|
|
9
|
-
document.head.appendChild(script);
|
|
10
|
-
});
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
async function ensureKSTable() {
|
|
14
|
-
if (window.KSTable) {
|
|
15
|
-
console.log("KSTable loaded from Firefox Extension");
|
|
16
|
-
return;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
try {
|
|
20
|
-
console.log("before github");
|
|
21
|
-
await loadScript("https://keshavsoft.github.io/tailwind-table-dom/Public/v12/kstable.js");
|
|
22
|
-
console.log("after github");
|
|
23
|
-
|
|
24
|
-
if (window.KSTable) {
|
|
25
|
-
console.log("KSTable loaded from GitHub CDN");
|
|
26
|
-
return;
|
|
27
|
-
}
|
|
28
|
-
} catch { }
|
|
29
|
-
|
|
30
|
-
try {
|
|
31
|
-
await loadScript("/KSTable/v12.js");
|
|
32
|
-
|
|
33
|
-
if (window.KSTable) {
|
|
34
|
-
console.log("KSTable loaded from Local Server");
|
|
35
|
-
return;
|
|
36
|
-
}
|
|
37
|
-
} catch (error) {
|
|
38
|
-
console.error(error);
|
|
39
|
-
};
|
|
40
|
-
|
|
41
|
-
throw new Error("KSTable could not be loaded");
|
|
42
|
-
};
|
|
43
|
-
|
|
44
|
-
await ensureKSTable();
|
|
@@ -1,63 +0,0 @@
|
|
|
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
|
-
"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
|
-
]
|
|
63
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { initTableWithFooter } from "/KSTableAi/V46/entry.js";
|
|
2
|
-
|
|
3
|
-
const callKSSubTable = async (config) => {
|
|
4
|
-
if (window?.KSTable) {
|
|
5
|
-
console.log("loaded from cdn");
|
|
6
|
-
|
|
7
|
-
return window.KSTable.initTableWithFooter(config);
|
|
8
|
-
};
|
|
9
|
-
|
|
10
|
-
return initTableWithFooter(config);
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export default callKSSubTable;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { formSearchParamsFunc } from "./formSearchParamsFunc.js";
|
|
2
|
-
|
|
3
|
-
const onSuccessFunc = async (res) => {
|
|
4
|
-
const fromReponse = await res.json();
|
|
5
|
-
console.log("fromReponse : ", fromReponse);
|
|
6
|
-
window.location.href = `../WithSubTable/index.html?pk=${fromReponse.pk}`;
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export const getKSTableConfig = async ({ tableName }) => {
|
|
10
|
-
const config = await fetch("config.json");
|
|
11
|
-
// debugger;
|
|
12
|
-
const configJson = await config.json();
|
|
13
|
-
|
|
14
|
-
const pkFromParams = formSearchParamsFunc({ inKeyName: "pk" });
|
|
15
|
-
|
|
16
|
-
// configJson.tableName = tableName;
|
|
17
|
-
|
|
18
|
-
configJson.endPoints.read = `/Api/V4/${tableName}/ShowAll`;
|
|
19
|
-
// configJson.endPoints.filter = `/Api/V1/${tableName}/FilterColumns`;
|
|
20
|
-
configJson.endPoints.findFromParams = configJson.endPoints.findFromParams.replace("{pk}", pkFromParams);
|
|
21
|
-
|
|
22
|
-
configJson.callbacks.vertical.onSuccess = onSuccessFunc;
|
|
23
|
-
// configJson.endPoints.dataListEndpoints.AccountNames = `/Api/V1/${tableName}/Distinct/AccountName`;
|
|
24
|
-
// configJson.endPoints.dataListEndpoints.Dates = `/Api/V1/${tableName}/Distinct/Date`;
|
|
25
|
-
|
|
26
|
-
return configJson;
|
|
27
|
-
};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { initCreate, initTableWithFooter } from "/KSTableAi/V4/entry.js";
|
|
2
|
-
import { formSearchParamsFunc } from "./formSearchParamsFunc.js";
|
|
3
|
-
|
|
4
|
-
const onSuccessFunc = async (res) => {
|
|
5
|
-
const fromReponse = await res.json();
|
|
6
|
-
console.log("fromReponse : ", fromReponse);
|
|
7
|
-
window.location.href = `../WithSubTable/index.html?pk=${fromReponse.pk}`;
|
|
8
|
-
};
|
|
9
|
-
|
|
10
|
-
const startFunc = async () => {
|
|
11
|
-
debugger;
|
|
12
|
-
const pkFromParams = formSearchParamsFunc({ inKeyName: "pk" });
|
|
13
|
-
|
|
14
|
-
const config = await fetch("Index/Configs/AddItem/config.json");
|
|
15
|
-
const configJson = await config.json();
|
|
16
|
-
|
|
17
|
-
configJson.endPoints.findFromParams = configJson.endPoints.findFromParams.replace("{pk}", pkFromParams);
|
|
18
|
-
configJson.callbacks.vertical.onSuccess = onSuccessFunc;
|
|
19
|
-
|
|
20
|
-
await initCreate(configJson);
|
|
21
|
-
|
|
22
|
-
const configForSubTable = await fetch("Index/Configs/AddItem/configForSubTable.json");
|
|
23
|
-
const configForSubTableJson = await configForSubTable.json();
|
|
24
|
-
|
|
25
|
-
const findColumn = configForSubTableJson.columnsConfig.find(element => {
|
|
26
|
-
return element.columnName === "ParentPk";
|
|
27
|
-
});
|
|
28
|
-
|
|
29
|
-
findColumn.defaultValue = pkFromParams;
|
|
30
|
-
|
|
31
|
-
await initTableWithFooter(configForSubTableJson);
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
export default startFunc;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
let StartFunc = ({ inResponse }) => {
|
|
2
|
-
// const jVarLocalRedirectUrl = ConfigJson.Protected.RedirectUrl;
|
|
3
|
-
|
|
4
|
-
// window.location.href = jVarLocalRedirectUrl;
|
|
5
|
-
|
|
6
|
-
jFLocalAddUrlParams({ inSuccessUrl: "../ShowAll/AsIs.html" });
|
|
7
|
-
// console.log("aaaaaaa : ", jVarLocalRedirectUrl);
|
|
8
|
-
// http://localhost:9113/V5/StudentNames/pages/ShowAll/AsIs.html#top
|
|
9
|
-
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
const jFLocalAddUrlParams = ({ inSuccessUrl }) => {
|
|
13
|
-
const jVarLocalRedirectUrl = ConfigJson.Protected.RedirectUrl;
|
|
14
|
-
|
|
15
|
-
const url = new URL(window.location.href);
|
|
16
|
-
|
|
17
|
-
let NewURl = new URL(jVarLocalRedirectUrl, url);
|
|
18
|
-
|
|
19
|
-
NewURl.searchParams.append('SuccessUrl', inSuccessUrl);
|
|
20
|
-
window.location.href = NewURl.href;
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
export { StartFunc };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import getUrlJson from './getUrl.json' with {type: 'json'};
|
|
2
|
-
|
|
3
|
-
let StartFunc = async ({ inPk }) => {
|
|
4
|
-
let jVarLocalGetEndPoint = `${getUrlJson.GetEndPoint}/${inPk}`;
|
|
5
|
-
|
|
6
|
-
let response = await fetch(jVarLocalGetEndPoint);
|
|
7
|
-
|
|
8
|
-
return await response;
|
|
9
|
-
};
|
|
10
|
-
|
|
11
|
-
export { StartFunc };
|
|
12
|
-
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { StartFunc as StartFuncFetchFuncs } from './fetchFuncs.js';
|
|
2
|
-
import { StartFunc as StartFuncFromAfterFetch } from './AfterFetch/entryFile.js';
|
|
3
|
-
|
|
4
|
-
const startFunc = async ({ inPk }) => {
|
|
5
|
-
let localResponse = await StartFuncFetchFuncs({ inPk });
|
|
6
|
-
|
|
7
|
-
return await StartFuncFromAfterFetch({
|
|
8
|
-
inResponse: localResponse,
|
|
9
|
-
inPk
|
|
10
|
-
});
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export default startFunc;
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import afterHeadSave from "../../CommonFuncs/afterHeadSave.js";
|
|
2
|
-
import fetchAsGet from "./FetchAsGet/start.js";
|
|
3
|
-
|
|
4
|
-
const clickFuncToRun = ({ inCurrentTarget }) => {
|
|
5
|
-
applyActive({ inCurrentTarget });
|
|
6
|
-
|
|
7
|
-
const pk = prompt("Enter PK");
|
|
8
|
-
|
|
9
|
-
if (pk === null || pk.trim() === "") return;
|
|
10
|
-
|
|
11
|
-
jFLocalToInputhtmlId(pk);
|
|
12
|
-
|
|
13
|
-
afterHeadSave(pk).then();
|
|
14
|
-
// debugger;
|
|
15
|
-
let jVarLocaltoTallyId = document.getElementById('toTallyId');
|
|
16
|
-
|
|
17
|
-
jVarLocaltoTallyId.classList.remove("danger");
|
|
18
|
-
|
|
19
|
-
fetchAsGet({ inPk: pk }).then(fromPromise => {
|
|
20
|
-
if (fromPromise?.insertedToTally) jVarLocaltoTallyId.classList.add("danger");
|
|
21
|
-
});
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
const applyActive = ({ inCurrentTarget }) => {
|
|
25
|
-
const localCurrentTarget = inCurrentTarget;
|
|
26
|
-
|
|
27
|
-
const menu = localCurrentTarget.closest("#menu");
|
|
28
|
-
|
|
29
|
-
menu.querySelectorAll("li a.active")
|
|
30
|
-
.forEach(a => a.classList.remove("active"));
|
|
31
|
-
|
|
32
|
-
localCurrentTarget.classList.add("active");
|
|
33
|
-
|
|
34
|
-
localCurrentTarget.classList.add("active");
|
|
35
|
-
};
|
|
36
|
-
|
|
37
|
-
let jFLocalToInputhtmlId = (inValue) => {
|
|
38
|
-
let jVarLocalHtmlId = 'htmlId';
|
|
39
|
-
let jVarLocalhtmlId = document.getElementById(jVarLocalHtmlId);
|
|
40
|
-
|
|
41
|
-
if (jVarLocalhtmlId === null === false) {
|
|
42
|
-
jVarLocalhtmlId.innerHTML = inValue;
|
|
43
|
-
};
|
|
44
|
-
};
|
|
45
|
-
|
|
46
|
-
export { clickFuncToRun };
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { clickFuncToRun } from "./clickFunc.js";
|
|
2
|
-
|
|
3
|
-
const funcToRun = () => {
|
|
4
|
-
const htmlElement = document.getElementById('AddItemHtmlId');
|
|
5
|
-
|
|
6
|
-
htmlElement.addEventListener("click", (event) =>
|
|
7
|
-
clickFuncToRun({ inCurrentTarget: event.currentTarget })
|
|
8
|
-
);
|
|
9
|
-
};
|
|
10
|
-
|
|
11
|
-
export { funcToRun };
|