-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathcmd.action.slider.nooClockPicker.html
458 lines (433 loc) · 14.4 KB
/
cmd.action.slider.nooClockPicker.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
<div style="margin:5px;" class="cmd cmd-widget" data-type="action" data-subtype="slider" data-cmd_id="#id#"
data-cmd_uid="#uid#" data-version="#version#" data-eqLogic_id="#eqLogic_id#">
<!-- ################ nooClockPicker ################
********** Paramètres Optionnels ***************
autoclose : fermeture automatique de la popup de saisie, valeurs possibles : 1=fermeture auto / 0=fermeture par validation (1 par défaut)
buttonText : texte du bouton de validation (dans le cas d'une fermture par validation ('OK' par défaut)
placement : position de la popup de saisie, valeurs possibles : top, left, bottom, right ('bottom' par défaut)
align = ('left' par défaut)
(Attention à la cohérence placement/align pour la prise en compte des valeurs : (top,bottom) avec (top,left))
focusColor = couleur du champ en cours de saisie ('#428BCA' par défaut)
blurColor = couleur du champ hors saisie ('#999' par défaut)
clockColor = couleur des valeurs possibles de sélection ('#666' par défaut)
lineColor = couleur de la ligne de sélection ('rgb(0, 149, 221)' par défaut)
focusCircleColor couleur de valeur courante sélectionnée ('rgb(192, 229, 247)' par défaut)
blurCircleColor = couleur de passage sur une valeur ('rgba(0, 149, 221, .25)' par défaut)
########### By @noodom ;)
########### Pensez au café pour les nuits blanches de codage ;)
########### https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=noodom.fr%40gmail.com¤cy_code=EUR&source=url
########### Code disponible ici : https://github.com/noodom/jeedom_widgets/tree/master/nooClockPicker
########### Basé sur https://weareoutman.github.io/clockpicker ############# -->
<!--
nooClockPicker : widget for Jeedom
Copyright (C) 2023 @noodom
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-->
<template>
<div>autoclose : fermeture automatique de la popup de saisie, valeurs possibles : 1=fermeture auto / 0=fermeture par validation (1 par défaut)</div>
<div>buttonText : texte du bouton de validation (dans le cas d'une fermture par validation ('OK' par défaut)</div>
<div>placement : position de la popup de saisie, valeurs possibles : top, left, bottom, right ('bottom' par défaut)</div>
<div>align = ('left' par défaut) (Attention à la cohérence placement/align pour la prise en compte des valeurs : (top,bottom) avec (top,left))</div>
<div>focusColor = couleur du champ en cours de saisie ('#428BCA' par défaut)</div>
<div>blurColor = couleur du champ hors saisie ('#999' par défaut)</div>
<div>clockColor = couleur des valeurs possibles de sélection ('#666' par défaut)</div>
<div>lineColor = couleur de la ligne de sélection ('rgb(0, 149, 221)' par défaut)</div>
<div>focusCircleColor couleur de valeur courante sélectionnée ('rgb(192, 229, 247)' par défaut)</div>
<div>blurCircleColor = couleur de passage sur une valeur ('rgba(0, 149, 221, .25)' par défaut)</div>
</template>
<div class="title #hide_name#">
<div class="cmdName">#name_display#</div>
</div>
<div id="container#id#">
<input type="text" name="time#id#" value="#state#" readonly="readonly">
</div>
<script>
$.include(['data/customTemplates/dashboard/cmd.action.slider.nooClockPicker/jquery-clockpicker.min.js'], function() {
$(document).ready(function () {
// Récupération des paramètres
let autoclose = true, buttonText = 'OK',
placement = 'bottom', align = 'left',
focusColor = '#428BCA', blurColor = '#999', clockColor = '#666',
lineColor = 'rgb(0, 149, 221)',
focusCircleColor = 'rgb(192, 229, 247)',
blurCircleColor = 'rgba(0, 149, 221, .25)';
// Chargement du style d'affichage
autoclose = (isNaN(parseFloat('#autoclose#'))) ? true : (parseFloat('#autoclose#') == 1);
buttonText = ('#buttonText#' != '#' + 'buttonText#') ? "#buttonText#" : buttonText;
placement = ('#placement#' != '#' + 'placement#') ? "#placement#" : placement;
align = ('#align#' != '#' + 'align#') ? "#align#" : align;
focusColor = ('#focusColor#' != '#' + 'focusColor#') ? "#focusColor#" : focusColor;
blurColor = ('#blurColor#' != '#' + 'blurColor#') ? "#blurColor#" : blurColor;
clockColor = ('#clockColor#' != '#' + 'clockColor#') ? "#clockColor#" : clockColor;
lineColor = ('#lineColor#' != '#' + 'lineColor#') ? "#lineColor#" : lineColor;
focusCircleColor = ('#focusCircleColor#' != '#' + 'focusCircleColor#') ? "#focusCircleColor#" : focusCircleColor;
blurCircleColor = ('#blurCircleColor#' != '#' + 'blurCircleColor#') ? "#blurCircleColor#" : blurCircleColor;
document.documentElement.style.setProperty('--focus-color#id#', focusColor);
document.documentElement.style.setProperty('--blur-color#id#', blurColor);
document.documentElement.style.setProperty('--clock-color#id#', clockColor);
document.documentElement.style.setProperty('--line-color#id#', lineColor);
document.documentElement.style.setProperty('--focus-circle-color#id#', focusCircleColor);
document.documentElement.style.setProperty('--blur-circle-color#id#', blurCircleColor);
$("input[name=time#id#]").clockpicker({
wId : '#id#',
autoclose: autoclose,
default: 'now',
donetext: buttonText,
twelvehour : false,
placement : placement,
align: align,
afterDone: function() {
let newValue = (parseInt(document.querySelector("input[name=time#id#]").value.split(':')[0])*100)
+ parseInt(document.querySelector("input[name=time#id#]").value.split(':')[1]);
jeedom.cmd.execute({id: '#id#', value: {slider: newValue}});
}
});
});
});
jeedom.cmd.update['#id#'] = function (_options) {
let displayValue = (_options.display_value/100).toFixed(2);
let hours = displayValue.toString().split('.')[0]
hours = (hours<10)?('0' + hours):hours;
let minutes = displayValue.toString().split('.')[1];
document.querySelector("input[name='time#id#']").value = hours + ':' + minutes;
}
jeedom.cmd.update['#id#']({ display_value: '#state#', valueDate: '#valueDate#', collectDate: '#collectDate#' });
//# sourceURL=nooClockPicker.js
</script>
<style>
:root {
--focus-color#id# : #428BCA;
--blur-color#id# : #999999;
--clock-color#id# : #666;
--line-color#id# : rgb(0, 149, 221);
--focus-circle-color#id# : rgb(192, 229, 247);
--blur-circle-color#id# : rgba(0, 149, 221, .25);
}
/*!
* ClockPicker v0.0.7 for jQuery (http://weareoutman.github.io/clockpicker/)
* Copyright 2014 Wang Shenwei.
* Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/gh-pages/LICENSE)
*
* Bootstrap v3.1.1 (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/* Picked from bootstrap: .popover, .btn, .text-primary */
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1010;
display: none;
max-width: 276px;
padding: 1px;
text-align: left;
white-space: normal;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
padding: 8px 14px;
margin: 0;
font-size: 14px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
/* The following are set in WordPress (wp-admin/css/revisions.css) - reset them to initial values */
overflow:visible;
margin:0;
padding:0;
z-index:auto;
background-color:transparent;
-webkit-box-shadow:none;
box-shadow:none;
bottom:auto;
left:auto;
right:auto;
top:auto;
-webkit-transform:none;
-ms-transform:none;
transform:none;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow:after {
content: "";
border-width: 10px;
}
.popover.top > .arrow {
bottom: -11px;
left: 50%;
margin-left: -11px;
border-top-color: #999;
border-top-color: rgba(0, 0, 0, .25);
border-bottom-width: 0;
}
.popover.top > .arrow:after {
bottom: 1px;
margin-left: -10px;
content: " ";
border-top-color: #fff;
border-bottom-width: 0;
}
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-right-color: #999;
border-right-color: rgba(0, 0, 0, .25);
border-left-width: 0;
}
.popover.right > .arrow:after {
bottom: -10px;
left: 1px;
content: " ";
border-right-color: #fff;
border-left-width: 0;
}
.popover.bottom > .arrow {
top: -11px;
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999;
border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
top: 1px;
margin-left: -10px;
content: " ";
border-top-width: 0;
border-bottom-color: #fff;
}
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999;
border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
right: 1px;
bottom: -10px;
content: " ";
border-right-width: 0;
border-left-color: #fff;
}
.text-primary#id# {
color: var(--focus-color#id#);
}
/*!
* ClockPicker v{package.version} for Bootstrap (http://weareoutman.github.io/clockpicker/)
* Copyright 2014 Wang Shenwei.
* Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/gh-pages/LICENSE)
*/
.clockpicker .input-group-addon {
cursor: pointer;
}
.clockpicker-moving {
cursor: move;
}
.clockpicker-align-left.popover > .arrow {
left: 25px;
}
.clockpicker-align-top.popover > .arrow {
top: 17px;
}
.clockpicker-align-right.popover > .arrow {
left: auto;
right: 25px;
}
.clockpicker-align-bottom.popover > .arrow {
top: auto;
bottom: 6px;
}
.clockpicker-popover .popover-title {
background-color: #fff;
font-size: 24px;
font-weight: bold;
line-height: 30px;
text-align: center;
}
.clockpicker-popover .popover-title#id# {
color: var(--blur-color#id#);
}
.clockpicker-popover .popover-title span {
cursor: pointer;
}
.clockpicker-popover .popover-content {
background-color: #f8f8f8;
padding: 12px;
}
.popover-content:last-child {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.clockpicker-plate {
background-color: #fff;
border: 1px solid #ccc;
border-radius: 50%;
width: 200px;
height: 200px;
overflow: visible;
position: relative;
/* Disable text selection highlighting. Thanks to Hermanya */
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.clockpicker-canvas,
.clockpicker-dial {
width: 200px;
height: 200px;
position: absolute;
left: -1px;
top: -1px;
}
.clockpicker-minutes {
visibility: hidden;
}
.clockpicker-tick {
border-radius: 50%;
line-height: 26px;
text-align: center;
width: 26px;
height: 26px;
position: absolute;
cursor: pointer;
}
.clockpicker-tick#id# {
color: var(--clock-color#id#);
}
.clockpicker-tick#id#.active,
.clockpicker-tick#id#:hover {
background-color: rgb(192, 229, 247);
background-color: var(--blur-circle-color#id#);
}
.clockpicker-button {
background-image: none;
background-color: #fff;
border-width: 1px 0 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
margin: 0;
padding: 10px 0;
}
.clockpicker-button:hover {
background-image: none;
background-color: #ebebeb;
}
.clockpicker-button:focus {
outline: none!important;
}
.clockpicker-dial {
-webkit-transition: -webkit-transform 350ms, opacity 350ms;
-moz-transition: -moz-transform 350ms, opacity 350ms;
-ms-transition: -ms-transform 350ms, opacity 350ms;
-o-transition: -o-transform 350ms, opacity 350ms;
transition: transform 350ms, opacity 350ms;
}
.clockpicker-dial-out {
opacity: 0;
}
.clockpicker-hours.clockpicker-dial-out {
-webkit-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
}
.clockpicker-minutes.clockpicker-dial-out {
-webkit-transform: scale(.8, .8);
-moz-transform: scale(.8, .8);
-ms-transform: scale(.8, .8);
-o-transform: scale(.8, .8);
transform: scale(.8, .8);
}
.clockpicker-canvas {
-webkit-transition: opacity 175ms;
-moz-transition: opacity 175ms;
-ms-transition: opacity 175ms;
-o-transition: opacity 175ms;
transition: opacity 175ms;
}
.clockpicker-canvas-out {
opacity: 0.25;
}
.clockpicker-canvas-bearing#id#,
.clockpicker-canvas-fg#id# {
stroke: none;
fill: var(--line-color#id#);
}
.clockpicker-canvas-bg#id# {
stroke: none;
fill: var(--focus-circle-color#id#);
}
.clockpicker-canvas-bg-trans {
fill: rgba(0, 149, 221, .25);
}
.clockpicker-canvas#id# line {
stroke: var(--line-color#id#);
stroke-width: 1;
stroke-linecap: round;
/*shape-rendering: crispEdges;*/
}
.clockpicker-button.am-button {
margin: 1px;
padding: 5px;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 4px;
}
.clockpicker-button.pm-button {
margin: 1px 1px 1px 136px;
padding: 5px;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 4px;
}
</style>