wox-gui 0.1.3 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +25 -0
- package/dist/register.js +2 -29
- package/dist/wox-gui.cdn.js +1245 -1762
- package/dist/wox-gui.js +1180 -1695
- package/dist/wox-theme.css +38 -0
- package/package.json +3 -1
package/LICENSE
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 OS3 srl (https://www.os3.it)
|
|
4
|
+
|
|
5
|
+
Authors:
|
|
6
|
+
Fabio Rotondo <fabio.rotondo@gmail.com>
|
|
7
|
+
Andrea Rotondo <rotondo.andrea@gmail.com>
|
|
8
|
+
|
|
9
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
11
|
+
in the Software without restriction, including without limitation the rights
|
|
12
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
13
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
14
|
+
furnished to do so, subject to the following conditions:
|
|
15
|
+
|
|
16
|
+
The above copyright notice and this permission notice shall be included in all
|
|
17
|
+
copies or substantial portions of the Software.
|
|
18
|
+
|
|
19
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
23
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
24
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
25
|
+
SOFTWARE.
|
package/dist/register.js
CHANGED
|
@@ -1,29 +1,2 @@
|
|
|
1
|
-
import { WoxIcon as e, WoxSeparator as o, WoxBadge as t, WoxButton as n, WoxInput as
|
|
2
|
-
customElements.define("wox-icon", e);
|
|
3
|
-
customElements.define("wox-separator", o);
|
|
4
|
-
customElements.define("wox-badge", t);
|
|
5
|
-
customElements.define("wox-button", n);
|
|
6
|
-
customElements.define("wox-input", s);
|
|
7
|
-
customElements.define("wox-select", m);
|
|
8
|
-
customElements.define("wox-slider", x);
|
|
9
|
-
customElements.define("wox-color-swatch", i);
|
|
10
|
-
customElements.define("wox-tooltip", l);
|
|
11
|
-
customElements.define("wox-color-picker", c);
|
|
12
|
-
customElements.define("wox-menu-item", d);
|
|
13
|
-
customElements.define("wox-menu", u);
|
|
14
|
-
customElements.define("wox-layer-item", a);
|
|
15
|
-
customElements.define("wox-section", r);
|
|
16
|
-
customElements.define("wox-tab", w);
|
|
17
|
-
customElements.define("wox-tabs", f);
|
|
18
|
-
customElements.define("wox-toolbar-group", E);
|
|
19
|
-
customElements.define("wox-toolbar", W);
|
|
20
|
-
customElements.define("wox-panel", b);
|
|
21
|
-
customElements.define("wox-menubar", p);
|
|
22
|
-
customElements.define("wox-statusbar", g);
|
|
23
|
-
customElements.define("wox-modal", S);
|
|
24
|
-
customElements.define("wox-datagrid", T);
|
|
25
|
-
customElements.define("wox-toast", M);
|
|
26
|
-
customElements.define("wox-context-menu", k);
|
|
27
|
-
customElements.define("wox-gradient-editor", I);
|
|
28
|
-
customElements.define("wox-gradient-selector", C);
|
|
29
|
-
customElements.define("wox-date-picker", G);
|
|
1
|
+
import { WoxIcon as e, WoxSeparator as o, WoxBadge as t, WoxButton as n, WoxInput as m, WoxSelect as s, WoxSlider as x, WoxColorSwatch as i, WoxTooltip as l, WoxColorPicker as c, WoxMenuItem as d, WoxMenu as u, WoxLayerItem as a, WoxSection as r, WoxTab as w, WoxTabs as f, WoxToolbarGroup as E, WoxToolbar as W, WoxPanel as b, WoxMenubar as p, WoxStatusbar as g, WoxModal as T, WoxDatagrid as S, WoxToast as M, WoxContextMenu as h, WoxGradientEditor as k, WoxGradientSelector as I, WoxDatePicker as C, WoxThemeToggle as G } from "./wox-gui.js";
|
|
2
|
+
customElements.define("wox-icon", e), customElements.define("wox-separator", o), customElements.define("wox-badge", t), customElements.define("wox-button", n), customElements.define("wox-input", m), customElements.define("wox-select", s), customElements.define("wox-slider", x), customElements.define("wox-color-swatch", i), customElements.define("wox-tooltip", l), customElements.define("wox-color-picker", c), customElements.define("wox-menu-item", d), customElements.define("wox-menu", u), customElements.define("wox-layer-item", a), customElements.define("wox-section", r), customElements.define("wox-tab", w), customElements.define("wox-tabs", f), customElements.define("wox-toolbar-group", E), customElements.define("wox-toolbar", W), customElements.define("wox-panel", b), customElements.define("wox-menubar", p), customElements.define("wox-statusbar", g), customElements.define("wox-modal", T), customElements.define("wox-datagrid", S), customElements.define("wox-toast", M), customElements.define("wox-context-menu", h), customElements.define("wox-gradient-editor", k), customElements.define("wox-gradient-selector", I), customElements.define("wox-date-picker", C), customElements.define("wox-theme-toggle", G);
|