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,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,63 +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
|
-
"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
|
-
]
|
|
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
|
+
]
|
|
63
63
|
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
{
|
|
2
|
+
"uiClasses": {
|
|
3
|
+
"ulClass1": "[&_svg]:size-6"
|
|
4
|
+
},
|
|
5
|
+
"title": {
|
|
6
|
+
"text": "Items",
|
|
7
|
+
"htmlId": "htmlId"
|
|
8
|
+
},
|
|
9
|
+
"items": [
|
|
10
|
+
{
|
|
11
|
+
"text": "ShowAll",
|
|
12
|
+
"id": "ShowAllHtmlId",
|
|
13
|
+
"icon": [],
|
|
14
|
+
"uiClasses": {
|
|
15
|
+
"aClass": "",
|
|
16
|
+
"svgDivClass": "size-10"
|
|
17
|
+
},
|
|
18
|
+
"svgName": "home"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"text": "WithSerial",
|
|
22
|
+
"id": "WithSerialHtmlId",
|
|
23
|
+
"icon": [],
|
|
24
|
+
"uiClasses": {
|
|
25
|
+
"aClass": "",
|
|
26
|
+
"svgDivClass": "size-10"
|
|
27
|
+
},
|
|
28
|
+
"svgName": "serial"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"text": "WithSearch",
|
|
32
|
+
"id": "WithSearchHtmlId",
|
|
33
|
+
"icon": [],
|
|
34
|
+
"uiClasses": {
|
|
35
|
+
"aClass": "",
|
|
36
|
+
"svgDivClass": "size-10"
|
|
37
|
+
},
|
|
38
|
+
"svgName": "search"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"text": "Create",
|
|
42
|
+
"id": "CreateHtmlId",
|
|
43
|
+
"icon": [],
|
|
44
|
+
"uiClasses": {
|
|
45
|
+
"aClass": "",
|
|
46
|
+
"svgDivClass": "size-8"
|
|
47
|
+
},
|
|
48
|
+
"svgName": "home"
|
|
49
|
+
}
|
|
50
|
+
]
|
|
51
|
+
}
|
|
@@ -67,14 +67,14 @@ async function ensureKSHeader() {
|
|
|
67
67
|
};
|
|
68
68
|
|
|
69
69
|
function isKSTableLoaded() {
|
|
70
|
-
return !!window.
|
|
70
|
+
return !!window.KSHeader;
|
|
71
71
|
};
|
|
72
72
|
|
|
73
73
|
async function tryGitHub() {
|
|
74
74
|
try {
|
|
75
|
-
const fromPromise = await loadScriptAsModule("https://keshavsoft.github.io/tailwind-header-dom/Public/v4.
|
|
75
|
+
const fromPromise = await loadScriptAsModule("https://keshavsoft.github.io/tailwind-header-dom/Public/v4.7/ksheader.js");
|
|
76
76
|
|
|
77
|
-
console.log("
|
|
77
|
+
console.log("KSHeader loaded from git : tailwind-header-dom");
|
|
78
78
|
|
|
79
79
|
if (fromPromise) return true;
|
|
80
80
|
} catch { return false };
|
|
@@ -84,9 +84,7 @@ async function ensureKSHeader() {
|
|
|
84
84
|
|
|
85
85
|
async function tryLocal() {
|
|
86
86
|
try {
|
|
87
|
-
const fromPromise = await loadScriptAsModule("/header/
|
|
88
|
-
|
|
89
|
-
console.log("KSHeader loaded from Local Server");
|
|
87
|
+
const fromPromise = await loadScriptAsModule("/header/v4/initHeader.js");
|
|
90
88
|
|
|
91
89
|
if (fromPromise) return true;
|
|
92
90
|
} catch { return false };
|
|
@@ -211,10 +209,66 @@ async function ensureKSTableComp() {
|
|
|
211
209
|
|
|
212
210
|
if (await tryGitHub()) return;
|
|
213
211
|
|
|
214
|
-
throw new Error("
|
|
212
|
+
throw new Error("KSTableComp could not be loaded");
|
|
213
|
+
};
|
|
214
|
+
|
|
215
|
+
async function ensureKSVertical() {
|
|
216
|
+
function loadScriptAsModule(src) {
|
|
217
|
+
return new Promise((resolve, reject) => {
|
|
218
|
+
const script = document.createElement("script");
|
|
219
|
+
|
|
220
|
+
script.src = src;
|
|
221
|
+
script.onload = () => resolve(true);
|
|
222
|
+
script.onerror = () => reject(new Error(`Failed to load: ${src}`));
|
|
223
|
+
script.type = "module";
|
|
224
|
+
|
|
225
|
+
document.head.appendChild(script);
|
|
226
|
+
});
|
|
227
|
+
};
|
|
228
|
+
|
|
229
|
+
function isKSVerticalLoaded() {
|
|
230
|
+
return !!window.KSVertical;
|
|
231
|
+
};
|
|
232
|
+
|
|
233
|
+
async function tryGitHub() {
|
|
234
|
+
try {
|
|
235
|
+
const fromPromise = await loadScriptAsModule("https://keshavsoft.github.io/tailwind-vertical-dom/Public/v3/ksvertical.js");
|
|
236
|
+
|
|
237
|
+
console.log("KSVertical loaded from git : tailwind-vertical-dom");
|
|
238
|
+
|
|
239
|
+
if (fromPromise) return true;
|
|
240
|
+
} catch { return false };
|
|
241
|
+
|
|
242
|
+
return false;
|
|
243
|
+
};
|
|
244
|
+
|
|
245
|
+
async function tryLocal() {
|
|
246
|
+
try {
|
|
247
|
+
const fromPromise = await loadScriptAsModule("/TableComp/v4/entry.js");
|
|
248
|
+
|
|
249
|
+
console.log("KSVertical loaded from Local Server : TableComp/v1");
|
|
250
|
+
|
|
251
|
+
if (fromPromise) return true;
|
|
252
|
+
} catch { return false };
|
|
253
|
+
|
|
254
|
+
return false;
|
|
255
|
+
};
|
|
256
|
+
|
|
257
|
+
if (isKSVerticalLoaded()) {
|
|
258
|
+
console.log("KSVertical loaded from Firefox Extension");
|
|
259
|
+
return;
|
|
260
|
+
};
|
|
261
|
+
|
|
262
|
+
if (await tryLocal()) return;
|
|
263
|
+
|
|
264
|
+
if (await tryGitHub()) return;
|
|
265
|
+
|
|
266
|
+
throw new Error("KSVertical could not be loaded");
|
|
215
267
|
};
|
|
216
268
|
|
|
217
269
|
await ensureTailwind();
|
|
218
270
|
await ensureKSHeader();
|
|
271
|
+
|
|
219
272
|
ensureKSTable().then();
|
|
220
|
-
ensureKSTableComp().then();
|
|
273
|
+
ensureKSTableComp().then();
|
|
274
|
+
ensureKSVertical().then();
|