atome 0.5.7.5.4 → 0.5.7.5.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/documentation/deep learning/basic_infos.txt +5 -0
- data/lib/atome/genesis/atomes.rb +12 -0
- data/lib/atome/genesis/particles/event.rb +141 -97
- data/lib/atome/genesis/particles/identity.rb +2 -1
- data/lib/atome/genesis/particles/spatial.rb +25 -0
- data/lib/atome/genesis/particles/utility.rb +13 -5
- data/lib/atome/utilities/essentials.rb +5 -2
- data/lib/atome/version.rb +1 -1
- data/lib/molecules/intuition/tools.rb +1 -1
- data/lib/molecules/intuition/utilities.rb +3 -0
- data/lib/platform_specific/opal/extensions/object.rb +3 -1
- data/lib/platform_specific/wasm/atome_wasm_extensions.rb +2 -1
- data/lib/renderers/html/event.rb +20 -6
- data/lib/renderers/html/html.rb +753 -446
- data/lib/renderers/html/identity.rb +33 -6
- data/lib/renderers/html/spatial.rb +27 -0
- data/lib/renderers/html/utility.rb +4 -0
- data/vendor/assets/application/examples/audio.rb +25 -9
- data/vendor/assets/application/examples/calendar.rb +186 -0
- data/vendor/assets/application/examples/drop.rb +1 -0
- data/vendor/assets/application/examples/editor.rb +139 -0
- data/vendor/assets/application/examples/inspector.rb +129 -0
- data/vendor/assets/application/examples/keyboard.rb +20 -10
- data/vendor/assets/application/examples/map.rb +42 -0
- data/vendor/assets/application/examples/meteo.rb +8 -0
- data/vendor/assets/application/examples/midi.rb +4 -0
- data/vendor/assets/application/examples/on_resize.rb +14 -0
- data/vendor/assets/application/examples/over.rb +0 -1
- data/vendor/assets/application/examples/overflow.rb +20 -5
- data/vendor/assets/application/examples/particles.rb +1 -1
- data/vendor/assets/application/examples/preset.rb +1 -1
- data/vendor/assets/application/examples/resize.rb +11 -0
- data/vendor/assets/application/examples/tick.rb +10 -0
- data/vendor/assets/application/examples/tools.rb +6 -1
- data/vendor/assets/application/examples/touch.rb +2 -14
- data/vendor/assets/application/examples/trigger_abstraction.rb +165 -0
- data/vendor/assets/application/examples/vr.rb +3 -0
- data/vendor/assets/src/css/codemirror.min.css +472 -0
- data/vendor/assets/src/css/fonts/tui/icon.eot +0 -0
- data/vendor/assets/src/css/fonts/tui/icon.svg +17 -0
- data/vendor/assets/src/css/fonts/tui/icon.ttf +0 -0
- data/vendor/assets/src/css/fonts/tui/icon.woff +0 -0
- data/vendor/assets/src/css/fonts/tui/noto.woff +72 -0
- data/vendor/assets/src/css/images/leaflet/layers-2x.png +0 -0
- data/vendor/assets/src/css/images/leaflet/layers.png +0 -0
- data/vendor/assets/src/css/images/leaflet/marker-icon-2x.png +0 -0
- data/vendor/assets/src/css/images/leaflet/marker-icon.png +0 -0
- data/vendor/assets/src/css/images/leaflet/marker-shadow.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-arrow-line-left.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-arrow-line-left@2x.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-arrow-line-left@3x.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-arrow-line-right.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-arrow-line-right@2x.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-arrow-line-right@3x.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-traveltime-w.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-view-day.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-view-day@2x.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-view-day@3x.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-view-month.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-view-month@2x.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-view-month@3x.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-view-week.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-view-week@2x.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-view-week@3x.png +0 -0
- data/vendor/assets/src/css/images/tui/icon.png +0 -0
- data/vendor/assets/src/css/images/tui/img-bi.png +0 -0
- data/vendor/assets/src/css/images/tui/img-bi@2x.png +0 -0
- data/vendor/assets/src/css/images/tui/img-bi@3x.png +0 -0
- data/vendor/assets/src/css/leaflet.css +664 -0
- data/vendor/assets/src/css/monokai.min.css +127 -0
- data/vendor/assets/src/css/style.css +1 -1
- data/vendor/assets/src/css/toastui-calendar.min.css +6 -0
- data/vendor/assets/src/index.html +12 -1
- data/vendor/assets/src/index_opal.html +16 -1
- data/vendor/assets/src/index_server.html +11 -1
- data/vendor/assets/src/index_server_wasm.html +10 -1
- data/vendor/assets/src/index_wasm.html +12 -1
- data/vendor/assets/src/js/atome/specific/tauri.js +32 -0
- data/vendor/assets/src/js/atome/utilities/importmap.js +9 -0
- data/vendor/assets/src/js/atome/utilities/three_module.js +88 -0
- data/vendor/assets/src/js/test.js +42 -0
- data/vendor/assets/src/js/third_parties/Three/build/three.cjs +54216 -0
- data/vendor/assets/src/js/third_parties/Three/build/three.module.min.js +6 -0
- data/vendor/assets/src/js/third_parties/Three/build/three.webgpu.min.js +6 -0
- data/vendor/assets/src/js/third_parties/Three/jsm/controls/OrbitControls.js +1532 -0
- data/vendor/assets/src/js/third_parties/codemirror.min.js +1 -0
- data/vendor/assets/src/js/third_parties/leaflet.js +6 -0
- data/vendor/assets/src/js/third_parties/leaflet.js.map +1 -0
- data/vendor/assets/src/js/third_parties/ruby.min.js +1 -0
- data/vendor/assets/src/js/third_parties/toastui-calendar.min.js +9 -0
- data/vendor/assets/src/medias/images/puydesancy.jpg +0 -0
- data/vendor/assets/src-tauri/Cargo.toml +6 -5
- data/vendor/assets/src-tauri/Info.plist +12 -0
- data/vendor/assets/src-tauri/src/main.rs +32 -3
- data/vendor/assets/src-tauri/src/midi.rs +25 -0
- data/vendor/assets/src-tauri/tauri.conf.json +4 -4
- metadata +60 -3
- data/vendor/assets/src/js/third_parties/three.min.js +0 -6
@@ -0,0 +1,127 @@
|
|
1
|
+
.cm-s-monokai.CodeMirror {
|
2
|
+
background: #272822;
|
3
|
+
color: #f8f8f2
|
4
|
+
}
|
5
|
+
|
6
|
+
.cm-s-monokai div.CodeMirror-selected {
|
7
|
+
background: #49483e
|
8
|
+
}
|
9
|
+
|
10
|
+
.cm-s-monokai .CodeMirror-line::selection, .cm-s-monokai .CodeMirror-line > span::selection, .cm-s-monokai .CodeMirror-line > span > span::selection {
|
11
|
+
background: rgba(73, 72, 62, .99)
|
12
|
+
}
|
13
|
+
|
14
|
+
.cm-s-monokai .CodeMirror-line::-moz-selection, .cm-s-monokai .CodeMirror-line > span::-moz-selection, .cm-s-monokai .CodeMirror-line > span > span::-moz-selection {
|
15
|
+
background: rgba(73, 72, 62, .99)
|
16
|
+
}
|
17
|
+
|
18
|
+
.cm-s-monokai .CodeMirror-gutters {
|
19
|
+
background: #272822;
|
20
|
+
border-right: 0
|
21
|
+
}
|
22
|
+
|
23
|
+
.cm-s-monokai .CodeMirror-guttermarker {
|
24
|
+
color: #fff
|
25
|
+
}
|
26
|
+
|
27
|
+
.cm-s-monokai .CodeMirror-guttermarker-subtle {
|
28
|
+
color: #d0d0d0
|
29
|
+
}
|
30
|
+
|
31
|
+
.cm-s-monokai .CodeMirror-linenumber {
|
32
|
+
color: #d0d0d0
|
33
|
+
}
|
34
|
+
|
35
|
+
.cm-s-monokai .CodeMirror-cursor {
|
36
|
+
border-left: 1px solid #f8f8f0
|
37
|
+
}
|
38
|
+
|
39
|
+
.cm-s-monokai span.cm-comment {
|
40
|
+
color: #75715e
|
41
|
+
}
|
42
|
+
|
43
|
+
.cm-s-monokai span.cm-atom {
|
44
|
+
color: #ae81ff
|
45
|
+
}
|
46
|
+
|
47
|
+
.cm-s-monokai span.cm-number {
|
48
|
+
color: #ae81ff
|
49
|
+
}
|
50
|
+
|
51
|
+
.cm-s-monokai span.cm-comment.cm-attribute {
|
52
|
+
color: #97b757
|
53
|
+
}
|
54
|
+
|
55
|
+
.cm-s-monokai span.cm-comment.cm-def {
|
56
|
+
color: #bc9262
|
57
|
+
}
|
58
|
+
|
59
|
+
.cm-s-monokai span.cm-comment.cm-tag {
|
60
|
+
color: #bc6283
|
61
|
+
}
|
62
|
+
|
63
|
+
.cm-s-monokai span.cm-comment.cm-type {
|
64
|
+
color: #5998a6
|
65
|
+
}
|
66
|
+
|
67
|
+
.cm-s-monokai span.cm-attribute, .cm-s-monokai span.cm-property {
|
68
|
+
color: #a6e22e
|
69
|
+
}
|
70
|
+
|
71
|
+
.cm-s-monokai span.cm-keyword {
|
72
|
+
color: #f92672
|
73
|
+
}
|
74
|
+
|
75
|
+
.cm-s-monokai span.cm-builtin {
|
76
|
+
color: #66d9ef
|
77
|
+
}
|
78
|
+
|
79
|
+
.cm-s-monokai span.cm-string {
|
80
|
+
color: #e6db74
|
81
|
+
}
|
82
|
+
|
83
|
+
.cm-s-monokai span.cm-variable {
|
84
|
+
color: #f8f8f2
|
85
|
+
}
|
86
|
+
|
87
|
+
.cm-s-monokai span.cm-variable-2 {
|
88
|
+
color: #9effff
|
89
|
+
}
|
90
|
+
|
91
|
+
.cm-s-monokai span.cm-type, .cm-s-monokai span.cm-variable-3 {
|
92
|
+
color: #66d9ef
|
93
|
+
}
|
94
|
+
|
95
|
+
.cm-s-monokai span.cm-def {
|
96
|
+
color: #fd971f
|
97
|
+
}
|
98
|
+
|
99
|
+
.cm-s-monokai span.cm-bracket {
|
100
|
+
color: #f8f8f2
|
101
|
+
}
|
102
|
+
|
103
|
+
.cm-s-monokai span.cm-tag {
|
104
|
+
color: #f92672
|
105
|
+
}
|
106
|
+
|
107
|
+
.cm-s-monokai span.cm-header {
|
108
|
+
color: #ae81ff
|
109
|
+
}
|
110
|
+
|
111
|
+
.cm-s-monokai span.cm-link {
|
112
|
+
color: #ae81ff
|
113
|
+
}
|
114
|
+
|
115
|
+
.cm-s-monokai span.cm-error {
|
116
|
+
background: #f92672;
|
117
|
+
color: #f8f8f0
|
118
|
+
}
|
119
|
+
|
120
|
+
.cm-s-monokai .CodeMirror-activeline-background {
|
121
|
+
background: #373831
|
122
|
+
}
|
123
|
+
|
124
|
+
.cm-s-monokai .CodeMirror-matchingbracket {
|
125
|
+
text-decoration: underline;
|
126
|
+
color: #fff !important
|
127
|
+
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
/*!
|
2
|
+
* TOAST UI Calendar 2nd Edition
|
3
|
+
* @version 2.1.3 | Tue Aug 16 2022
|
4
|
+
* @author NHN Cloud FE Development Lab <dl_javascript@nhn.com>
|
5
|
+
* @license MIT
|
6
|
+
*/.toastui-calendar-holiday{color:red;font-size:15px}.toastui-calendar-layout{box-sizing:border-box;position:relative;white-space:nowrap}.toastui-calendar-layout *{box-sizing:border-box}.toastui-calendar-layout.toastui-calendar-dragging--move-event *{cursor:move}.toastui-calendar-layout.toastui-calendar-dragging--resize-horizontal-event *{cursor:col-resize}.toastui-calendar-layout.toastui-calendar-dragging--resize-vertical-event *{cursor:row-resize}.toastui-calendar-layout .toastui-calendar-panel-resizer{user-select:none}.toastui-calendar-layout .toastui-calendar-panel-resizer:hover{border-color:#999}.toastui-calendar-layout .toastui-calendar-panel-resizer-guide{position:absolute}.toastui-calendar-icon,.toastui-calendar-layout.toastui-calendar-horizontal .toastui-calendar-panel,.toastui-calendar-layout.toastui-calendar-horizontal .toastui-calendar-panel-resizer{display:inline-block;vertical-align:middle}.toastui-calendar-icon{height:14px;width:14px}.toastui-calendar-icon.toastui-calendar-ic-title{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAO5JREFUKBVjYCATMOLSFxkZqfHnz5+1QHktNDVbV69e7cOCJgjmQjXtB3IksMh7g8SY0CXQNTEyMlYD1fBCabhyFI3omkCq/v//PwnotC8gGq4LyIBrxKYJpBBoU15oaCgPiEbWCPYjUEIFGBBY/QS0qRWooRVIg/UBDXgMYoBtBHJSgWxsAQFWjET8BBqQBuLDNM4Can6GpAAb8ydQMADo3x0gSbDGlStX3gVqdMSjGUUTSCNKAggPD1cDOmU/EEuBJKEAQxNIHEUjSABNM1ZNIHXMIAIZXL169a2+vv5moK18QKeXAv20B1meYjYAr7xrljpOzc0AAAAASUVORK5CYII=) no-repeat}.toastui-calendar-icon.toastui-calendar-ic-location{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAR1JREFUKBWdUTtPg1AUBiT8CydHJtv/0MTJRWAgcTK1bq0/pO3k4E4IYLo2Me46tS4wumjSpV07kAb6HXLPzaGPRZLL+c73uE/D+OdnHuaCIOhVVTUEf620pWVZ0yRJ3qW3FfR9f1zX9UgaGJumOUnT9Fn3DDzPuwPOuD9TvSzL3kizhOFJ4LnjOJc0wM0FP2Asgx0mEehHUfRHgzDzqF3GOogzbJg8V6XHFqYv4Cvqy7J8DcOwWYmw8Hwy1kHMRjcaKuEGgV82caWbZay3indagJyxcKLOlKeRdJA627YfUVaN0v6tlKbZVjCO4zW2cw91px3AxJEmOONCNoTzPP9xXZfOd6u0Bzz60RGOgmQuiuIb4S3gB0IvaoJW2QMDs1bBoH1CAQAAAABJRU5ErkJggg==) no-repeat}.toastui-calendar-icon.toastui-calendar-ic-date{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAGpJREFUKBVjYKAGCA0N/Q/C6GZhE2cEKQoLC9v6//9/L3QN2PiMjIzbVq1a5c0EkiRWE7JasEZsJhMSI1sjC7LJq1evBvsZWQyZjRxwZNs4hDSiBA6y55EDBRsb7EdQasAmiUNsKw5x4oQBkUAeDPJ53KsAAAAASUVORK5CYII=) no-repeat}.toastui-calendar-icon.toastui-calendar-ic-state{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAIxJREFUKBVjYCATMKLrCw8P9/z3798soLgMVO4JExNT2sqVK7cjq2VC5oDYME2MjIyNIAwUkoGKoShlQeFBOGCbVq1a1QDihoaG1gMpmO0gITAAOzUsLGzr////vWCC+GigK7YBDfUGO5VYTSADYWox/IjPNmS5UY3IoYHGBgcOKG7QxPFxt+KTJCgHAGcZJbGLRuJ2AAAAAElFTkSuQmCC) no-repeat}.toastui-calendar-icon.toastui-calendar-ic-private{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAKpJREFUKBVjYCATMKLri46Olvn9+3fX////HUByjIyMB1hZWcuWLl36BFktikaQpl+/fl0EKhBCVgRkv2NjY9NH1syErABkE1TTdqBCWRAG8reDxKBycOUoGmHOA2pIA5kOwiA2SDVMDqYTRSNQUBIkgewkJDZYDqYR7sewsLCtQFO9YBLYaGBAbVu1apU3SA5uIyFNIMXIauAaQRKkgBGlERTURATOVpgaABRQQOK46wEAAAAAAElFTkSuQmCC) no-repeat}.toastui-calendar-icon.toastui-calendar-ic-public{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAKdJREFUKBVjYCATMKLri46Olvn9+3fX////HUByjIyMB1hZWcuWLl36BFktikaQpl+/fl0EKhBCVgRkv2NjY9NH1syErABkE1TTdqBCWRAG8reDxKBycOUoGmHOA2pIA5kOwiA2SDVMDq4TmREaGvofhJHFcLHhfgwLC9sKNNULl0KQODCgtq1atcobxIY7lZAmkGJkNXCNIAlSwIjSCApqIgJnK0wNALoOPwSpOcq0AAAAAElFTkSuQmCC) no-repeat}.toastui-calendar-icon.toastui-calendar-ic-close{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAJRJREFUKBXFkNERhCAMREUbuEKohzq0Eq2DDq6Da4B60KezDORkxj+ZwchmX0IYhtdWCGFl9y5g82NtzDnPdzAaudo76ZBS+nrvPxiInMkJcs5tMcZFfqcfxdqIRiELof+BiIJPg+mExmpmvKRn3zKj7OrG9Y79szPL14A1xEP0Hgy4gBZS5R7czHj3ehSgOzkVeyfuGrBw/WLm0hsAAAAASUVORK5CYII=) no-repeat}.toastui-calendar-icon.toastui-calendar-ic-user-b{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAJpJREFUKBVjYKA1YES3wMTExBMoNgsqnnbmzJntyGqYkDlQ9qz////LgDCQD9MIV4ZNA1wSGwObhjRGRsYnIAzUkIZNE0licE+bm5tr/fnzJx1osjPQBFmoKY+BftnLwsIy8+TJk9dAYmANxsbGoUD2YiBmBwliAT+BYrFnz55dDfNDO1AAl2KQfpAcSA0DTIMyiEMAEKMG0wgAolIjcM7Tjm8AAAAASUVORK5CYII=) no-repeat;top:-4px}.toastui-calendar-icon.toastui-calendar-ic-edit{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAMdJREFUKBVjYCARMOJTb2xsLMfIyBjLysq64Pjx409BapnwaQDKzf7//3/L79+/D1tbW0uB1LJg02BmZqYIVPgdKBf/79+//UC2xs+fP8OB/H4MG0CK//79ewCkEGQYExOTI5DawMnJuQTER/EDTDFQXA4kCQQ3QBpOnz79AsJF8gMWxTA1KDTYBhyKMUwH6WSysrKSB7kZyIY5AySOVTFIggno+5VAmijFYA1AwhzEgAKcJsMUwIMVGKPH2NnZ7ZFDBKYImQYAuO5YIMgk39gAAAAASUVORK5CYII=) no-repeat}.toastui-calendar-icon.toastui-calendar-ic-delete{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAFhJREFUKBVjYCARMKKrNzEx2fr//38vkDgjI+O2M2fOeCOrAWtAVoQsicyGaWZCFsTHBtr6H588Tjm4H4yNjfGacPbsWbBaop0Es3JYaQBFDMxjWOitMDEA3EEZfFEISwUAAAAASUVORK5CYII=) no-repeat}.toastui-calendar-icon.toastui-calendar-ic-arrow-solid-top{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAIFJREFUKBVjYBj+gBmXF2NiYiTV1dV5rl279gWbGiZsgg0NDSw/f/5cCZRbBWJjU4PVRjExsR6g4nAgln/z5g3v1atXd6JrxtAYHh4e+v///z4khZa6urrXgJqvIYkxMCJzgJo0//37dwooxoMsDmR/YWJiMlu5cuV1NPFRLrYQAADMVCaUtbG7XwAAAABJRU5ErkJggg==) no-repeat}.toastui-calendar-icon.toastui-calendar-ic-milestone{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAGFJREFUKBVjYCARMILU/3dw+I+hj5FxG+P+/d7o4rg1IKtE0syELI6T/f+/F0yOOA0w1UCa9hpYkGxjYDxwABwIILH/jo5bGWBuZ2TcClOHogEmCKKxBSlInPZ+ANlCEgAA37EU4AHbBQUAAAAASUVORK5CYII=) no-repeat}.toastui-calendar-icon.toastui-calendar-ic-arrow-left{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAYAAAAvZezQAAAAAXNSR0IArs4c6QAAAFZJREFUCB1jZICCyspK83///hUxgvhVVVV6f//+3c3ExJTMVFNTowqU2cHMzJzf3t6+hen379/zgIp2t7W1rQCpZmJlZU0C0q5AbREgAQwzwAIgGZgtADMCJqH/QyvhAAAAAElFTkSuQmCC) no-repeat}.toastui-calendar-icon.toastui-calendar-ic-arrow-right{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAYAAAAvZezQAAAAAXNSR0IArs4c6QAAAFxJREFUCB1jKC8vX1lZWWnOAAVMQLD4379/m6qqqvRAYowgAsiJAAr2sbCw2IMFQIIVFRUL////r8SCpMKVlZXVnhFooA9Q+VxmZmbXtra2S0xATizQYD8QB6QaAJMLJ9BqE9yTAAAAAElFTkSuQmCC) no-repeat}.toastui-calendar-icon.toastui-calendar-ic-handle-y{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAICAMAAADp7a43AAAACVBMVEX///////////+OSuX+AAAAA3RSTlMrQJG5H4EIAAAAEUlEQVR4AWNgYmRiZABB/CwAAtgAIUTUNkMAAAAASUVORK5CYII=) 50% no-repeat}.toastui-calendar-icon.toastui-calendar-ic-checkbox-normal{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAADpJREFUKBVjPHfu3O5///65MJAAmJiY9jCcOXPmP6kApIeJBItQlI5qRAkOVM5o4KCGBwqPkcxEvhsAbzRE+Jhb9IwAAAAASUVORK5CYII=) no-repeat}.toastui-calendar-icon.toastui-calendar-ic-checkbox-checked{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAMBJREFUKBWVkjEOwjAMRe2WgZW7IIHEDdhghhuwcQ42rlJugAQS54Cxa5cq1QM5TUpByZfS2j9+dlJVt/tX5ZxbS4ZU9VLkQvSHKTIGRaVJYFmKrBbTCJxE2UgCdDzMZDkHrOV6b95V0US6UmgKodujEZbJg0B0ZgEModO5lrY1TMQf1TpyJGBEjD+E2NPN7ukIUDiF/BfEXgRiGEw8NgkffYGYwCi808fpn/6OvfUfsDr/Vc1IfRf8sKnFVqeiVQfDu0tf/nWH9gAAAABJRU5ErkJggg==) no-repeat}.toastui-calendar-icon.toastui-calendar-ic-dropdown-arrow{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAHlJREFUKBVjYBgFOEOAEVkmPDxc89+/f6eAYjzI4kD2FyYmJrOVK1deh4kzwRggGiQBVJCELAZig8SQNYHEmEEEMrh69eo1HR0dfqCYJUickZGxf9WqVf3IakBsFBthklpaWmVA9mEQhrJhUoTp0NBQCRAmrHL4qgAAuu4cWZOZIGsAAAAASUVORK5CYII=) no-repeat}.toastui-calendar-icon.toastui-calendar-open.toastui-calendar-ic-dropdown-arrow{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAIFJREFUKBVjYBj+gBmXF2NiYiTV1dV5rl279gWbGiZsgg0NDSw/f/5cCZRbBWJjU4PVRjExsR6g4nAgln/z5g3v1atXd6JrxtAYHh4e+v///z4khZa6urrXgJqvIYkxMCJzgJo0//37dwooxoMsDmR/YWJiMlu5cuV1NPFRLrYQAADMVCaUtbG7XwAAAABJRU5ErkJggg==) no-repeat}.toastui-calendar-ic-location-b{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAOZJREFUKBWVUT0KwjAUbkzGTuJWPYNDpV0cXD2ETuIRBK+gs4ubp3BwcXBp6eINBKWDgydoid9X8oKCggYeee/7S9IGwZ9LverTNO3Wdb2y1o6IK6WOWutFlmU30XmDE58hbgvpTA+Y+mJqCemS20jdG2N6LPYMICc6b5BrIG3ONBZ7CoVj7w0cfllGRDj+gKQpjt/iPU0ye/LkROcNANaoCUzjqqquIsBuHddAWoiyLO9RFHUwJ4JxR/qmKIqdYG9vCMNwCeIiJHuHecj/B0GSJBng7ifO+ErDPM8L4b7ucRzPWJ8ET1E7YC7tmi9qAAAAAElFTkSuQmCC) no-repeat;top:-4px}.toastui-calendar-ic-state-b{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAHlJREFUKBVjYCARMCKrNzEx8QTyZ/3//18GJM7IyPgESKWdOXNmO4gPAkwQCk6CFQMVNoIwVOMsuCw6w9jY+D8Iw8TR+SBxsJOATtkKNM0LphAbDbRxG9Bp3mAnEVIMMgCmBt0P2AxHERusGkAhgOJQ7Jyt2IUJiAIAwwIn24FgmhkAAAAASUVORK5CYII=) no-repeat;top:-4px}.toastui-calendar-ic-repeat-b{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAQpJREFUKBVjYCARMCKrNzU1tf/3718lUMwQiP8yMjKeYWJi6j516tRhExOThjNnzjTANQAFqv///98CVHQPSO8A0ixATa5AtjyQPgDETmfPngULMpiZmbn//fu3BSg4B6ggCyjxG8hm8PT0ZH/9+vUJoJgTiA8CTCACqDgXaOJ9Xl7eTJhikDhQcSVQsQGITT8A9rSxsfF/mJVApzWCQgPGd3BwYPny5cstoNOuAZ3rAwoJOAAqviAqKtoOEwAaxPr58+dpQL4iEGeAxJFt2AfkOwA1PQTSu4Em/gGyPYC0EpCuAdraCtIADiWgQCPQOmdmZmYHoNgVoCJfIB0CpG8DI84BphgoRjoAAAzgdELI91E5AAAAAElFTkSuQmCC) no-repeat;top:-4px}.toastui-calendar-timegrid-time-column{font-size:11px;height:100%}.toastui-calendar-timegrid-time-column .toastui-calendar-timegrid-hour-rows{display:inline-block;height:100%;position:relative}.toastui-calendar-timegrid-time-column .toastui-calendar-timegrid-time{color:#333;position:absolute;right:5px;text-align:right}.toastui-calendar-timegrid-time-column .toastui-calendar-timegrid-time.toastui-calendar-timegrid-time-past{font-weight:400}.toastui-calendar-timegrid-time-column .toastui-calendar-timegrid-time.toastui-calendar-timegrid-time-first{line-height:normal;visibility:hidden}.toastui-calendar-timegrid-time-column .toastui-calendar-timegrid-time.toastui-calendar-timegrid-time-last{height:0;visibility:hidden}.toastui-calendar-timegrid-time-column .toastui-calendar-timegrid-time .toastui-calendar-timegrid-time-label,.toastui-calendar-timegrid-time-column .toastui-calendar-timegrid-time span{position:absolute;right:0;transform:translateY(-50%)}.toastui-calendar-timegrid-time-column .toastui-calendar-timegrid-current-time .toastui-calendar-timegrid-day-difference{bottom:100%;position:absolute;right:0}.toastui-calendar-timegrid-time-column .toastui-calendar-timegrid-time-hidden{visibility:hidden}.toastui-calendar-timegrid-time-column .toastui-calendar-timegrid-current-time{font-size:11px;font-weight:400;position:absolute;right:5px;text-align:right;transform:translateY(-50%)}.toastui-calendar-timezone-labels-slot{background-color:#fff;border-bottom:1px solid #e9e9e9;display:table;height:40px;position:absolute;table-layout:fixed}.toastui-calendar-timezone-labels-slot .toastui-calendar-timegrid-timezone-label{background-color:#fff;border-right:1px solid #e5e5e5;display:table-cell;font-size:11px;padding-right:5px;text-align:right;vertical-align:middle}.toastui-calendar-timezone-labels-slot .toastui-calendar-timegrid-timezone-collapse-button{background:transparent;border:1px solid #ddd;border-left:none;bottom:2px;cursor:pointer;position:absolute;top:2px;width:10px}.toastui-calendar-timezone-labels-slot .toastui-calendar-timegrid-timezone-collapse-button .toastui-calendar-icon{height:7px;transform:translateX(-50%);width:4px}.toastui-calendar-column{position:relative}.toastui-calendar-column .toastui-calendar-gridline-half{position:absolute;width:100%}.toastui-calendar-column .toastui-calendar-grid-selection{left:1px;padding:3px;position:absolute;right:10px}.toastui-calendar-column .toastui-calendar-grid-selection .toastui-calendar-grid-selection-label{font-size:11px;font-weight:700}.toastui-calendar-column .toastui-calendar-events{bottom:0;left:0;position:absolute;right:0;top:0}.toastui-calendar-panel.toastui-calendar-time{overflow-y:auto}.toastui-calendar-timegrid{height:200%;min-height:900px;position:relative;user-select:none}.toastui-calendar-timegrid .toastui-calendar-timegrid-scroll-area{height:100%;position:relative}.toastui-calendar-timegrid .toastui-calendar-columns{bottom:0;overflow:hidden;position:absolute;right:0;top:0}.toastui-calendar-timegrid .toastui-calendar-columns .toastui-calendar-gridline-half{position:absolute;width:100%}.toastui-calendar-timegrid .toastui-calendar-columns .toastui-calendar-column{display:inline-block;height:100%}.toastui-calendar-timegrid .toastui-calendar-timegrid-now-indicator{left:0;position:absolute;right:0}.toastui-calendar-timegrid .toastui-calendar-timegrid-now-indicator .toastui-calendar-timegrid-now-indicator-left{position:absolute}.toastui-calendar-timegrid .toastui-calendar-timegrid-now-indicator .toastui-calendar-timegrid-now-indicator-marker{border-radius:50%;height:9px;margin:-4px 0 0 -5px;position:absolute;width:9px}.toastui-calendar-timegrid .toastui-calendar-timegrid-now-indicator .toastui-calendar-timegrid-now-indicator-today{position:absolute}.toastui-calendar-timegrid .toastui-calendar-timegrid-now-indicator .toastui-calendar-timegrid-now-indicator-right{position:absolute;right:0}.toastui-calendar-event-background{position:absolute}.toastui-calendar-event-time{cursor:pointer;overflow:hidden;position:absolute}.toastui-calendar-event-time .toastui-calendar-event-time-content,.toastui-calendar-event-time .toastui-calendar-travel-time{font-size:12px;overflow:hidden;padding:1px 0 0 3px}.toastui-calendar-resize-handler-x{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAMAAACEE47CAAAACVBMVEX///////////+OSuX+AAAAA3RSTlMrQJG5H4EIAAAAEUlEQVR4AWNgYoRABhjEFAEAArQAIcHQcPsAAAAASUVORK5CYII=) no-repeat bottom;bottom:1px;color:#fff;cursor:row-resize;height:8px;left:0;position:absolute;right:0;text-align:center}.toastui-calendar-weekday-event-title{display:block;font-size:12px;font-weight:700;overflow:hidden;padding-left:3px;text-overflow:ellipsis;white-space:nowrap}.toastui-calendar-weekday-event-dot{border-radius:50%;display:inline-block;float:left;height:8px;position:relative;top:8px;width:8px}.toastui-calendar-weekday-event-dot+.toastui-calendar-weekday-event-title{color:#333}.toastui-calendar-weekday-resize-handle{position:absolute;right:5px;top:0}.toastui-calendar-weekday-resize-handle.toastui-calendar-handle-y{cursor:col-resize}.toastui-calendar-grid-cell-date .toastui-calendar-weekday-grid-date.toastui-calendar-weekday-grid-date-decorator{background-color:#135de6;border-radius:50%;display:inline-block;font-weight:700;height:26px;line-height:26px;margin-left:2px;text-align:center;width:26px}.toastui-calendar-panel-title{display:table;float:left;height:100%;padding-right:5px}.toastui-calendar-panel-title .toastui-calendar-left-content{display:table-cell;font-size:11px;text-align:right;vertical-align:middle}.toastui-calendar-panel-grid-wrapper{overflow-y:hidden;position:relative}.toastui-calendar-panel .toastui-calendar-panel-grid-wrapper,.toastui-calendar-panel .toastui-calendar-panel-title{height:100%}.toastui-calendar-allday-panel{height:100%;overflow-y:hidden;position:relative}.toastui-calendar-allday-panel .toastui-calendar-grid-selection{position:absolute;right:10px;top:0;z-index:1}.toastui-calendar-panel-grid{height:100%;position:absolute}.toastui-calendar-panel-event-wrapper{height:100%;left:0;overflow-y:scroll;position:absolute;top:0;width:100%}.toastui-calendar-panel-event-wrapper .toastui-calendar-weekday-event-block{position:absolute}.toastui-calendar-panel-event-wrapper .toastui-calendar-weekday-event{background-color:rgba(218,27,27,.2);border-left:3px solid;border-color:#da1b1b;border-radius:0;color:#9a1313;cursor:pointer;height:18px;margin:0 10px 0 1px;position:relative}.toastui-calendar-panel-event-wrapper .toastui-calendar-weekday-exceed-right .toastui-calendar-weekday-event{margin-right:0}.toastui-calendar-panel-event{border:1px solid #333;position:absolute}.toastui-calendar-weekday-exceed-in-week{background-color:#fff;border:1px solid #ddd;bottom:5px;color:#000;cursor:pointer;font-size:12px;line-height:14px;margin-right:5px;padding:1px 5px;position:absolute;right:5px;z-index:1}.toastui-calendar-collapse-btn-icon{border-bottom:5px solid #4f5959;border-left:4px solid transparent;border-right:4px solid transparent;display:inline-block;height:0;margin:-1px -14px 0 -4px;vertical-align:middle;width:0}.toastui-calendar-day-view .toastui-calendar-panel:not(.toastui-calendar-time),.toastui-calendar-week-view .toastui-calendar-panel:not(.toastui-calendar-time){overflow-y:scroll}.toastui-calendar-floating-layer{z-index:1}.toastui-calendar-floating-layer *{box-sizing:border-box}.toastui-calendar-popup-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.toastui-calendar-popup-container{box-shadow:0 2px 6px 0 rgba(0,0,0,.1);clear:both;font-weight:2.5;position:absolute;z-index:2}.toastui-calendar-popup-section{font-size:0;min-height:40px}.toastui-calendar-popup-button.toastui-calendar-popup-close{background-color:#fff;border:none;padding:0;position:absolute;right:10px;top:10px}.toastui-calendar-popup-button.toastui-calendar-popup-confirm{background-color:#ff6618;border:none;border-radius:40px;color:#fff;float:right;font-size:12px;font-weight:700;height:36px;width:96px}.toastui-calendar-dropdown-menu{background-color:#fff;border:1px solid #d5d5d5;border-radius:0 0 2px 2px;border-top:none;padding:4px 0;position:absolute;top:31px;width:100%;z-index:1}.toastui-calendar-dropdown-menu.toastui-calendar-open{display:block}.toastui-calendar-dropdown-menu-item{border:none;border-radius:2px;cursor:pointer;font-size:0;height:30px;padding:0 9px 0 12px;width:100%}.toastui-calendar-popup-arrow-border,.toastui-calendar-popup-arrow-fill{position:absolute}.toastui-calendar-see-more-container{display:block;position:absolute;z-index:1}.toastui-calendar-see-more{height:inherit;padding:5px}.toastui-calendar-more-title-date{color:#333;font-size:23px}.toastui-calendar-more-title-day{color:#333;font-size:12px}.toastui-calendar-month-more-list{overflow:auto;padding:0 17px}.toastui-calendar-see-more-header{border-bottom:none;position:relative}.toastui-calendar-form-container{background-color:#fff;border:1px solid #d5d5d5;border-radius:2px;box-shadow:0 2px 6px 0 rgba(0,0,0,.1);min-width:474px;padding:17px}.toastui-calendar-form-container .toastui-calendar-hidden-input{display:none}.toastui-calendar-form-container .toastui-calendar-grid-selection{font-size:11px;font-weight:700}.toastui-calendar-popup-section-item{border:1px solid #d5d5d5;border-radius:2px;display:inline-block;font-size:0;height:32px;padding:0 9px 0 12px}.toastui-calendar-popup-section-item input{border:none;display:inline-block;height:30px;outline:none}.toastui-calendar-popup-section-item .toastui-calendar-content{display:inline-block;font-size:12px;padding-left:8px;position:relative;text-align:left;vertical-align:middle}.toastui-calendar-popup-date-picker .toastui-calendar-content{max-width:125px}.toastui-calendar-dropdown-section{position:relative}.toastui-calendar-dropdown-section.toastui-calendar-calendar-section{width:176px}.toastui-calendar-dropdown-section .toastui-calendar-content{line-height:30px}.toastui-calendar-popup-section-title input{width:365px}.toastui-calendar-dot{border-radius:8px;height:12px;margin:1px;width:12px}.toastui-calendar-content.toastui-calendar-event-calendar{overflow:hidden;text-overflow:ellipsis;top:-1px;white-space:nowrap;width:125px}.toastui-calendar-popup-section-location .toastui-calendar-content{width:400px}.toastui-calendar-popup-section-allday{border:none;cursor:pointer;padding:0 0 0 8px}.toastui-calendar-popup-section-allday .toastui-calendar-ic-checkbox-normal{cursor:pointer;display:inline-block;height:14px;line-height:14px;margin:0;vertical-align:middle;width:14px}.toastui-calendar-popup-section-allday .toastui-calendar-content{padding-left:4px}.toastui-calendar-popup-date-picker{width:176px}.toastui-calendar-datepicker-container>div{z-index:1}.toastui-calendar-popup-date-dash{color:#d5d5d5;font-size:12px;height:32px;padding:0 4px;vertical-align:middle}.toastui-calendar-popup-button{background:#fff;border:1px solid #d5d5d5;border-radius:2px;color:#333;cursor:pointer;font-size:12px;outline:none;text-align:center}.toastui-calendar-popup-button.toastui-calendar-popup-section-private{font-size:0;height:32px;margin-left:4px;padding:8px}.toastui-calendar-popup-button .toastui-calendar-event-state{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:58px}.toastui-calendar-dropdown-section.toastui-calendar-state-section{width:109px}.toastui-calendar-dropdown-section.toastui-calendar-state-section .toastui-calendar-popup-button{width:100%}.toastui-calendar-state-section .toastui-calendar-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:58px}.toastui-calendar-popup-section-item.toastui-calendar-dropdown-menu-item{border:none;cursor:pointer;display:block;height:30px}.toastui-calendar-dropdown-menu-item .toastui-calendar-content{display:inline-block;font-size:12px;padding-left:8px;position:relative;text-align:left;vertical-align:middle}.toastui-calendar-popup-section-item.toastui-calendar-popup-button{font-size:0;height:32px;top:-1px}.toastui-calendar-popup-arrow.toastui-calendar-top .toastui-calendar-popup-arrow-border{border:8px solid transparent;border-bottom:8px solid #d5d5d5;border-top:none;left:calc(50% - 8px);top:-7px}.toastui-calendar-popup-arrow.toastui-calendar-top .toastui-calendar-popup-arrow-fill{border:7px solid transparent;border-bottom:7px solid #fff;border-top:none;left:-7px;top:1px}.toastui-calendar-popup-arrow.toastui-calendar-bottom .toastui-calendar-popup-arrow-border{border:8px solid transparent;border-bottom:none;border-top-color:#d5d5d5;bottom:-7px}.toastui-calendar-popup-arrow.toastui-calendar-bottom .toastui-calendar-popup-arrow-fill{border:7px solid transparent;border-bottom:none;border-top-color:#fff;bottom:1px;left:-7px}.toastui-calendar-detail-container{background-color:#fff;border:1px solid #d5d5d5;border-radius:2px;box-shadow:0 2px 6px 0 rgba(0,0,0,.1);min-width:301px;padding:17px 17px 0;width:301px}.toastui-calendar-detail-container .toastui-calendar-section-header{margin-bottom:6px}.toastui-calendar-detail-container .toastui-calendar-section-detail{margin-bottom:16px}.toastui-calendar-detail-container .toastui-calendar-section-button{border-top:1px solid #e5e5e5;font-size:0}.toastui-calendar-detail-container .toastui-calendar-content{font-size:12px;height:24px;line-height:2}.toastui-calendar-detail-container .toastui-calendar-icon{background-size:12px;height:12px;margin-right:8px;position:relative;width:12px}.toastui-calendar-detail-container .toastui-calendar-calendar-dot{border-radius:50%;height:10px;margin-right:10px;top:-4px;width:10px}.toastui-calendar-event-title{font-size:15px;font-weight:700;line-height:1.6;word-break:break-all}.toastui-calendar-detail-item-indent{padding-left:20px;text-indent:-20px}.toastui-calendar-delete-button,.toastui-calendar-edit-button{background:none;border:none;cursor:pointer;display:inline-block;outline:none;padding:7px 9px 11px;width:calc(50% - 1px)}.toastui-calendar-vertical-line{background:#e5e5e5;display:inline-block;height:14px;margin-top:-7px;vertical-align:middle;width:1px}.toastui-calendar-section-button .toastui-calendar-icon{margin-right:4px;top:-3px}.toastui-calendar-section-button .toastui-calendar-content{position:relative;top:2px}.toastui-calendar-popup-top-line{border:none;border-radius:2px 2px 0 0;height:4px;position:absolute;top:0;width:100%}.toastui-calendar-popup-arrow.toastui-calendar-left .toastui-calendar-popup-arrow-border{border:8px solid transparent;border-left:none;border-right-color:#d5d5d5;left:-7px}.toastui-calendar-popup-arrow.toastui-calendar-left .toastui-calendar-popup-arrow-fill{border:7px solid transparent;border-left:none;border-right-color:#fff;left:1px;top:-7px}.toastui-calendar-popup-arrow.toastui-calendar-right .toastui-calendar-popup-arrow-border{border:8px solid transparent;border-left:8px solid #d5d5d5;border-right:none;right:-7px}.toastui-calendar-popup-arrow.toastui-calendar-right .toastui-calendar-popup-arrow-fill{border:7px solid transparent;border-left:7px solid #fff;border-right:none;right:1px;top:-7px}.toastui-calendar-day-name-container,.toastui-calendar-day-names{position:relative}.toastui-calendar-day-name-item{font-size:12px;font-weight:400;padding:0 10px;position:absolute;text-align:left}.toastui-calendar-day-name-item.toastui-calendar-week{height:42px;line-height:38px}.toastui-calendar-day-name-item.toastui-calendar-month{height:31px;line-height:31px}.toastui-calendar-day-view-day-names,.toastui-calendar-week-view-day-names{border-bottom:1px solid #e5e5e5}.toastui-calendar-day-names.toastui-calendar-week{height:42px;padding-left:0;text-align:left}.toastui-calendar-day-names.toastui-calendar-month{font-size:12px;font-weight:400;height:31px;padding:0 10px;text-align:left}.toastui-calendar-day-name__date{font-size:26px}.toastui-calendar-day-name__name{font-size:12px}.toastui-calendar-layout.toastui-calendar-month{height:100%}.toastui-calendar-month .toastui-calendar-day-names{height:31px}.toastui-calendar-month .toastui-calendar-month-daygrid{height:calc(100% - 31px);position:relative}.toastui-calendar-month-week-item{position:relative}.toastui-calendar-weekday-grid{height:100%;min-height:inherit;position:absolute;width:100%}.toastui-calendar-daygrid-cell{height:100%;min-height:inherit;padding:3px 0;position:absolute}.toastui-calendar-daygrid-cell+.toastui-calendar-daygrid-cell{border-left:1px solid #e5e5e5}.toastui-calendar-grid-cell-date{display:inline-block;height:27px;line-height:1.7;text-align:center;width:27px}.toastui-calendar-grid-cell-footer{bottom:0;position:absolute;width:100%}.toastui-calendar-grid-cell-more-events{background-color:transparent;border:none;color:#aaa;cursor:pointer;float:right;font-size:11px;font-weight:700;height:27px;line-height:27px;padding:0 5px;text-align:center}.toastui-calendar-weekday-events{font-size:12px;left:0;position:absolute;top:0;width:100%}.toastui-calendar-weekday-event{cursor:pointer}.toastui-calendar-weekday{height:100%}.toastui-calendar-weekday .toastui-calendar-grid-selection{position:absolute}
|
@@ -8,8 +8,13 @@
|
|
8
8
|
<meta name="format-detection" content="telephone=no">
|
9
9
|
<meta name="msapplication-tap-highlight" content="no">
|
10
10
|
<link type="text/css" rel="stylesheet" href="css/style.css">
|
11
|
+
<link type="text/css" rel="stylesheet" href="css/codemirror.min.css">
|
12
|
+
<link type="text/css" rel="stylesheet" href="css/monokai.min.css">
|
13
|
+
<link type="text/css" rel="stylesheet" href="css/leaflet.css">
|
14
|
+
<link type="text/css" rel="stylesheet" href="css/toastui-calendar.min.css">
|
11
15
|
<style id="atomic_style"></style>
|
12
|
-
<script
|
16
|
+
<script type="text/javascript" src="js/third_parties/leaflet.js" defer></script>
|
17
|
+
<script type="text/javascript" src="js/third_parties/browser.script.iife.min.js"defer></script>
|
13
18
|
<script type="text/javascript" src="js/third_parties/interact.min.js" defer></script>
|
14
19
|
<script type="text/javascript" src="js/third_parties/popmotion.min.js" defer></script>
|
15
20
|
<script type="text/javascript" src="js/third_parties/sortable.min.js" defer></script>
|
@@ -20,8 +25,13 @@
|
|
20
25
|
<script type="text/javascript" src="js/third_parties/ping.min.js" defer></script>
|
21
26
|
<script type="text/javascript" src="js/third_parties/fabric.min.js" defer></script>
|
22
27
|
<script type="text/javascript" src="js/third_parties/papaparse.min.js" defer></script>
|
28
|
+
<script type="text/javascript" src="js/third_parties/codemirror.min.js" defer></script>
|
29
|
+
<script type="text/javascript" src="js/third_parties/ruby.min.js" defer></script>
|
23
30
|
<script defer src="js/atome/atome_helpers/communication.js" type="text/javascript"></script>
|
24
31
|
<script defer src="js/atome/atome_helpers/file.js" type="text/javascript"></script>
|
32
|
+
<script src="js/atome/utilities/importmap.js" type="text/javascript"></script>
|
33
|
+
<script defer type="module" src="js/atome/utilities/three_module.js"></script>
|
34
|
+
<script type="text/javascript" src="js/third_parties/toastui-calendar.min.js" defer></script>
|
25
35
|
<title>atome</title>
|
26
36
|
</head>
|
27
37
|
<body id='user_view' class='atome'>
|
@@ -62,4 +72,5 @@
|
|
62
72
|
}
|
63
73
|
}, {passive: false});
|
64
74
|
</script>
|
75
|
+
<!--<script defer type="module" src="js/atome/specific/tauri.js"></script>-->
|
65
76
|
</html>
|
@@ -9,7 +9,12 @@
|
|
9
9
|
<meta name="format-detection" content="telephone=no">
|
10
10
|
<meta name="msapplication-tap-highlight" content="no">
|
11
11
|
<link type="text/css" rel="stylesheet" href="css/style.css">
|
12
|
+
<link type="text/css" rel="stylesheet" href="css/codemirror.min.css">
|
13
|
+
<link type="text/css" rel="stylesheet" href="css/monokai.min.css">
|
14
|
+
<link type="text/css" rel="stylesheet" href="css/leaflet.css">
|
15
|
+
<link type="text/css" rel="stylesheet" href="css/toastui-calendar.min.css">
|
12
16
|
<style id="atomic_style"></style>
|
17
|
+
<script type="text/javascript" src="js/third_parties/leaflet.js" defer></script>
|
13
18
|
<script type="text/javascript" src="js/third_parties/interact.min.js" defer></script>
|
14
19
|
<script type="text/javascript" src="js/third_parties/popmotion.min.js" defer></script>
|
15
20
|
<script type="text/javascript" src="js/third_parties/sortable.min.js" defer></script>
|
@@ -20,6 +25,8 @@
|
|
20
25
|
<script type="text/javascript" src="js/third_parties/ping.min.js" defer></script>
|
21
26
|
<script defer src="js/third_parties/fabric.min.js" type="text/javascript"></script>
|
22
27
|
<script type="text/javascript" src="js/third_parties/papaparse.min.js" defer></script>
|
28
|
+
<script type="text/javascript" src="js/third_parties/codemirror.min.js" defer></script>
|
29
|
+
<script type="text/javascript" src="js/third_parties/ruby.min.js" defer></script>
|
23
30
|
<script src='js/opal/opal.js' defer></script>
|
24
31
|
<script src='js/opal/opal_parser.js' defer></script>
|
25
32
|
<script src='js/aui.js' defer></script>
|
@@ -28,11 +35,17 @@
|
|
28
35
|
<script src='js/atome/kernel.js' defer></script>
|
29
36
|
<script defer src="js/atome/atome_helpers/communication.js" type="text/javascript"></script>
|
30
37
|
<script defer src="js/atome/atome_helpers/file.js" type="text/javascript"></script>
|
38
|
+
<script src="js/atome/utilities/importmap.js" type="text/javascript"></script>
|
39
|
+
<script defer type="module" src="js/atome/utilities/three_module.js"></script>
|
40
|
+
<script type="text/javascript" src="js/third_parties/toastui-calendar.min.js" defer></script>
|
31
41
|
<title>atome</title>
|
32
42
|
</head>
|
33
43
|
<body id='user_view' class='atome'>
|
34
44
|
<div id='copyright'>©atome 2024</div>
|
45
|
+
|
46
|
+
|
35
47
|
</body>
|
48
|
+
|
36
49
|
<script defer src="js/atome/specific/opal.js" type="text/javascript"></script>
|
37
50
|
<script type="text/javascript">
|
38
51
|
const NativeMode = false; // used by atome.js to load code on the fly
|
@@ -57,4 +70,6 @@
|
|
57
70
|
}
|
58
71
|
}, {passive: false});
|
59
72
|
</script>
|
60
|
-
|
73
|
+
<!--<script type="text/javascript" src="js/test.js" defer></script>-->
|
74
|
+
|
75
|
+
</html>
|
@@ -7,8 +7,13 @@
|
|
7
7
|
<meta charset='UTF-8'/>
|
8
8
|
<meta content="telephone=no" name="format-detection">
|
9
9
|
<meta content="no" name="msapplication-tap-highlight">
|
10
|
-
<link
|
10
|
+
<link type="text/css" rel="stylesheet" href="css/style.css">
|
11
|
+
<link type="text/css" rel="stylesheet" href="css/codemirror.min.css">
|
12
|
+
<link type="text/css" rel="stylesheet" href="css/monokai.min.css">
|
13
|
+
<link type="text/css" rel="stylesheet" href="css/leaflet.css">
|
14
|
+
<link type="text/css" rel="stylesheet" href="css/toastui-calendar.min.css">
|
11
15
|
<style id="atomic_style"></style>
|
16
|
+
<script type="text/javascript" src="js/third_parties/leaflet.js" defer></script>
|
12
17
|
<script defer src="js/third_parties/interact.min.js" type="text/javascript"></script>
|
13
18
|
<script defer src="js/third_parties/popmotion.min.js" type="text/javascript"></script>
|
14
19
|
<script defer src="js/third_parties/sortable.min.js" type="text/javascript"></script>
|
@@ -19,6 +24,8 @@
|
|
19
24
|
<script defer src="js/third_parties/ping.min.js" type="text/javascript"></script>
|
20
25
|
<script defer src="js/third_parties/fabric.min.js" type="text/javascript"></script>
|
21
26
|
<script type="text/javascript" src="js/third_parties/papaparse.min.js" defer></script>
|
27
|
+
<script type="text/javascript" src="js/third_parties/codemirror.min.js" defer></script>
|
28
|
+
<script type="text/javascript" src="js/third_parties/ruby.min.js" defer></script>
|
22
29
|
<script defer src='js/opal/opal.js'></script>
|
23
30
|
<script defer src='js/opal/opal_parser.js'></script>
|
24
31
|
<script defer src='js/aui.js'></script>
|
@@ -27,6 +34,9 @@
|
|
27
34
|
<script defer src='js/atome/kernel.js'></script>
|
28
35
|
<script defer src="js/atome/atome_helpers/communication.js" type="text/javascript"></script>
|
29
36
|
<script defer src="js/atome/atome_helpers/file.js" type="text/javascript"></script>
|
37
|
+
<script src="js/atome/utilities/importmap.js" type="text/javascript"></script>
|
38
|
+
<script defer type="module" src="js/atome/utilities/three_module.js"></script>
|
39
|
+
<script type="text/javascript" src="js/third_parties/toastui-calendar.min.js" defer></script>
|
30
40
|
<title>atome</title>
|
31
41
|
</head>
|
32
42
|
<body id='user_view' class='atome'>
|
@@ -9,7 +9,12 @@
|
|
9
9
|
<meta name="format-detection" content="telephone=no">
|
10
10
|
<meta name="msapplication-tap-highlight" content="no">
|
11
11
|
<link type="text/css" rel="stylesheet" href="css/style.css">
|
12
|
+
<link type="text/css" rel="stylesheet" href="css/codemirror.min.css">
|
13
|
+
<link type="text/css" rel="stylesheet" href="css/monokai.min.css">
|
14
|
+
<link type="text/css" rel="stylesheet" href="css/leaflet.css">
|
15
|
+
<link type="text/css" rel="stylesheet" href="css/toastui-calendar.min.css">
|
12
16
|
<style id="atomic_style"></style>
|
17
|
+
<script type="text/javascript" src="js/third_parties/leaflet.js" defer></script>
|
13
18
|
<script defer src="js/third_parties/browser.script.iife.min.js" type="text/javascript"></script>
|
14
19
|
<script type="text/javascript" src="js/third_parties/interact.min.js" defer></script>
|
15
20
|
<script type="text/javascript" src="js/third_parties/popmotion.min.js" defer></script>
|
@@ -21,9 +26,13 @@
|
|
21
26
|
<script type="text/javascript" src="js/third_parties/ping.min.js" defer></script>
|
22
27
|
<script type="text/javascript" src="js/third_parties/fabric.min.js" defer></script>
|
23
28
|
<script type="text/javascript" src="js/third_parties/papaparse.min.js" defer></script>
|
29
|
+
<script type="text/javascript" src="js/third_parties/codemirror.min.js" defer></script>
|
30
|
+
<script type="text/javascript" src="js/third_parties/ruby.min.js" defer></script>
|
24
31
|
<script defer src="js/atome/atome_helpers/communication.js" type="text/javascript"></script>
|
25
32
|
<script defer src="js/atome/atome_helpers/file.js" type="text/javascript"></script>
|
26
|
-
|
33
|
+
<script src="js/atome/utilities/importmap.js" type="text/javascript"></script>
|
34
|
+
<script defer type="module" src="js/atome/utilities/three_module.js"></script>
|
35
|
+
<script type="text/javascript" src="js/third_parties/toastui-calendar.min.js" defer></script>
|
27
36
|
<title>atome</title>
|
28
37
|
</head>
|
29
38
|
<body id='user_view' class='atome'>
|
@@ -8,7 +8,12 @@
|
|
8
8
|
<meta name="format-detection" content="telephone=no">
|
9
9
|
<meta name="msapplication-tap-highlight" content="no">
|
10
10
|
<link type="text/css" rel="stylesheet" href="css/style.css">
|
11
|
+
<link type="text/css" rel="stylesheet" href="css/codemirror.min.css">
|
12
|
+
<link type="text/css" rel="stylesheet" href="css/monokai.min.css">
|
13
|
+
<link type="text/css" rel="stylesheet" href="css/leaflet.css">
|
14
|
+
<link type="text/css" rel="stylesheet" href="css/toastui-calendar.min.css">
|
11
15
|
<style id="atomic_style"></style>
|
16
|
+
<script type="text/javascript" src="js/third_parties/leaflet.js" defer></script>
|
12
17
|
<script defer src="js/third_parties/browser.script.iife.min.js" type="text/javascript"></script>
|
13
18
|
<script type="text/javascript" src="js/third_parties/interact.min.js" defer></script>
|
14
19
|
<script type="text/javascript" src="js/third_parties/popmotion.min.js" defer></script>
|
@@ -20,14 +25,19 @@
|
|
20
25
|
<script type="text/javascript" src="js/third_parties/ping.min.js" defer></script>
|
21
26
|
<script type="text/javascript" src="js/third_parties/fabric.min.js" defer></script>
|
22
27
|
<script type="text/javascript" src="js/third_parties/papaparse.min.js" defer></script>
|
28
|
+
<script type="text/javascript" src="js/third_parties/codemirror.min.js" defer></script>
|
29
|
+
<script type="text/javascript" src="js/third_parties/ruby.min.js" defer></script>
|
23
30
|
<script defer src="js/atome/atome_helpers/communication.js" type="text/javascript"></script>
|
24
31
|
<script defer src="js/atome/atome_helpers/file.js" type="text/javascript"></script>
|
32
|
+
<script src="js/atome/utilities/importmap.js" type="text/javascript"></script>
|
33
|
+
<script defer type="module" src="js/atome/utilities/three_module.js"></script>
|
34
|
+
<script type="text/javascript" src="js/third_parties/toastui-calendar.min.js" defer></script>
|
25
35
|
<title>atome</title>
|
26
36
|
</head>
|
27
37
|
<body id='user_view' class='atome'>
|
28
|
-
|
29
38
|
<div id='copyright'>©atome 2024</div>
|
30
39
|
</body>
|
40
|
+
|
31
41
|
<script type="text/ruby">
|
32
42
|
require 'js'
|
33
43
|
require '/lib/platform_specific/wasm/atome_wasm_extensions'
|
@@ -61,4 +71,5 @@
|
|
61
71
|
}
|
62
72
|
}, {passive: false});
|
63
73
|
</script>
|
74
|
+
|
64
75
|
</html>
|
@@ -0,0 +1,32 @@
|
|
1
|
+
// document.addEventListener('DOMContentLoaded', () => {
|
2
|
+
// startMidi();
|
3
|
+
// listenForMidiEvents();
|
4
|
+
// });
|
5
|
+
//
|
6
|
+
// async function startMidi() {
|
7
|
+
// try {
|
8
|
+
// await window.__TAURI__.invoke('start_midi');
|
9
|
+
// console.log('MIDI listener started');
|
10
|
+
// } catch (error) {
|
11
|
+
// console.error('Failed to start MIDI listener', error);
|
12
|
+
// }
|
13
|
+
// }
|
14
|
+
//
|
15
|
+
// function listenForMidiEvents() {
|
16
|
+
// window.__TAURI__.event.listen('midi-event', event => {
|
17
|
+
// console.log('MIDI Event:', event.payload);
|
18
|
+
// });
|
19
|
+
// }
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
// // elementary
|
25
|
+
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
const script = document.createElement('script');
|
2
|
+
script.type = 'importmap';
|
3
|
+
script.textContent = JSON.stringify({
|
4
|
+
"imports": {
|
5
|
+
"three": "./js/third_parties/Three/build/three.module.min.js",
|
6
|
+
"three/addons/": "./js/third_parties/Three/jsm/"
|
7
|
+
}
|
8
|
+
});
|
9
|
+
document.head.appendChild(script);
|
@@ -0,0 +1,88 @@
|
|
1
|
+
import * as THREE from 'three';
|
2
|
+
import { OrbitControls } from 'three/addons/controls/OrbitControls.js';
|
3
|
+
|
4
|
+
let camera, scene, renderer, controls;
|
5
|
+
let hotspot;
|
6
|
+
|
7
|
+
function initWithParam(path, target, method, params) {
|
8
|
+
init(path, target, method, params);
|
9
|
+
animate();
|
10
|
+
}
|
11
|
+
|
12
|
+
window.initWithParam = initWithParam;
|
13
|
+
|
14
|
+
function init(path, target, method, params) {
|
15
|
+
const container = document.getElementById(target);
|
16
|
+
|
17
|
+
const width = container.clientWidth;
|
18
|
+
const height = container.clientHeight;
|
19
|
+
|
20
|
+
camera = new THREE.PerspectiveCamera(75, width / height, 1, 1100);
|
21
|
+
camera.position.z = 0.01;
|
22
|
+
|
23
|
+
scene = new THREE.Scene();
|
24
|
+
|
25
|
+
const geometry = new THREE.SphereGeometry(500, 60, 40);
|
26
|
+
geometry.scale(-1, 1, 1);
|
27
|
+
|
28
|
+
const textureLoader = new THREE.TextureLoader();
|
29
|
+
const texture = textureLoader.load(path);
|
30
|
+
texture.colorSpace = THREE.SRGBColorSpace;
|
31
|
+
const material = new THREE.MeshBasicMaterial({ map: texture });
|
32
|
+
|
33
|
+
const mesh = new THREE.Mesh(geometry, material);
|
34
|
+
scene.add(mesh);
|
35
|
+
|
36
|
+
// Hotspot
|
37
|
+
const hotspotGeometry = new THREE.SphereGeometry(2, 32, 16);
|
38
|
+
const hotspotMaterial = new THREE.MeshBasicMaterial({ color: 0xff0000 });
|
39
|
+
hotspot = new THREE.Mesh(hotspotGeometry, hotspotMaterial);
|
40
|
+
hotspot.position.set(5, 0, -50);
|
41
|
+
scene.add(hotspot);
|
42
|
+
|
43
|
+
// Event listener for the hotspot
|
44
|
+
const raycaster = new THREE.Raycaster();
|
45
|
+
const mouse = new THREE.Vector2();
|
46
|
+
|
47
|
+
window.addEventListener('click', (event) => {
|
48
|
+
event.preventDefault();
|
49
|
+
|
50
|
+
const rect = container.getBoundingClientRect();
|
51
|
+
mouse.x = ((event.clientX - rect.left) / rect.width) * 2 - 1;
|
52
|
+
mouse.y = -((event.clientY - rect.top) / rect.height) * 2 + 1;
|
53
|
+
|
54
|
+
raycaster.setFromCamera(mouse, camera);
|
55
|
+
|
56
|
+
const intersects = raycaster.intersectObjects([hotspot]);
|
57
|
+
|
58
|
+
if (intersects.length > 0) {
|
59
|
+
alert(`Hotspot clicked! Three.js version: ${THREE.REVISION}, ${method}, ${params}`);
|
60
|
+
}
|
61
|
+
}, false);
|
62
|
+
|
63
|
+
renderer = new THREE.WebGLRenderer();
|
64
|
+
renderer.setPixelRatio(window.devicePixelRatio);
|
65
|
+
renderer.setSize(width, height);
|
66
|
+
renderer.setAnimationLoop(animate);
|
67
|
+
container.appendChild(renderer.domElement);
|
68
|
+
|
69
|
+
controls = new OrbitControls(camera, renderer.domElement);
|
70
|
+
controls.enableZoom = false;
|
71
|
+
|
72
|
+
window.addEventListener('resize', onWindowResize);
|
73
|
+
}
|
74
|
+
|
75
|
+
function onWindowResize() {
|
76
|
+
const container = document.getElementById('container');
|
77
|
+
const width = container.clientWidth;
|
78
|
+
const height = container.clientHeight;
|
79
|
+
|
80
|
+
camera.aspect = width / height;
|
81
|
+
camera.updateProjectionMatrix();
|
82
|
+
renderer.setSize(width, height);
|
83
|
+
}
|
84
|
+
|
85
|
+
function animate() {
|
86
|
+
controls.update();
|
87
|
+
renderer.render(scene, camera);
|
88
|
+
}
|
@@ -0,0 +1,42 @@
|
|
1
|
+
let calendar;
|
2
|
+
|
3
|
+
document.addEventListener('DOMContentLoaded', function() {
|
4
|
+
// Initialisation du calendrier
|
5
|
+
calendar = new tui.Calendar('#view', {
|
6
|
+
defaultView: 'month',
|
7
|
+
usageStatistics: false,
|
8
|
+
month: {
|
9
|
+
startDayOfWeek: 0,
|
10
|
+
},
|
11
|
+
week: {
|
12
|
+
showTimezoneCollapseButton: true,
|
13
|
+
timezones: [{ timezoneOffset: 0, displayLabel: 'UTC', tooltip: 'UTC' }],
|
14
|
+
},
|
15
|
+
});
|
16
|
+
|
17
|
+
// Ajouter un événement de démonstration
|
18
|
+
calendar.createEvents([
|
19
|
+
{
|
20
|
+
id: '1',
|
21
|
+
calendarId: '1',
|
22
|
+
title: 'Événement example',
|
23
|
+
category: 'time',
|
24
|
+
dueDateClass: '',
|
25
|
+
start: '2023-08-20T10:30:00+00:00',
|
26
|
+
end: '2023-08-20T12:30:00+00:00',
|
27
|
+
},
|
28
|
+
]);
|
29
|
+
});
|
30
|
+
|
31
|
+
function changeCalendarView(view) {
|
32
|
+
const validViews = ['day', 'week', 'month'];
|
33
|
+
if (!validViews.includes(view)) {
|
34
|
+
console.error(`Vue non valide: ${view}. Les vues valides sont: ${validViews.join(', ')}`);
|
35
|
+
return;
|
36
|
+
}
|
37
|
+
|
38
|
+
calendar.changeView(view);
|
39
|
+
}
|
40
|
+
setTimeout(function() {
|
41
|
+
changeCalendarView('day');
|
42
|
+
}, 3000);
|