Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mskocik committed Jul 21, 2022
1 parent d0a91b2 commit 005fc53
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 27 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
import"../chunks/index-1e0e0ebd.js";import{R as p}from"../chunks/index-ab5d0dde.js";import"../chunks/preload-helper-b22d3b18.js";export{p as default};
import"../chunks/index-1e0e0ebd.js";import{R as p}from"../chunks/index-8e2fd20f.js";import"../chunks/preload-helper-b22d3b18.js";export{p as default};

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/_app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
".svelte-kit/runtime/client/start.js": {
"file": "immutable/start-19a3190e.js",
"file": "immutable/start-7548bf83.js",
"src": ".svelte-kit/runtime/client/start.js",
"isEntry": true,
"imports": [
Expand All @@ -10,7 +10,7 @@
"dynamicImports": [
".svelte-kit/runtime/components/layout.svelte",
".svelte-kit/runtime/components/error.svelte",
"_index-ab5d0dde.js"
"_index-8e2fd20f.js"
]
},
".svelte-kit/runtime/components/layout.svelte": {
Expand All @@ -32,12 +32,12 @@
]
},
"src/routes/index.svelte": {
"file": "immutable/pages/index.svelte-6a6ed06d.js",
"file": "immutable/pages/index.svelte-2ef52840.js",
"src": "src/routes/index.svelte",
"isEntry": true,
"imports": [
"_index-1e0e0ebd.js",
"_index-ab5d0dde.js",
"_index-8e2fd20f.js",
"_preload-helper-b22d3b18.js"
]
},
Expand All @@ -47,8 +47,8 @@
"_preload-helper-b22d3b18.js": {
"file": "immutable/chunks/preload-helper-b22d3b18.js"
},
"_index-ab5d0dde.js": {
"file": "immutable/chunks/index-ab5d0dde.js",
"_index-8e2fd20f.js": {
"file": "immutable/chunks/index-8e2fd20f.js",
"isDynamicEntry": true,
"imports": [
"_index-1e0e0ebd.js",
Expand All @@ -62,11 +62,11 @@
]
},
"src/lib/index.js": {
"file": "immutable/chunks/index-6671f245.js",
"file": "immutable/chunks/index-2899ae6a.js",
"src": "src/lib/index.js",
"isDynamicEntry": true,
"imports": [
"_index-ab5d0dde.js",
"_index-8e2fd20f.js",
"_index-1e0e0ebd.js",
"_preload-helper-b22d3b18.js"
]
Expand Down
2 changes: 1 addition & 1 deletion docs/_app/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"1658176359021"}
{"version":"1658409020242"}
24 changes: 12 additions & 12 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
</style>
<meta http-equiv="content-security-policy" content="">
<link rel="stylesheet" href="/svelty-picker/_app/immutable/assets/index-a9bc93c9.css">
<link rel="modulepreload" href="/svelty-picker/_app/immutable/start-19a3190e.js">
<link rel="modulepreload" href="/svelty-picker/_app/immutable/start-7548bf83.js">
<link rel="modulepreload" href="/svelty-picker/_app/immutable/chunks/index-1e0e0ebd.js">
<link rel="modulepreload" href="/svelty-picker/_app/immutable/chunks/preload-helper-b22d3b18.js">
<link rel="modulepreload" href="/svelty-picker/_app/immutable/layout.svelte-91c1ce5c.js">
<link rel="modulepreload" href="/svelty-picker/_app/immutable/pages/index.svelte-6a6ed06d.js">
<link rel="modulepreload" href="/svelty-picker/_app/immutable/chunks/index-ab5d0dde.js">
<link rel="modulepreload" href="/svelty-picker/_app/immutable/pages/index.svelte-2ef52840.js">
<link rel="modulepreload" href="/svelty-picker/_app/immutable/chunks/index-8e2fd20f.js">
</head>
<body>
<a class="github-fork-ribbon right-top fixed" target="_blank" href="https://github.com/mskocik/svelty-picker" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>
Expand Down Expand Up @@ -275,7 +275,7 @@ <h5 class="mt-5">📅 Full example!</h5>

<form><div class="row"><div class="col-sm-6"><div class="form-group"><span class="form-label">Full date-time picker
</span>
<input type="text" tabindex="0" name="date" value="2022-07-18 22:32" placeholder="Pick your date and time" autocomplete="off" class="form-control svelte-1pq5qho" >
<input type="text" tabindex="0" name="date" value="2022-07-21 15:10" placeholder="Pick your date and time" autocomplete="off" class="form-control svelte-1pq5qho" >
</div></div>
<div class="col-sm-4">Change format:
<select name="" id="" class="form-select"><optgroup label="Date & time"><option value="yyyy-mm-dd hh:ii">yyyy-mm-dd hh:ii</option><option value="mm/dd/yyyy hh:ii">mm/dd/yyyy hh:ii</option><option value="dd.mm.yyyy hh:ii">dd.mm.yyyy hh:ii</option><option value="dd-M-yy hh:ii">dd-M-yy hh:ii</option></optgroup><optgroup label="Date only"><option value="yyyy-mm-dd">yyyy-mm-dd</option><option value="mm/dd/yyyy">mm/dd/yyyy</option><option value="dd.mm.yyyy">dd.mm.yyyy</option><option value="dd-M-yy">dd-M-yy</option><option value="dd MM yyyy">dd MM yyyy</option></optgroup></select></div></div></form>
Expand Down Expand Up @@ -335,10 +335,10 @@ <h5 class="mt-3">🎨 Easily themable - just override CSS variables
</td><td class="sdt-cal-td svelte-1xp8yha"><button class="std-btn sdt-btn-day svelte-1xp8yha" >16</button>
</td><td class="sdt-cal-td svelte-1xp8yha"><button class="std-btn sdt-btn-day svelte-1xp8yha" >17</button>
</td>
</tr><tr><td class="sdt-cal-td svelte-1xp8yha sdt-today"><button class="std-btn sdt-btn-day svelte-1xp8yha" >18</button>
</tr><tr><td class="sdt-cal-td svelte-1xp8yha"><button class="std-btn sdt-btn-day svelte-1xp8yha" >18</button>
</td><td class="sdt-cal-td svelte-1xp8yha"><button class="std-btn sdt-btn-day svelte-1xp8yha" >19</button>
</td><td class="sdt-cal-td svelte-1xp8yha"><button class="std-btn sdt-btn-day svelte-1xp8yha" >20</button>
</td><td class="sdt-cal-td svelte-1xp8yha"><button class="std-btn sdt-btn-day svelte-1xp8yha" >21</button>
</td><td class="sdt-cal-td svelte-1xp8yha sdt-today"><button class="std-btn sdt-btn-day svelte-1xp8yha" >21</button>
</td><td class="sdt-cal-td svelte-1xp8yha"><button class="std-btn sdt-btn-day svelte-1xp8yha" >22</button>
</td><td class="sdt-cal-td svelte-1xp8yha"><button class="std-btn sdt-btn-day svelte-1xp8yha" >23</button>
</td><td class="sdt-cal-td svelte-1xp8yha"><button class="std-btn sdt-btn-day svelte-1xp8yha" >24</button>
Expand Down Expand Up @@ -396,10 +396,10 @@ <h5 class="mt-3">🎨 Easily themable - just override CSS variables
</td><td class="sdt-cal-td svelte-1xp8yha"><button class="std-btn sdt-btn-day svelte-1xp8yha" >16</button>
</td><td class="sdt-cal-td svelte-1xp8yha"><button class="std-btn sdt-btn-day svelte-1xp8yha" >17</button>
</td>
</tr><tr><td class="sdt-cal-td svelte-1xp8yha sdt-today"><button class="std-btn sdt-btn-day svelte-1xp8yha" >18</button>
</tr><tr><td class="sdt-cal-td svelte-1xp8yha"><button class="std-btn sdt-btn-day svelte-1xp8yha" >18</button>
</td><td class="sdt-cal-td svelte-1xp8yha"><button class="std-btn sdt-btn-day svelte-1xp8yha" >19</button>
</td><td class="sdt-cal-td svelte-1xp8yha"><button class="std-btn sdt-btn-day svelte-1xp8yha" >20</button>
</td><td class="sdt-cal-td svelte-1xp8yha"><button class="std-btn sdt-btn-day svelte-1xp8yha" >21</button>
</td><td class="sdt-cal-td svelte-1xp8yha sdt-today"><button class="std-btn sdt-btn-day svelte-1xp8yha" >21</button>
</td><td class="sdt-cal-td svelte-1xp8yha"><button class="std-btn sdt-btn-day svelte-1xp8yha" >22</button>
</td><td class="sdt-cal-td svelte-1xp8yha"><button class="std-btn sdt-btn-day svelte-1xp8yha" >23</button>
</td><td class="sdt-cal-td svelte-1xp8yha"><button class="std-btn sdt-btn-day svelte-1xp8yha" >24</button>
Expand Down Expand Up @@ -434,18 +434,18 @@ <h5 class="mt-5">💬 Event listening:

<div class="row mb-4"><div class="col-sm-6"><div class="form-group"><span class="form-label">Full date-time picker
</span>
<input type="text" tabindex="0" name="date" value="2022-07-18" placeholder="Pick your date and time" autocomplete="off" class="form-control svelte-1pq5qho" >
<input type="text" tabindex="0" name="date" value="2022-07-21" placeholder="Pick your date and time" autocomplete="off" class="form-control svelte-1pq5qho" >
</div></div>
<div class="col-sm-6">Event log:
<textarea placeholder="Event log" id="" cols="30" rows="4" class="form-control"></textarea></div></div>
<p>Check more details at <a href="https://github.com/mskocik/svelty-picker" target="_blank">GitHub repository</a>.</p>
</div></div></div></div></div></div>


<script type="module" data-sveltekit-hydrate="dy5owf">
import { start } from "/svelty-picker/_app/immutable/start-19a3190e.js";
<script type="module" data-sveltekit-hydrate="z74wkr">
import { start } from "/svelty-picker/_app/immutable/start-7548bf83.js";
start({
target: document.querySelector('[data-sveltekit-hydrate="dy5owf"]').parentNode,
target: document.querySelector('[data-sveltekit-hydrate="z74wkr"]').parentNode,
paths: {"base":"/svelty-picker","assets":"/svelty-picker"},
session: {},
route: true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelty-picker",
"description": "Sweet date/time picker written in svelte",
"version": "2.0.0",
"version": "2.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down

0 comments on commit 005fc53

Please sign in to comment.