123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701 |
- /*
- The MIT License (MIT)
- Copyright (c) 2014-2018 Nikolai Suslov and the Krestianstvo.org project contributors. (https://github.com/NikolaySuslov/livecodingspace/blob/master/LICENSE.md)
- */
- /*
- * Cell widgets
- */
- class Widgets {
- constructor() {
- console.log("widget constructor")
- }
- get divider() {
- return {
- $cell: true,
- $type: "hr",
- class: "mdc-list-divider"
- }
- }
- get emptyDiv() {
- return {
- $type: "div",
- style: "padding-bottom: 30px;"
- }
- }
- get break() {
- return {
- $type: "br"
- }
- }
- get space() {
- return {
- $type: "span",
- $text: " "
- }
- }
- get p() {
- return {
- $type: "p"
- }
- }
- inputTextFieldOutlined(obj) {
- function initFunc() {
- new mdc.textField.MDCTextField.attachTo(this);
- }
- let inputType = obj.type ? obj.type : 'text';
- let init = obj.init ? obj.init : initFunc;
- let style = obj.style ? obj.style : "";
- let fieldStyle = obj.fieldStyle ? obj.fieldStyle : "";
- return {
- $cell: true,
- $type: "div",
- class: "mdc-text-field mdc-text-field--outlined mdc-text-field--dense",
- style: style,
- $init: init,
- $components: [
- {
- $type: "input",
- type: inputType,
- id: obj.id,
- class: "mdc-text-field__input",
- value: obj.value,
- onchange: obj.change,
- style: obj.fieldStyle
- },
- {
- $type: "span",
- class: "mdc-notched-outline",
- $components: [
- {
- $type: "span",
- class: "mdc-notched-outline__leading"
- },
- {
- $type: "span",
- class: "mdc-notched-outline__notch",
- $components: [
- {
- $type: "span",
- class: "mdc-floating-label",
- for: obj.id,
- $text: obj.label
- }
- ]
- },
- {
- $type: "span",
- class: "mdc-notched-outline__trailing"
- }
- ]
- }
- ]
- //onclick: obj.onclick
- }
- }
- inputTextFieldStandart(obj) {
- var propValue = obj.value;
- if (_app.helpers.testJSON(obj.value)) {
- propValue = JSON.parse(obj.value);
- } else {
- propValue = obj.value;
- }
- return {
- $cell: true,
- $type: "div",
- class: "mdc-text-field mdc-text-field--filled",
- _mdc: null,
- $init: function () {
- //new mdc.mdc.notchedOutline.MDCNotchedOutline(document.querySelector('.mdc-notched-outline'));
- this._mdc = new mdc.textField.MDCTextField.attachTo(this);
- },
- $components: [
- {
- $type: "span",
- class: "mdc-text-field__ripple",
- },
- {
- $type: "input",
- type: "text",
- id: obj.id,
- class: "mdc-text-field__input",
- value: propValue,
- onchange: obj.change
- },
- {
- $type: "span",
- class: "mdc-floating-label",
- for: obj.id,
- $text: obj.label
- },
- {
- $type: "span",
- class: "mdc-line-ripple"
- }
- ]
- //onclick: obj.onclick
- }
- }
- headerH3(headertype, label, cssclass) {
- return {
- $cell: true,
- $type: headertype,
- class: cssclass,
- $text: label
- }
- }
- simpleCard(obj) {
- let style = 'background-image: url(' + obj.imgSrc + '); background-size: cover; background-repeat: no-repeat; height:' + obj.imgHeight + ';';
- var addonClass = obj.addonClass;
- if (!addonClass) {
- addonClass = ''
- }
- return {
- $cell: true,
- $type: "div",
- $components: [
- {
- $cell: true,
- $type: "div",
- class: "mdc-card" + ' ' + addonClass,
- onclick: obj.onclickfunc,
- $components: [
- {
- $cell: true,
- $type: "section",
- class: "mdc-card__media",
- style: style
- },
- {
- $cell: true,
- $type: "section",
- class: "mdc-card__supporting-text",
- $text: obj.text
- }
- ]
- }
- ]
- }
- }
- listDivider() {
- return {
- $cell: true,
- $type: "hr",
- class: "mdc-list-divider mdc-list-divider--inset"
- }
- }
- createListItem(obj) {
- return {
- $cell: true,
- $type: "li",
- class: "mdc-list-item",
- $components: [
- {
- $cell: true,
- $type: "span",
- class: "mdc-list-item__graphic",
- $components: [
- {
- $cell: true,
- class: "createItems",
- $type: "img",
- src: obj.imgSrc,
- onclick: obj.onclickfunc
- }
- ]
- },
- {
- $cell: true,
- $type: "span",
- class: "mdc-list-item__text",
- $text: obj.title
- // $components: [
- // {
- // $text: obj.title
- // },
- // {
- // $cell: true,
- // $type: "span",
- // class: "mdc-list-item__secondary-text",
- // $text: obj.subTitle
- // }
- // ]
- }
- ]
- }
- }
- createCard(obj) {
- return {
- $cell: true,
- $type: "div",
- $components: [
- {
- $cell: true,
- $type: "div",
- class: "mdc-card",
- $components: [
- {
- $cell: true,
- $type: "div",
- class: "mdc-card__horizontal-block",
- $components: [
- {
- $cell: true,
- $type: "section",
- class: "mdc-card__primary",
- $components: [
- {
- $cell: true,
- $type: "h1",
- class: "mdc-card__title mdc-card__title--large",
- $text: obj.title
- },
- {
- $cell: true,
- $type: "h2",
- class: "mdc-card__subtitle",
- $text: obj.subTitle
- }
- ]
- },
- {
- $cell: true,
- $type: "img",
- class: "",
- src: obj.imgSrc
- }
- ]
- },
- {
- $cell: true,
- $type: "section",
- class: "mdc-card__actions",
- $components: [
- {
- $cell: true,
- $type: "button",
- class: "mdc-button mdc-button--compact mdc-card__action",
- $text: obj.actionLabel
- }
- ]
- }
- ]
- }
- ]
- }
- }
- buttonStroked(obj) {
- let initFun = obj.init ? obj.init : function () { }
- return {
- $cell: true,
- $type: "button",
- class: "mdc-button mdc-button--outlined",
- $text: obj.label,
- onclick: obj.onclick,
- $init: initFun
- }
- }
- buttonRaised(obj) {
- let initFun = obj.init ? obj.init : function () { }
- return {
- $cell: true,
- $type: "button",
- class: "mdc-button mdc-button--raised mdc-ripple-upgraded",
- $text: obj.label,
- onclick: obj.onclick,
- $init: initFun
- }
- }
- buttonSimple(obj) {
- return {
- $cell: true,
- $type: "button",
- class: "mdc-button",
- $components: [
- {
- $type: "span",
- class: "mdc-button__label",
- $text: obj.label
- }
- ],
- onclick: obj.onclick
- }
- }
- sliderDiscrete(obj) {
- return {
- $cell: true,
- $type: "div",
- class: "mdc-slider mdc-slider--discrete",
- role: "slider",
- 'aria-valuemin': obj.min,
- 'aria-valuemax': obj.max,
- 'aria-label': obj.label,
- $init: obj.init,
- $components: [
- {
- $cell: true,
- $type: "div",
- class: "mdc-slider__track-container",
- $components: [
- {
- $cell: true,
- $type: "div",
- class: "mdc-slider__track",
- }
- ]
- },
- {
- $cell: true,
- $type: "div",
- class: "mdc-slider__thumb-container",
- $components: [
- {
- $cell: true,
- $type: "div",
- class: "mdc-slider__pin",
- $components: [
- {
- $cell: true,
- $type: "span",
- class: "mdc-slider__pin-value-marker",
- }
- ]
- },
- {
- $cell: true,
- $type: "svg",
- class: "mdc-slider__thumb",
- width: 21,
- height: 21,
- $components: [
- {
- $cell: true,
- $type: "circle",
- cx: 10.5,
- cy: 10.5,
- r: 7.875
- }
- ]
- },
- {
- $cell: true,
- $type: "div",
- class: "mdc-slider__focus-ring"
- }
- ]
- }
- ]
- }
- }
- sliderContinuous(obj) {
- return {
- $cell: true,
- $type: "div",
- 'id': obj.id,
- class: "mdc-slider",
- //tabindex: 0,
- $init: obj.init,
- $components: [
- {
- $cell: true,
- $type: "input",
- class: "mdc-slider__input",
- 'value': obj.value,
- 'type': "range",
- 'step': obj.step,
- 'min': obj.min,
- 'max': obj.max,
- 'aria-label': obj.label
- },
- {
- // $cell: true,
- $type: "div",
- class: "mdc-slider__track",
- $components: [
- {
- //$cell: true,
- $type: "div",
- class: "mdc-slider__track--active",
- $components: [
- {
- //$cell: true,
- $type: "div",
- class: "mdc-slider__track--active_fill"
- }
- ]
- },
- {
- //$cell: true,
- $type: "div",
- class: "mdc-slider__track--inactive"
- }
- ]
- },
- {
- //$cell: true,
- $type: "div",
- class: "mdc-slider__thumb",
- $components: [
- {
- //$cell: true,
- $type: "div",
- class: "mdc-slider__thumb-knob"
- }
- ]
- }
- // {
- // $cell: true,
- // $type: "div",
- // class: "mdc-slider__thumb-container",
- // $components: [
- // {
- // $cell: true,
- // $type: "svg",
- // class: "mdc-slider__thumb",
- // width: 21,
- // height: 21,
- // $components: [
- // {
- // $cell: true,
- // $type: "circle",
- // cx: 10.5,
- // cy: 10.5,
- // r: 7.875
- // }
- // ]
- // },
- // {
- // $cell: true,
- // $type: "div",
- // class: "mdc-slider__focus-ring"
- // }
- // ]
- // }
- ]
- }
- }
- textField(obj) {
- return {
- class: "mdc-text-field",
- style: "width: 100%",
- $cell: true,
- $type: "div",
- $components: [
- {
- class: "mdc-text-field__input prop-text-field-input",
- id: obj.id,
- $cell: true,
- $type: "input",
- type: "text",
- value: obj.value,
- onchange: obj.funconchange
- }
- ]
- }
- }
- icontoggle(obj) {
- var addClass = "";
- if (obj.styleClass) {
- addClass = obj.styleClass;
- }
- return {
- $type: "button",
- class: addClass + " mdc-icon-button",
- //$text: obj.label,
- id: obj.id,
- //'data-toggle-on': obj.on,
- // 'data-toggle-off': obj.off,
- 'aria-pressed': obj.state,
- 'aria-hidden': true,
- $init: obj.init,
- $components: [
- {
- $type: "i",
- class: "material-icons mdc-icon-button__icon mdc-icon-button__icon--on",
- $text: JSON.parse(obj.on).content
- },
- {
- $type: "i",
- class: "material-icons mdc-icon-button__icon",
- $text: JSON.parse(obj.off).content
- },
- ]
- }
- }
- floatActionButton(obj) {
- var addClass = "";
- if (obj.styleClass) {
- addClass = obj.styleClass;
- }
- return {
- $cell: true,
- $type: "button",
- class: "mdc-fab material-icons " + addClass,
- onclick: obj.onclickfunc,
- $components: [
- {
- $cell: true,
- $type: "span",
- class: "mdc-fab__icon",
- $text: obj.label
- }
- ]
- }
- }
- iconButton(obj) {
- var addClass = "";
- if (obj.styleClass) {
- addClass = obj.styleClass;
- }
- return {
- $cell: true,
- $type: "button",
- class: "mdc-button " + addClass,
- onclick: obj.onclick,
- $components: [
- {
- $cell: true,
- $type: "i",
- class: "material-icons mdc-button__icon",
- $text: obj.label
- }
- ]
- }
- }
- imageButton(obj) {
- return {
- $cell: true,
- $type: "button",
- class: "mdc-button mdc-button--compact",
- onclick: obj.onclickfunc,
- $components: [
- {
- $cell: true,
- class: obj.styleClass,
- $type: "img",
- src: obj.imgSrc
- }
- ]
- }
- }
- listTitle(obj) {
- return {
- $type: "div",
- class: "mdc-layout-grid__inner",
- $components: [
- {
- $type: "div",
- class: "mdc-layout-grid__cell",
- $components: [
- {
- $type: "h3",
- class: "",
- $text: obj.text
- }
- ]
- }
- ]
- }
- }
- gridListItemWithIco(obj) {
- return {
- $type: "div",
- class: "mdc-layout-grid__cell mdc-layout-grid__cell--span-2 tooltip " + obj.styleClass,
- $components: [
- {
- class: "tooltiptext",
- $type: "span",
- $text: obj.title
- },
- // {
- // $type: "button",
- // class: "mdc-button",
- // onclick: obj.onclickfunc,
- // $components:[
- // {
- // $type: "i",
- // class: "material-icons mdc-button__icon",
- // $text: obj.imgSrc
- // }
- // ]
- // }
- {
- $type: "div",
- style: "background-color: transparent;",
- $components: [
- {
- $type: "i",
- class: "material-icons mdc-list-item__graphic",
- 'aria-hidden': "true",
- $text: obj.imgSrc,
- onclick: obj.onclickfunc
- }
- ]
- }
- ]
- }
- }
- gridListItem(obj) {
- return {
- $type: "div",
- class: "mdc-layout-grid__cell mdc-layout-grid__cell--span-2 tooltip " + obj.styleClass,
- $components: [
- {
- class: "tooltiptext",
- $type: "span",
- $text: obj.title
- },
- {
- $type: "div",
- style: "background-color: transparent;",
- $components: [
- {
- class: "",
- $type: "div",
- 'aria-label': obj.title,
- alt: obj.title,
- style: "background-image: url(" + obj.imgSrc + "); background-size: cover; background-repeat: no-repeat; height: " + obj.imgSize + "; width: " + obj.imgSize + ";",
- onclick: obj.onclickfunc,
- }
- ]
- }
- ]
- }
- }
- switch(obj) {
- return {
- $cell: true,
- $type: "div",
- class: "mdc-switch",
- _switch: null,
- id: obj.id,
- //change: obj.onchange,
- $init: obj.init,
- //function(){
- // new mdc.switchControl.MDCSwitch(this);
- // },
- $components: [
- {
- $type: "div",
- class: "mdc-switch__track",
- },
- {
- $type: "div",
- class: "mdc-switch__thumb-underlay",
- $components: [
- {
- $type: "div",
- class: "mdc-switch__thumb",
- $components: [
- {
- $type: "input",
- "type": "checkbox",
- class: "mdc-switch__native-control",
- id: 'input-' + obj.id,
- //$init: obj.init,
- //id: "basic-switch",
- "aria-checked": false,
- role: "switch"
- }
- ]
- }
- ]
- }
- // {
- // $type: "div",
- // class: "mdc-switch__background",
- // $components: [
- // {
- // $type: "div",
- // class: "mdc-switch__knob"
- // }
- // ]
- // }
- ]
- }
- }
- connectionSettingsGUI() {
- let connectionSettings = {
- id: 'connectionSettings',
- $type: 'div',
- $components: [
- _app.widgets.emptyDiv,
- window._app.widgets.buttonRaised(
- {
- "label": 'Settings',
- "onclick": function (e) {
- e.preventDefault();
- window.location.pathname = '/settings';
- }
- }), _app.widgets.emptyDiv
- ]
- }
- return connectionSettings
- }
- debugGUI() {
- let self = this;
- let debug6DoF = {
- $cell: true,
- $components: [
- {
- $type: "p",
- class: "mdc-typography--headline5",
- $text: "Debug 6DoF mode (for using with WebXR emulator)"
- },
- {
- $type: 'p'
- },
- _app.widgets.switch({
- 'id': 'forceDebug6DoF',
- 'init': function () {
- this._switch = new mdc.switchControl.MDCSwitch(this);
- let config = localStorage.getItem('lcs_config');
- this._switch.checked = JSON.parse(config).d6DoF;
- // this._replaceSwitch = this._switch;
- },
- 'onchange': function (e) {
- if (this._switch) {
- let chkAttr = this._switch.checked;//this.getAttribute('checked');
- if (chkAttr) {
- let config = JSON.parse(localStorage.getItem('lcs_config'));
- config.d6DoF = true;
- localStorage.setItem('lcs_config', JSON.stringify(config));
- //this._switch.checked = false;
- } else {
- let config = JSON.parse(localStorage.getItem('lcs_config'));
- config.d6DoF = false;
- localStorage.setItem('lcs_config', JSON.stringify(config));
- }
- }
- }
- }
- ),
- {
- $type: 'label',
- for: 'input-forceDebug6DoF',
- $text: 'On / Off'
- }
- ]
- }
- let debug3DoF = {
- $cell: true,
- $components: [
- {
- $type: "p",
- class: "mdc-typography--headline5",
- $text: "Debug 3DoF mode (for using with WebXR emulator)"
- },
- {
- $type: 'p'
- },
- _app.widgets.switch({
- 'id': 'forceDebug3DoF',
- 'init': function () {
- this._switch = new mdc.switchControl.MDCSwitch(this);
- let config = localStorage.getItem('lcs_config');
- this._switch.checked = JSON.parse(config).d3DoF;
- // this._replaceSwitch = this._switch;
- },
- 'onchange': function (e) {
- if (this._switch) {
- let chkAttr = this._switch.checked;//this.getAttribute('checked');
- if (chkAttr) {
- let config = JSON.parse(localStorage.getItem('lcs_config'));
- config.d3DoF = true;
- localStorage.setItem('lcs_config', JSON.stringify(config));
- //this._switch.checked = false;
- } else {
- let config = JSON.parse(localStorage.getItem('lcs_config'));
- config.d3DoF = false;
- localStorage.setItem('lcs_config', JSON.stringify(config));
- }
- }
- }
- }
- ),
- {
- $type: 'label',
- for: 'input-forceDebug3DoF',
- $text: 'On / Off'
- }
- ]
- }
- let allGUI =
- {
- $type: "div",
- id: "allGUI",
- //style:"background-color: #efefef",
- class: "mdc-layout-grid mdc-layout-grid--align-left",
- _d3DoF: null,
- _d6DoF: null,
- _initData: function () {
- let config = JSON.parse(localStorage.getItem('lcs_config'));
- if (config.d3DoF) {
- this._d3DoF = config.d3DoF
- }
- if (config.d6DoF) {
- this._d6DoF = config.d6DoF
- }
- this._refresh();
- },
- $init: function () {
- this._initData();
- },
- _refresh: function () {
- this.$components = [
- {
- $type: "div",
- class: "mdc-layout-grid__inner",
- $components: [
- {
- $type: "div",
- class: "mdc-layout-grid__cell mdc-layout-grid__cell--span-12",
- $components: [
- {
- $type: "h4",
- class: "mdc-typography--headline4",
- $text: "Debug settings"
- }
- ]
- },
- {
- $type: "div",
- class: "mdc-layout-grid__cell mdc-layout-grid__cell--span-12",
- $components: [debug6DoF]
- },
- {
- $type: "div",
- class: "mdc-layout-grid__cell mdc-layout-grid__cell--span-12",
- $components: [_app.widgets.divider]
- },
- {
- $type: "div",
- class: "mdc-layout-grid__cell mdc-layout-grid__cell--span-12",
- $components: [debug3DoF]
- },
- {
- $type: "div",
- class: "mdc-layout-grid__cell mdc-layout-grid__cell--span-12",
- $components: [
- // window._app.widgets.buttonRaised(
- // {
- // "label": 'Update',
- // "onclick": function (e) {
- // e.preventDefault();
- // let config = JSON.parse(localStorage.getItem('lcs_config'));
- // config.reflector = this._refHostField.value;
- // config.dbhost = this._dbHostField.value;
- // config.luminaryPath = this._lpathField.value;
- // config.luminaryGlobalHBPath = this._hbpathField.value;
- // localStorage.setItem('lcs_config', JSON.stringify(config));
- // window.location.reload(true);
- // }
- // }),
- {
- $type: 'span',
- $text: " "
- },
- {
- $type: "button",
- class: "mdc-button mdc-button--raised",
- $text: "Close",
- onclick: function (e) {
- window.history.back();
- //window.location.pathname = '/'
- }
- }
- ]
- }
- ]
- }
- ]
- }
- }
- document.querySelector("#appGUI").$cell({
- id: "appGUI",
- $cell: true,
- $type: "div",
- $components: [allGUI]
- }
- );
- }
- streamMsgConfig() {
- return {
- $cell: true,
- _streamMsgConfig: null,
- $components: [
- {
- $type: "p",
- class: "mdc-typography--headline5",
- $text: "Use Stream of Messages"
- },
- {
- $type: 'p'
- },
- _app.widgets.switch({
- 'id': 'streamMsgConfig',
- 'init': function () {
- this._switch = new mdc.switchControl.MDCSwitch(this);
- this._switch.checked = _app.streamMsg;//JSON.parse(config).streamMsg;
- this.addEventListener('change',
- function (e) {
- if (this._switch) {
- let chkAttr = this._switch.checked;//this.getAttribute('checked');
- _app.streamMsg = chkAttr;
- }
- }
- )
- }
- }
- ),
- {
- $type: 'label',
- for: 'input-streamMsgConfig',
- $text: 'On / Off'
- }
- ]
- }
- }
- reflectorGUI() {
- let self = this;
- let webrtcConnection = {
- $cell: true,
- $components: [
- {
- $type: "p",
- class: "mdc-typography--headline5",
- $text: "Use WebRTC for connection"
- },
- {
- $type: 'p'
- },
- _app.widgets.switch({
- 'id': 'forceWebRTC',
- 'init': function () {
- this._switch = new mdc.switchControl.MDCSwitch(this);
- let config = localStorage.getItem('lcs_config');
- this._switch.checked = JSON.parse(config).webrtc;
- // this._replaceSwitch = this._switch;
- this.addEventListener('change',
- function (e) {
- if (this._switch) {
- let chkAttr = this._switch.checked;//this.getAttribute('checked');
- if (chkAttr) {
- let config = JSON.parse(localStorage.getItem('lcs_config'));
- config.webrtc = true;
- localStorage.setItem('lcs_config', JSON.stringify(config));
- //this._switch.checked = false;
- } else {
- let config = JSON.parse(localStorage.getItem('lcs_config'));
- config.webrtc = false;
- localStorage.setItem('lcs_config', JSON.stringify(config));
- }
- }
- }
- )
- },
- 'onchange': ""
- }
- ),
- {
- $type: 'label',
- for: 'input-forceWebRTC',
- $text: 'On / Off'
- }
- ]
- }
- let multiSocket = {
- $cell: true,
- $components: [
- {
- $type: "p",
- class: "mdc-typography--headline5",
- $text: "Use Rooms & Gun DB MultiSocket (no mem)"
- },
- {
- $type: 'p'
- },
- _app.widgets.switch({
- 'id': 'multisocket',
- 'init': function () {
- this._switch = new mdc.switchControl.MDCSwitch(this);
- let config = localStorage.getItem('lcs_config');
- this._switch.checked = JSON.parse(config).multisocket;
- this.addEventListener('change',
- function (e) {
- if (this._switch) {
- let chkAttr = this._switch.checked;//this.getAttribute('checked');
- if (chkAttr) {
- let config = JSON.parse(localStorage.getItem('lcs_config'));
- config.multisocket = true;
- localStorage.setItem('lcs_config', JSON.stringify(config));
- //this._switch.checked = false;
- } else {
- let config = JSON.parse(localStorage.getItem('lcs_config'));
- config.multisocket = false;
- localStorage.setItem('lcs_config', JSON.stringify(config));
- }
- }
- }
- )
- // this._replaceSwitch = this._switch;
- },
- 'onchange': ""
- }
- ),
- {
- $type: 'label',
- for: 'input-multisocket',
- $text: 'On / Off'
- }
- ]
- }
- // let luminaryGlobalHB = {
- // $cell: true,
- // $components: [
- // {
- // $type: "p",
- // class: "mdc-typography--headline5",
- // $text: "Use Global Heartbeat"
- // },
- // {
- // $type: 'p'
- // },
- // _app.widgets.switch({
- // 'id': 'forceLuminary',
- // 'init': function () {
- // this._switch = new mdc.switchControl.MDCSwitch(this);
- // let config = localStorage.getItem('lcs_config');
- // this._switch.checked = JSON.parse(config).luminaryGlobalHB;
- // // this._replaceSwitch = this._switch;
- // },
- // 'onchange': function (e) {
- // if (this._switch) {
- // let chkAttr = this._switch.checked;//this.getAttribute('checked');
- // if (chkAttr) {
- // let config = JSON.parse(localStorage.getItem('lcs_config'));
- // config.luminaryGlobalHB = true;
- // localStorage.setItem('lcs_config', JSON.stringify(config));
- // //this._switch.checked = false;
- // } else {
- // let config = JSON.parse(localStorage.getItem('lcs_config'));
- // config.luminaryGlobalHB = false;
- // localStorage.setItem('lcs_config', JSON.stringify(config));
- // }
- // }
- // }
- // }
- // ),
- // {
- // $type: 'label',
- // for: 'input-forceLuminary',
- // $text: 'On / Off'
- // }
- // ]
- // }
- let luminaryFeature = {
- $type: 'div',
- $components: [
- {
- $type: "p",
- class: "mdc-typography--headline4",
- $text: "Use Krestianstvo Luminary (experimental)"
- },
- {
- $type: 'p'
- },
- _app.widgets.switch({
- 'id': 'forceLuminary',
- 'init': function () {
- this._switch = new mdc.switchControl.MDCSwitch(this);
- let config = localStorage.getItem('lcs_config');
- this._switch.checked = JSON.parse(config).luminary;
- // this._replaceSwitch = this._switch;
- this.addEventListener('change',
- function (e) {
- if (this._switch) {
- let chkAttr = this._switch.checked;//this.getAttribute('checked');
- if (chkAttr) {
- let config = JSON.parse(localStorage.getItem('lcs_config'));
- config.luminary = true;
- localStorage.setItem('lcs_config', JSON.stringify(config));
- window.location.reload(true);
- //this._switch.checked = false;
- } else {
- let config = JSON.parse(localStorage.getItem('lcs_config'));
- config.luminary = false;
- localStorage.setItem('lcs_config', JSON.stringify(config));
- window.location.reload(true);
- }
- }
- }
- )
- },
- 'onchange': ""
- }
- ),
- {
- $type: 'label',
- for: 'input-forceLuminary',
- $text: 'Off / On'
- },
- _app.widgets.p
- ]
- }
- let reflectorGUI =
- {
- $type: "div",
- id: "reflectorGUI",
- //style:"background-color: #efefef",
- class: "mdc-layout-grid mdc-layout-grid--align-left",
- _reflectorHost: null,
- _dbHost: null,
- _refHostField: null,
- _dbHostField: null,
- _lpath: null,
- _lpathField: null,
- _hbpath: null,
- _hbpathField: null,
- //_debug: null,
- _initData: function () {
- this._reflectorHost = '';
- this._dbHost = '';
- let config = JSON.parse(localStorage.getItem('lcs_config'));
- if (config.reflector) {
- this._reflectorHost = config.reflector
- }
- if (config.dbhost) {
- this._dbHost = config.dbhost
- }
- if (config.luminaryPath) {
- this._lpath = config.luminaryPath
- }
- // if (config.luminaryGlobalHBPath) {
- // this._hbpath = config.luminaryGlobalHBPath
- // }
- // if (config.debug) {
- // this._debug = config.debug
- // }
- },
- $init: function () {
- this._initData();
- },
- $update: function () {
- this.$components = [
- {
- $type: "div",
- class: "mdc-layout-grid__inner",
- $components: [
- {
- $type: "div",
- class: "mdc-layout-grid__cell mdc-layout-grid__cell--span-12",
- $components: [
- {
- $type: "h4",
- class: "mdc-typography--headline4",
- $text: "Gun DB settings"
- }
- ]
- },
- {
- $type: "div",
- class: "mdc-layout-grid__cell mdc-layout-grid__cell--span-12",
- $components: [
- {
- $type: "span",
- class: "mdc-typography--headline5",
- $text: "DB Host: "
- },
- window._app.widgets.inputTextFieldOutlined({
- "id": 'dbhostInput',
- "label": "DB Host",
- "value": this._dbHost,
- "type": "text",
- "init": function () {
- this._dbHostField = new mdc.textField.MDCTextField(this);
- },
- "style": 'width: 400px;'
- }),
- ]
- },
- {
- $type: "div",
- class: "mdc-layout-grid__cell mdc-layout-grid__cell--span-12",
- $components: [
- {
- $type: "h4",
- class: "mdc-typography--headline4",
- $text: "Reflector settings"
- }
- ]
- },
- {
- $type: "div",
- class: "mdc-layout-grid__cell mdc-layout-grid__cell--span-12",
- $components: [
- {
- $type: "span",
- class: "mdc-typography--headline5",
- $text: "Reflector: "
- },
- window._app.widgets.inputTextFieldOutlined({
- "id": 'reflectorInput',
- "label": "Reflector",
- "value": this._reflectorHost,
- "type": "text",
- "init": function () {
- this._refHostField = new mdc.textField.MDCTextField(this);
- },
- "style": 'width: 400px;'
- }),
- ]
- },
- {
- $type: "div",
- class: "mdc-layout-grid__cell mdc-layout-grid__cell--span-12",
- $components: [webrtcConnection]
- },
- {
- $type: "div",
- class: "mdc-layout-grid__cell mdc-layout-grid__cell--span-12",
- $components: [_app.widgets.divider]
- },
- // {
- // $type: "div",
- // class: "mdc-layout-grid__cell mdc-layout-grid__cell--span-12",
- // $components: [
- // {
- // $type: "h4",
- // class: "mdc-typography--headline4",
- // $text: "Krestianstvo Luminary settings (experimental)"
- // }
- // ]
- // },
- {
- $type: "div",
- class: "mdc-layout-grid__cell mdc-layout-grid__cell--span-12",
- $components: [
- luminaryFeature
- ]
- },
- {
- $type: "div",
- class: "mdc-layout-grid__cell mdc-layout-grid__cell--span-12",
- $components: [multiSocket]
- },
- {
- $type: "div",
- class: "mdc-layout-grid__cell mdc-layout-grid__cell--span-12",
- $components: [
- {
- $type: "span",
- class: "mdc-typography--headline5",
- $text: "Multisocket Rooms Host: "
- },
- window._app.widgets.inputTextFieldOutlined({
- "id": 'lpathInput',
- "label": "Multisocket Rooms Host",
- "value": this._lpath,
- "type": "text",
- "init": function () {
- this._lpathField = new mdc.textField.MDCTextField(this);
- },
- "style": 'width: 400px;'
- }),
- ]
- },
- // {
- // $type: "div",
- // class: "mdc-layout-grid__cell mdc-layout-grid__cell--span-12",
- // $components: [
- // {
- // $type: "span",
- // class: "mdc-typography--headline5",
- // $text: "Global Heartbeat Path: "
- // },
- // window._app.widgets.inputTextFieldOutlined({
- // "id": 'hbpathInput',
- // "label": "Global Heartbeat Path",
- // "value": this._hbpath,
- // "type": "text",
- // "init": function() {
- // this._hbpathField = new mdc.textField.MDCTextField(this);
- // },
- // "style": 'width: 400px;'
- // }),
- // ]
- // },
- // {
- // $type: "div",
- // class: "mdc-layout-grid__cell mdc-layout-grid__cell--span-12",
- // $components: [luminaryGlobalHB ]
- // },
- {
- $type: "div",
- class: "mdc-layout-grid__cell mdc-layout-grid__cell--span-12",
- $components: [_app.widgets.divider]
- },
- // {
- // $type: "div",
- // class: "mdc-layout-grid__cell mdc-layout-grid__cell--span-12",
- // $components: [self.streamMsgConfig()]
- // },
- // {
- // $type: "div",
- // class: "mdc-layout-grid__cell mdc-layout-grid__cell--span-12",
- // $components: [debugGUI]
- // },
- {
- $type: "div",
- class: "mdc-layout-grid__cell mdc-layout-grid__cell--span-12",
- $components: [
- window._app.widgets.buttonRaised(
- {
- "label": 'Update',
- "onclick": function (e) {
- e.preventDefault();
- let config = JSON.parse(localStorage.getItem('lcs_config'));
- config.reflector = this._refHostField.value;
- config.dbhost = this._dbHostField.value;
- config.luminaryPath = this._lpathField.value;
- //config.luminaryGlobalHBPath = this._hbpathField.value;
- localStorage.setItem('lcs_config', JSON.stringify(config));
- window.location.reload(true);
- }
- }),
- {
- $type: 'span',
- $text: " "
- },
- {
- $type: "button",
- class: "mdc-button mdc-button--raised",
- $text: "Close",
- onclick: function (e) {
- window.history.back();
- //window.location.pathname = '/'
- }
- }
- ]
- }
- ]
- }
- ]
- }
- }
- document.querySelector("#appGUI").$cell({
- id: "appGUI",
- $cell: true,
- $type: "div",
- $components: [reflectorGUI]
- }
- );
- }
- getLoginGUI() {
- let loginGUI =
- {
- $type: "div",
- id: "loginGUI",
- //style:"background-color: #efefef",
- class: "mdc-layout-grid mdc-layout-grid--align-left",
- _alias: null,
- _pass: null,
- _passField: null,
- _aliasField: null,
- _initData: function () {
- this._alias = '';
- this._pass = '';
- // if (window.sessionStorage.getItem('alias')) {
- // this._alias = window.sessionStorage.getItem('alias')
- // }
- // if (window.sessionStorage.getItem('tmp')) {
- // this._pass = window.sessionStorage.getItem('tmp')
- // }
- },
- $init: function () {
- this._initData();
- },
- $update: function () {
- this.$components = [
- {
- $type: "div",
- class: "mdc-layout-grid__inner",
- $components: [
- {
- $type: "div",
- class: "mdc-layout-grid__cell mdc-layout-grid__cell--span-12",
- $components: [
- {
- $type: "span",
- class: "mdc-typography--headline5",
- $text: _l.t("login") + ": "
- },
- window._app.widgets.inputTextFieldOutlined({
- "id": 'aliasInput',
- "label": _l.t("login"),
- "value": this._alias,
- "type": "text",
- "init": function () {
- this._aliasField = new mdc.textField.MDCTextField(this);
- }
- }),
- ]
- },
- {
- $type: "div",
- class: "mdc-layout-grid__cell mdc-layout-grid__cell--span-12",
- $components: [
- {
- $type: "span",
- class: "mdc-typography--headline5",
- $text: _l.t("password") + ": "
- },
- window._app.widgets.inputTextFieldOutlined({
- "id": 'passwordInput',
- "label": _l.t("password"),
- "value": this._pass,
- "type": "password",
- "init": function () {
- this._passField = new mdc.textField.MDCTextField(this);
- }
- }),
- ]
- },
- {
- $type: "div",
- class: "mdc-layout-grid__cell mdc-layout-grid__cell--span-12",
- $components: [
- window._app.widgets.buttonRaised(
- {
- "label": _l.t("sign up"),
- "onclick": function (e) {
- e.preventDefault();
- let alias = this._aliasField.value;
- let pass = this._passField.value
- if (pass.length < 7) {
- new Noty({
- text: "Your passphrase needs to be longer than 7 letters",
- timeout: 2000,
- theme: 'mint',
- layout: 'bottomRight',
- type: 'error'
- }).show();
- } else {
- //
- _LCSDB.user().create(alias, pass,
- function (ack) {
- if (!ack.wait) { }
- if (ack.err) {
- console.log(ack.err)
- return ack.err
- };
- if (ack.pub) {
- let userObj = {
- 'alias': alias,
- 'pub': ack.pub
- };
- _LCSDB.get('users').get(alias).put(userObj);
- }
- _LCSDB.user().auth(alias, pass);
- });
- }
- }
- }),
- _app.widgets.space,
- window._app.widgets.buttonRaised(
- {
- "label": _l.t("sign in"),
- "onclick": function (e) {
- e.preventDefault();
- let alias = this._aliasField.value;
- let pass = this._passField.value
- _app.helpers.authUser(alias, pass);
- // _LCSDB.user().auth.call(_LCSDB, alias, pass
- // // , function(ack) {
- // // if (ack.err) {
- // // new Noty({
- // // text: ack.err,
- // // timeout: 2000,
- // // theme: 'mint',
- // // layout: 'bottomRight',
- // // type: 'error'
- // // }).show();
- // // }
- // //}
- // );
- }
- })
- ]
- }
- ]
- }
- ]
- }
- }
- return loginGUI
- }
- }
- export { Widgets }
|