Lines Matching refs:o
16 var __decorate = this && this.__decorate || function (e, t, o, i) {
17 …, a = arguments.length, d = a < 3 ? t : null === i ? i = Object.getOwnPropertyDescriptor(t, o) : i;
18 …lect.decorate(e, t, o, i); else for (var r = e.length - 1;r >= 0; r--) (s = e[r]) && (d = (a < 3 ?…
19 return a > 3 && d && Object.defineProperty(t, o, d), d
25 const o = "#FFFFFF"; constant
33 if (Array.isArray(e)) for (let o = 0,
34 …i = e.length;o < i; o++) this.on(e[o], t); else (this._events[e] || (this._events[e] = [])).push(t)
38 let o = this;
41 o.off(e, i);
51 if (Array.isArray(e)) for (let o = 0, i = e.length;o < i; o++) this.off(e[o], t);
52 const o = this._events[e];
53 if (!o) return;
55 let i, s = o.length;
57 i = o[s];
59 o.splice(s, 1);
66 let o = this;
70 i[e].apply(o, t)
151 this.listeners.forEach((o => {
152 o.onDataMove(e, t)
305 constructor(e, t, o, i, s, a) { argument
317 this.imageEditSource = null != o ? o : this.imageNormalSource;
983 let o = [], i = !1;
984 o.unshift(t);
985 let s = o.shift();
989 o.unshift(...s.children);
990 s = o.shift()
997 let o = !1;
1000 for (;!o && i; ) {
1002 o = e(i)
1006 if (!o) {
1017 updateParentChildNum(e, t, o) { argument
1021 … e.getChildNodeInfo().allChildNum = t ? e.getChildNodeInfo().allChildNum + o : e.getChildNodeInfo()
1022 … .allChildNum - o;
1032 this.contains((function (o) { argument
1033 if (o.currentNodeId == e) {
1034 t = o;
1042 addNode(e, t, o) { argument
1058 let s = new c(o);
1075 let o = this.INITIAL_INVALID_VALUE;
1077 o = i;
1080 return o
1084 let o = [];
1086 o.push(e);
1089 o.forEach((e => {
1095 removeNode(e, t, o) { argument
1103 }), o);
1106 let o = this.findNodeIndex(i.children, e);
1107 if (o < 0) throw new Error("Node does not exist.");
1109 var s = i.children[o].getChildNodeInfo().allChildNum + 1;
1110 this.freeNodeMemory(i.children[o], t);
1111 let e = i.children.splice(o, 1);
1125 this.contains((function (o) { argument
1126 if (o.currentNodeId == e) {
1127 t = o;
1132 let o = { class in C.getNewNodeInfo
1141 o.icon = t.getNodeItem().imageNode.normalSource;
1142 o.selectedIcon = t.getNodeItem().imageNode.selectedSource;
1143 o.editIcon = t.getNodeItem().imageNode.editSource;
1144 o.menu = t.getMenu()
1146 o.icon = null;
1147 o.selectedIcon = null;
1148 o.editIcon = null;
1149 o.menu = t.getMenu()
1151 o.icon = null != t.children[0].getNodeItem().imageNode ? t.children[0].getNodeItem()
1154 o.selectedIcon = null != t.children[0].getNodeItem().imageNode ? t.children[0].getNodeItem()
1157 o.editIcon = null != t.children[0].getNodeItem().imageNode ? t.children[0].getNodeItem()
1160 o.menu = t.children[0].getMenu()
1162 o.icon = null;
1163 o.selectedIcon = null;
1164 o.editIcon = null;
1165 o.menu = t.children[0].getMenu()
1167 return o
1172 this.contains((function (o) { argument
1173 if (o.currentNodeId == e) {
1174 t = o;
1182 var o = new Array(t.children.length);
1183 for (let e = 0;e < o.length; e++) o[e] = 0;
1184 … for (let e = 0;e < t.children.length && e < o.length; e++) o[e] = t.children[e].currentNodeId;
1185 return o
1193 this.contains((function (o) { argument
1194 if (o.currentNodeId == e) {
1195 t = o;
1203 var o = new Array(t.children.length);
1204 …for (let e = 0;e < o.length; e++) o[e] = { itemId: null, itemIcon: null, itemTitle: null, isFolder… class in C.getClickNodeChildrenInfo
1205 for (let e = 0;e < t.children.length && e < o.length; e++) {
1206 o[e].itemId = t.children[e].currentNodeId;
1207 …t.children[e].getNodeItem().imageNode && (o[e].itemIcon = t.children[e].getNodeItem().imageNode.so…
1208 … t.children[e].getNodeItem().mainTitleNode && (o[e].itemTitle = t.children[e].getNodeItem()
1211 o[e].isFolder = t.children[e].getIsFolder()
1213 return o
2456 popupForShowTitle(e, t, o, i = null) {
2457 this.observeComponentCreation(((e, o) => {
2500 o || Row.pop();
2514 Text.fontColor(o);
2526 draggingPopup(e, o = null) {
2549 this.observeComponentCreation(((o, i) => {
2550 ViewStackProcessor.StartGetAccessRecordingFor(o);
2553 this.observeComponentCreation(((o, i) => {
2554 ViewStackProcessor.StartGetAccessRecordingFor(o);
2563 this.observeComponentCreation(((t, o) => {
2570 o || Image.pop();
2579 this.observeComponentCreation(((t, o) => {
2594 o || Row.pop();
2597 this.observeComponentCreation(((t, o) => {
2601 this.observeComponentCreation(((t, o) => {
2609 o || Text.pop();
2614 o || If.pop();
2634 let o = Math.floor(e.getY() / 48);
2636 if (o >= this.listNodeDataSource.totalCount()) {
2638 o = this.listNodeDataSource.totalCount() - 1;
2639 this.listNodeDataSource.getData(o).setIsOverBorder(!0);
2641 } else this.listNodeDataSource.getData(o).setIsOverBorder(!1);
2642 let s = this.listNodeDataSource.getData(o).getCurrentNodeId();
2643 … if (o != this.listNodeDataSource.getLastPassIndex() && this.listNodeDataSource.getIsInnerDrag()) {
2645 this.listNodeDataSource.setPassIndex(o);
2652 this.listNodeDataSource.setLastPassIndex(o);
2653 this.listNodeDataSource.setVisibility(t, o, i);
2656 this.listNodeDataSource.delayHighLightAndExpandNode(_.call(e, s), s, o)
2677 let o = this.listNodeDataSource.getPassIndex();
2684 if (o == this.listNodeDataSource.totalCount()) {
2686 o -= 1
2688 let s = this.listNodeDataSource.getData(o);
2707 this.listNodeDataSource.notifyDataChange(o);
2753 const a = (t, o) => {
2766 let o = JSON.parse(t).selectedIndex;
2767 let s = this.listNodeDataSource.getData(o);
2769 if (o >= this.listNodeDataSource.totalCount() || null == o) {
2779 this.listNodeDataSource.notifyDataChange(o);
2786 o || ListItem.pop();
2801 let o = _.call(t, i.getNodeCurrentNodeId());
2805 t.listNodeDataSource.setClickIndex(o);
2806 t.listNodeDataSource.setPopUpInfo(l.HINTS, h.NONE,!1, o);
2858 let o = _.call(t, i.getNodeCurrentNodeId());
2860 t.listNodeDataSource.setClickIndex(o);
2864 … this.listNodeDataSource.getIsTouchDown() || t.listNodeDataSource.handleEvent(r.TOUCH_DOWN, o)
2871 t.listNodeDataSource.handleEvent(r.TOUCH_UP, o)
2876 let o = _.call(t, i.getNodeCurrentNodeId());
2877 …aSource.handleEvent(r.HOVER, o) : t.listNodeDataSource.getIsTouchDown() || t.listNodeDataSource.ha…
2899 this.observeComponentCreation(((e, o) => {
2903 this.observeComponentCreation(((e, o) => {
2910 o || Row.pop();
2936 o || If.pop();
3007 var o = _.call(t, i.getNodeCurrentNodeId());
3012 … for (let o = 0;o < e.length; o++) t.checkInvalidPattern(e[o]) || (s += e[o]);
3014 t.listNodeDataSource.setPopUpInfo(l.WARNINGS, h.INVALID_ERROR,!0, o)
3018 t.listNodeDataSource.setPopUpInfo(l.WARNINGS, h.INVALID_ERROR,!1, o)
3023 t.listNodeDataSource.setPopUpInfo(l.WARNINGS, h.LENGTH_ERROR,!0, o)
3026 t.listNodeDataSource.setPopUpInfo(l.WARNINGS, h.LENGTH_ERROR,!1, o);
3027 t.listNodeDataSource.setMainTitleNameOnEdit(o, s)
3032 var o = _.call(t, i.getNodeCurrentNodeId());
3033 t.listNodeDataSource.setPopUpInfo(l.WARNINGS, h.NONE,!1, o);
3034 t.listNodeDataSource.setItemVisibilityOnEdit(o, n.COMMIT_NODE)
3089 this.observeComponentCreation(((e, o) => {
3095 o || Row.pop();
3101 Image.fillColor(i.getNodeItem().imageCollapse.isCollapse ? t : o);
3182 let o = _.call(t, i.getNodeCurrentNodeId());
3186 t.listNodeDataSource.setClickIndex(o);
3187 t.listNodeDataSource.setPopUpInfo(l.HINTS, h.NONE,!1, o);
3239 let o = _.call(t, i.getNodeCurrentNodeId());
3241 t.listNodeDataSource.setClickIndex(o);
3245 … this.listNodeDataSource.getIsTouchDown() || t.listNodeDataSource.handleEvent(r.TOUCH_DOWN, o)
3252 t.listNodeDataSource.handleEvent(r.TOUCH_UP, o)
3257 let o = _.call(t, i.getNodeCurrentNodeId());
3258 …aSource.handleEvent(r.HOVER, o) : t.listNodeDataSource.getIsTouchDown() || t.listNodeDataSource.ha…
3280 this.observeComponentCreation(((e, o) => {
3284 this.observeComponentCreation(((e, o) => {
3291 o || Row.pop();
3317 o || If.pop();
3388 var o = _.call(t, i.getNodeCurrentNodeId());
3393 … for (let o = 0;o < e.length; o++) t.checkInvalidPattern(e[o]) || (s += e[o]);
3395 t.listNodeDataSource.setPopUpInfo(l.WARNINGS, h.INVALID_ERROR,!0, o)
3399 t.listNodeDataSource.setPopUpInfo(l.WARNINGS, h.INVALID_ERROR,!1, o)
3404 t.listNodeDataSource.setPopUpInfo(l.WARNINGS, h.LENGTH_ERROR,!0, o)
3407 t.listNodeDataSource.setPopUpInfo(l.WARNINGS, h.LENGTH_ERROR,!1, o);
3408 t.listNodeDataSource.setMainTitleNameOnEdit(o, s)
3413 var o = _.call(t, i.getNodeCurrentNodeId());
3414 t.listNodeDataSource.setPopUpInfo(l.WARNINGS, h.NONE,!1, o);
3415 t.listNodeDataSource.setItemVisibilityOnEdit(o, n.COMMIT_NODE)
3470 this.observeComponentCreation(((e, o) => {
3476 o || Row.pop();
3482 Image.fillColor(i.getNodeItem().imageCollapse.isCollapse ? t : o);
3597 let o = this.listNodeUtils.removeNode(e, t, this.listNodeUtils.traverseNodeBF);
3598 this.listNodeDataSource.refreshData(this.listNodeUtils, n.REMOVE_NODE, t, o);
3620 let o = this.nodeIdList[this.nodeIdList.length-1];
3621 this.listNodeUtils.addNewNodeId = o;
3622 this.listNodeUtils.addNode(e, o, {
3631 this.listNodeDataSource.refreshData(this.listNodeUtils, n.ADD_NODE, e, [o])
3660 refreshNode(e, t = "", o = "") { argument
3661 this.listNodeDataSource.setNodeSubtitlePara(e, t, o)