Skip to content

Commit

Permalink
Implemented the Dash-1.14 tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasanthlmsace committed Apr 28, 2024
1 parent 4f80608 commit 8b711c5
Show file tree
Hide file tree
Showing 22 changed files with 2,115 additions and 260 deletions.
3 changes: 3 additions & 0 deletions amd/build/gradient.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions amd/build/gradient.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions amd/build/gradienthandler.min.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
define(['jquery', 'core/str'], function (jQuery) {
return {
init: function() {
alert('demo');
}
}
});
3 changes: 3 additions & 0 deletions amd/build/lc_color_picker.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions amd/build/lc_color_picker.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions amd/build/lc_color_picker.min.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions amd/src/gradient.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
define(['block_dash/lc_color_picker'], function(Picker) {
return Picker;
});
7 changes: 7 additions & 0 deletions amd/src/gradienthandler.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
define(['jquery', 'core/str'], function (jQuery) {
return {
init: function() {
alert('demo');
}
}
});
Loading

0 comments on commit 8b711c5

Please sign in to comment.