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,63 +1,69 @@
|
|
|
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": "/
|
|
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": "/Protected/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
|
+
"callbacks": {
|
|
64
|
+
"table": {
|
|
65
|
+
"onDelete": "function",
|
|
66
|
+
"onReadFail": "function"
|
|
67
|
+
}
|
|
68
|
+
}
|
|
63
69
|
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import buildTable from "./BuildTable/index.js";
|
|
2
|
+
|
|
3
|
+
const clickFuncToRun = ({ inCurrentTarget }) => {
|
|
4
|
+
// console.log("inCurrentTarget : ", inCurrentTarget);
|
|
5
|
+
applyActive({ inCurrentTarget });
|
|
6
|
+
// inCurrentTarget.classList.add("active");
|
|
7
|
+
debugger;
|
|
8
|
+
buildTable().then();
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
const applyActive = ({ inCurrentTarget }) => {
|
|
12
|
+
const localCurrentTarget = inCurrentTarget;
|
|
13
|
+
|
|
14
|
+
const menu = localCurrentTarget.closest("#menu");
|
|
15
|
+
|
|
16
|
+
menu.querySelectorAll("li a.active")
|
|
17
|
+
.forEach(a => a.classList.remove("active"));
|
|
18
|
+
|
|
19
|
+
localCurrentTarget.classList.add("active");
|
|
20
|
+
|
|
21
|
+
localCurrentTarget.classList.add("active");
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export { clickFuncToRun };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const onReadFail = (inResponseStatus) => {
|
|
2
|
+
console.log("onReadFail", inResponseStatus);
|
|
3
|
+
const loginModal =
|
|
4
|
+
document.getElementById("loginModal");
|
|
5
|
+
|
|
6
|
+
loginModal.classList.remove("hidden");
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
export const getKSTableConfig = async () => {
|
|
10
|
+
|
|
11
|
+
const config = await fetch("./Index/Configs/WithSerial/config.json");
|
|
12
|
+
// debugger;
|
|
13
|
+
const configJson = await config.json();
|
|
14
|
+
|
|
15
|
+
configJson.callbacks.table.onReadFail = onReadFail;
|
|
16
|
+
|
|
17
|
+
return configJson;
|
|
18
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
const clickFuncToRun = async () => {
|
|
2
|
+
const UserName =
|
|
3
|
+
document.getElementById("Username").value;
|
|
4
|
+
|
|
5
|
+
const Password =
|
|
6
|
+
document.getElementById("Password").value;
|
|
7
|
+
|
|
8
|
+
const response = await fetch("/Secured/V1/GenerateToken/ToCookie", {
|
|
9
|
+
method: "POST",
|
|
10
|
+
headers: {
|
|
11
|
+
"Content-Type": "application/json"
|
|
12
|
+
},
|
|
13
|
+
body: JSON.stringify({
|
|
14
|
+
UserName,
|
|
15
|
+
Password
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
|
|
19
|
+
if (response.status === 200) {
|
|
20
|
+
document
|
|
21
|
+
.getElementById("loginError")
|
|
22
|
+
.classList.add("hidden");
|
|
23
|
+
|
|
24
|
+
document
|
|
25
|
+
.getElementById("loginModalContent")
|
|
26
|
+
.classList.remove("border-2", "border-red-500");
|
|
27
|
+
|
|
28
|
+
const loginModal =
|
|
29
|
+
document.getElementById("loginModal");
|
|
30
|
+
|
|
31
|
+
loginModal.classList.add("hidden");
|
|
32
|
+
} else {
|
|
33
|
+
document
|
|
34
|
+
.getElementById("loginError")
|
|
35
|
+
.textContent = "Invalid username or password";
|
|
36
|
+
|
|
37
|
+
document
|
|
38
|
+
.getElementById("loginError")
|
|
39
|
+
.classList.remove("hidden");
|
|
40
|
+
|
|
41
|
+
document
|
|
42
|
+
.getElementById("loginModalContent")
|
|
43
|
+
.classList.add("border-2", "border-red-500");
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export { clickFuncToRun };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { clickFuncToRun } from "./clickFunc.js";
|
|
2
|
+
|
|
3
|
+
const funcToRun = () => {
|
|
4
|
+
const htmlElement = document.getElementById('loginButtonId');
|
|
5
|
+
// debugger;
|
|
6
|
+
htmlElement.addEventListener("click", (event) =>
|
|
7
|
+
clickFuncToRun({ inCurrentTarget: event.currentTarget })
|
|
8
|
+
);
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
export default funcToRun;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const clickFuncToRun = ({ inCurrentTarget }) => {
|
|
2
|
+
const loginModal =
|
|
3
|
+
document.getElementById("loginModal");
|
|
4
|
+
|
|
5
|
+
loginModal.classList.remove("hidden");
|
|
6
|
+
};
|
|
7
|
+
|
|
8
|
+
const applyActive = ({ inCurrentTarget }) => {
|
|
9
|
+
const localCurrentTarget = inCurrentTarget;
|
|
10
|
+
|
|
11
|
+
const menu = localCurrentTarget.closest("#menu");
|
|
12
|
+
|
|
13
|
+
menu.querySelectorAll("li a.active")
|
|
14
|
+
.forEach(a => a.classList.remove("active"));
|
|
15
|
+
|
|
16
|
+
localCurrentTarget.classList.add("active");
|
|
17
|
+
|
|
18
|
+
localCurrentTarget.classList.add("active");
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export { clickFuncToRun };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { clickFuncToRun } from "./clickFunc.js";
|
|
2
2
|
|
|
3
3
|
const funcToRun = () => {
|
|
4
|
-
const htmlElement = document.getElementById('
|
|
4
|
+
const htmlElement = document.getElementById('loginHeaderHtmlId');
|
|
5
5
|
// debugger;
|
|
6
6
|
htmlElement.addEventListener("click", (event) =>
|
|
7
7
|
clickFuncToRun({ inCurrentTarget: event.currentTarget })
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import showAllHtmlId from "./ShowAllHtmlId/start.js";
|
|
2
2
|
import withSerialHtmlId from "./WithSerialHtmlId/start.js";
|
|
3
3
|
import withSearchHtmlId from "./WithSearchHtmlId/start.js";
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
import loginHeaderHtmlId from "./loginHeaderHtmlId/start.js";
|
|
5
|
+
import loginButtonId from "./loginButtonId/start.js";
|
|
6
6
|
|
|
7
7
|
const hookAllListeners = () => {
|
|
8
8
|
showAllHtmlId();
|
|
9
9
|
withSerialHtmlId();
|
|
10
10
|
withSearchHtmlId();
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
loginHeaderHtmlId();
|
|
12
|
+
loginButtonId();
|
|
13
13
|
};
|
|
14
14
|
|
|
15
15
|
export { hookAllListeners };
|
|
@@ -2,8 +2,10 @@ import { buildHeader } from "./buildHeader.js";
|
|
|
2
2
|
import { hookAllListeners } from "./AddListeners/start.js";
|
|
3
3
|
|
|
4
4
|
const runAfterDomLoad = () => {
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
import("../../../script.js").then(fromPromise => {
|
|
6
|
+
buildHeader().then(fromPromise => {
|
|
7
|
+
hookAllListeners();
|
|
8
|
+
});
|
|
7
9
|
});
|
|
8
10
|
};
|
|
9
11
|
|
|
@@ -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": "Login",
|
|
42
|
+
"id": "loginHeaderHtmlId",
|
|
43
|
+
"icon": [],
|
|
44
|
+
"uiClasses": {
|
|
45
|
+
"aClass": "",
|
|
46
|
+
"svgDivClass": "size-8"
|
|
47
|
+
},
|
|
48
|
+
"svgName": "home"
|
|
49
|
+
}
|
|
50
|
+
]
|
|
51
|
+
}
|
package/bin/{v1/commands/WithHeader/template/v8 → v3/commands/TableComp/template/v3}/index.html
RENAMED
|
@@ -84,14 +84,49 @@
|
|
|
84
84
|
</div>
|
|
85
85
|
</footer>
|
|
86
86
|
|
|
87
|
-
<!--
|
|
88
|
-
<script src="https://keshavsoft.github.io/tailwind-header-dom/Public/v5/ksheader.js" type="module"></script>
|
|
87
|
+
<!-- Login Modal -->
|
|
89
88
|
|
|
90
|
-
<!--
|
|
89
|
+
<!-- Modal -->
|
|
90
|
+
<div id="loginModal" class="hidden fixed inset-0 z-50 bg-black/40 flex items-center justify-center">
|
|
91
91
|
|
|
92
|
-
|
|
92
|
+
<div id="loginModalContent" class="bg-white rounded-lg shadow-lg w-full max-w-sm p-6">
|
|
93
|
+
|
|
94
|
+
<h2 class="text-xl font-semibold mb-4">
|
|
95
|
+
Login
|
|
96
|
+
</h2>
|
|
97
|
+
|
|
98
|
+
<input type="text" placeholder="Username" id="Username" class="w-full border rounded px-3 py-2 mb-3">
|
|
99
|
+
|
|
100
|
+
<input type="password" placeholder="Password" id="Password" class="w-full border rounded px-3 py-2 mb-2">
|
|
101
|
+
|
|
102
|
+
<p id="loginError" class="hidden text-red-600 text-sm mb-3">
|
|
103
|
+
</p>
|
|
104
|
+
|
|
105
|
+
<button class="w-full bg-blue-600 text-white py-2 rounded" id="loginButtonId">
|
|
106
|
+
Login
|
|
107
|
+
</button>
|
|
108
|
+
|
|
109
|
+
</div>
|
|
110
|
+
|
|
111
|
+
</div>
|
|
93
112
|
|
|
94
113
|
<script type="module" src="./Index/start.js"></script>
|
|
114
|
+
|
|
115
|
+
<script>
|
|
116
|
+
const loginModal =
|
|
117
|
+
document.getElementById("loginModal");
|
|
118
|
+
|
|
119
|
+
const showLoginModal = () => {
|
|
120
|
+
loginModal.classList.remove("hidden");
|
|
121
|
+
};
|
|
122
|
+
|
|
123
|
+
loginModal.addEventListener("click", (event) => {
|
|
124
|
+
if (event.target === loginModal) {
|
|
125
|
+
loginModal.classList.add("hidden");
|
|
126
|
+
};
|
|
127
|
+
});
|
|
128
|
+
</script>
|
|
129
|
+
|
|
95
130
|
</body>
|
|
96
131
|
|
|
97
132
|
</html>
|
package/bin/{v1/commands/HeaderOnly/template/v5 → v3/commands/TableComp/template/v3}/script.js
RENAMED
|
@@ -15,9 +15,9 @@ async function ensureTailwind() {
|
|
|
15
15
|
|
|
16
16
|
const tryLocal = async () => {
|
|
17
17
|
try {
|
|
18
|
-
await loadCss("./tailwind-3
|
|
18
|
+
await loadCss("./tailwind-3.css");
|
|
19
19
|
|
|
20
|
-
console.log("Tailwind
|
|
20
|
+
console.log("Tailwind loaded locally");
|
|
21
21
|
return true;
|
|
22
22
|
} catch { return false; }
|
|
23
23
|
};
|
|
@@ -52,6 +52,58 @@ async function ensureTailwind() {
|
|
|
52
52
|
throw new Error("Tailwind could not be loaded");
|
|
53
53
|
};
|
|
54
54
|
|
|
55
|
+
async function ensureKSHeader() {
|
|
56
|
+
function loadScriptAsModule(src) {
|
|
57
|
+
return new Promise((resolve, reject) => {
|
|
58
|
+
const script = document.createElement("script");
|
|
59
|
+
|
|
60
|
+
script.src = src;
|
|
61
|
+
script.onload = () => resolve(true);
|
|
62
|
+
script.onerror = () => reject(new Error(`Failed to load: ${src}`));
|
|
63
|
+
script.type = "module";
|
|
64
|
+
|
|
65
|
+
document.head.appendChild(script);
|
|
66
|
+
});
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
function isKSTableLoaded() {
|
|
70
|
+
return !!window.KSHeader;
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
async function tryGitHub() {
|
|
74
|
+
try {
|
|
75
|
+
const fromPromise = await loadScriptAsModule("https://keshavsoft.github.io/tailwind-header-dom/Public/v4.7/ksheader.js");
|
|
76
|
+
|
|
77
|
+
console.log("KSHeader loaded from git : tailwind-header-dom");
|
|
78
|
+
|
|
79
|
+
if (fromPromise) return true;
|
|
80
|
+
} catch { return false };
|
|
81
|
+
|
|
82
|
+
return false;
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
async function tryLocal() {
|
|
86
|
+
try {
|
|
87
|
+
const fromPromise = await loadScriptAsModule("/header/v4/initHeader.js");
|
|
88
|
+
|
|
89
|
+
if (fromPromise) return true;
|
|
90
|
+
} catch { return false };
|
|
91
|
+
|
|
92
|
+
return false;
|
|
93
|
+
};
|
|
94
|
+
|
|
95
|
+
if (isKSTableLoaded()) {
|
|
96
|
+
console.log("KSHeader loaded from Firefox Extension");
|
|
97
|
+
return;
|
|
98
|
+
};
|
|
99
|
+
|
|
100
|
+
if (await tryLocal()) return;
|
|
101
|
+
|
|
102
|
+
if (await tryGitHub()) return;
|
|
103
|
+
|
|
104
|
+
throw new Error("KSTable could not be loaded");
|
|
105
|
+
};
|
|
106
|
+
|
|
55
107
|
async function ensureKSTable() {
|
|
56
108
|
function loadScriptAsModule(src) {
|
|
57
109
|
return new Promise((resolve, reject) => {
|
|
@@ -106,7 +158,7 @@ async function ensureKSTable() {
|
|
|
106
158
|
throw new Error("KSTable could not be loaded");
|
|
107
159
|
};
|
|
108
160
|
|
|
109
|
-
async function
|
|
161
|
+
async function ensureKSTableComp() {
|
|
110
162
|
function loadScriptAsModule(src) {
|
|
111
163
|
return new Promise((resolve, reject) => {
|
|
112
164
|
const script = document.createElement("script");
|
|
@@ -121,14 +173,14 @@ async function ensureKSHeader() {
|
|
|
121
173
|
};
|
|
122
174
|
|
|
123
175
|
function isKSTableLoaded() {
|
|
124
|
-
return !!window.
|
|
176
|
+
return !!window.KSTableComp;
|
|
125
177
|
};
|
|
126
178
|
|
|
127
179
|
async function tryGitHub() {
|
|
128
180
|
try {
|
|
129
|
-
const fromPromise = await loadScriptAsModule("https://keshavsoft.github.io/tailwind-
|
|
181
|
+
const fromPromise = await loadScriptAsModule("https://keshavsoft.github.io/tailwind-table-dom-comp/Public/v4/kstable.js");
|
|
130
182
|
|
|
131
|
-
console.log("
|
|
183
|
+
console.log("KSTableComp loaded from git : tailwind-table-dom-comp-4");
|
|
132
184
|
|
|
133
185
|
if (fromPromise) return true;
|
|
134
186
|
} catch { return false };
|
|
@@ -138,9 +190,9 @@ async function ensureKSHeader() {
|
|
|
138
190
|
|
|
139
191
|
async function tryLocal() {
|
|
140
192
|
try {
|
|
141
|
-
const fromPromise = await loadScriptAsModule("/
|
|
193
|
+
const fromPromise = await loadScriptAsModule("/TableComp/v5/entry.js");
|
|
142
194
|
|
|
143
|
-
console.log("
|
|
195
|
+
console.log("KSTableComp loaded from Local Server : TableComp/v5");
|
|
144
196
|
|
|
145
197
|
if (fromPromise) return true;
|
|
146
198
|
} catch { return false };
|
|
@@ -149,7 +201,7 @@ async function ensureKSHeader() {
|
|
|
149
201
|
};
|
|
150
202
|
|
|
151
203
|
if (isKSTableLoaded()) {
|
|
152
|
-
console.log("
|
|
204
|
+
console.log("KSTable loaded from Firefox Extension");
|
|
153
205
|
return;
|
|
154
206
|
};
|
|
155
207
|
|
|
@@ -157,9 +209,68 @@ async function ensureKSHeader() {
|
|
|
157
209
|
|
|
158
210
|
if (await tryGitHub()) return;
|
|
159
211
|
|
|
160
|
-
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");
|
|
161
267
|
};
|
|
162
268
|
|
|
163
269
|
await ensureTailwind();
|
|
164
270
|
await ensureKSHeader();
|
|
165
|
-
|
|
271
|
+
|
|
272
|
+
// ensureKSTable().then();
|
|
273
|
+
|
|
274
|
+
ensureKSTableComp().then();
|
|
275
|
+
|
|
276
|
+
ensureKSVertical().then();
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import path from "path";
|
|
2
|
+
|
|
3
|
+
export default function parseInput({ inTableName, inShowLog, inToPath }) {
|
|
4
|
+
const [folderName, tableName, showLog] = process.argv.slice(2);
|
|
5
|
+
|
|
6
|
+
return {
|
|
7
|
+
tableName: inTableName || tableName,
|
|
8
|
+
showLog: inShowLog || showLog,
|
|
9
|
+
toPath: inToPath || path.join(process.cwd(), folderName),
|
|
10
|
+
configPath: path.join(process.cwd(), "Config", "Schemas")
|
|
11
|
+
};
|
|
12
|
+
};
|
package/bin/v3/start.js
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import parseInput from "./core/parseInput.js";
|
|
2
|
+
import showUsage from './core/showUsage.js';
|
|
3
|
+
|
|
4
|
+
import tableComp from "./commands/tableComp.js";
|
|
5
|
+
|
|
6
|
+
import pkg from '../../package.json' with { type: 'json' };
|
|
7
|
+
|
|
8
|
+
const version = pkg.version;
|
|
9
|
+
|
|
10
|
+
const run = async ({ tableName, showLog, toPath, configPath }) => {
|
|
11
|
+
const input = parseInput({
|
|
12
|
+
inTableName: tableName,
|
|
13
|
+
inShowLog: showLog, inToPath: toPath,
|
|
14
|
+
configPath
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
if (input.action === "--help" || input.action === "-h" || input.action === "help") return showUsage(version);
|
|
18
|
+
|
|
19
|
+
await tableComp({
|
|
20
|
+
tableName: input.tableName,
|
|
21
|
+
showLog: input.showLog,
|
|
22
|
+
toPath: input.toPath,
|
|
23
|
+
configPath: input.configPath
|
|
24
|
+
});
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export default run;
|