Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarkov authored Oct 11, 2019
1 parent 180b09b commit 1a599eb
Show file tree
Hide file tree
Showing 50 changed files with 1,141 additions and 777 deletions.
32 changes: 16 additions & 16 deletions source/modules/smart.accordion.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
import "../smart.element.js";
import "../smart.scrollbar.js";
import "../smart.button.js";
import "../smart.accordion.js";

export class smartAccordion extends Smart.Component {
get name() {
return 'smartAccordion';
}
}

export class smartAccordionItem extends Smart.Component {
get name() {
return 'smartAccordionItem';
}
}
import "../smart.element.js";
import "../smart.scrollbar.js";
import "../smart.button.js";
import "../smart.accordion.js";

export class smartAccordion extends Smart.Component {
get name() {
return 'smartAccordion';
}
}

export class smartAccordionItem extends Smart.Component {
get name() {
return 'smartAccordionItem';
}
}
20 changes: 10 additions & 10 deletions source/modules/smart.breadcrumb.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import "../smart.element.js";
import "../smart.scrollbar.js";
import "../smart.button.js";
import "../smart.breadcrumb.js";

export class smartBreadCrumb extends Smart.Component {
get name() {
return 'smartBreadCrumb';
}
}
import "../smart.element.js";
import "../smart.scrollbar.js";
import "../smart.button.js";
import "../smart.breadcrumb.js";

export class smartBreadCrumb extends Smart.Component {
get name() {
return 'smartBreadCrumb';
}
}
104 changes: 52 additions & 52 deletions source/modules/smart.button.js
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
import "../smart.element.js";
import "../smart.button.js";
import "../smart.powerbutton.js";
import "../smart.radiobutton.js";
import "../smart.checkbox.js";
import "../smart.dropdownbutton.js";
import "../smart.switchbutton.js";

export class smartButton extends Smart.Component {
get name() {
return 'smartButton';
}
}

export class smartToggleButton extends Smart.Component {
get name() {
return 'smartToggleButton';
}
}

export class smartRepeatButton extends Smart.Component {
get name() {
return 'smartRepeatButton';
}
}

export class smartSwitchButton extends Smart.Component {
get name() {
return 'smartSwitchButton';
}
}

export class smartCheckBox extends Smart.Component {
get name() {
return 'smartCheckBox';
}
};
export class smartPowerButton extends Smart.Component{
get name() {
return 'smartPowerButton';
}
};
export class smartRadioButton extends Smart.Component{
get name() {
return 'smartRadioButton';
}
};
export class smartDropDownButton extends Smart.Component{
get name() {
return 'smartDropDownButton';
}
};
import "../smart.element.js";
import "../smart.button.js";
import "../smart.powerbutton.js";
import "../smart.radiobutton.js";
import "../smart.checkbox.js";
import "../smart.dropdownbutton.js";
import "../smart.switchbutton.js";

export class smartButton extends Smart.Component {
get name() {
return 'smartButton';
}
}

export class smartToggleButton extends Smart.Component {
get name() {
return 'smartToggleButton';
}
}

export class smartRepeatButton extends Smart.Component {
get name() {
return 'smartRepeatButton';
}
}

export class smartSwitchButton extends Smart.Component {
get name() {
return 'smartSwitchButton';
}
}

export class smartCheckBox extends Smart.Component {
get name() {
return 'smartCheckBox';
}
};
export class smartPowerButton extends Smart.Component{
get name() {
return 'smartPowerButton';
}
};
export class smartRadioButton extends Smart.Component{
get name() {
return 'smartRadioButton';
}
};
export class smartDropDownButton extends Smart.Component{
get name() {
return 'smartDropDownButton';
}
};
28 changes: 14 additions & 14 deletions source/modules/smart.calendar.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import "../smart.element.js";
import "../smart.scrollbar.js";
import "../smart.button.js";
import "../smart.listbox.js";
import "../smart.dropdownlist.js";
import "../smart.date.js";
import "../smart.tooltip.js";
import "../smart.calendar.js";

export class smartCalendar extends Smart.Component {
get name() {
return 'smartCalendar';
}
}
import "../smart.element.js";
import "../smart.scrollbar.js";
import "../smart.button.js";
import "../smart.listbox.js";
import "../smart.dropdownlist.js";
import "../smart.date.js";
import "../smart.tooltip.js";
import "../smart.calendar.js";

export class smartCalendar extends Smart.Component {
get name() {
return 'smartCalendar';
}
}
16 changes: 8 additions & 8 deletions source/modules/smart.card.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import "../smart.element.js";
import "../smart.card.js";

export class smartCard extends Smart.Component {
get name() {
return 'smartCard';
}
}
import "../smart.element.js";
import "../smart.card.js";

