Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/html/lib/onyx/source/package.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/lib/onyx/source/package.js')
-rw-r--r--html/lib/onyx/source/package.js37
1 files changed, 37 insertions, 0 deletions
diff --git a/html/lib/onyx/source/package.js b/html/lib/onyx/source/package.js
new file mode 100644
index 0000000..4a5ff50
--- /dev/null
+++ b/html/lib/onyx/source/package.js
@@ -0,0 +1,37 @@
+enyo.depends(
+ "css/",
+ "Icon.js",
+ "Button.js",
+ "IconButton.js",
+ "Checkbox.js",
+ "Drawer.js",
+ "Grabber.js",
+ "Groupbox.js",
+ "Input.js",
+ "Popup.js",
+ "TextArea.js",
+ "RichText.js",
+ "InputDecorator.js",
+ "Tooltip.js",
+ "TooltipDecorator.js",
+ "MenuDecorator.js",
+ "Menu.js",
+ "MenuItem.js",
+ "PickerDecorator.js",
+ "PickerButton.js",
+ "Picker.js",
+ "FlyweightPicker.js",
+ "RadioButton.js",
+ "RadioGroup.js",
+ "ToggleButton.js",
+ "Toolbar.js",
+ "Tooltip.js",
+ "TooltipDecorator.js",
+ "ProgressBar.js",
+ "ProgressButton.js",
+ "Scrim.js",
+ "Slider.js",
+ "Item.js",
+ "Spinner.js",
+ "MoreToolbar.js"
+);