Skip to content

Commit a373540

Browse files
author
hikki
committed
1.5
1 parent 8ce68d5 commit a373540

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

resources/assets/component.js

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,6 @@ function _componentAlert(message, time = 1, callback = function () {
4343
}
4444

4545
class ComponentDot {
46-
DOM;
47-
SELECT_DOM;
48-
CONTENT_DOM;
49-
dataDOM;
50-
insertDOM;
51-
deleteDOM;
52-
selected_data;
53-
select_data;
54-
insert_data;
55-
delete_data;
56-
5746
constructor(name, selected, select) {
5847
this.DOM = document.getElementById(name);
5948
let selected_dom = '';
@@ -161,16 +150,6 @@ class ComponentDot {
161150
}
162151

163152
class ComponentLine {
164-
DOM;
165-
TBODY_DOM;
166-
TABLE_DOM;
167-
NAME;
168-
COLUMNS;
169-
DATA;
170-
OPTIONS;
171-
DATA_INPUT;
172-
SORTABLE;
173-
174153
constructor(name, columns, data, options={}) {
175154
this.DOM = document.getElementById(name);
176155
this.NAME = name;
@@ -390,13 +369,6 @@ class ComponentLine {
390369
}
391370

392371
class ComponentPlane {
393-
MODEL_BODY_DOM;
394-
LOADING_DOM;
395-
URL;
396-
XHR_URL;
397-
METHOD;
398-
OPTIONS;
399-
CALLBACK;
400372
_loadingSvg=`<svg version="1.1" style='width: 100%;height:100px' xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
401373
width="40px" height="40px" viewBox="0 0 40 40" enable-background="new 0 0 40 40" xml:space="preserve">
402374
<path opacity="0.2" fill="#000" d="M20.201,5.169c-8.254,0-14.946,6.692-14.946,14.946c0,8.255,6.692,14.946,14.946,14.946

0 commit comments

Comments
 (0)