export class smartCard extends Smart.Component {
get name() {
return 'smartCard';
}
}
70 changes: 35 additions & 35 deletions source/modules/smart.cardview.js
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
import "../smart.element.js";
import "../smart.button.js";
import "../smart.card.js";
import "../smart.carousel.js";
import "../smart.checkbox.js";
import "../smart.sortable.js";
import "../smart.date.js";
import "../smart.draw.js";
import "../smart.math.js";
import "../smart.numeric.js";
import "../smart.dropdownlist.js";
import "../smart.listbox.js";
import "../smart.tooltip.js";
import "../smart.calendar.js";
import "../smart.timepicker.js";
import "../smart.datetimepicker.js";
import "../smart.filter.js";
import "../smart.input.js";
import "../smart.complex.js";
import "../smart.numerictextbox.js";
import "../smart.gridpanel.js";
import "../smart.data.js";
import "../smart.scrollbar.js";
import "../smart.switchbutton.js";
import "../smart.window.js";
import "../smart.cardview.js";

export class smartCardView extends Smart.Component {
get name() {
return 'smartCardView';
}
}

export class smartDataAdapter extends Smart.DataAdapter {
}
import "../smart.element.js";
import "../smart.button.js";
import "../smart.card.js";
import "../smart.carousel.js";
import "../smart.checkbox.js";
import "../smart.sortable.js";
import "../smart.date.js";
import "../smart.draw.js";
import "../smart.math.js";
import "../smart.numeric.js";
import "../smart.dropdownlist.js";
import "../smart.listbox.js";
import "../smart.tooltip.js";
import "../smart.calendar.js";
import "../smart.timepicker.js";
import "../smart.datetimepicker.js";
import "../smart.filter.js";
import "../smart.input.js";
import "../smart.complex.js";
import "../smart.numerictextbox.js";
import "../smart.gridpanel.js";
import "../smart.data.js";
import "../smart.scrollbar.js";
import "../smart.switchbutton.js";
import "../smart.window.js";
import "../smart.cardview.js";

export class smartCardView extends Smart.Component {
get name() {
return 'smartCardView';
}
}

export class smartDataAdapter extends Smart.DataAdapter {
}
20 changes: 10 additions & 10 deletions source/modules/smart.carousel.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import "../smart.element.js";
import "../smart.button.js";
import "../smart.scrollbar.js";
import "../smart.carousel.js";

export class smartCarousel extends Smart.Component {
get name() {
return 'smartCarousel';
}
}
import "../smart.element.js";
import "../smart.button.js";
import "../smart.scrollbar.js";
import "../smart.carousel.js";

export class smartCarousel extends Smart.Component {
get name() {
return 'smartCarousel';
}
}
40 changes: 20 additions & 20 deletions source/modules/smart.chart.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
import "../smart.element.js";
import "../smart.button.js";
import "../smart.scrollbar.js";
import "../smart.data.js";
import "../smart.draw.js";
import "../smart.chart.core.js";
import "../smart.chart.rangeselector.js";
import "../smart.chart.api.js";
import "../smart.chart.waterfall.js";
import "../smart.chart.annotations.js";
import "../smart.export.js";

export class smartChart extends Smart.Component {
get name() {
return 'smartChart';
}
}

export class smartDataAdapter extends Smart.DataAdapter {
}
import "../smart.element.js";
import "../smart.button.js";
import "../smart.scrollbar.js";
import "../smart.data.js";
import "../smart.draw.js";
import "../smart.chart.core.js";
import "../smart.chart.rangeselector.js";
import "../smart.chart.api.js";
import "../smart.chart.waterfall.js";
import "../smart.chart.annotations.js";
import "../smart.export.js";

export class smartChart extends Smart.Component {
get name() {
return 'smartChart';
}
}

export class smartDataAdapter extends Smart.DataAdapter {
}
52 changes: 52 additions & 0 deletions source/modules/smart.checkbox.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
import "../smart.element.js";
import "../smart.button.js";
import "../smart.powerbutton.js";
import "../smart.radiobutton.js";
import "../smart.checkbox.js";
import "../smart.dropdownbutton.js";
import "../smart.switchbutton.js";

export class smartButton extends Smart.Component {
get name() {
return 'smartButton';
}
}

export class smartToggleButton extends Smart.Component {
get name() {
return 'smartToggleButton';
}
}

export class smartRepeatButton extends Smart.Component {
get name() {
return 'smartRepeatButton';
}
}

export class smartSwitchButton extends Smart.Component {
get name() {
return 'smartSwitchButton';
}
}

export class smartCheckBox extends Smart.Component {
get name() {
return 'smartCheckBox';
}
};
export class smartPowerButton extends Smart.Component{
get name() {
return 'smartPowerButton';
}
};
export class smartRadioButton extends Smart.Component{
get name() {
return 'smartRadioButton';
}
};
export class smartDropDownButton extends Smart.Component{
get name() {
return 'smartDropDownButton';
}
};
Loading

0 comments on commit 1a599eb

Please sign in to comment.