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,54 +0,0 @@
|
|
|
1
|
-
import { locateSource } from "./HeaderOnly/steps/locateSource.js";
|
|
2
|
-
import { locateDestination } from "./HeaderOnly/steps/locateDestination.js";
|
|
3
|
-
|
|
4
|
-
import { createProject } from "./HeaderOnly/steps/createProject.js";
|
|
5
|
-
import { announce } from "./HeaderOnly/steps/announce.js";
|
|
6
|
-
|
|
7
|
-
import checks from "./HeaderOnly/steps/checks.js";
|
|
8
|
-
|
|
9
|
-
export default ({
|
|
10
|
-
toPath = process.cwd(),
|
|
11
|
-
inAnnounce = true,
|
|
12
|
-
showLog = "false"
|
|
13
|
-
}) => {
|
|
14
|
-
const isShowLog = showLog === true || showLog?.trim() === "true";
|
|
15
|
-
|
|
16
|
-
if (isShowLog) console.log("Resolving folder name...");
|
|
17
|
-
|
|
18
|
-
const fromChecks = checks({
|
|
19
|
-
toPath,
|
|
20
|
-
inAnnounce,
|
|
21
|
-
showLog
|
|
22
|
-
});
|
|
23
|
-
|
|
24
|
-
if (fromChecks) return false;
|
|
25
|
-
|
|
26
|
-
if (isShowLog) console.log("Locating source...");
|
|
27
|
-
|
|
28
|
-
const source = locateSource({
|
|
29
|
-
showLog
|
|
30
|
-
});
|
|
31
|
-
|
|
32
|
-
if (isShowLog) console.log(`Source is : ${source}`);
|
|
33
|
-
if (isShowLog) console.log("Locating destination...");
|
|
34
|
-
|
|
35
|
-
const destination = toPath;
|
|
36
|
-
|
|
37
|
-
if (isShowLog) console.log(`Destination is : ${destination}`);
|
|
38
|
-
if (isShowLog) console.log("Creating project...");
|
|
39
|
-
|
|
40
|
-
createProject({
|
|
41
|
-
source,
|
|
42
|
-
destination,
|
|
43
|
-
showLog
|
|
44
|
-
});
|
|
45
|
-
|
|
46
|
-
if (inAnnounce) {
|
|
47
|
-
if (isShowLog) console.log("Announcing...");
|
|
48
|
-
|
|
49
|
-
announce({
|
|
50
|
-
toPath,
|
|
51
|
-
showLog
|
|
52
|
-
});
|
|
53
|
-
};
|
|
54
|
-
};
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
import { locateSource } from "./ShowAll/steps/locateSource.js";
|
|
2
|
-
import { locateDestination } from "./ShowAll/steps/locateDestination.js";
|
|
3
|
-
|
|
4
|
-
import { createProject } from "./ShowAll/steps/createProject.js";
|
|
5
|
-
import { announce } from "./ShowAll/steps/announce.js";
|
|
6
|
-
|
|
7
|
-
import resolveFolderName from "./ShowAll/steps/resolveFolderName.js";
|
|
8
|
-
import checks from "./ShowAll/steps/checks.js";
|
|
9
|
-
|
|
10
|
-
export default ({
|
|
11
|
-
folderName = "",
|
|
12
|
-
toPath = process.cwd(),
|
|
13
|
-
inAnnounce = true,
|
|
14
|
-
showLog = false
|
|
15
|
-
}) => {
|
|
16
|
-
if (showLog) {
|
|
17
|
-
console.log("Resolving folder name...");
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
const resolvedFolderName = resolveFolderName({
|
|
21
|
-
name: folderName
|
|
22
|
-
});
|
|
23
|
-
|
|
24
|
-
if (showLog) {
|
|
25
|
-
console.log(`resolvedFolderName : ${resolvedFolderName}`);
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
const fromChecks = checks({
|
|
29
|
-
toPath,
|
|
30
|
-
inAnnounce,
|
|
31
|
-
inFolderName: resolvedFolderName,
|
|
32
|
-
showLog
|
|
33
|
-
});
|
|
34
|
-
|
|
35
|
-
if (fromChecks) return false;
|
|
36
|
-
|
|
37
|
-
if (showLog) {
|
|
38
|
-
console.log("Locating source...");
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
const source = locateSource({
|
|
42
|
-
showLog
|
|
43
|
-
});
|
|
44
|
-
|
|
45
|
-
if (showLog) console.log(`Source is : ${source}`);
|
|
46
|
-
if (showLog) console.log("Locating destination...");
|
|
47
|
-
|
|
48
|
-
const destination = locateDestination({
|
|
49
|
-
inToPath: toPath,
|
|
50
|
-
inResolvedFolderName: resolvedFolderName,
|
|
51
|
-
showLog
|
|
52
|
-
});
|
|
53
|
-
|
|
54
|
-
if (showLog) console.log(`Destination is : ${destination}`);
|
|
55
|
-
if (showLog) console.log("Creating project...");
|
|
56
|
-
|
|
57
|
-
createProject({
|
|
58
|
-
source,
|
|
59
|
-
destination,
|
|
60
|
-
showLog
|
|
61
|
-
});
|
|
62
|
-
|
|
63
|
-
if (inAnnounce) {
|
|
64
|
-
|
|
65
|
-
if (showLog) {
|
|
66
|
-
console.log("Announcing...");
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
announce({
|
|
70
|
-
inResolvedFolderName: resolvedFolderName,
|
|
71
|
-
showLog
|
|
72
|
-
});
|
|
73
|
-
}
|
|
74
|
-
};
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
import { locateSource } from "./ShowAllWithSerial/steps/locateSource.js";
|
|
2
|
-
import { locateDestination } from "./ShowAllWithSerial/steps/locateDestination.js";
|
|
3
|
-
|
|
4
|
-
import { createProject } from "./ShowAllWithSerial/steps/createProject.js";
|
|
5
|
-
import { announce } from "./ShowAllWithSerial/steps/announce.js";
|
|
6
|
-
|
|
7
|
-
import resolveFolderName from "./ShowAllWithSerial/steps/resolveFolderName.js";
|
|
8
|
-
import checks from "./ShowAllWithSerial/steps/checks.js";
|
|
9
|
-
|
|
10
|
-
export default ({
|
|
11
|
-
folderName = "",
|
|
12
|
-
toPath = process.cwd(),
|
|
13
|
-
inAnnounce = true,
|
|
14
|
-
showLog = false
|
|
15
|
-
}) => {
|
|
16
|
-
if (showLog) {
|
|
17
|
-
console.log("Resolving folder name...");
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
const resolvedFolderName = resolveFolderName({
|
|
21
|
-
name: folderName
|
|
22
|
-
});
|
|
23
|
-
|
|
24
|
-
if (showLog) {
|
|
25
|
-
console.log(`resolvedFolderName : ${resolvedFolderName}`);
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
const fromChecks = checks({
|
|
29
|
-
toPath,
|
|
30
|
-
inAnnounce,
|
|
31
|
-
inFolderName: resolvedFolderName,
|
|
32
|
-
showLog
|
|
33
|
-
});
|
|
34
|
-
|
|
35
|
-
if (fromChecks) return false;
|
|
36
|
-
|
|
37
|
-
if (showLog) {
|
|
38
|
-
console.log("Locating source...");
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
const source = locateSource({
|
|
42
|
-
showLog
|
|
43
|
-
});
|
|
44
|
-
|
|
45
|
-
if (showLog) console.log(`Source is : ${source}`);
|
|
46
|
-
if (showLog) console.log("Locating destination...");
|
|
47
|
-
|
|
48
|
-
const destination = locateDestination({
|
|
49
|
-
inToPath: toPath,
|
|
50
|
-
inResolvedFolderName: resolvedFolderName,
|
|
51
|
-
showLog
|
|
52
|
-
});
|
|
53
|
-
|
|
54
|
-
if (showLog) console.log(`Destination is : ${destination}`);
|
|
55
|
-
if (showLog) console.log("Creating project...");
|
|
56
|
-
|
|
57
|
-
createProject({
|
|
58
|
-
source,
|
|
59
|
-
destination,
|
|
60
|
-
showLog
|
|
61
|
-
});
|
|
62
|
-
|
|
63
|
-
if (inAnnounce) {
|
|
64
|
-
|
|
65
|
-
if (showLog) {
|
|
66
|
-
console.log("Announcing...");
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
announce({
|
|
70
|
-
inResolvedFolderName: resolvedFolderName,
|
|
71
|
-
showLog
|
|
72
|
-
});
|
|
73
|
-
}
|
|
74
|
-
};
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
import { locateSource } from "./ShowAllWithSerialSearch/steps/locateSource.js";
|
|
2
|
-
import { locateDestination } from "./ShowAllWithSerialSearch/steps/locateDestination.js";
|
|
3
|
-
|
|
4
|
-
import { createProject } from "./ShowAllWithSerialSearch/steps/createProject.js";
|
|
5
|
-
import { announce } from "./ShowAllWithSerialSearch/steps/announce.js";
|
|
6
|
-
|
|
7
|
-
import resolveFolderName from "./ShowAllWithSerialSearch/steps/resolveFolderName.js";
|
|
8
|
-
import checks from "./ShowAllWithSerialSearch/steps/checks.js";
|
|
9
|
-
|
|
10
|
-
export default ({
|
|
11
|
-
folderName = "",
|
|
12
|
-
toPath = process.cwd(),
|
|
13
|
-
inAnnounce = true,
|
|
14
|
-
showLog = false
|
|
15
|
-
}) => {
|
|
16
|
-
if (showLog) {
|
|
17
|
-
console.log("Resolving folder name...");
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
const resolvedFolderName = resolveFolderName({
|
|
21
|
-
name: folderName
|
|
22
|
-
});
|
|
23
|
-
|
|
24
|
-
if (showLog) {
|
|
25
|
-
console.log(`resolvedFolderName : ${resolvedFolderName}`);
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
const fromChecks = checks({
|
|
29
|
-
toPath,
|
|
30
|
-
inAnnounce,
|
|
31
|
-
inFolderName: resolvedFolderName,
|
|
32
|
-
showLog
|
|
33
|
-
});
|
|
34
|
-
|
|
35
|
-
if (fromChecks) return false;
|
|
36
|
-
|
|
37
|
-
if (showLog) {
|
|
38
|
-
console.log("Locating source...");
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
const source = locateSource({
|
|
42
|
-
showLog
|
|
43
|
-
});
|
|
44
|
-
|
|
45
|
-
if (showLog) console.log(`Source is : ${source}`);
|
|
46
|
-
if (showLog) console.log("Locating destination...");
|
|
47
|
-
|
|
48
|
-
const destination = locateDestination({
|
|
49
|
-
inToPath: toPath,
|
|
50
|
-
inResolvedFolderName: resolvedFolderName,
|
|
51
|
-
showLog
|
|
52
|
-
});
|
|
53
|
-
|
|
54
|
-
if (showLog) console.log(`Destination is : ${destination}`);
|
|
55
|
-
if (showLog) console.log("Creating project...");
|
|
56
|
-
|
|
57
|
-
createProject({
|
|
58
|
-
source,
|
|
59
|
-
destination,
|
|
60
|
-
showLog
|
|
61
|
-
});
|
|
62
|
-
|
|
63
|
-
if (inAnnounce) {
|
|
64
|
-
|
|
65
|
-
if (showLog) {
|
|
66
|
-
console.log("Announcing...");
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
announce({
|
|
70
|
-
inResolvedFolderName: resolvedFolderName,
|
|
71
|
-
showLog
|
|
72
|
-
});
|
|
73
|
-
}
|
|
74
|
-
};
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { locateSource } from "./Vertical/steps/locateSource.js";
|
|
2
|
-
import { locateDestination } from "./Vertical/steps/locateDestination.js";
|
|
3
|
-
|
|
4
|
-
import { createProject } from "./Vertical/steps/createProject.js";
|
|
5
|
-
import { announce } from "./Vertical/steps/announce.js";
|
|
6
|
-
|
|
7
|
-
import checks from "./Vertical/steps/checks.js";
|
|
8
|
-
|
|
9
|
-
export default ({
|
|
10
|
-
toPath = process.cwd(),
|
|
11
|
-
inAnnounce = true,
|
|
12
|
-
showLog = "false"
|
|
13
|
-
}) => {
|
|
14
|
-
const isShowLog = showLog === true || showLog?.trim() === "true";
|
|
15
|
-
|
|
16
|
-
if (isShowLog) console.log("Resolving folder name...");
|
|
17
|
-
|
|
18
|
-
const fromChecks = checks({
|
|
19
|
-
toPath,
|
|
20
|
-
inAnnounce,
|
|
21
|
-
showLog
|
|
22
|
-
});
|
|
23
|
-
|
|
24
|
-
if (fromChecks) return false;
|
|
25
|
-
|
|
26
|
-
if (isShowLog) console.log("Locating source...");
|
|
27
|
-
|
|
28
|
-
const source = locateSource({
|
|
29
|
-
showLog
|
|
30
|
-
});
|
|
31
|
-
|
|
32
|
-
if (isShowLog) console.log(`Source is : ${source}`);
|
|
33
|
-
if (isShowLog) console.log("Locating destination...");
|
|
34
|
-
|
|
35
|
-
const destination = toPath;
|
|
36
|
-
|
|
37
|
-
if (isShowLog) console.log(`Destination is : ${destination}`);
|
|
38
|
-
if (isShowLog) console.log("Creating project...");
|
|
39
|
-
|
|
40
|
-
createProject({
|
|
41
|
-
source,
|
|
42
|
-
destination,
|
|
43
|
-
showLog
|
|
44
|
-
});
|
|
45
|
-
|
|
46
|
-
if (inAnnounce) {
|
|
47
|
-
if (isShowLog) console.log("Announcing...");
|
|
48
|
-
|
|
49
|
-
announce({
|
|
50
|
-
toPath,
|
|
51
|
-
showLog
|
|
52
|
-
});
|
|
53
|
-
};
|
|
54
|
-
};
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { locateSource } from "./WithHeader/steps/locateSource.js";
|
|
2
|
-
import { locateDestination } from "./WithHeader/steps/locateDestination.js";
|
|
3
|
-
|
|
4
|
-
import { createProject } from "./WithHeader/steps/createProject.js";
|
|
5
|
-
import { announce } from "./WithHeader/steps/announce.js";
|
|
6
|
-
|
|
7
|
-
import checks from "./WithHeader/steps/checks.js";
|
|
8
|
-
|
|
9
|
-
// import alterJson from "./WithHeader/steps/alterJson.js";
|
|
10
|
-
|
|
11
|
-
import alterJson from "./WithHeader/steps/AlterJson/index.js";
|
|
12
|
-
|
|
13
|
-
export default ({
|
|
14
|
-
toPath = process.cwd(),
|
|
15
|
-
inAnnounce = true,
|
|
16
|
-
showLog = "false",
|
|
17
|
-
inAlterConfig = true,
|
|
18
|
-
tableName,
|
|
19
|
-
configPath
|
|
20
|
-
}) => {
|
|
21
|
-
const isShowLog = showLog === true || showLog?.trim() === "true";
|
|
22
|
-
|
|
23
|
-
if (isShowLog) console.log("Resolving folder name...");
|
|
24
|
-
|
|
25
|
-
const fromChecks = checks({
|
|
26
|
-
toPath,
|
|
27
|
-
inAnnounce,
|
|
28
|
-
showLog
|
|
29
|
-
});
|
|
30
|
-
|
|
31
|
-
if (fromChecks) return false;
|
|
32
|
-
|
|
33
|
-
if (isShowLog) console.log("Locating source...");
|
|
34
|
-
|
|
35
|
-
const source = locateSource({
|
|
36
|
-
showLog
|
|
37
|
-
});
|
|
38
|
-
|
|
39
|
-
if (isShowLog) console.log(`Source is : ${source}`);
|
|
40
|
-
if (isShowLog) console.log("Locating destination...");
|
|
41
|
-
|
|
42
|
-
const destination = toPath;
|
|
43
|
-
|
|
44
|
-
if (isShowLog) console.log(`Destination is : ${destination}`);
|
|
45
|
-
if (isShowLog) console.log("Creating project...");
|
|
46
|
-
|
|
47
|
-
createProject({
|
|
48
|
-
source,
|
|
49
|
-
destination,
|
|
50
|
-
showLog
|
|
51
|
-
});
|
|
52
|
-
|
|
53
|
-
if (isShowLog) console.log("Alter config started...");
|
|
54
|
-
|
|
55
|
-
if (inAlterConfig) {
|
|
56
|
-
alterJson({
|
|
57
|
-
inDestination: destination,
|
|
58
|
-
inToPath: toPath,
|
|
59
|
-
tableName,
|
|
60
|
-
fromConfigPath: configPath,
|
|
61
|
-
showLog: isShowLog
|
|
62
|
-
});
|
|
63
|
-
};
|
|
64
|
-
|
|
65
|
-
if (inAnnounce) {
|
|
66
|
-
if (isShowLog) console.log("Announcing...");
|
|
67
|
-
|
|
68
|
-
announce({
|
|
69
|
-
toPath,
|
|
70
|
-
showLog
|
|
71
|
-
});
|
|
72
|
-
};
|
|
73
|
-
};
|
package/bin/v1/start.js
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import parseInput from "./core/parseInput.js";
|
|
2
|
-
import showUsage from './core/showUsage.js';
|
|
3
|
-
|
|
4
|
-
import resolveCommand from "./core/resolveCommand.js";
|
|
5
|
-
|
|
6
|
-
import pkg from '../../package.json' with { type: 'json' };
|
|
7
|
-
|
|
8
|
-
const version = pkg.version;
|
|
9
|
-
|
|
10
|
-
const run = async () => {
|
|
11
|
-
const input = parseInput();
|
|
12
|
-
|
|
13
|
-
if (!input.cmd) return showUsage(version);
|
|
14
|
-
|
|
15
|
-
if (input.action === "--help" || input.action === "-h" || input.action === "help") return showUsage(version);
|
|
16
|
-
|
|
17
|
-
const command = resolveCommand(input.cmd);
|
|
18
|
-
|
|
19
|
-
if (!command) return (console.log(`Unknown command: ${input.cmd}\n`), showUsage(version));
|
|
20
|
-
|
|
21
|
-
await command({
|
|
22
|
-
folderName: input.folderName,
|
|
23
|
-
tableName: input.tableName,
|
|
24
|
-
showLog: input.showLog,
|
|
25
|
-
toPath: input.toPath
|
|
26
|
-
});
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export default run;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/bin/{v1/commands/HeaderOnly/template/v5 → v2/commands/TableComp/template/v2}/Index/start.js
RENAMED
|
File without changes
|
/package/bin/{v1/commands/TableComp/template/v1 → v2/commands/TableComp/template/v2}/index.html
RENAMED
|
File without changes
|
/package/bin/{v1/commands/TableComp/template/v1 → v2/commands/TableComp/template/v2}/tailwind-3.css
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|