Format
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Getting Started with the Vechile Database App
|
# Getting Started with the Vehicle Inventory Flow DB/App
|
||||||
|
|
||||||
## Initial Setup
|
## Initial Setup
|
||||||
|
|
||||||
@@ -18,4 +18,3 @@ Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
|
|||||||
|
|
||||||
Launches the test runner in the interactive watch mode.\
|
Launches the test runner in the interactive watch mode.\
|
||||||
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
|
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
|
||||||
|
|
||||||
|
|||||||
15
build/asset-manifest.json
Normal file
15
build/asset-manifest.json
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"files": {
|
||||||
|
"main.css": "/var/www/fne/sf/static/css/main.6f125b56.css",
|
||||||
|
"main.js": "/var/www/fne/sf/static/js/main.74991570.js",
|
||||||
|
"static/js/787.111843f1.chunk.js": "/var/www/fne/sf/static/js/787.111843f1.chunk.js",
|
||||||
|
"index.html": "/var/www/fne/sf/index.html",
|
||||||
|
"main.6f125b56.css.map": "/var/www/fne/sf/static/css/main.6f125b56.css.map",
|
||||||
|
"main.74991570.js.map": "/var/www/fne/sf/static/js/main.74991570.js.map",
|
||||||
|
"787.111843f1.chunk.js.map": "/var/www/fne/sf/static/js/787.111843f1.chunk.js.map"
|
||||||
|
},
|
||||||
|
"entrypoints": [
|
||||||
|
"static/css/main.6f125b56.css",
|
||||||
|
"static/js/main.74991570.js"
|
||||||
|
]
|
||||||
|
}
|
||||||
31
build/index.html
Normal file
31
build/index.html
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<link rel="icon" href="/var/www/fne/sf/favicon.ico" />
|
||||||
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||||
|
<meta name="theme-color" content="#000000" />
|
||||||
|
<meta
|
||||||
|
name="description"
|
||||||
|
content="Web site created using create-react-app"
|
||||||
|
/>
|
||||||
|
<link rel="apple-touch-icon" href="/var/www/fne/sf/logo192.png" />
|
||||||
|
<link
|
||||||
|
rel="manifest"
|
||||||
|
href="http://www.findandexec.com/var/www/fne/sf/manifest.json"
|
||||||
|
/>
|
||||||
|
<title>SalesFlow Vehicle Inventory Control</title>
|
||||||
|
<script
|
||||||
|
defer="defer"
|
||||||
|
src="http://www.findandexec.com/var/www/fne/sf/static/js/main.74991570.js"
|
||||||
|
></script>
|
||||||
|
<link
|
||||||
|
href="http://www.findandexec.com/var/www/fne/sf/static/css/main.6f125b56.css"
|
||||||
|
rel="stylesheet"
|
||||||
|
/>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
|
<div id="root"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
25
build/manifest.json
Normal file
25
build/manifest.json
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"short_name": "React App",
|
||||||
|
"name": "Create React App Sample",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "favicon.ico",
|
||||||
|
"sizes": "64x64 32x32 24x24 16x16",
|
||||||
|
"type": "image/x-icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "logo192.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "192x192"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "logo512.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "512x512"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"start_url": ".",
|
||||||
|
"display": "standalone",
|
||||||
|
"theme_color": "#000000",
|
||||||
|
"background_color": "#ffffff"
|
||||||
|
}
|
||||||
3
build/robots.txt
Normal file
3
build/robots.txt
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# https://www.robotstxt.org/robotstxt.html
|
||||||
|
User-agent: *
|
||||||
|
Disallow:
|
||||||
2
build/static/css/main.6f125b56.css
Normal file
2
build/static/css/main.6f125b56.css
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
@import url(https://fonts.googleapis.com/css?family=Open+Sans);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{font-family:Open Sans,sans-serif}.app-container{background-color:#f5f5f5;display:flex;flex-direction:column;font-size:16px;min-height:100vh}.vehicles-container{display:flex;flex-direction:column;margin:5px 20px;padding:0 30px;width:100%}.vehiclesRow{display:flex;flex-direction:row;width:100%}.vehiclesColumn{flex-wrap:wrap;height:205px}.veh-col,.vehiclesColumn{display:flex;flex-direction:column}.veh-row,.veh-row-price{display:flex;flex-direction:row}.vehBox{border:1px solid #5d86a8;border-radius:6px;flex:1 0 auto;max-width:535px;padding:5px 5px 8px 8px}.veh-text{margin:4px 5px}.formHeader{letter-spacing:.08rem}.text-input{border:1px solid #c0c8cf;border-radius:4px;height:24px;margin:8px 0;width:100%}.auxButton{padding:7px 0 26px}.auxButton,.button{background-color:#fff;border:1px solid #c0c8cf;border-radius:6px;color:#0f1111;cursor:pointer;font-family:Open Sans,sans-serif;height:30px;margin-top:8px;width:125px}.button{align-items:center;padding:7px 0 16px}.deleteButton{background-color:#fff;border:1px solid #c0c8cf;border-radius:6px;color:#0f1111;cursor:pointer;font-family:Open Sans,sans-serif;height:30px;line-height:29px;margin-top:12px;padding:2px 0 31px;vertical-align:middle;width:125px}.deleteButtonBox{margin:15px 0 20px}.inputContainer{margin-right:25px;max-width:250px;min-width:250px;padding-bottom:5px;padding-right:5px}.navBarContainer{background-color:#fff;border-bottom:2px solid #a9a9a9;height:50px;padding:15px 20px 0;width:100%}.navRow{font-family:Open Sans,sans-serif;font-size:1rem;letter-spacing:.05rem;margin:0 15px 2px;padding:5px}.navSpan{margin:10px}.getHeader{margin-top:-8px}.fetchBox{margin-bottom:25px}@media only screen and (max-width:460px){.vehiclesColumn{height:100%}.navBarContainer{display:none}.formHeader{max-width:250px}.vehBox{display:flex;flex-wrap:wrap;max-width:260px}.veh-row-price{display:flex;flex-direction:column}}
|
||||||
|
/*# sourceMappingURL=main.6f125b56.css.map*/
|
||||||
1
build/static/css/main.6f125b56.css.map
Normal file
1
build/static/css/main.6f125b56.css.map
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{"version":3,"file":"static/css/main.6f125b56.css","mappings":"+DAAA,KAKE,kCAAmC,CACnC,iCAAkC,CAJlC,mIAEY,CAHZ,QAMF,CAEA,KACE,uEAEF,CCVA,KACE,gCACF,CAEA,eACE,wBAAyB,CAEzB,YAAa,CACb,qBAAsB,CACtB,cAAe,CAHf,gBAIF,CAEA,oBACE,YAAa,CACb,qBAAsB,CAGtB,eAAgB,CADhB,cAAiB,CADjB,UAGF,CAEA,aACE,YAAa,CACb,kBAAmB,CACnB,UACF,CAEA,gBAGE,cAAe,CACf,YACF,CAEA,yBANE,YAAa,CACb,qBAQF,CAOA,wBAJE,YAAa,CACb,kBAMF,CAEA,QAEE,wBAAyB,CACzB,iBAAkB,CAElB,aAAc,CADd,eAAgB,CAHhB,uBAKF,CAEA,UACE,cACF,CAEA,YACE,qBACF,CAEA,YAIE,wBAAyB,CACzB,iBAAkB,CAHlB,WAAY,CACZ,YAAe,CAFf,UAKF,CAEA,WAUE,kBACF,CAEA,mBAPE,qBAAuB,CAFvB,wBAAyB,CACzB,iBAAkB,CAElB,aAAc,CAEd,cAAe,CADf,gCAAoC,CANpC,WAAY,CADZ,cAAe,CAEf,WAsBF,CAZA,QAEE,kBAAmB,CASnB,kBACF,CAEA,cAME,qBAAuB,CAFvB,wBAAyB,CACzB,iBAAkB,CAElB,aAAc,CACd,cAAe,CAEf,gCAAoC,CARpC,WAAY,CAOZ,gBAAiB,CAIjB,eAAgB,CAFhB,kBAAyB,CACzB,qBAAsB,CATtB,WAWF,CAEA,iBACE,kBACF,CAEA,gBAGE,iBAAkB,CADlB,eAAgB,CADhB,eAAgB,CAGhB,kBAAmB,CACnB,iBACF,CAEA,iBAIE,qBAAuB,CACvB,+BAAgC,CAHhC,WAAY,CACZ,mBAA2B,CAF3B,UAKF,CAEA,QAIE,gCAAoC,CADpC,cAAe,CAEf,qBAAuB,CAJvB,iBAAyB,CACzB,WAIF,CAEA,SACE,WACF,CAEA,WACE,eACF,CAEA,UACE,kBACF,CAEA,yCACE,gBACE,WACF,CACA,iBACE,YACF,CAEA,YACE,eACF,CAEA,QAEE,YAAa,CACb,cAAe,CAFf,eAGF,CAEA,eACE,YAAa,CACb,qBACF,CACF","sources":["index.css","styles/App.css"],"sourcesContent":["body {\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',\n 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',\n sans-serif;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\ncode {\n font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',\n monospace;\n}\n","@import url(\"https://fonts.googleapis.com/css?family=Open+Sans\");\n\nbody {\n font-family: \"Open Sans\", sans-serif;\n}\n\n.app-container {\n background-color: #f5f5f5;\n min-height: 100vh;\n display: flex;\n flex-direction: column;\n font-size: 16px;\n}\n\n.vehicles-container {\n display: flex;\n flex-direction: column;\n width: 100%;\n padding: 0px 30px;\n margin: 5px 20px;\n}\n\n.vehiclesRow {\n display: flex;\n flex-direction: row;\n width: 100%;\n}\n\n.vehiclesColumn {\n display: flex;\n flex-direction: column;\n flex-wrap: wrap;\n height: 205px;\n}\n\n.veh-col {\n display: flex;\n flex-direction: column;\n}\n\n.veh-row {\n display: flex;\n flex-direction: row;\n}\n\n.veh-row-price {\n display: flex;\n flex-direction: row;\n}\n\n.vehBox {\n padding: 5px 5px 8px 8px;\n border: 1px solid #5d86a8;\n border-radius: 6px;\n max-width: 535px;\n flex: 1 0 auto;\n}\n\n.veh-text {\n margin: 4px 5px;\n}\n\n.formHeader {\n letter-spacing: 0.08rem;\n}\n\n.text-input {\n width: 100%;\n height: 24px;\n margin: 8px 0px;\n border: 1px solid #c0c8cf;\n border-radius: 4px;\n}\n\n.auxButton {\n margin-top: 8px;\n height: 30px;\n width: 125px;\n border: 1px solid #c0c8cf;\n border-radius: 6px;\n background-color: white;\n color: #0f1111;\n font-family: \"Open Sans\", sans-serif;\n cursor: pointer;\n padding: 7px 0px 26px 0px;\n}\n\n.button {\n margin-top: 8px;\n align-items: center;\n height: 30px;\n width: 125px;\n border: 1px solid #c0c8cf;\n border-radius: 6px;\n background-color: white;\n color: #0f1111;\n font-family: \"Open Sans\", sans-serif;\n cursor: pointer;\n padding: 7px 0px 16px 0px;\n}\n\n.deleteButton {\n margin-top: 8px;\n height: 30px;\n width: 125px;\n border: 1px solid #c0c8cf;\n border-radius: 6px;\n background-color: white;\n color: #0f1111;\n cursor: pointer;\n line-height: 29px;\n font-family: \"Open Sans\", sans-serif;\n padding: 2px 0px 31px 0px;\n vertical-align: middle;\n margin-top: 12px;\n}\n\n.deleteButtonBox {\n margin: 15px 0px 20px 0px;\n}\n\n.inputContainer {\n min-width: 250px;\n max-width: 250px;\n margin-right: 25px;\n padding-bottom: 5px;\n padding-right: 5px;\n}\n\n.navBarContainer {\n width: 100%;\n height: 50px;\n padding: 15px 20px 0px 20px;\n background-color: white;\n border-bottom: 2px solid #a9a9a9;\n}\n\n.navRow {\n margin: 0px 15px 2px 15px;\n padding: 5px 5px;\n font-size: 1rem;\n font-family: \"Open Sans\", sans-serif;\n letter-spacing: 0.05rem;\n}\n\n.navSpan {\n margin: 10px 10px;\n}\n\n.getHeader {\n margin-top: -8px;\n}\n\n.fetchBox {\n margin-bottom: 25px;\n}\n\n@media only screen and (max-width: 460px) {\n .vehiclesColumn {\n height: 100%;\n }\n .navBarContainer {\n display: none;\n }\n\n .formHeader {\n max-width: 250px;\n }\n\n .vehBox {\n max-width: 260px;\n display: flex;\n flex-wrap: wrap;\n }\n\n .veh-row-price {\n display: flex;\n flex-direction: column;\n }\n}\n"],"names":[],"sourceRoot":""}
|
||||||
2
build/static/js/787.111843f1.chunk.js
Normal file
2
build/static/js/787.111843f1.chunk.js
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
"use strict";(self.webpackChunkhdepot=self.webpackChunkhdepot||[]).push([[787],{787:function(e,t,n){n.r(t),n.d(t,{getCLS:function(){return y},getFCP:function(){return h},getFID:function(){return C},getLCP:function(){return P},getTTFB:function(){return D}});var i,r,a,o,u=function(e,t){return{name:e,value:void 0===t?-1:t,delta:0,entries:[],id:"v2-".concat(Date.now(),"-").concat(Math.floor(8999999999999*Math.random())+1e12)}},c=function(e,t){try{if(PerformanceObserver.supportedEntryTypes.includes(e)){if("first-input"===e&&!("PerformanceEventTiming"in self))return;var n=new PerformanceObserver((function(e){return e.getEntries().map(t)}));return n.observe({type:e,buffered:!0}),n}}catch(e){}},f=function(e,t){var n=function n(i){"pagehide"!==i.type&&"hidden"!==document.visibilityState||(e(i),t&&(removeEventListener("visibilitychange",n,!0),removeEventListener("pagehide",n,!0)))};addEventListener("visibilitychange",n,!0),addEventListener("pagehide",n,!0)},s=function(e){addEventListener("pageshow",(function(t){t.persisted&&e(t)}),!0)},m=function(e,t,n){var i;return function(r){t.value>=0&&(r||n)&&(t.delta=t.value-(i||0),(t.delta||void 0===i)&&(i=t.value,e(t)))}},v=-1,p=function(){return"hidden"===document.visibilityState?0:1/0},d=function(){f((function(e){var t=e.timeStamp;v=t}),!0)},l=function(){return v<0&&(v=p(),d(),s((function(){setTimeout((function(){v=p(),d()}),0)}))),{get firstHiddenTime(){return v}}},h=function(e,t){var n,i=l(),r=u("FCP"),a=function(e){"first-contentful-paint"===e.name&&(f&&f.disconnect(),e.startTime<i.firstHiddenTime&&(r.value=e.startTime,r.entries.push(e),n(!0)))},o=window.performance&&performance.getEntriesByName&&performance.getEntriesByName("first-contentful-paint")[0],f=o?null:c("paint",a);(o||f)&&(n=m(e,r,t),o&&a(o),s((function(i){r=u("FCP"),n=m(e,r,t),requestAnimationFrame((function(){requestAnimationFrame((function(){r.value=performance.now()-i.timeStamp,n(!0)}))}))})))},g=!1,T=-1,y=function(e,t){g||(h((function(e){T=e.value})),g=!0);var n,i=function(t){T>-1&&e(t)},r=u("CLS",0),a=0,o=[],v=function(e){if(!e.hadRecentInput){var t=o[0],i=o[o.length-1];a&&e.startTime-i.startTime<1e3&&e.startTime-t.startTime<5e3?(a+=e.value,o.push(e)):(a=e.value,o=[e]),a>r.value&&(r.value=a,r.entries=o,n())}},p=c("layout-shift",v);p&&(n=m(i,r,t),f((function(){p.takeRecords().map(v),n(!0)})),s((function(){a=0,T=-1,r=u("CLS",0),n=m(i,r,t)})))},E={passive:!0,capture:!0},w=new Date,L=function(e,t){i||(i=t,r=e,a=new Date,F(removeEventListener),S())},S=function(){if(r>=0&&r<a-w){var e={entryType:"first-input",name:i.type,target:i.target,cancelable:i.cancelable,startTime:i.timeStamp,processingStart:i.timeStamp+r};o.forEach((function(t){t(e)})),o=[]}},b=function(e){if(e.cancelable){var t=(e.timeStamp>1e12?new Date:performance.now())-e.timeStamp;"pointerdown"==e.type?function(e,t){var n=function(){L(e,t),r()},i=function(){r()},r=function(){removeEventListener("pointerup",n,E),removeEventListener("pointercancel",i,E)};addEventListener("pointerup",n,E),addEventListener("pointercancel",i,E)}(t,e):L(t,e)}},F=function(e){["mousedown","keydown","touchstart","pointerdown"].forEach((function(t){return e(t,b,E)}))},C=function(e,t){var n,a=l(),v=u("FID"),p=function(e){e.startTime<a.firstHiddenTime&&(v.value=e.processingStart-e.startTime,v.entries.push(e),n(!0))},d=c("first-input",p);n=m(e,v,t),d&&f((function(){d.takeRecords().map(p),d.disconnect()}),!0),d&&s((function(){var a;v=u("FID"),n=m(e,v,t),o=[],r=-1,i=null,F(addEventListener),a=p,o.push(a),S()}))},k={},P=function(e,t){var n,i=l(),r=u("LCP"),a=function(e){var t=e.startTime;t<i.firstHiddenTime&&(r.value=t,r.entries.push(e),n())},o=c("largest-contentful-paint",a);if(o){n=m(e,r,t);var v=function(){k[r.id]||(o.takeRecords().map(a),o.disconnect(),k[r.id]=!0,n(!0))};["keydown","click"].forEach((function(e){addEventListener(e,v,{once:!0,capture:!0})})),f(v,!0),s((function(i){r=u("LCP"),n=m(e,r,t),requestAnimationFrame((function(){requestAnimationFrame((function(){r.value=performance.now()-i.timeStamp,k[r.id]=!0,n(!0)}))}))}))}},D=function(e){var t,n=u("TTFB");t=function(){try{var t=performance.getEntriesByType("navigation")[0]||function(){var e=performance.timing,t={entryType:"navigation",startTime:0};for(var n in e)"navigationStart"!==n&&"toJSON"!==n&&(t[n]=Math.max(e[n]-e.navigationStart,0));return t}();if(n.value=n.delta=t.responseStart,n.value<0||n.value>performance.now())return;n.entries=[t],e(n)}catch(e){}},"complete"===document.readyState?setTimeout(t,0):addEventListener("load",(function(){return setTimeout(t,0)}))}}}]);
|
||||||
|
//# sourceMappingURL=787.111843f1.chunk.js.map
|
||||||
1
build/static/js/787.111843f1.chunk.js.map
Normal file
1
build/static/js/787.111843f1.chunk.js.map
Normal file
File diff suppressed because one or more lines are too long
3
build/static/js/main.74991570.js
Normal file
3
build/static/js/main.74991570.js
Normal file
File diff suppressed because one or more lines are too long
262
build/static/js/main.74991570.js.LICENSE.txt
Normal file
262
build/static/js/main.74991570.js.LICENSE.txt
Normal file
@@ -0,0 +1,262 @@
|
|||||||
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @license
|
||||||
|
* Copyright 2017 Google LLC
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @license
|
||||||
|
* Copyright 2020 Google LLC
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @license
|
||||||
|
* Copyright 2017 Google LLC
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @license
|
||||||
|
* Copyright 2020 Google LLC
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @license
|
||||||
|
* Copyright 2020 Google LLC
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @license
|
||||||
|
* Copyright 2018 Google LLC
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @license
|
||||||
|
* Copyright 2020 Google LLC
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @license
|
||||||
|
* Copyright 2017 Google LLC
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @license
|
||||||
|
* Copyright 2018 Google LLC
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @license
|
||||||
|
* Copyright 2019 Google LLC
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @license
|
||||||
|
* Copyright 2020 Google LLC
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @license
|
||||||
|
* Copyright 2021 Google LLC
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @license
|
||||||
|
* Copyright 2022 Google LLC
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @license React
|
||||||
|
* react-dom.production.min.js
|
||||||
|
*
|
||||||
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||||
|
*
|
||||||
|
* This source code is licensed under the MIT license found in the
|
||||||
|
* LICENSE file in the root directory of this source tree.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @license React
|
||||||
|
* react-jsx-runtime.production.min.js
|
||||||
|
*
|
||||||
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||||
|
*
|
||||||
|
* This source code is licensed under the MIT license found in the
|
||||||
|
* LICENSE file in the root directory of this source tree.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @license React
|
||||||
|
* react.production.min.js
|
||||||
|
*
|
||||||
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||||
|
*
|
||||||
|
* This source code is licensed under the MIT license found in the
|
||||||
|
* LICENSE file in the root directory of this source tree.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @license React
|
||||||
|
* scheduler.production.min.js
|
||||||
|
*
|
||||||
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||||
|
*
|
||||||
|
* This source code is licensed under the MIT license found in the
|
||||||
|
* LICENSE file in the root directory of this source tree.
|
||||||
|
*/
|
||||||
1
build/static/js/main.74991570.js.map
Normal file
1
build/static/js/main.74991570.js.map
Normal file
File diff suppressed because one or more lines are too long
@@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "hdepot",
|
"name": "hdepot",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"homepage": "https://www.findandexec.com/var/www/fne/sf/",
|
||||||
|
"private": false,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@testing-library/jest-dom": "^5.16.5",
|
"@testing-library/jest-dom": "^5.16.5",
|
||||||
"@testing-library/react": "^13.4.0",
|
"@testing-library/react": "^13.4.0",
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
work correctly both with client-side routing and a non-root public URL.
|
work correctly both with client-side routing and a non-root public URL.
|
||||||
Learn how to configure a non-root public URL by running `npm run build`.
|
Learn how to configure a non-root public URL by running `npm run build`.
|
||||||
-->
|
-->
|
||||||
<title>Vehicle App</title>
|
<title>SalesFlow Vehicle Inventory Control</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
|
|||||||
Reference in New Issue
Block a user