litegui.ts 1.0.0
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 +21 -0
- package/README.md +109 -0
- package/dist/@types/Inspector/index.d.ts +462 -0
- package/dist/@types/Inspector/index.d.ts.map +1 -0
- package/dist/@types/globals/index.d.ts +10 -0
- package/dist/@types/globals/index.d.ts.map +1 -0
- package/dist/Pickr/pickr.es5.min.js +3 -0
- package/dist/Pickr/pickr.es5.min.js.map +1 -0
- package/dist/Pickr/pickr.min.js +3 -0
- package/dist/Pickr/pickr.min.js.map +1 -0
- package/dist/Pickr/themes/classic.min.css +2 -0
- package/dist/Pickr/themes/monolith.min.css +2 -0
- package/dist/Pickr/themes/nano.min.css +2 -0
- package/dist/area.d.ts +277 -0
- package/dist/area.d.ts.map +1 -0
- package/dist/console.d.ts +27 -0
- package/dist/console.d.ts.map +1 -0
- package/dist/core.d.ts +438 -0
- package/dist/core.d.ts.map +1 -0
- package/dist/dialog.d.ts +369 -0
- package/dist/dialog.d.ts.map +1 -0
- package/dist/dragger.d.ts +132 -0
- package/dist/dragger.d.ts.map +1 -0
- package/dist/index.d.ts +17 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/inspector/array.d.ts +76 -0
- package/dist/inspector/array.d.ts.map +1 -0
- package/dist/inspector/button.d.ts +62 -0
- package/dist/inspector/button.d.ts.map +1 -0
- package/dist/inspector/checkbox.d.ts +50 -0
- package/dist/inspector/checkbox.d.ts.map +1 -0
- package/dist/inspector/color.d.ts +43 -0
- package/dist/inspector/color.d.ts.map +1 -0
- package/dist/inspector/combo.d.ts +76 -0
- package/dist/inspector/combo.d.ts.map +1 -0
- package/dist/inspector/dataTree.d.ts +20 -0
- package/dist/inspector/dataTree.d.ts.map +1 -0
- package/dist/inspector/file.d.ts +57 -0
- package/dist/inspector/file.d.ts.map +1 -0
- package/dist/inspector/flag.d.ts +36 -0
- package/dist/inspector/flag.d.ts.map +1 -0
- package/dist/inspector/icon.d.ts +60 -0
- package/dist/inspector/icon.d.ts.map +1 -0
- package/dist/inspector/index.d.ts +24 -0
- package/dist/inspector/index.d.ts.map +1 -0
- package/dist/inspector/info.d.ts +47 -0
- package/dist/inspector/info.d.ts.map +1 -0
- package/dist/inspector/inspector.d.ts +350 -0
- package/dist/inspector/inspector.d.ts.map +1 -0
- package/dist/inspector/line.d.ts +20 -0
- package/dist/inspector/line.d.ts.map +1 -0
- package/dist/inspector/list.d.ts +153 -0
- package/dist/inspector/list.d.ts.map +1 -0
- package/dist/inspector/number.d.ts +85 -0
- package/dist/inspector/number.d.ts.map +1 -0
- package/dist/inspector/pad.d.ts +66 -0
- package/dist/inspector/pad.d.ts.map +1 -0
- package/dist/inspector/seperator.d.ts +15 -0
- package/dist/inspector/seperator.d.ts.map +1 -0
- package/dist/inspector/slider.d.ts +55 -0
- package/dist/inspector/slider.d.ts.map +1 -0
- package/dist/inspector/string.d.ts +71 -0
- package/dist/inspector/string.d.ts.map +1 -0
- package/dist/inspector/stringButton.d.ts +45 -0
- package/dist/inspector/stringButton.d.ts.map +1 -0
- package/dist/inspector/tags.d.ts +53 -0
- package/dist/inspector/tags.d.ts.map +1 -0
- package/dist/inspector/textArea.d.ts +48 -0
- package/dist/inspector/textArea.d.ts.map +1 -0
- package/dist/inspector/tree.d.ts +41 -0
- package/dist/inspector/tree.d.ts.map +1 -0
- package/dist/inspector/vector.d.ts +64 -0
- package/dist/inspector/vector.d.ts.map +1 -0
- package/dist/litegui.css +2 -0
- package/dist/litegui.css.map +1 -0
- package/dist/litegui.d.ts +439 -0
- package/dist/litegui.d.ts.map +1 -0
- package/dist/litegui.js +11898 -0
- package/dist/litegui.js.map +1 -0
- package/dist/litegui.mini.js +1 -0
- package/dist/menubar.d.ts +279 -0
- package/dist/menubar.d.ts.map +1 -0
- package/dist/panel.d.ts +124 -0
- package/dist/panel.d.ts.map +1 -0
- package/dist/table.d.ts +105 -0
- package/dist/table.d.ts.map +1 -0
- package/dist/tabs.d.ts +426 -0
- package/dist/tabs.d.ts.map +1 -0
- package/dist/utilities.d.ts +508 -0
- package/dist/utilities.d.ts.map +1 -0
- package/dist/widgets/button.d.ts +33 -0
- package/dist/widgets/button.d.ts.map +1 -0
- package/dist/widgets/checkbox.d.ts +36 -0
- package/dist/widgets/checkbox.d.ts.map +1 -0
- package/dist/widgets/complexList.d.ts +83 -0
- package/dist/widgets/complexList.d.ts.map +1 -0
- package/dist/widgets/contextMenu.d.ts +97 -0
- package/dist/widgets/contextMenu.d.ts.map +1 -0
- package/dist/widgets/index.d.ts +10 -0
- package/dist/widgets/index.d.ts.map +1 -0
- package/dist/widgets/lineEditor.d.ts +112 -0
- package/dist/widgets/lineEditor.d.ts.map +1 -0
- package/dist/widgets/list.d.ts +59 -0
- package/dist/widgets/list.d.ts.map +1 -0
- package/dist/widgets/listBox.d.ts +47 -0
- package/dist/widgets/listBox.d.ts.map +1 -0
- package/dist/widgets/searchBox.d.ts +43 -0
- package/dist/widgets/searchBox.d.ts.map +1 -0
- package/dist/widgets/slider.d.ts +61 -0
- package/dist/widgets/slider.d.ts.map +1 -0
- package/dist/widgets/tree.d.ts +348 -0
- package/dist/widgets/tree.d.ts.map +1 -0
- package/package.json +81 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"litegui.css","mappings":"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","sources":["webpack://LiteGUI/./src/css/inspector.css","webpack://LiteGUI/./src/css/layout.css","webpack://LiteGUI/./src/css/style.css","webpack://LiteGUI/./src/css/normalize.css","webpack://LiteGUI/./src/css/widgets.css"],"sourcesContent":["/*\r\n\tshiny-blue: #5AF\r\n\r\n*/\r\n\r\n.inspector {\r\n\t/* margin-top: 10px; */\r\n\t/*margin-bottom: 20px;*/\r\n\tcolor: #999;\r\n\t/*\r\n\tuser-select: none;\r\n\t-moz-user-select: none;\r\n\t-webkit-user-select: none;\r\n\t*/\r\n}\r\n\r\n.inspector.one_line {\r\n\tmargin-bottom: 0;\r\n\toverflow: hidden;\r\n\t/*height: 30px;*/\r\n\twhite-space: nowrap;\r\n}\r\n\r\n.inspector .separator {\r\n\twidth: -moz-calc(100% - 10px);\r\n\twidth: -webkit-calc(100% - 10px);\r\n\twidth: calc(100% - 10px);\r\n\tborder-top: 1px solid #111;\r\n\tborder-bottom: 1px solid #555;\r\n\tmargin: 5px 0 5px 5px;\r\n}\r\n\r\n.inspector.one_line .separator {\r\n\tdisplay: inline-block;\r\n\twidth: auto;\r\n\theight: 1em;\r\n\tborder-left: 1px solid #111;\r\n\tborder-right: 1px solid #777;\r\n\tmargin: 2px 5px 0 5px;\r\n}\r\n\r\n.inspector .widget {\r\n\t/* problem selecting content inside a widget */\r\n\t/*\r\n\tuser-select: all;\r\n\t-moz-user-select: all;\r\n\t-webkit-user-select: all;\r\n\t*/\r\n\r\n\tvertical-align: top;\r\n\tdisplay: flex;\r\n\tmin-height: 1.2em;\r\n\t/*user-select: none;*/\r\n}\r\n\r\n.inspector:not(.one_line) .widget.even {\r\n\tbackground-color: rgba(40, 40, 40, 0.5);\r\n\tdisplay: flex;\r\n}\r\n\r\n\r\n.inspector.one_line .widget {\r\n\tmin-width: 100px;\r\n\tdisplay: inline-block;\r\n}\r\n\r\n.inspector .widget:hover {\r\n\tbackground-color: #556 !important;\r\n}\r\n\r\n.inspector .wtitle,\r\n.inspector .wsectiontitle {\r\n\tdisplay: inline-block;\r\n\tposition: relative;\r\n\tz-index: auto;\r\n\tbackground-color: #555;\r\n\r\n\t/*\r\n background-image: linear-gradient(right , #555, #444);\r\n background-image: -moz-linear-gradient(right , #555, #444);\r\n background-image: -webkit-linear-gradient(right , #555, #444);\r\n\t*/\r\n\r\n\t-moz-box-sizing: border-box;\r\n\t-webkit-box-sizing: border-box;\r\n\tbox-sizing: border-box;\r\n\twidth: 100%;\r\n\tpadding: 2px;\r\n\tpadding-left: 8px;\r\n\t/*margin-bottom: 4px;*/\r\n\tcolor: #BBC;\r\n\tfont-size: 1.2em;\r\n}\r\n\r\n.inspector .wsectioncontent {\r\n\tpadding: 4px 4px;\r\n\tbackground-color: #3A3A3A;\r\n}\r\n\r\n.inspector .wtitle {\r\n\tmargin-top: 6px;\r\n\tbackground-color: #444;\r\n\tcolor: #888;\r\n}\r\n\r\n.inspector.dark .wtitle {\r\n\tbackground-color: #323232;\r\n}\r\n\r\n.inspector .wtitle:first-child {\r\n\t/*margin-top: 0;*/\r\n}\r\n\r\n.inspector .wtitle .help {\r\n\ttext-decoration: underline;\r\n}\r\n\r\n.inspector .wtitle .help .help-content {\r\n\tdisplay: none;\r\n\tfloat: right;\r\n}\r\n\r\n.inspector .wsectiontitle {\r\n\tposition: relative;\r\n\t/*border-top: 1px solid #777;*/\r\n\tmargin-top: 4px;\r\n\tbox-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);\r\n\toverflow: hidden;\r\n\t/*max-height: 1.5em;*/\r\n\twhite-space: nowrap;\r\n}\r\n\r\n.inspector .wsectiontitle .buttons {\r\n\tposition: absolute;\r\n\ttop: 4px;\r\n\tright: 4px;\r\n}\r\n\r\n.inspector .wsectiontitle button {\r\n\tfont-size: 0.8em;\r\n\tbackground-color: #333;\r\n\tborder: 1px solid #222;\r\n\tmargin: 0;\r\n\tbox-shadow: 0 0 0;\r\n\tpadding: 0 1px 0 1px;\r\n\tmargin-left: 2px;\r\n}\r\n\r\n.inspector .wsectioncontent button {\r\n\twhite-space: nowrap;\r\n\toverflow: hidden;\r\n}\r\n\r\n.inspector .wcontent button.single {\r\n\tpadding: 2px;\r\n}\r\n\r\n.inspector .icon {\r\n\tmargin-right: 4px;\r\n\t/*\r\n\tmargin-top: 2px;\r\n\tmargin-bottom: -2px;\r\n\t*/\r\n}\r\n\r\n.inspector .wcontent .icon {\r\n\tmargin: 0;\r\n}\r\n\r\n.inspector .wsection {\r\n\t/*padding: 4px 2px;*/\r\n\tmargin-bottom: 4px;\r\n}\r\n\r\n.inspector .wsection.selected .wsectiontitle {\r\n\tbackground-color: #434959;\r\n}\r\n\r\n.inspector .wsection.selected .wsectioncontent {\r\n\tborder: 2px solid #434959;\r\n}\r\n\r\n.inspector .wsection.collapsed {\r\n\tmargin-bottom: 0;\r\n\tpadding-bottom: 0;\r\n}\r\n\r\n.inspector .wsection.collapsed .wsectiontitle {\r\n\tborder-bottom: 1px solid #222;\r\n}\r\n\r\n.inspector .switch-section-button {\r\n\tfloat: left;\r\n\tdisplay: inline-block;\r\n\r\n\tmargin: 6px 2px -4px 0;\r\n\tborder-top: 6px solid #333;\r\n\tborder-left: 6px solid transparent;\r\n\tborder-right: 6px solid transparent;\r\n\tborder-bottom: 6px solid transparent;\r\n}\r\n\r\n.inspector .collapsed .switch-section-button {\r\n\tmargin: 2px 0 0 2px;\r\n\tborder-left: 6px solid #333;\r\n\tborder-bottom: 6px solid transparent;\r\n\tborder-top: 6px solid transparent;\r\n\tborder-right: 6px solid transparent;\r\n}\r\n\r\n\r\n.inspector .wgroupheader:not(.collapsed) .switch-section-button {\r\n\tborder-top: 6px solid #777;\r\n\tborder-left: 6px solid transparent;\r\n\tborder-right: 6px solid transparent;\r\n\tborder-bottom: 6px solid transparent;\r\n}\r\n\r\n.inspector .wgroupheader.collapsed .switch-section-button {\r\n\tborder-left: 6px solid #777;\r\n\tborder-bottom: 6px solid transparent;\r\n\tborder-top: 6px solid transparent;\r\n\tborder-right: 6px solid transparent;\r\n}\r\n\r\n\r\n.inspector .wsection.notitle {\r\n\tmargin: 0;\r\n\tpadding-top: 0;\r\n\tpadding-bottom: 0;\r\n}\r\n\r\n.inspector .wgroup {\r\n\tposition: relative;\r\n\twidth: -webkit-calc(100% - 2px);\r\n\twidth: -moz-calc(100% - 2px);\r\n\twidth: calc(100% - 2px);\r\n\tmargin-top: 2px;\r\n\r\n\t/*\r\n\tborder-radius: 4px;\r\n\tborder-top: 1px solid #222;\r\n\tborder-left: 1px solid #222;\r\n\tborder-bottom: 1px solid #666;\r\n\tborder-right: 1px solid #666;\r\n\t*/\r\n}\r\n\r\n.inspector .wgroup .wgroupheader {\r\n\tmargin-top: 0;\r\n\tpadding-left: 4px;\r\n\tcursor: pointer;\r\n}\r\n\r\n.inspector .wgroup .wgroupcontent {\r\n\tmargin-left: 10px;\r\n}\r\n\r\n.inspector .wgroup .wgrouptoggle {\r\n\tdisplay: inline-block;\r\n\ttop: 0;\r\n\tleft: 0;\r\n\twidth: 8px;\r\n\theight: 8px;\r\n\ttext-align: center;\r\n\tmargin: 2px;\r\n\tmargin-right: 4px;\r\n\tcolor: #999;\r\n\tline-height: 8px;\r\n\tfont-size: 14px;\r\n}\r\n\r\n.inspector .wname {\r\n\tdisplay: inline-block;\r\n\t-moz-box-sizing: border-box;\r\n\t-webkit-box-sizing: border-box;\r\n\tbox-sizing: border-box;\r\n\tpadding: 2px;\r\n\tpadding-left: 4px;\r\n\tfont-weight: normal;\r\n\t/* text-shadow: 0 1px 0 black; */\r\n\tvertical-align: top;\r\n\tuser-select: none;\r\n\t-moz-user-select: none;\r\n\t-webkit-user-select: none;\r\n\toverflow: hidden;\r\n\twhite-space: nowrap;\r\n\twidth: fit-content;\r\n\tmin-width: 80px;\r\n\tflex-grow: 0;\r\n}\r\n\r\n.inspector.one_line .wname {\r\n\twidth: auto;\r\n}\r\n\r\n.inspector .wname .filling {\r\n\tcolor: #666;\r\n\tmargin-left: 5px;\r\n}\r\n\r\n.inspector .wcontent {\r\n\tdisplay: inline-flex;\r\n\t-moz-box-sizing: border-box;\r\n\t-webkit-box-sizing: border-box;\r\n\tbox-sizing: border-box;\r\n\tpadding: 2px;\r\n\tflex-grow: 2;\r\n}\r\n\r\n.inspector.proportionalnamesize .wname {\r\n\twidth: 30%;\r\n}\r\n\r\n.inspector.proportionalnamesize .wcontent {\r\n\twidth: 70%;\r\n}\r\n\r\n\r\n.inspector .wcontent.full {\r\n\twidth: 100%;\r\n\tpadding-left: 5px;\r\n}\r\n\r\n.inspector .inputfield {\r\n\tdisplay: inline-flex;\r\n\tbackground-color: #222;\r\n\tborder: 0;\r\n\tborder-top: 1px solid #000;\r\n\tborder-bottom: 1px solid #3f3f3f;\r\n\tborder-radius: 3px;\r\n\twidth: 100%;\r\n}\r\n\r\n.inspector .wcontent .inputfield input:focus,\r\n.inspector .wcontent .inputfield textarea:focus {\r\n\toutline: none;\r\n}\r\n\r\n.inspector input::placeholder {\r\n\tcolor: #687177;\r\n}\r\n\r\n.inspector input::-webkit-input-placeholder {\r\n\tcolor: #687177;\r\n}\r\n\r\n.inspector input::-moz-input-placeholder {\r\n\tcolor: #687177;\r\n}\r\n\r\n.inspector .inputfield.disabled {\r\n\tbackground-color: #333;\r\n}\r\n\r\n.inspector .inputfield.disabled input,\r\n.inspector .inputfield.disabled textarea {\r\n\tcolor: #AAA;\r\n}\r\n\r\n.inspector .wcontent .inputfield.full {\r\n\twidth: -moz-calc(100% - 4px);\r\n\twidth: -webkit-calc(100% - 4px);\r\n\twidth: calc(100% - 4px);\r\n}\r\n\r\n.inspector .wcontent .inputfield.textarea {\r\n\tdisplay: block;\r\n\tmargin: 0 4px 0 0;\r\n\twidth: -moz-calc(100% - 4px);\r\n\twidth: -webkit-calc(100% - 4px);\r\n\twidth: calc(100% - 4px);\r\n}\r\n\r\n.inspector .wcontent .inputfield.button {\r\n\tmargin: 0;\r\n\twidth: -moz-calc(100% - 26px);\r\n\twidth: -webkit-calc(100% - 26px);\r\n\twidth: calc(100% - 26px);\r\n}\r\n\r\n.inspector .wcontent .inputcombo {\r\n\tborder-bottom: 1px solid #666;\r\n\tborder-top: 1px solid #111;\r\n\t/*\r\n background: -webkit-linear-gradient(#4B4947, #32302D) repeat scroll 0 0 transparent;\r\n background: -moz-linear-gradient(#4B4947, #32302D) repeat scroll 0 0 transparent;\r\n background: linear-gradient(#4B4947, #32302D) repeat scroll 0 0 transparent;\r\n\t*/\r\n\tborder-radius: 4px;\r\n}\r\n\r\n.inspector .wcontent .inputcombo select {\r\n\tbackground: #262626;\r\n\ttext-align-last: center;\r\n}\r\n\r\n\r\n.inspector .wcontent input,\r\n.inspector .wcontent textarea {\r\n\tcolor: #5AF;\r\n\t/*font-size: 0.8em;*/\r\n\tborder: 0;\r\n\tbackground-color: transparent;\r\n}\r\n\r\n.inspector .wcontent input:focus,\r\n.inspector .wcontent textarea:focus {\r\n\tdirection: ltr !important;\r\n}\r\n\r\n.inspector .wcontent input.text {\r\n\twidth: -moz-calc(100% - 8px);\r\n\twidth: -webkit-calc(100% - 8px);\r\n\twidth: calc(100% - 8px);\r\n}\r\n\r\n.inspector .wcontent input.string {\r\n\tpadding-left: 5px;\r\n}\r\n\r\n.inspector .wcontent input.fixed_size {\r\n\tfont-family: 'monospace', 'courier new';\r\n}\r\n\r\n.inspector .wcontent input.number {\r\n\tborder-radius: 3px 0 0 3px;\r\n\ttext-align: center;\r\n}\r\n\r\n.inspector .wcontent input.nano {\r\n\t/*width: 22px;*/\r\n\twidth: 1.5em;\r\n\tflex: 2;\r\n\t/* margin-left: 3px; */\r\n}\r\n\r\n.inspector .wcontent input.mini {\r\n\twidth: 27px;\r\n\tmargin-left: 3px;\r\n}\r\n\r\n.inspector .wcontent .disabled input.mini {\r\n\twidth: 34px;\r\n}\r\n\r\n.inspector .wcontent input.medium {\r\n\twidth: 51px;\r\n}\r\n\r\n.inspector .wcontent textarea {\r\n\tdisplay: block;\r\n\twidth: -moz-calc(100% - 10px);\r\n\twidth: -webkit-calc(100% - 10px);\r\n\twidth: calc(100% - 10px);\r\n\tpadding: 2px 5px 2px 5px;\r\n}\r\n\r\n.inspector .winfo {\r\n\tdisplay: block;\r\n\twidth: -moz-calc(100% - 20px);\r\n\twidth: -webkit-calc(100% - 20px);\r\n\twidth: calc(100% - 20px);\r\n\tmargin: 10px;\r\n}\r\n\r\n.inspector .confirm_button {\r\n\tfont-size: 0.8em;\r\n\tpadding: 1px;\r\n\tmargin: 0;\r\n\tmargin-left: 2px;\r\n}\r\n\r\n.inspector .wcontent .checkbox {\r\n\tflex: 1;\r\n\tdisplay: inline-block;\r\n\tbackground-color: #222;\r\n\tborder: 0;\r\n\tborder-radius: 2px;\r\n\tmargin: 0 !important;\r\n\ttext-align: center;\r\n\r\n\tuser-select: none;\r\n\t-moz-user-select: none;\r\n\t-webkit-user-select: none;\r\n\r\n\tcursor: pointer;\r\n}\r\n\r\n.inspector .wcontent .checkbox.on {\r\n\tbackground-color: #5AF;\r\n\tcolor: black;\r\n}\r\n\r\n.inspector .wcontent .flag {\r\n\tfont-size: 0.8em;\r\n\tmargin-left: 5px;\r\n\tuser-select: none;\r\n\t-moz-user-select: none;\r\n\t-webkit-user-select: none;\r\n\tcursor: pointer;\r\n}\r\n\r\n.inspector .wcontent select {\r\n\tcolor: #5AF;\r\n\t/*font-size: 0.8em;*/\r\n\tborder: 0;\r\n\tbackground: #222;\r\n\tmargin-right: 2px;\r\n\twidth: -moz-calc(100% - 4px);\r\n\twidth: -webkit-calc(100% - 4px);\r\n\twidth: calc(100% - 4px);\r\n}\r\n\r\n.inspector .wcontent select.disabled {\r\n\tbackground: #333;\r\n}\r\n\r\n.inspector .wcontent button {\r\n\tbackground: -webkit-linear-gradient(#32302D, #4B4947) repeat scroll 0 0 transparent;\r\n\tbackground: -moz-linear-gradient(#32302D, #4B4947) repeat scroll 0 0 transparent;\r\n\tbackground: linear-gradient(#32302D, #4B4947) repeat scroll 0 0 transparent;\r\n\tborder: 0 none;\r\n\tborder-radius: 2px 2px 2px 2px;\r\n\tbox-shadow: 0 1px 0 #5B5957 inset, 0 -1px 0 black, 0 1px 0 black, -1px 0 0 black, 1px 0 0 black, 0 1px 1px #111111;\r\n\tcolor: #CCC;\r\n\tdisplay: inline-block;\r\n\tmargin: 0 4px 0 0;\r\n\tpadding: 0;\r\n\ttext-shadow: 0 1px 1px black;\r\n\tvertical-align: top;\r\n\r\n\twidth: -moz-calc(100% - 6px);\r\n\twidth: -webkit-calc(100% - 6px);\r\n\twidth: calc(100% - 6px);\r\n}\r\n\r\n.inspector .widget.big button,\r\n.litepanel button.big {\r\n\tfont-size: 2em;\r\n\t/*\r\n\tpadding-left: 1em;\r\n\tpadding-right: 1em;\r\n\twidth: calc(100% - 2em);\r\n\twidth: -moz-calc(100% - 2em);\r\n\twidth: -webkit-calc(100% - 2em);\r\n\t*/\r\n}\r\n\r\n.inspector .wcontent button.micro {\r\n\twidth: 20px;\r\n\tmargin: 0 0 0 4px;\r\n}\r\n\r\n.inspector .dragger {\r\n\tdisplay: inline-block;\r\n\tvertical-align: top;\r\n\tmargin-left: 2px;\r\n\tflex-grow: 2;\r\n\t/*margin-right: 2px;*/\r\n}\r\n\r\n.inspector .dragger .full {\r\n\twidth: 100%;\r\n\tmargin-left: 0;\r\n\tmargin-right: 0;\r\n}\r\n\r\n.inspector .dragger input {\r\n\tcolor: #5AF;\r\n\t/*font-size: 0.8em;*/\r\n\tborder: 0;\r\n\tbackground-color: transparent;\r\n}\r\n\r\n.inspector .dragger .full input {\r\n\twidth: -moz-calc(100% - 14px);\r\n\twidth: -webkit-calc(100% - 14px);\r\n\twidth: calc(100% - 14px);\r\n}\r\n\r\n.inspector .drag_widget {\r\n\tdisplay: inline-block;\r\n\twidth: 0.5em;\r\n\tmin-width: 6px;\r\n\theight: 1.1em;\r\n\tbackground: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAOCAYAAADjXQYbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjA0NDk1MjdGOENFMTFFMUE0RDE4Mzk5RDUwMTkxQ0EiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjA0NDk1MjhGOENFMTFFMUE0RDE4Mzk5RDUwMTkxQ0EiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMDQ0OTUyNUY4Q0UxMUUxQTREMTgzOTlENTAxOTFDQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyMDQ0OTUyNkY4Q0UxMUUxQTREMTgzOTlENTAxOTFDQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtL6rxoAAACMSURBVHjaYqytrWVAAhJA/ALGYUKS4AHiA1AaQzIfiNWBOAFdEqS6CMoG0czIkiABIShbEYhDYJJCSLpgoBREsADxXyB2ZsAEzCDJX0CcDLMHCXSAJL8DsSjMHig4C8T3YQ7qQ9NVj+za40B8BMo+BcRb0QOhG0rXYAshkOrpQLwbmyTIS7nIFgMEGABQBhYS6byJwQAAAABJRU5ErkJggg==') no-repeat center center;\r\n\tvertical-align: top;\r\n\tmargin: 0 2px;\r\n\tcursor: n-resize;\r\n\tflex: 1;\r\n}\r\n\r\n.inspector .drag_widget.disabled {\r\n\tdisplay: none;\r\n\tbackground: transparent none no-repeat;\r\n\tcursor: default;\r\n}\r\n\r\n.inspector input.color {\r\n\ttext-align: center;\r\n\tmargin-top: 1px;\r\n\t/* border: 0 !important; */\r\n\tborder-radius: 2px !important;\r\n\tborder-bottom: 1px solid #666;\r\n\tborder-top: 1px solid #111;\r\n\r\n\t/* width: -moz-calc(100% - 70px); */\r\n\t/* width: -webkit-calc(100% - 70px); */\r\n\t/* width: calc(100% - 70px); */\r\n\tflex-grow: 3;\r\n\r\n\tuser-select: text;\r\n\t-moz-user-select: text;\r\n\t-webkit-user-select: text;\r\n}\r\n\r\n.inspector .whidden {\r\n\tposition: relative;\r\n\toverflow: hidden;\r\n\tcolor: #5AF;\r\n}\r\n\r\n.inspector .whidden .filename {\r\n\tpadding-left: 4px;\r\n\tcursor: pointer;\r\n\tdisplay: inline-block;\r\n\theight: 1.2em;\r\n\toverflow: hidden;\r\n}\r\n\r\n.inspector input.file {\r\n\tposition: absolute;\r\n\ttop: 0;\r\n\tleft: 0;\r\n\tborder: 0;\r\n\tbackground-color: transparent;\r\n\topacity: 0.0;\r\n\twidth: 100%;\r\n\tcursor: pointer;\r\n}\r\n\r\n.inspector button {\r\n\tmargin-bottom: 4px;\r\n}\r\n\r\n.inspector button.right {\r\n\tfloat: right;\r\n\tmargin-right: 5px;\r\n\tmargin-top: 2px;\r\n}\r\n\r\n.inspector .ui-slider {\r\n\tdisplay: inline-block;\r\n\twidth: -moz-calc(100% - 40px);\r\n\twidth: -webkit-calc(100% - 40px);\r\n\twidth: calc(100% - 40px);\r\n\tmargin-left: 2px;\r\n\tmargin-bottom: 0.2em;\r\n}\r\n\r\n.inspector .ui-widget-content {\r\n\tborder: 1px solid black !important;\r\n}\r\n\r\n.inspector .ui-slider.nextline {\r\n\tmargin-left: 100px;\r\n\twidth: 140px;\r\n\t/*display: block;*/\r\n}\r\n\r\n.inspector.full .ui-slider.nextline {\r\n\tmargin-left: 200px;\r\n\twidth: 200px;\r\n}\r\n\r\n.inspector .itemname {\r\n\tdisplay: inline-block;\r\n\tmin-width: 50px;\r\n}\r\n\r\n.inspector .itemcontent {\r\n\tvertical-align: top;\r\n\tdisplay: inline-block;\r\n\tmargin-top: 10px;\r\n\tmargin-left: 0px;\r\n}\r\n\r\n.inspector .itemvalue {\r\n\tcolor: #88C;\r\n}\r\n\r\nbutton.wcombobutton {\r\n\twidth: auto !important;\r\n\tpadding: 0 4px 0 4px !important;\r\n\tmargin: 0 !important;\r\n\tborder-radius: 0 !important;\r\n\tflex-grow: 1;\r\n}\r\n\r\nbutton.wcombobutton.selected {\r\n\tbackground: #AAA;\r\n\tcolor: #000;\r\n\ttext-shadow: none;\r\n}\r\n\r\n.inspector .wtag {\r\n\tdisplay: inline-block;\r\n\tborder-radius: 2px;\r\n\tpadding: 2px 5px;\r\n\tmargin: 1px;\r\n\tbackground-color: #AAF;\r\n\tcolor: black;\r\n}\r\n\r\n.inspector .wtag .close {\r\n\tdisplay: inline-block;\r\n\tbackground-color: #222;\r\n\tcolor: #AAF;\r\n\tpadding: 0 2px 0 2px;\r\n\tmargin-left: 5px;\r\n\tborder-radius: 2px;\r\n\tfont-size: 0.8em;\r\n\tcursor: pointer;\r\n}\r\n\r\n.inspector .wtag .close:hover {\r\n\tbackground-color: #444;\r\n}\r\n\r\n.inspector .wtag.disabled {\r\n\tbackground-color: #444;\r\n\tcolor: #999;\r\n}\r\n\r\n.inspector .wtagscontainer {\r\n\twidth: 100%;\r\n\tdisplay: flex;\r\n\tflex-wrap: wrap;\r\n}\r\n\r\n.inspector .wtaginput {\r\n\twidth: 100%;\r\n\tmargin-top: 4px;\r\n\tmargin-bottom: 4px;\r\n}\r\n\r\n.inspector .wtagswrapper {\r\n\twidth: 100%;\r\n}\r\n\r\n.inspector ul.lite-list {\r\n\tmargin: 2px;\r\n\tpadding: 0;\r\n\tlist-style-type: none;\r\n\tmin-height: 2em;\r\n\tuser-select: none;\r\n\t-moz-user-select: none;\r\n\t-webkit-user-select: none;\r\n}\r\n\r\n.inspector ul.lite-list li {\r\n\tmargin: 2px;\r\n\tpadding: 2px;\r\n\tcursor: pointer;\r\n\tborder-radius: 2px;\r\n}\r\n\r\n.inspector ul.lite-list li.selected {\r\n\tbackground-color: #336da7;\r\n\tcolor: white;\r\n}\r\n\r\n.inspector ul.lite-list li:hover {\r\n\tcolor: black;\r\n\tbackground-color: #258;\r\n}\r\n\r\n/* array */\r\n.inspector .array-widget {\r\n\tdisplay: flex;\r\n\tflex-direction: column;\r\n\tpadding: 0;\r\n\tmargin-bottom: 5px;\r\n}\r\n\r\n.inspector .array-header {\r\n\tdisplay: flex;\r\n\talign-items: center;\r\n\tjustify-content: space-between;\r\n\tpadding: 4px;\r\n\tborder-radius: 3px 3px 0 0;\r\n}\r\n\r\n.inspector .array-header .wname {\r\n\tbackground-color: transparent;\r\n\tpadding: 0;\r\n\twidth: auto !important;\r\n\tflex-grow: 1;\r\n}\r\n\r\n.inspector .array-controls {\r\n\tdisplay: flex;\r\n\talign-items: center;\r\n}\r\n\r\n.inspector .array-controls button {\r\n\twidth: 24px !important;\r\n\theight: 20px;\r\n\tline-height: 18px;\r\n\tmargin: 0 1px !important;\r\n\tpadding: 0;\r\n\ttext-align: center;\r\n}\r\n\r\n.inspector .array-controls .array-length {\r\n\twidth: 40px;\r\n\theight: 20px;\r\n\tborder: 1px solid #000;\r\n\tcolor: #5AF;\r\n\ttext-align: center;\r\n\tmargin-left: 2px;\r\n\tborder-radius: 2px;\r\n}\r\n\r\n.inspector .array-items {\r\n\tpadding: 4px;\r\n\tbackground-color: rgba(0, 0, 0, 0.1);\r\n\tborder-radius: 0 0 3px 3px;\r\n}\r\n\r\n.inspector .array-row {\r\n\tdisplay: flex;\r\n\talign-items: center;\r\n\twidth: 100%;\r\n\tmargin-bottom: 2px;\r\n\tbackground-color: rgba(0, 0, 0, 0.2);\r\n\tborder-radius: 3px;\r\n}\r\n\r\n.inspector .array-row:hover {\r\n\tbackground-color: rgba(255, 255, 255, 0.05);\r\n}\r\n\r\n.inspector .row-index {\r\n\twidth: 30px;\r\n\ttext-align: center;\r\n\tflex-shrink: 0;\r\n\topacity: 0.7;\r\n}\r\n\r\n.inspector .row-cell {\r\n\tflex-grow: 1;\r\n\twidth: auto;\r\n}\r\n\r\n.inspector .row-cell .widget {\r\n\twidth: 100% !important;\r\n\tmargin-bottom: 0;\r\n}\r\n\r\n.inspector .row-cell .wname {\r\n\tdisplay: none;\r\n}\r\n\r\n.inspector .array-row .row-trash {\r\n\twidth: 24px;\r\n\theight: 18px;\r\n\tdisplay: inline-block;\r\n\tbackground-color: transparent !important;\r\n\tbackground-image: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='gray' class='bi bi-trash' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 5.5A.5.5 0 0 1 6 6v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5m2.5 0a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5m3 .5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0z'/%3E%3Cpath d='M14.5 3a1 1 0 0 1-1 1H13v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4h-.5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1H6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1h3.5a1 1 0 0 1 1 1zM4.118 4 4 4.059V13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4.059L11.882 4zM2.5 3h11V2h-11z'/%3E%3C/svg%3E\") !important;\r\n\tbackground-position: center !important;\r\n\tbackground-repeat: no-repeat !important;\r\n\tbackground-size: 14px 14px !important;\r\n\tborder: none !important;\r\n\tbox-shadow: none !important;\r\n\tcursor: pointer;\r\n\tpadding: 0 !important;\r\n\tmargin: 0 !important;\r\n\topacity: 0.5;\r\n\tflex-shrink: 0;\r\n\tmargin-left: 5px !important;\r\n\tmargin-right: 2px !important;\r\n}\r\n\r\n.inspector .array-row .row-trash:hover {\r\n\topacity: 1;\r\n\tbackground-color: #444;\r\n}\r\n\r\n.inspector .row-cell,\r\n.inspector .row-cell input {\r\n\ttext-align: right;\r\n}","/* Here goes all the CSS related to layout the web (panels, windows, bars, etc) */\r\n\r\nhtml,\r\nbody {\r\n\theight: 100%;\r\n\tbackground-color: #111;\r\n}\r\n\r\ndiv {\r\n\tmargin: 0;\r\n\tpadding: 0;\r\n}\r\n\r\n.litegui-wrap {\r\n\twidth: 1000px;\r\n\theight: 600px;\r\n\tmargin: auto;\r\n\tbackground-color: #333;\r\n}\r\n\r\n.litegui-wrap.fullscreen {\r\n\twidth: 100%;\r\n\theight: 100%;\r\n}\r\n\r\n.litegui-maincontent {\r\n\twidth: 100%;\r\n\theight: 100%;\r\n\tdisplay: flex;\r\n\tflex-direction: column;\r\n}\r\n\r\n.litegui-maincontent>.litemenubar {\r\n\tflex: 0 0 auto;\r\n}\r\n\r\n.litegui-maincontent>.litearea {\r\n\tflex: 1;\r\n\theight: auto;\r\n\tmin-height: 0;\r\n}\r\n\r\n.litearea {\r\n\tvertical-align: top;\r\n\tposition: relative;\r\n\tbox-sizing: border-box;\r\n\twidth: 100%;\r\n\theight: 100%;\r\n\tposition: relative;\r\n\t/* outline: 2px solid red; */\r\n}\r\n\r\n.litearea.empty {\r\n\t/*border: 2px dashed #334;*/\r\n}\r\n\r\n.litepanel {\r\n\twidth: 100%;\r\n\theight: 100%;\r\n}\r\n\r\n.litedialog {\r\n\tposition: absolute;\r\n\tz-index: 10;\r\n}\r\n\r\n.litepanel,\r\n.litedialog {\r\n\tbackground-color: #444;\r\n\tbox-sizing: border-box;\r\n\toverflow: hidden;\r\n\tbackground-image: linear-gradient(top, #444444, #333333);\r\n\tcolor: #888;\r\n}\r\n\r\n.litepanel .panel-header,\r\n.litedialog .panel-header {\r\n\tfont-size: 1em;\r\n\tpadding: 0.2em 0 0 0.2em;\r\n\tbackground-color: #778;\r\n\tbackground-image: linear-gradient(right, #555, #333);\r\n\r\n\tbox-sizing: border-box;\r\n\tcolor: white;\r\n\r\n\twidth: 100%;\r\n\tmin-height: 20px;\r\n\tuser-select: none;\r\n\toverflow: hidden;\r\n}\r\n\r\n.litepanel .panel-header button,\r\n.litedialog .panel-header button {\r\n\tmargin-top: 0;\r\n\tbackground-image: none;\r\n\tborder: 0;\r\n\tbox-shadow: 0 0 0 transparent;\r\n\tbackground-color: #333;\r\n}\r\n\r\n.litedialog.alert {\r\n\tfont-size: 1.6em;\r\n}\r\n\r\n.litedialog.ui-draggable .panel-header {\r\n\tcursor: move;\r\n}\r\n\r\n.litepanel .content {\r\n\t/*overflow: auto; */\r\n\theight: calc(100% - 20px);\r\n}\r\n\r\n\r\n.litepanel .panel-footer,\r\n.litedialog .panel-footer {\r\n\tposition: absolute;\r\n\tbottom: 0;\r\n\tfont-size: 0.8em;\r\n\tmargin: 2px;\r\n\tpadding: 2px 0 0 2px;\r\n\twidth: calc(100% - 6px);\r\n\tuser-select: none;\r\n\ttext-align: right;\r\n}\r\n\r\n.litedialog .panel-footer.resizable {\r\n\tcursor: s-resize;\r\n}\r\n\r\n.litedialog .resizable-corner {\r\n\tdisplay: inline-block;\r\n\tposition: absolute;\r\n\tbottom: 0;\r\n\tright: 0;\r\n\twidth: 10px;\r\n\theight: 10px;\r\n\tcursor: se-resize;\r\n\topacity: 0;\r\n\tbackground-color: red;\r\n}\r\n\r\n.litedialog .panel-footer button {\r\n\tfont-size: inherit;\r\n\tpadding: 0.1em 0.6em;\r\n}\r\n\r\n.litedialog .buttons {\r\n\tposition: absolute;\r\n\ttop: 2px;\r\n\tright: 2px;\r\n}\r\n\r\n.litedialog .content p {\r\n\tpadding: 0.2em;\r\n\tmargin: 0.2em;\r\n}\r\n\r\n\r\n.litemodalbg {\r\n\tposition: absolute;\r\n\ttop: 0;\r\n\tleft: 0;\r\n\tbackground-color: rgba(0, 0, 0, 0.8);\r\n\twidth: 100%;\r\n\theight: 100%;\r\n\tz-index: 100;\r\n}","/****** litegui css/style.css */\r\n\r\n*,\r\n*:before,\r\n*:after {\r\n\t-moz-box-sizing: border-box;\r\n\t-webkit-box-sizing: border-box;\r\n\tbox-sizing: border-box;\r\n}\r\n\r\n\r\n/* Here goes the css related to look and feel (buttons, lists, titles) */\r\nbody {\r\n\tfont-family: 'Arial';\r\n\tfont-size: 12px;\r\n\tcolor: #AAA;\r\n}\r\n\r\nh1,\r\nh2,\r\nh3 {\r\n\tmargin: 0;\r\n\tpadding: 0;\r\n}\r\n\r\nh1 {\r\n\tcolor: #777;\r\n\t/*font-size: 32px;*/\r\n\t/*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 30px rgba(255, 255, 255, 0.125);*/\r\n\tpadding-left: 10px;\r\n\theight: 40px;\r\n}\r\n\r\na {\r\n\tcolor: #dc8;\r\n\ttext-decoration: none;\r\n}\r\n\r\na:hover {\r\n\tcolor: #fea;\r\n\ttext-decoration: underline;\r\n}\r\n\r\n#menu-bar {\r\n\tbackground-color: #3d3d3d;\r\n}\r\n\r\n.litemenubar ul {\r\n\tfont-family: Tahoma, sans-serif;\r\n\tmargin: 0;\r\n\tpadding: 0;\r\n}\r\n\r\n.litemenubar li {\r\n\tfont-size: 14px;\r\n\tcolor: #999;\r\n\tdisplay: inline-block;\r\n\tmin-width: 50px;\r\n\tpadding-left: 10px;\r\n\tpadding-right: 10px;\r\n\tuser-select: none;\r\n\t-moz-user-select: none;\r\n\t-webkit-user-select: none;\r\n\tcursor: pointer;\r\n}\r\n\r\n.litemenubar li:hover {\r\n\tbackground-color: #777;\r\n\tcolor: #EEE;\r\n}\r\n\r\n.litemenubar-panel {\r\n\tposition: absolute;\r\n\ttop: 5px;\r\n\tleft: 5px;\r\n\tmin-width: 200px;\r\n\tbackground-color: #444;\r\n\tbox-shadow: 0 0 3px black;\r\n\tpadding: 4px;\r\n\tborder-bottom: 2px solid #AAF;\r\n\tz-index: 10;\r\n}\r\n\r\n.litemenu-entry,\r\n.litemenu-title {\r\n\tfont-size: 12px;\r\n\tcolor: #AAA;\r\n\tpadding: 0 0 0 4px;\r\n\tmargin: 2px;\r\n\tpadding-left: 2px;\r\n\t-moz-user-select: none;\r\n\t-webkit-user-select: none;\r\n\tuser-select: none;\r\n\tcursor: pointer;\r\n}\r\n\r\n.litemenu-entry .icon {\r\n\tdisplay: inline-block;\r\n\twidth: 12px;\r\n\theight: 12px;\r\n\tmargin: 2px;\r\n\tvertical-align: top;\r\n}\r\n\r\n.litemenu-entry.checked .icon {\r\n\tbackground-color: #AAF;\r\n}\r\n\r\n.litemenu-entry .more {\r\n\tfloat: right;\r\n\tpadding-right: 5px;\r\n}\r\n\r\n.litemenu-entry.disabled {\r\n\topacity: 0.5;\r\n\tcursor: default;\r\n}\r\n\r\n.litemenu-entry.separator {\r\n\tdisplay: block;\r\n\tborder-top: 1px solid #333;\r\n\tborder-bottom: 1px solid #666;\r\n\twidth: 100%;\r\n\theight: 0px;\r\n\tmargin: 3px 0 2px 0;\r\n\tbackground-color: transparent;\r\n\tpadding: 0 !important;\r\n\tcursor: default !important;\r\n}\r\n\r\n.litemenu-entry.has_submenu {\r\n\tborder-right: 2px solid cyan;\r\n}\r\n\r\n.litemenu-title {\r\n\tcolor: #DDE;\r\n\tbackground-color: #111;\r\n\tmargin: 0;\r\n\tpadding: 2px;\r\n\tcursor: default;\r\n}\r\n\r\n.litemenu-entry:hover:not(.disabled):not(.separator) {\r\n\tbackground-color: #555;\r\n\tcolor: #EEE;\r\n}\r\n\r\n.litecontextmenu {\r\n\tposition: fixed;\r\n\ttop: 100px;\r\n\tleft: 100px;\r\n\tmin-width: 100px;\r\n\tcolor: #AAF;\r\n\tpadding: 0;\r\n\tbox-shadow: 0 0 10px black !important;\r\n\tbackground-color: #2E2E2E !important;\r\n}\r\n\r\n.litecontextmenu .litemenu-title img {\r\n\tmargin-top: 2px;\r\n\tmargin-left: 2px;\r\n\tmargin-right: 4px;\r\n}\r\n\r\n.litecontextmenu .litemenu-entry {\r\n\tmargin: 2px;\r\n\tpadding: 2px;\r\n}\r\n\r\n.litecontextmenu .litemenu-entry.submenu {\r\n\tbackground-color: #2E2E2E !important;\r\n}\r\n\r\nbutton.litebutton {\r\n\tbackground: -webkit-linear-gradient(#32302D, #4B4947) repeat scroll 0 0 transparent;\r\n\tbackground: -moz-linear-gradient(#32302D, #4B4947) repeat scroll 0 0 transparent;\r\n\tbackground: linear-gradient(#32302D, #4B4947) repeat scroll 0 0 transparent;\r\n\tborder: 0 none;\r\n\tborder-radius: 2px 2px 2px 2px;\r\n\tbox-shadow: 0 1px 0 #5B5957 inset, 0 -1px 0 black, 0 1px 0 black, -1px 0 0 black, 1px 0 0 black, 0 1px 1px #111111;\r\n\tcolor: #CCC;\r\n\tdisplay: inline-block;\r\n\tmargin: 2px;\r\n\tpadding: 2px;\r\n\ttext-shadow: 0 1px 1px black;\r\n\tvertical-align: top;\r\n}\r\n\r\nbutton.litebutton.flat {\r\n\tbackground: #32302D;\r\n\tbox-shadow: 0 0 0 transparent;\r\n\tborder: 0;\r\n}\r\n\r\nbutton.litebutton:hover:not(:disabled) {\r\n\tbackground: #aab !important;\r\n}\r\n\r\nbutton.litebutton:active:not(:disabled) {\r\n\tbackground: #fff !important;\r\n}\r\n\r\nbutton.litebutton:focus:not(:disabled) {\r\n\toutline: 1px solid #777;\r\n}\r\n\r\nbutton.litebutton:disabled {\r\n\topacity: 0.5;\r\n}\r\n\r\n.litedialog .content button.litebutton {\r\n\tvertical-align: initial;\r\n}\r\n\r\n.litedialog button.litebutton.mini-button {\r\n\tmargin: 2px 2px 0 0;\r\n\tline-height: 0;\r\n\tpadding: 0;\r\n\twidth: 1.1em;\r\n\theight: 1.1em;\r\n\tbox-shadow: 0 0 0;\r\n\tborder: 1px solid #222;\r\n}\r\n\r\nbutton.litebutton.close-button {\r\n\tbackground-size: 100% auto;\r\n}\r\n\r\n.litetabs {\r\n\t-moz-box-sizing: border-box;\r\n\t-webkit-box-sizing: border-box;\r\n\tbox-sizing: border-box;\r\n}\r\n\r\n.litetabs.vertical {\r\n\theight: 100%;\r\n}\r\n\r\n.litetabs ul.wtabcontainer {\r\n\tmin-height: 24px;\r\n\tmargin: 0;\r\n\tpadding: 0;\r\n\tpadding-left: 2px;\r\n\t/*margin-top: 4px;*/\r\n\tlist-style-type: none;\r\n\tborder-bottom: 2px solid #666;\r\n\r\n\toverflow: hidden;\r\n\twhite-space: nowrap;\r\n\r\n\t-moz-box-sizing: border-box;\r\n\t-webkit-box-sizing: border-box;\r\n\tbox-sizing: border-box;\r\n\tposition: relative;\r\n}\r\n\r\n.litetabs.vertical>ul.wtabcontainer {\r\n\tvertical-align: top;\r\n\tpadding-left: 0;\r\n\tborder-bottom: 0;\r\n\theight: 100%;\r\n\tdisplay: inline-block;\r\n}\r\n\r\n.litetabs li.wtab {\r\n\tcolor: #AAA;\r\n\ttext-align: center;\r\n\tuser-select: none;\r\n\t-moz-user-select: none;\r\n\t-webkit-user-select: none;\r\n\tcursor: pointer;\r\n\ttransition: all 0.3s;\r\n}\r\n\r\n.litetabs li.wtab .tabtitle {\r\n\toverflow: hidden;\r\n\ttext-overflow: ellipsis;\r\n\twhite-space: nowrap;\r\n}\r\n\r\n.litetabs.horizontal>ul.wtabcontainer>li.wtab {\r\n\tdisplay: inline-block;\r\n\tmin-width: 50px;\r\n\tmin-height: 20px;\r\n\theight: calc(100% - 2px);\r\n\tmargin-right: 2px;\r\n\tmargin-top: 2px;\r\n\tvertical-align: top;\r\n\tpadding: 4px 8px 2px 4px;\r\n\tborder-radius: 3px 3px 0 0;\r\n}\r\n\r\n.litetabs.vertical>ul.wtabcontainer>li.wtab {\r\n\tposition: relative;\r\n\tdisplay: block;\r\n\tmin-height: 64px;\r\n\tmargin: 0;\r\n\tmargin-bottom: 2px;\r\n\tpadding: 0;\r\n\tborder: 0;\r\n\twidth: 100%;\r\n\tborder-radius: 3px 0 0 3px;\r\n}\r\n\r\n.litetabs.vertical>ul.wtabcontainer>li.wtab .tabbigicon {\r\n\topacity: 0.5;\r\n}\r\n\r\n.litetabs .wtab.autoswitch * {\r\n\tpointer-events: none;\r\n}\r\n\r\n.litetabs li.wtab.selected {\r\n\tcolor: #EEE !important;\r\n\tbackground-color: #777;\r\n\t/*border: 1px solid #888;*/\r\n\tborder-bottom: 0;\r\n\t/*box-shadow: 0 -2px 2px rgba(0,0,0,0.5);*/\r\n}\r\n\r\n.litetabs li.wtab.button {\r\n\tcolor: #EEE;\r\n\tbackground-color: #333;\r\n\tborder-bottom: 2px;\r\n}\r\n\r\n.litetabs li.wtab:hover:not(.selected) {\r\n\tbackground-color: #555;\r\n\tcolor: #DDD;\r\n}\r\n\r\n.litetabs li.wtab.selected .tabbigicon,\r\n.litetabs li.wtab:hover .tabbigicon {\r\n\topacity: 1;\r\n}\r\n\r\n.litetabs.vertical>ul.wtabcontainer>li.wtab .tabtitle {\r\n\tposition: absolute;\r\n\tbottom: 2px;\r\n\tleft: 0;\r\n\twidth: 100%;\r\n\ttext-align: center;\r\n\toverflow: hidden;\r\n}\r\n\r\n.litetabs ul.wtabcontainer li.wtab .tabclose {\r\n\tmargin-left: 6px;\r\n\tmargin-right: -6px;\r\n\tborder-radius: 2px;\r\n\topacity: 0.2;\r\n\ttransition: all 0.3s;\r\n\tpadding: 2px;\r\n}\r\n\r\n.litetabs ul.wtabcontainer li.wtab:hover .tabclose {\r\n\topacity: 0.5;\r\n}\r\n\r\n.litetabs ul.wtabcontainer li.wtab .tabclose:hover {\r\n\tcolor: white;\r\n\tbackground-color: #333;\r\n\topacity: 1;\r\n}\r\n\r\n.litetabs .wtabcontent {\r\n\tposition: relative;\r\n\tbackground-color: #333;\r\n\tdisplay: inline-block;\r\n}\r\n\r\n.litetabs.horizontal>.wtabcontent {\r\n\tpadding-left: 2px;\r\n\tpadding-right: 2px;\r\n}\r\n\r\n.litetabs.vertical>.wtabcontent {\r\n\tpadding: 0;\r\n\theight: 100%;\r\n}\r\n\r\n.litetabs li.wtabplus {\r\n\theight: 22px !important;\r\n\tborder-radius: 0 !important;\r\n\ttext-align: center !important;\r\n\tpadding-right: 4px !important;\r\n\tmargin: 0 !important;\r\n\tborder-bottom: 0px solid transparent !important;\r\n}\r\n\r\n.litetabs li .wtabghostinput {\r\n\tbackground-color: transparent;\r\n\tborder: 0;\r\n\tcolor: #DDD;\r\n\twidth: 80px !important;\r\n\theight: 100%;\r\n\ttext-align: center;\r\n\tmin-width: 80px !important;\r\n}\r\n\r\n.litetabs li .wtabghostinput:focus {\r\n\toutline: none;\r\n\tbackground-color: #444;\r\n}\r\n\r\n\r\n/** split ****/\r\n\r\n.litesplit {\r\n\tdisplay: block;\r\n\twidth: 100%;\r\n\theight: 100%;\r\n\tmargin: 0;\r\n\tpadding: 0;\r\n}\r\n\r\n.litesplit .split-section {\r\n\tdisplay: inline-block;\r\n\tvertical-align: top;\r\n\tmargin: 0;\r\n\tpadding: 0;\r\n\theight: 100%;\r\n}\r\n\r\n/**** LiteTree ***/\r\n\r\nli.ltreeitem {\r\n\tlist-style-type: none;\r\n\tcursor: pointer;\r\n\t/*background: url(\"../imgs/tree_lines_16x16.png\") no-repeat scroll 5px -8px transparent;*/\r\n\t/*padding-left: 20px;*/\r\n\t-moz-user-select: none;\r\n\t-webkit-user-select: none;\r\n\tuser-select: none;\r\n}\r\n\r\nli.ltreeitem:nth-child(even) {\r\n\tbackground-color: rgba(0, 0, 0, 0.1);\r\n}\r\n\r\nli.ltreeitem:hover {\r\n\tbackground-color: #444;\r\n}\r\n\r\n/*\r\nli.ltreeitem:nth-child(even) div.ltreeitemtitle {\r\n\tbackground-color: black;\r\n}\r\n*/\r\n\r\nli.ltreeitem.root_item {\r\n\tbackground: transparent;\r\n\tpadding-left: 0px;\r\n}\r\n\r\nli.ltreeitem div.ltreeitemtitle {\r\n\tcolor: #AAA;\r\n\tmin-width: 100px;\r\n\twhite-space: nowrap;\r\n}\r\n\r\n\r\n\r\nli.ltreeitem div.ltreeitemtitle .incontent:hover {\r\n\tcolor: white;\r\n}\r\n\r\nli.ltreeitem.selected div.ltreeitemtitle .incontent {\r\n\tcolor: #EC6;\r\n}\r\n\r\nli.ltreeitem.semiselected div.ltreeitemtitle .incontent {\r\n\tcolor: #A96;\r\n}\r\n\r\n\r\nli.ltreeitem div.ltreeitemtitle.dragover .incontent {\r\n\tbackground-color: #EC6;\r\n\tcolor: black;\r\n\tpadding: 3px;\r\n\tborder-radius: 2px;\r\n\tfont-size: 2em;\r\n}\r\n\r\n\r\nul.ltreeitemchildren {\r\n\tmargin: 0;\r\n\tpadding: 0;\r\n\tmargin-left: -2px;\r\n\tlist-style-type: none;\r\n\t/*background: url(\"../imgs/tree_lines_16x16.png\") repeat-y transparent;*/\r\n\t/*outline: 1px #aaa dotted;*/\r\n}\r\n\r\nli.ltreeitem .ltreeitemtitle .precontent {\r\n\tmargin-right: 4px;\r\n}\r\n\r\nli.ltreeitem .ltreeitemtitle .postcontent {\r\n\tmargin-left: 4px;\r\n}\r\n\r\n\r\nli.ltreeitem.hidden,\r\nli.ltreeitem.filtered {\r\n\tdisplay: none;\r\n}\r\n\r\n.listbox {\r\n\tfont-size: 1em;\r\n\twidth: 0.9em;\r\n\theight: 0.9em;\r\n\tmargin-left: -1px;\r\n\tmargin-right: 0.5em;\r\n\tmargin-bottom: 2px;\r\n\tline-height: 1em;\r\n\tdisplay: inline-block;\r\n\t/*outline: 1px solid #678;*/\r\n\ttext-align: center;\r\n\tcolor: #79A;\r\n}\r\n\r\n.listbox.empty {\r\n\tmargin-left: 2px;\r\n\twidth: 0.4em;\r\n\theight: 0.4em;\r\n\tcolor: #36A;\r\n\tbackground-color: #467;\r\n\t/* Hide the text. */\r\n\ttext-indent: 100%;\r\n\twhite-space: nowrap;\r\n\toverflow: hidden;\r\n}\r\n\r\n.listbox:hover {\r\n\tcolor: white;\r\n\tbackground-color: rgba(100, 100, 100, 0.5);\r\n}\r\n\r\n.listbox.listopen {}\r\n\r\n.listbox.listclosed {}\r\n\r\n/*\r\n.listbox.listopen::after\r\n{ \r\n\tcontent:\"-\";\r\n}\r\n\r\n.listbox.listclosed::after\r\n{ \r\n\tcontent:\"+\";\r\n}\r\n*/\r\n\r\n/**** LiteList ***/\r\n\r\nul.litelist {\r\n\theight: 100%;\r\n\twidth: 100%;\r\n\tbackground-color: #111;\r\n\tmargin: 0;\r\n\tpadding: 0;\r\n}\r\n\r\nul.litelist li {\r\n\tmargin: 0;\r\n\tpadding: 2px;\r\n\tpadding-left: 10px;\r\n\tlist-style-type: none;\r\n\tcursor: pointer;\r\n}\r\n\r\nul.litelist li:hover {\r\n\tbackground-color: #333;\r\n}\r\n\r\nul.litelist li.selected {\r\n\tcolor: #EEE;\r\n\tbackground-color: #48A;\r\n}\r\n\r\nul.litelist li.selected {\r\n\tposition: relative;\r\n\tbackground: #88b7d5;\r\n\tborder: 1px solid #c2e1f5;\r\n}\r\n\r\nul.litelist li.selected:after,\r\nul.litelist li.selected:before {\r\n\tleft: 100%;\r\n\tborder: solid transparent;\r\n\tcontent: \" \";\r\n\theight: 0;\r\n\twidth: 0;\r\n\tposition: absolute;\r\n\tpointer-events: none;\r\n}\r\n\r\nul.litelist li.selected:after {\r\n\tborder-color: rgba(136, 183, 213, 0);\r\n\tborder-left-color: #88b7d5;\r\n\tborder-width: 10px;\r\n\ttop: 50%;\r\n\tmargin-top: -10px;\r\n}\r\n\r\nul.litelist li.selected:before {\r\n\tborder-color: rgba(194, 225, 245, 0);\r\n\tborder-left-color: #c2e1f5;\r\n\tborder-width: 11px;\r\n\ttop: 50%;\r\n\tmargin-top: -11px;\r\n}\r\n\r\n::-webkit-scrollbar {\r\n\theight: 12px;\r\n\twidth: 12px;\r\n\tbackground: #222;\r\n}\r\n\r\n::-webkit-scrollbar-thumb {\r\n\tbackground: #aaa;\r\n}\r\n\r\n::-webkit-scrollbar-corner {\r\n\tbackground: #666;\r\n}\r\n\r\nul.file-list {\r\n\toverflow: auto;\r\n\tpadding: 0 1em;\r\n\tmargin: 0;\r\n\tbackground-color: #222;\r\n\tbox-shadow: inset 0 0 3px black;\r\n\theight: 100%;\r\n}\r\n\r\nul.file-list li.file-item {\r\n\twidth: 10em;\r\n\theight: 11.2em;\r\n\tdisplay: inline-block;\r\n\tvertical-align: top;\r\n\tmargin: 0.5em;\r\n\tpadding: 0;\r\n\tbox-shadow: 0 0 2px black;\r\n\toverflow: hidden;\r\n\tbackground-color: #555;\r\n\tcursor: pointer;\r\n\ttext-align: center;\r\n\tborder-radius: 2px;\r\n\tposition: relative;\r\n}\r\n\r\nul.file-list li.file-item.filtered {\r\n\tdisplay: none;\r\n}\r\n\r\nul.file-list li.file-item .title {\r\n\tdisplay: block;\r\n\theight: 20px;\r\n\tpadding: 0.1em;\r\n\toverflow: hidden;\r\n\ttext-overflow: ellipsis;\r\n\twhite-space: nowrap;\r\n\tbackground-color: black;\r\n}\r\n\r\nul.file-list li.file-item button {\r\n\tposition: absolute;\r\n\tbottom: 2px;\r\n\tleft: 2px;\r\n\tbackground: #333;\r\n\tbox-shadow: none;\r\n\ttext-shadow: none;\r\n\tdisplay: none;\r\n\tpadding: 3px;\r\n\tborder: 1px solid #EEE;\r\n}\r\n\r\nul.file-list li.file-item:hover button {\r\n\tdisplay: block;\r\n}\r\n\r\nul.file-list li.file-item:hover {\r\n\tcolor: white;\r\n\tbackground-color: #888;\r\n}\r\n\r\nul.file-list li.file-item.selected {\r\n\toutline: 1px dashed #EEE;\r\n}\r\n\r\nul.file-list li.file-item img {\r\n\tmax-width: 10em;\r\n\tmax-height: 10em;\r\n}\r\n\r\nul.file-list li.file-item span.info {\r\n\tfont-size: 2em;\r\n\tdisplay: block;\r\n\tmargin-top: 1.8em;\r\n}\r\n\r\n.litesplitbar {\r\n\tbackground-color: #222;\r\n\tdisplay: inline-block;\r\n}\r\n\r\n\r\n.litesplitbar:hover {\r\n\tbackground-color: #888;\r\n\ttransition: all 0.5s;\r\n\ttransition-delay: 0.3s;\r\n}\r\n\r\n.litesplitbar.horizontal {\r\n\tcursor: e-resize;\r\n\twidth: 2px;\r\n\theight: 100%;\r\n}\r\n\r\n.litesplitbar.vertical {\r\n\tcursor: n-resize;\r\n\twidth: 100%;\r\n\theight: 2px;\r\n}\r\n\r\ninput {\r\n\tcolor: #55AAFF;\r\n\tbackground-color: #222;\r\n\tborder: 0;\r\n\tborder-top: 1px solid #000;\r\n\tborder-bottom: 1px solid #888;\r\n\tborder-radius: 3px;\r\n\r\n\tuser-select: text;\r\n\t-moz-user-select: text;\r\n\t-webkit-user-select: text;\r\n}\r\n\r\ntextarea.textfield {\r\n\tcolor: #55AAFF;\r\n\tbackground-color: #222;\r\n\tborder: 0;\r\n\tborder-top: 1px solid #000;\r\n\tborder-bottom: 1px solid #888;\r\n\tborder-radius: 3px;\r\n}\r\n\r\n.tinybox {\r\n\twidth: 8px;\r\n\theight: 8px;\r\n\tmargin: 2px;\r\n\tmargin-bottom: 0px;\r\n\tdisplay: inline-block;\r\n\tbackground-color: #44ffaa;\r\n\topacity: 0.5;\r\n}\r\n\r\n.tinybox.ok {\r\n\tbackground-color: #33FF99;\r\n\topacity: 1;\r\n}\r\n\r\n\r\n.litepad {\r\n\tposition: relative;\r\n\tbackground-color: #222;\r\n\tcursor: pointer;\r\n}\r\n\r\n.litepad .litepad-handler {\r\n\tposition: absolute;\r\n\tdisplay: inline-block;\r\n\twidth: 10px;\r\n\theight: 10px;\r\n\tbackground-color: #660;\r\n\tborder: 2px solid #AAF;\r\n\tborder-radius: 10px;\r\n\ttop: 0;\r\n\tleft: 0;\r\n\tpointer-events: none;\r\n}\r\n\r\n\r\n.ellipsis {\r\n\twidth: 250px;\r\n\twhite-space: nowrap;\r\n\toverflow: hidden;\r\n\ttext-overflow: ellipsis;\r\n}\r\n\r\ntable.litetable {\r\n\twidth: 100%;\r\n\theight: 100%;\r\n\tdisplay: block;\r\n}\r\n\r\ntable.litetable tr {\r\n\tdisplay: block;\r\n\twidth: 100%;\r\n}\r\n\r\ntable.litetable th,\r\ntable.litetable td {\r\n\tdisplay: inline-block;\r\n\tborder-right: 1px solid rgba(0, 0, 0, 0.2);\r\n}\r\n\r\n\r\ntable.litetable th {\r\n\tcolor: #6c7ba7;\r\n\tbackground: #272a30;\r\n\tfont-weight: bold;\r\n\t/*\r\n background: -webkit-linear-gradient(#4B4947,#32302D) repeat scroll 0 0 transparent;\r\n background: -moz-linear-gradient(#4B4947,#32302D) repeat scroll 0 0 transparent;\r\n background: linear-gradient(#4B4947,#32302D) repeat scroll 0 0 transparent;\r\n\t*/\r\n}\r\n\r\ntable.litetable td {\r\n\tpadding: 2px 4px;\r\n}\r\n\r\ntable.litetable tr:nth-child(even) {\r\n\tbackground: rgba(0, 0, 0, 0.1);\r\n}","/*! normalize.css v2.0.1 | MIT License | git.io/normalize */\n\n/* ==========================================================================\n HTML5 display definitions\n ========================================================================== */\n\n/*\n * Corrects `block` display not defined in IE 8/9.\n */\n\narticle,\naside,\ndetails,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nnav,\nsection,\nsummary {\n display: block;\n}\n\n/*\n * Corrects `inline-block` display not defined in IE 8/9.\n */\n\naudio,\ncanvas,\nvideo {\n display: inline-block;\n}\n\n/*\n * Prevents modern browsers from displaying `audio` without controls.\n * Remove excess height in iOS 5 devices.\n */\n\naudio:not([controls]) {\n display: none;\n height: 0;\n}\n\n/*\n * Addresses styling for `hidden` attribute not present in IE 8/9.\n */\n\n[hidden] {\n display: none;\n}\n\n/* ==========================================================================\n Base\n ========================================================================== */\n\n/*\n * 1. Sets default font family to sans-serif.\n * 2. Prevents iOS text size adjust after orientation change, without disabling\n * user zoom.\n */\n\nhtml {\n font-family: sans-serif; /* 1 */\n -webkit-text-size-adjust: 100%; /* 2 */\n -ms-text-size-adjust: 100%; /* 2 */\n}\n\n/*\n * Removes default margin.\n */\n\nbody {\n margin: 0;\n}\n\n/* ==========================================================================\n Links\n ========================================================================== */\n\n/*\n * Addresses `outline` inconsistency between Chrome and other browsers.\n */\n\na:focus {\n outline: thin dotted;\n}\n\n/*\n * Improves readability when focused and also mouse hovered in all browsers.\n */\n\na:active,\na:hover {\n outline: 0;\n}\n\n/* ==========================================================================\n Typography\n ========================================================================== */\n\n/*\n * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,\n * Safari 5, and Chrome.\n */\n\nh1 {\n font-size: 2em;\n}\n\n/*\n * Addresses styling not present in IE 8/9, Safari 5, and Chrome.\n */\n\nabbr[title] {\n border-bottom: 1px dotted;\n}\n\n/*\n * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.\n */\n\nb,\nstrong {\n font-weight: bold;\n}\n\n/*\n * Addresses styling not present in Safari 5 and Chrome.\n */\n\ndfn {\n font-style: italic;\n}\n\n/*\n * Addresses styling not present in IE 8/9.\n */\n\nmark {\n background: #ff0;\n color: #000;\n}\n\n\n/*\n * Corrects font family set oddly in Safari 5 and Chrome.\n */\n\ncode,\nkbd,\npre,\nsamp {\n font-family: monospace, serif;\n font-size: 1em;\n}\n\n/*\n * Improves readability of pre-formatted text in all browsers.\n */\n\npre {\n white-space: pre;\n white-space: pre-wrap;\n word-wrap: break-word;\n}\n\n/*\n * Sets consistent quote types.\n */\n\nq {\n quotes: \"\\201C\" \"\\201D\" \"\\2018\" \"\\2019\";\n}\n\n/*\n * Addresses inconsistent and variable font size in all browsers.\n */\n\nsmall {\n font-size: 80%;\n}\n\n/*\n * Prevents `sub` and `sup` affecting `line-height` in all browsers.\n */\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsup {\n top: -0.5em;\n}\n\nsub {\n bottom: -0.25em;\n}\n\n/* ==========================================================================\n Embedded content\n ========================================================================== */\n\n/*\n * Removes border when inside `a` element in IE 8/9.\n */\n\nimg {\n border: 0;\n}\n\n/*\n * Corrects overflow displayed oddly in IE 9.\n */\n\nsvg:not(:root) {\n overflow: hidden;\n}\n\n/* ==========================================================================\n Figures\n ========================================================================== */\n\n/*\n * Addresses margin not present in IE 8/9 and Safari 5.\n */\n\nfigure {\n margin: 0;\n}\n\n/* ==========================================================================\n Forms\n ========================================================================== */\n\n/*\n * Define consistent border, margin, and padding.\n */\n\nfieldset {\n border: 1px solid #c0c0c0;\n margin: 0 2px;\n padding: 0.35em 0.625em 0.75em;\n}\n\n/*\n * 1. Corrects color not being inherited in IE 8/9.\n * 2. Remove padding so people aren't caught out if they zero out fieldsets.\n */\n\nlegend {\n border: 0; /* 1 */\n padding: 0; /* 2 */\n}\n\n/*\n * 1. Corrects font family not being inherited in all browsers.\n * 2. Corrects font size not being inherited in all browsers.\n * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome\n */\n\nbutton,\ninput,\nselect,\ntextarea {\n font-family: inherit; /* 1 */\n font-size: 100%; /* 2 */\n margin: 0; /* 3 */\n}\n\n/*\n * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in\n * the UA stylesheet.\n */\n\nbutton,\ninput {\n line-height: normal;\n}\n\n/*\n * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`\n * and `video` controls.\n * 2. Corrects inability to style clickable `input` types in iOS.\n * 3. Improves usability and consistency of cursor style between image-type\n * `input` and others.\n */\n\nbutton,\nhtml input[type=\"button\"], /* 1 */\ninput[type=\"reset\"],\ninput[type=\"submit\"] {\n -webkit-appearance: button; /* 2 */\n cursor: pointer; /* 3 */\n}\n\n/*\n * Re-set default cursor for disabled elements.\n */\n\nbutton[disabled],\ninput[disabled] {\n cursor: default;\n}\n\n/*\n * 1. Addresses box sizing set to `content-box` in IE 8/9.\n * 2. Removes excess padding in IE 8/9.\n */\n\ninput[type=\"checkbox\"],\ninput[type=\"radio\"] {\n box-sizing: border-box; /* 1 */\n padding: 0; /* 2 */\n}\n\n/*\n * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.\n * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome\n * (include `-moz` to future-proof).\n */\n\ninput[type=\"search\"] {\n -webkit-appearance: textfield; /* 1 */\n -moz-box-sizing: content-box;\n -webkit-box-sizing: content-box; /* 2 */\n box-sizing: content-box;\n}\n\n/*\n * Removes inner padding and search cancel button in Safari 5 and Chrome\n * on OS X.\n */\n\ninput[type=\"search\"]::-webkit-search-cancel-button,\ninput[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/*\n * Removes inner padding and border in Firefox 4+.\n */\n\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n border: 0;\n padding: 0;\n}\n\n/*\n * 1. Removes default vertical scrollbar in IE 8/9.\n * 2. Improves readability and alignment in all browsers.\n */\n\ntextarea {\n overflow: auto; /* 1 */\n vertical-align: top; /* 2 */\n}\n\n/* ==========================================================================\n Tables\n ========================================================================== */\n\n/*\n * Remove most spacing between table cells.\n */\n\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}\n","/********************/\r\n.liteslider {\r\n\tdisplay: inline-block;\r\n\tposition: relative;\r\n\twidth: calc(100% - 50px);\r\n\theight: 1.2em;\r\n\tcursor: pointer;\r\n}\r\n\r\n.liteslider-value {\r\n\twidth: 40px;\r\n\tpadding-left: 5px;\r\n}\r\n\r\n.slider-container {\r\n\tdisplay: inline-block;\r\n\tvertical-align: top;\r\n\twidth: calc(100% - 52px);\r\n\tmargin-left: 5px;\r\n\tmargin-top: 2px;\r\n}\r\n\r\n.slider-container .liteslider {\r\n\twidth: 100%;\r\n\tmargin-top: 0;\r\n}\r\n\r\n.colorpicker-window {\r\n\tposition: absolute;\r\n\ttop: 50px;\r\n\tleft: 10px;\r\n\tbackground-color: #333;\r\n\tpadding: 2px;\r\n\tfont-size: 0.8em;\r\n\tcolor: #aaa;\r\n}\r\n\r\n.colorpicker-window input {\r\n\tborder: 0;\r\n}\r\n\r\n.searchbox {\r\n\tpadding: 2px;\r\n\topacity: 0.5;\r\n\ttransition: all 0.5s;\r\n\twidth: 100%;\r\n}\r\n\r\n.searchbox input {\r\n\tpadding: 2px 4px;\r\n\toutline: 0;\r\n\twidth: 100%;\r\n}\r\n\r\n.searchbox input:focus {\r\n\toutline: 0;\r\n}\r\n\r\n.searchbox:hover {\r\n\topacity: 1;\r\n}\r\n\r\n.litecheckbox {\r\n\r\n\twidth: 1em;\r\n\theight: 1em;\r\n\tdisplay: inline-block;\r\n\tvertical-align: top;\r\n\tbackground-color: #1f1f1f;\r\n\tborder: 0;\r\n\tborder-radius: 2px;\r\n\tmargin: 0 4px;\r\n\tmargin-top: 2px;\r\n\ttext-align: center;\r\n\r\n\tuser-select: none;\r\n\t-moz-user-select: none;\r\n\t-webkit-user-select: none;\r\n\r\n\tcursor: pointer;\r\n}\r\n\r\n.litecheckbox .on {\r\n\tbackground-color: #5AF;\r\n\tcolor: black;\r\n}\r\n\r\n.litecheckbox .flag {\r\n\tdisplay: block;\r\n\twidth: 100%;\r\n\theight: 100%;\r\n\tborder: 2px solid black;\r\n\tuser-select: none;\r\n\t-moz-user-select: none;\r\n\t-webkit-user-select: none;\r\n\tcursor: pointer;\r\n}\r\n\r\n.liteconsole {\r\n\twidth: 100%;\r\n\theight: 100%;\r\n\tbackground-color: black;\r\n\tborder: 1px solid #222;\r\n}\r\n\r\n.liteconsole .log {\r\n\twidth: 100%;\r\n\theight: calc(100% - 26px);\r\n\toverflow: auto;\r\n\tcolor: #AAA;\r\n\tpadding: 4px;\r\n}\r\n\r\n.liteconsole .log .msg {\r\n\twhite-space: pre-wrap;\r\n\tmargin: 0;\r\n\tpadding: 0;\r\n\tbox-sizing: border-box;\r\n}\r\n\r\n.liteconsole .log .msg.me {\r\n\tcolor: white;\r\n}\r\n\r\n.liteconsole .log .msg.msglog {\r\n\tcolor: #AAA;\r\n}\r\n\r\n.liteconsole .log .msg.msgwarn {\r\n\tcolor: #FFA;\r\n}\r\n\r\n.liteconsole .log .msg.msgerror {\r\n\tcolor: #FAA;\r\n}\r\n\r\n.liteconsole .log .msg.good {\r\n\tcolor: #AFA;\r\n}\r\n\r\n.liteconsole .foot {\r\n\twidth: 100%;\r\n\theight: 24px;\r\n\tcolor: #111;\r\n}\r\n\r\n.liteconsole .foot input {\r\n\twidth: 100%;\r\n\theight: 24px;\r\n\tcolor: white;\r\n\tbackground-color: black;\r\n\tborder: 0;\r\n\tborder-top: 1px solid #444;\r\n\tmargin: 0;\r\n\tpadding-left: 10px;\r\n\tresize: none;\r\n}\r\n\r\n.liteconsole .foot input:focus {\r\n\toutline: none;\r\n}\r\n\r\n.litecomplexlist {\r\n\tbackground-color: black;\r\n\tpadding: 4px;\r\n\toverflow: auto;\r\n}\r\n\r\n.litecomplexlist .listitem {\r\n\tborder-radius: 2px;\r\n\tmargin: 2px;\r\n\tpadding: 2px;\r\n\tbackground-color: #2A2A2A;\r\n\tcursor: pointer;\r\n\tline-height: 2em;\r\n}\r\n\r\n.litecomplexlist .listitem:hover {\r\n\tbackground-color: #363636;\r\n}\r\n\r\n.litecomplexlist .listitem.selected {\r\n\tbackground-color: #354a5f;\r\n}\r\n\r\n.litecomplexlist .listtitle {\r\n\tmargin: 4px;\r\n\tmargin-top: 10px;\r\n\tfont-size: 1.2em;\r\n\tcolor: #AAA;\r\n}\r\n\r\n.litecomplexlist .listitem .title {\r\n\tcolor: #8e96a7;\r\n\twidth: calc(100% - 60px);\r\n\tdisplay: inline-block;\r\n\tpadding-left: 10px;\r\n\tfont-size: 1.2em;\r\n\tvertical-align: middle;\r\n}\r\n\r\n.litecomplexlist .listitem .tick {\r\n\tcursor: pointer;\r\n\ttext-align: center;\r\n\twidth: 24px;\r\n\theight: 24px;\r\n\tdisplay: inline-block;\r\n\tmargin: 4px;\r\n\tcolor: #AFA;\r\n\tvertical-align: top;\r\n\tbackground-color: black;\r\n\tborder-radius: 2px;\r\n}\r\n\r\n.litecomplexlist .listitem .tick span {\r\n\ttransform: translate(0, 0px);\r\n\tdisplay: inline-block;\r\n}\r\n\r\n.litecomplexlist .listitem:not(.enabled) .tick {\r\n\tcolor: black;\r\n}\r\n\r\n.litecomplexlist .listitem button {\r\n\tborder: 0;\r\n\tbackground-color: #363636;\r\n\tborder-radius: 4px;\r\n\tcolor: #9c9c9c;\r\n\tvertical-align: middle;\r\n\tmargin-bottom: 0;\r\n}\r\n\r\n.litecomplexlist .listtext {\r\n\tcursor: pointer;\r\n\ttext-align: center;\r\n}"],"names":[],"sourceRoot":""}
|
|
@@ -0,0 +1,439 @@
|
|
|
1
|
+
import { Area, Split } from "./area";
|
|
2
|
+
import { Dialog } from "./dialog";
|
|
3
|
+
import { Menubar } from "./menubar";
|
|
4
|
+
import { Panel } from "./panel";
|
|
5
|
+
import { Tabs } from "./tabs";
|
|
6
|
+
import { Button, SearchBox, ContextMenu, Checkbox, ListBox, List, Slider, ComplexList, LineEditor } from "./widgets";
|
|
7
|
+
import { Console } from "./console";
|
|
8
|
+
import { Tree } from "./widgets/tree";
|
|
9
|
+
import { Inspector } from "./inspector";
|
|
10
|
+
import { Dragger } from "./dragger";
|
|
11
|
+
import { Table } from "./table";
|
|
12
|
+
import { LiteGUIObject } from "./@types/globals";
|
|
13
|
+
import { BlurElement, FocusElement, SizeToCSS, Trigger, Bind, Unbind, RemoveClass, GetById, IsCursorOverElement, GetRect, ToClipboard, AddCSS, RequireCSS, Request, RequestText, RequestJSON, RequestBinary, RequireScript, RequireScriptSerial, CreateElement, CreateListItem, CreateButton, GetParents, NewWindow, DownloadURL, DownloadFile, GetUrlVars, GetUrlVar, Draggable, CloneObject, SafeName, HTMLEncode, HTMLDecode, GetElementWindow, CreateDropArea, RemoveElement, ShowMessage, ChoiceDialog, PromptDialog, ConfirmDialog, AlertDialog, PopupDialog } from "./utilities";
|
|
14
|
+
/**
|
|
15
|
+
* Common HTML unicode symbols for UI icons.
|
|
16
|
+
*/
|
|
17
|
+
export declare enum SpecialCode {
|
|
18
|
+
/** Close icon (X) */
|
|
19
|
+
close = "✕",
|
|
20
|
+
/** Hamburger menu icon */
|
|
21
|
+
navicon = "☰",
|
|
22
|
+
/** Refresh arrow icon */
|
|
23
|
+
refresh = "↺",
|
|
24
|
+
/** Gear/Settings icon */
|
|
25
|
+
gear = "⚙",
|
|
26
|
+
/** Open folder icon */
|
|
27
|
+
openFolder = "📂",
|
|
28
|
+
/** Download icon */
|
|
29
|
+
download = "⭳",
|
|
30
|
+
/** Checkmark tick icon */
|
|
31
|
+
tick = "✓",
|
|
32
|
+
/** Trash bin icon */
|
|
33
|
+
trash = "🗑"
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Options to configure the LiteGUI Core initialization.
|
|
37
|
+
*/
|
|
38
|
+
export interface CoreOptions {
|
|
39
|
+
/** Width of the window/container */
|
|
40
|
+
width?: number;
|
|
41
|
+
/** Height of the window/container */
|
|
42
|
+
height?: number;
|
|
43
|
+
/** ID of the container element */
|
|
44
|
+
container?: string;
|
|
45
|
+
/** Whether to wrap the content in a root div */
|
|
46
|
+
wrapped?: boolean;
|
|
47
|
+
/** Whether to create a menubar automatically */
|
|
48
|
+
menubar?: boolean;
|
|
49
|
+
/** Callback function to be executed after initialization */
|
|
50
|
+
callback?: () => void;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Core namespace of LiteGUI library, it holds some useful functions
|
|
54
|
+
*
|
|
55
|
+
* @class LiteGUI
|
|
56
|
+
*/
|
|
57
|
+
export declare class Core {
|
|
58
|
+
/** Root element of the LiteGUI instance */
|
|
59
|
+
root?: HTMLElement;
|
|
60
|
+
/** Main content container */
|
|
61
|
+
content?: HTMLElement;
|
|
62
|
+
/** Parent container element */
|
|
63
|
+
container?: HTMLElement;
|
|
64
|
+
/** Reference to the main menu element */
|
|
65
|
+
mainMenu?: HTMLElement;
|
|
66
|
+
/** Reference to the Menubar widget */
|
|
67
|
+
menubar?: Menubar;
|
|
68
|
+
/** Reference to the Tabs widget */
|
|
69
|
+
tabs?: Tabs;
|
|
70
|
+
/** Background element for modal dialogs (overlays the screen) */
|
|
71
|
+
modalBackground?: HTMLElement;
|
|
72
|
+
/** Registry of active panels */
|
|
73
|
+
panels: Record<string, Panel>;
|
|
74
|
+
/** Registry of open windows (popped out) */
|
|
75
|
+
windows: Window[];
|
|
76
|
+
Area: typeof Area;
|
|
77
|
+
Split: typeof Split;
|
|
78
|
+
Menubar: typeof Menubar;
|
|
79
|
+
Dialog: typeof Dialog;
|
|
80
|
+
Panel: typeof Panel;
|
|
81
|
+
Button: typeof Button;
|
|
82
|
+
SearchBox: typeof SearchBox;
|
|
83
|
+
ContextMenu: typeof ContextMenu;
|
|
84
|
+
Checkbox: typeof Checkbox;
|
|
85
|
+
ListBox: typeof ListBox;
|
|
86
|
+
List: typeof List;
|
|
87
|
+
Slider: typeof Slider;
|
|
88
|
+
LineEditor: typeof LineEditor;
|
|
89
|
+
ComplexList: typeof ComplexList;
|
|
90
|
+
Tabs: typeof Tabs;
|
|
91
|
+
Tree: typeof Tree;
|
|
92
|
+
Console: typeof Console;
|
|
93
|
+
Inspector: typeof Inspector;
|
|
94
|
+
Dragger: typeof Dragger;
|
|
95
|
+
Table: typeof Table;
|
|
96
|
+
SpecialCode: typeof SpecialCode;
|
|
97
|
+
/**
|
|
98
|
+
* Initializes the LiteGUI library.
|
|
99
|
+
* @param {CoreOptions} [options] Configuration options.
|
|
100
|
+
*/
|
|
101
|
+
init(options?: CoreOptions): void;
|
|
102
|
+
/**
|
|
103
|
+
* Triggers a simple event in an object (similar to jQuery.trigger)
|
|
104
|
+
* @param {unknown} element could be an HTMLEntity or a regular object
|
|
105
|
+
* @param {string} eventName the type of the event
|
|
106
|
+
* @param {unknown} params it will be stored in e.detail
|
|
107
|
+
*/
|
|
108
|
+
trigger: typeof Trigger;
|
|
109
|
+
/**
|
|
110
|
+
* Binds an event in an object (similar to jQuery.bind)
|
|
111
|
+
* If the element is not an HTML entity a new one is created, attached to the object (as non-enumerable, called __events) and used
|
|
112
|
+
* @param {string | Object | Object[] | NodeListOf<HTMLElement>} element could be an HTMLEntity, a regular object, a query string or a regular Array of entities
|
|
113
|
+
* @param {String} event the string defining the event
|
|
114
|
+
* @param {EventListenerOrEventListenerObject} callback where to call
|
|
115
|
+
*/
|
|
116
|
+
bind: typeof Bind;
|
|
117
|
+
/**
|
|
118
|
+
* Unbinds an event in an object (similar to jQuery.unbind)
|
|
119
|
+
* @param {Object} element could be an HTMLEntity or a regular object
|
|
120
|
+
* @param {String} event the string defining the event
|
|
121
|
+
* @param {EventListenerOrEventListenerObject} callback where to call
|
|
122
|
+
*/
|
|
123
|
+
unbind: typeof Unbind;
|
|
124
|
+
/**
|
|
125
|
+
* Removes a class
|
|
126
|
+
* @param {HTMLElement} elem
|
|
127
|
+
* @param {String} selector
|
|
128
|
+
* @param {String} className
|
|
129
|
+
*/
|
|
130
|
+
removeClass: typeof RemoveClass;
|
|
131
|
+
/**
|
|
132
|
+
* Appends litegui widget to the global interface
|
|
133
|
+
* @param {LiteGUIObject | HTMLElement} element
|
|
134
|
+
*/
|
|
135
|
+
add(element: LiteGUIObject | HTMLElement): void;
|
|
136
|
+
/**
|
|
137
|
+
* Remove from the interface, it is is an HTML element it is removed from its parent, if it is a widget the same.
|
|
138
|
+
* @param {string | LiteGUIObject | HTMLElement | HTMLElement[] | NodeListOf<HTMLElement>} element it also supports HTMLentity, selector string or Array of elements
|
|
139
|
+
*/
|
|
140
|
+
remove: typeof RemoveElement;
|
|
141
|
+
/**
|
|
142
|
+
* Wrapper of document.getElementById
|
|
143
|
+
* @param {String} id
|
|
144
|
+
* return {HTMLEntity}
|
|
145
|
+
*
|
|
146
|
+
*/
|
|
147
|
+
getById: typeof GetById;
|
|
148
|
+
/**
|
|
149
|
+
* Creates and attaches the main application menubar.
|
|
150
|
+
*/
|
|
151
|
+
createMenubar(): void;
|
|
152
|
+
/**
|
|
153
|
+
* Sets the size of the main window.
|
|
154
|
+
* @param {number} [w] Width in pixels.
|
|
155
|
+
* @param {number} [h] Height in pixels.
|
|
156
|
+
*/
|
|
157
|
+
setWindowSize(w?: number, h?: number): void;
|
|
158
|
+
/**
|
|
159
|
+
* Maximizes the window to fill the container.
|
|
160
|
+
*/
|
|
161
|
+
maximizeWindow(): void;
|
|
162
|
+
/**
|
|
163
|
+
* Change cursor style of the root element.
|
|
164
|
+
* @param {string} name CSS cursor property value.
|
|
165
|
+
*/
|
|
166
|
+
setCursor(name: string): void;
|
|
167
|
+
/**
|
|
168
|
+
* Test if the cursor is inside an element
|
|
169
|
+
* @param {MouseEvent} event
|
|
170
|
+
* @param {HTMLElement} element
|
|
171
|
+
*
|
|
172
|
+
*/
|
|
173
|
+
isCursorOverElement: typeof IsCursorOverElement;
|
|
174
|
+
/**
|
|
175
|
+
* Returns the bounding client rect of an element.
|
|
176
|
+
* @param {HTMLElement} element The element to measure.
|
|
177
|
+
* @returns {DOMRect} The bounding rectangle.
|
|
178
|
+
*/
|
|
179
|
+
getRect: typeof GetRect;
|
|
180
|
+
/**
|
|
181
|
+
* Copy a string to the clipboard (it needs to be invoqued from a click event)
|
|
182
|
+
* @param {String | Record<string, unknown>} data
|
|
183
|
+
*/
|
|
184
|
+
toClipboard: typeof ToClipboard;
|
|
185
|
+
/**
|
|
186
|
+
* Insert some CSS code to the website
|
|
187
|
+
* @param {String|CSSStyleDeclaration} code it could be a string with CSS rules, or an object with the style syntax.
|
|
188
|
+
*
|
|
189
|
+
*/
|
|
190
|
+
addCSS: typeof AddCSS;
|
|
191
|
+
/**
|
|
192
|
+
* Requires a new CSS
|
|
193
|
+
* @param {String} url string with url or an array with several urls
|
|
194
|
+
* @param {Function} onComplete
|
|
195
|
+
*
|
|
196
|
+
*/
|
|
197
|
+
requireCSS: typeof RequireCSS;
|
|
198
|
+
/**
|
|
199
|
+
* Request file from url (it could be a binary, text, etc.). If you want a simplied version use
|
|
200
|
+
* @param {RequestOptions} request object with all the parameters like data (for sending forms), dataType, success, error
|
|
201
|
+
*/
|
|
202
|
+
request: typeof Request;
|
|
203
|
+
/**
|
|
204
|
+
* Request file from url
|
|
205
|
+
* @param {String} url
|
|
206
|
+
* @param {(data: string, xhr: XMLHttpRequest) => void} onComplete
|
|
207
|
+
* @param {(err: string | ProgressEvent<EventTarget>) => void} onError
|
|
208
|
+
*
|
|
209
|
+
*/
|
|
210
|
+
requestText: typeof RequestText;
|
|
211
|
+
/**
|
|
212
|
+
* Request file from url
|
|
213
|
+
* @param {String} url
|
|
214
|
+
* @param {(data: object, xhr: XMLHttpRequest) => void} onComplete
|
|
215
|
+
* @param {(err: string | ProgressEvent<EventTarget>) => void} onError
|
|
216
|
+
*
|
|
217
|
+
*/
|
|
218
|
+
requestJSON: typeof RequestJSON;
|
|
219
|
+
/**
|
|
220
|
+
* Request binary file from url
|
|
221
|
+
* @param {String} url
|
|
222
|
+
* @param {(data: ArrayBuffer | unknown, xhr: XMLHttpRequest) => void} onComplete
|
|
223
|
+
* @param {(err: string | ProgressEvent<EventTarget>) => void} onError
|
|
224
|
+
*
|
|
225
|
+
*/
|
|
226
|
+
requestBinary: typeof RequestBinary;
|
|
227
|
+
/**
|
|
228
|
+
* Request script and inserts it in the DOM
|
|
229
|
+
* @param {String|Array} url the url of the script or an array containing several urls
|
|
230
|
+
* @param {(scripts: Array<CoreScriptElement>) => void} onComplete
|
|
231
|
+
* @param {(err: string | Event, src: string, num: number) => void} onError
|
|
232
|
+
* @param {(src: string, num: number) => void} onProgress (if several files are required, onProgress is called after every file is added to the DOM)
|
|
233
|
+
*
|
|
234
|
+
*/
|
|
235
|
+
requireScript: typeof RequireScript;
|
|
236
|
+
/**
|
|
237
|
+
* Loads scripts sequentially from a list of URLs.
|
|
238
|
+
* @param {string | string[]} url Single URL or array of URLs to load.
|
|
239
|
+
* @param {(loadedScripts: GlobalEventHandlers[]) => void} onComplete Callback when all scripts are loaded.
|
|
240
|
+
* @param {(url: string, remaining: number) => void} onProgress Callback for progress updates.
|
|
241
|
+
*/
|
|
242
|
+
requireScriptSerial: typeof RequireScriptSerial;
|
|
243
|
+
/**
|
|
244
|
+
* Creates a new div element with specified ID and code.
|
|
245
|
+
* @param {string} id
|
|
246
|
+
* @param {string} code Inner HTML content.
|
|
247
|
+
* @returns {HTMLElement} The created div.
|
|
248
|
+
*/
|
|
249
|
+
newDiv(id: string, code: string): import("./utilities").EmptyLiteGUIObject;
|
|
250
|
+
/**
|
|
251
|
+
* Creates an HTML element
|
|
252
|
+
* @param {String} tag
|
|
253
|
+
* @param {String} classID string containing id and classes, example: "myid .someclass .anotherclass"
|
|
254
|
+
* @param {String} content
|
|
255
|
+
* @param {string | CSSStyleDeclaration} [style]
|
|
256
|
+
* @param {EventListenerOrEventListenerObject[]} [events]
|
|
257
|
+
*/
|
|
258
|
+
createElement: typeof CreateElement;
|
|
259
|
+
/**
|
|
260
|
+
* Useful to create elements from a text like '<div><span class="title"></span></div>' and an object like { ".title":"mytitle" }
|
|
261
|
+
* @param {String} code
|
|
262
|
+
* @param {Record<string, string>} values it will use innerText in the elements that matches that selector
|
|
263
|
+
* @param {CSSStyleDeclaration} style
|
|
264
|
+
* @return {HTMLElement}
|
|
265
|
+
*
|
|
266
|
+
*/
|
|
267
|
+
createListItem: typeof CreateListItem;
|
|
268
|
+
/**
|
|
269
|
+
* Creates a button element
|
|
270
|
+
* @param {String} classID ID or class
|
|
271
|
+
* @param {String} content
|
|
272
|
+
* @param {(ev: PointerEvent) => void} callback when the button is pressed
|
|
273
|
+
* @param {CSSStyleDeclaration|String} style
|
|
274
|
+
*
|
|
275
|
+
*/
|
|
276
|
+
createButton: typeof CreateButton;
|
|
277
|
+
/**
|
|
278
|
+
* Retrieves all parent elements of the given element up to the document root.
|
|
279
|
+
* @param {HTMLElement} element The starting element.
|
|
280
|
+
* @returns {HTMLElement[]} Array of parent elements.
|
|
281
|
+
*/
|
|
282
|
+
getParents: typeof GetParents;
|
|
283
|
+
/**
|
|
284
|
+
* Opens a new window with copied styles and optional scripts.
|
|
285
|
+
* @param {string} title syntax title for the new window.
|
|
286
|
+
* @param {number} width Width of the window.
|
|
287
|
+
* @param {number} height Height of the window.
|
|
288
|
+
* @param {{ scripts?: boolean, content?: string }} [options] Configuration object.
|
|
289
|
+
* @param {boolean} [options.scripts] Whether to copy scripts to the new window.
|
|
290
|
+
* @param {string} [options.content] HTML content to inject into the new window.
|
|
291
|
+
* @returns {Window} The newly created window object.
|
|
292
|
+
*/
|
|
293
|
+
newWindow: typeof NewWindow;
|
|
294
|
+
/**
|
|
295
|
+
* Shows or hides the modal background overlay.
|
|
296
|
+
* @param {boolean} value True to show, false to hide.
|
|
297
|
+
*/
|
|
298
|
+
showModalBackground(value: boolean): void;
|
|
299
|
+
/**
|
|
300
|
+
* Shows a generic message dialog.
|
|
301
|
+
* @param {string} content The message content.
|
|
302
|
+
* @param {DialogOptions} [options] Configuration options.
|
|
303
|
+
* @returns {Dialog} The created Dialog instance.
|
|
304
|
+
*/
|
|
305
|
+
showMessage: typeof ShowMessage;
|
|
306
|
+
/**
|
|
307
|
+
* Shows a dialog with a message
|
|
308
|
+
* @param {String} content
|
|
309
|
+
* @param {DialogOptions} [options]
|
|
310
|
+
* @returns {Dialog}
|
|
311
|
+
*/
|
|
312
|
+
popup: typeof PopupDialog;
|
|
313
|
+
/**
|
|
314
|
+
* Shows an alert dialog with a message
|
|
315
|
+
* @param {String} content
|
|
316
|
+
* @param {MessageOptions} [options]
|
|
317
|
+
* @returns {Dialog}
|
|
318
|
+
*/
|
|
319
|
+
alert: typeof AlertDialog;
|
|
320
|
+
/**
|
|
321
|
+
* Shows a confirm dialog with a message
|
|
322
|
+
* @param {String} content
|
|
323
|
+
* @param {(value: boolean) => void} callback
|
|
324
|
+
* @param {MessageOptions} [options]
|
|
325
|
+
* @returns {Dialog}
|
|
326
|
+
*/
|
|
327
|
+
confirm: typeof ConfirmDialog;
|
|
328
|
+
/**
|
|
329
|
+
* Shows a prompt dialog with a message
|
|
330
|
+
* @param {String} content
|
|
331
|
+
* @param {(value?: string) => void} callback
|
|
332
|
+
* @param {MessageOptions} [options]
|
|
333
|
+
* @returns {Dialog}
|
|
334
|
+
*/
|
|
335
|
+
prompt: typeof PromptDialog;
|
|
336
|
+
/**
|
|
337
|
+
* Shows a choice dialog with a message
|
|
338
|
+
* @param {String} content
|
|
339
|
+
* @param {Array<string|ContentHolder>} choices
|
|
340
|
+
* @param {(value: string | ContentHolder) => void} callback
|
|
341
|
+
* @param {MessageOptions} [options]
|
|
342
|
+
* @returns {Dialog}
|
|
343
|
+
*/
|
|
344
|
+
choice: typeof ChoiceDialog;
|
|
345
|
+
/**
|
|
346
|
+
* Triggers a download of the resource at the specified URL.
|
|
347
|
+
* @param {string} url The URL of the resource to download.
|
|
348
|
+
* @param {string} filename The name to save the file as.
|
|
349
|
+
*/
|
|
350
|
+
downloadURL: typeof DownloadURL;
|
|
351
|
+
/**
|
|
352
|
+
* Triggers a download of a File or Blob object.
|
|
353
|
+
* @param {string} filename The name to save the file as.
|
|
354
|
+
* @param {File | Blob} data The file data.
|
|
355
|
+
* @param {string} dataType MIME type of the data if not specified in the Blob.
|
|
356
|
+
*/
|
|
357
|
+
downloadFile: typeof DownloadFile;
|
|
358
|
+
/**
|
|
359
|
+
* Returns the URL vars ( ?foo=faa&foo2=etc )
|
|
360
|
+
*
|
|
361
|
+
*/
|
|
362
|
+
getUrlVars: typeof GetUrlVars;
|
|
363
|
+
/**
|
|
364
|
+
* Retrieves a specific query parameter from the URL.
|
|
365
|
+
* @param {string} name The name of the parameter.
|
|
366
|
+
* @returns {string} The value of the parameter.
|
|
367
|
+
*/
|
|
368
|
+
getUrlVar: typeof GetUrlVar;
|
|
369
|
+
/**
|
|
370
|
+
* Focuses an element.
|
|
371
|
+
* @param {HTMLElement | Window} element The element to focus.
|
|
372
|
+
*/
|
|
373
|
+
focus: typeof FocusElement;
|
|
374
|
+
/**
|
|
375
|
+
* Blurs an element.
|
|
376
|
+
* @param {HTMLElement | Window} element The element to blur.
|
|
377
|
+
*/
|
|
378
|
+
blur: typeof BlurElement;
|
|
379
|
+
/**
|
|
380
|
+
* Makes one element draggable
|
|
381
|
+
* @param {HTMLElement} container the element that will be dragged
|
|
382
|
+
* @param {HTMLElement} dragger the area to start the dragging
|
|
383
|
+
* @param {(container: HTMLElement, e: MouseEvent) => void} onStart Callback when the dragging starts.
|
|
384
|
+
* @param {(container: HTMLElement, e: MouseEvent) => void} onFinish Callback when the dragging finishes.
|
|
385
|
+
* @param {(container: HTMLElement, e: MouseEvent) => boolean} onIsDraggable Callback to determine if the element is currently draggable.
|
|
386
|
+
*/
|
|
387
|
+
draggable: typeof Draggable;
|
|
388
|
+
/**
|
|
389
|
+
* Clones object content
|
|
390
|
+
* @param {Object} source
|
|
391
|
+
* @param {Object} target
|
|
392
|
+
*
|
|
393
|
+
*/
|
|
394
|
+
cloneObject: typeof CloneObject;
|
|
395
|
+
/**
|
|
396
|
+
* Removing spaces and dots from a string.
|
|
397
|
+
* @param {string} str The input string.
|
|
398
|
+
* @returns {string} The sanitized string.
|
|
399
|
+
*/
|
|
400
|
+
safeName: typeof SafeName;
|
|
401
|
+
/**
|
|
402
|
+
* Encodes an HTML string by replacing special characters with unicode.
|
|
403
|
+
* @param {string} htmlCode The HTML string to encode.
|
|
404
|
+
* @returns {string} The encoded string (text content).
|
|
405
|
+
*/
|
|
406
|
+
htmlEncode: typeof HTMLEncode;
|
|
407
|
+
/**
|
|
408
|
+
* Decodes a unicode string back to HTML.
|
|
409
|
+
* @param {string} unicodeCharacter The string to decode.
|
|
410
|
+
* @returns {string} The decoded HTML string.
|
|
411
|
+
*/
|
|
412
|
+
htmlDecode: typeof HTMLDecode;
|
|
413
|
+
/**
|
|
414
|
+
* Convert sizes in any format to a valid CSS format (number to string, negative number to calc( 100% - number px )
|
|
415
|
+
* @param {string|Number} value
|
|
416
|
+
* @return {string|undefined} valid css size string
|
|
417
|
+
*
|
|
418
|
+
*/
|
|
419
|
+
sizeToCSS: typeof SizeToCSS;
|
|
420
|
+
/**
|
|
421
|
+
* Returns the window where this element is attached (used in multi window applications)
|
|
422
|
+
* @param {HTMLElement} element
|
|
423
|
+
* @return {Window} the window element
|
|
424
|
+
*
|
|
425
|
+
*/
|
|
426
|
+
getElementWindow: typeof GetElementWindow;
|
|
427
|
+
/**
|
|
428
|
+
* Helper, makes drag and drop easier by enabling drag and drop in a given element
|
|
429
|
+
* @param {HTMLElement} element the element where users could drop items
|
|
430
|
+
* @param {(evt: DragEvent) => boolean} onDrop function to call when the user drops the item
|
|
431
|
+
* @param {(evt: DragEvent, element: HTMLElement) => void} onEnter [optional] function to call when the user drags something inside
|
|
432
|
+
* @param {(evt: DragEvent, element: HTMLElement) => void} onExit [optional] function to call when the user drags something outside
|
|
433
|
+
*
|
|
434
|
+
*/
|
|
435
|
+
createDropArea: typeof CreateDropArea;
|
|
436
|
+
}
|
|
437
|
+
export declare const LiteGUI: Core;
|
|
438
|
+
export as namespace LiteGUI;
|
|
439
|
+
//# sourceMappingURL=litegui.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"litegui.d.ts","sourceRoot":"","sources":["../src/core.ts"],"names":[],"mappings":"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"}
|