bootstrap-for-ember-rails 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitmodules +1 -1
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/.gitignore +2 -2
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/Gruntfile.js +10 -12
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/README.md +13 -1
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/app/scripts/views/ItemPaneView.coffee +1 -8
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/bower.json +1 -1
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/dist/js/bs-alert.max.js +11 -126
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/dist/js/bs-alert.min.js +1 -1
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/dist/js/bs-badge.max.js +6 -14
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/dist/js/bs-badge.min.js +1 -1
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/dist/js/bs-basic.max.js +80 -151
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/dist/js/bs-basic.min.js +1 -1
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/dist/js/bs-breadcrumbs.max.js +1 -1
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/dist/js/bs-breadcrumbs.min.js +1 -1
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/dist/js/bs-button.max.js +20 -156
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/dist/js/bs-button.min.js +1 -1
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/dist/js/bs-core.max.js +14 -68
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/dist/js/bs-core.min.js +1 -1
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/dist/js/bs-growl-notifications.min.js +1 -1
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/dist/js/bs-items-action-bar.min.js +1 -1
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/dist/js/bs-label.max.js +6 -14
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/dist/js/bs-label.min.js +1 -1
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/dist/js/bs-list-group.min.js +1 -1
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/dist/js/bs-modal.max.js +157 -106
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/dist/js/bs-modal.min.js +1 -1
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/dist/js/bs-nav.min.js +1 -1
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/dist/js/bs-notifications.min.js +1 -1
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/dist/js/bs-popover.max.js +21 -3
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/dist/js/bs-popover.min.js +1 -1
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/dist/js/bs-progressbar.max.js +22 -47
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/dist/js/bs-progressbar.min.js +1 -1
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/dist/js/bs-wizard.min.js +1 -1
- data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/package.json +1 -1
- data/lib/bootstrap-for-ember-rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4267926e8fcd86b39d4c8ccaaaf3b784874a8967
|
4
|
+
data.tar.gz: f9572c03355bef512d9828b55c75b355d5cdd74b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c0f32127cfd8dddda6fa6d1277e61af50b73f9225e79005ee6c79b7fa5ea0b800864d389af4120ceb3c8c6e799766220d97a7fc2689a9dc7ce7358b231a1bd5f
|
7
|
+
data.tar.gz: 1ea596ba26231845f40cb7e342cc2bfc391e8512dff91c8dbdbb2fb5d4db238f280b763da412954d679c6e8b8c93d67622ce535c6011276f9f1c96efaa5285d4
|
data/.gitmodules
CHANGED
@@ -37,9 +37,9 @@ module.exports = function (grunt) {
|
|
37
37
|
files: ['<%= yeoman.app %>/styles/{,*/}*.{scss,sass}'],
|
38
38
|
tasks: ['compass:server']
|
39
39
|
},
|
40
|
-
|
40
|
+
ember_templates: {
|
41
41
|
files: '<%= yeoman.app %>/templates/**/*.hbs',
|
42
|
-
tasks: ['
|
42
|
+
tasks: ['ember_templates']
|
43
43
|
},
|
44
44
|
markdown: {
|
45
45
|
files: '<%= yeoman.app %>/templates/**/*.md',
|
@@ -167,7 +167,7 @@ module.exports = function (grunt) {
|
|
167
167
|
imagesDir: '<%= yeoman.app %>/images',
|
168
168
|
javascriptsDir: '<%= yeoman.app %>/scripts',
|
169
169
|
fontsDir: '<%= yeoman.app %>/styles/fonts',
|
170
|
-
importPath: '<%= yeoman.app
|
170
|
+
importPath: '<%= yeoman.app %>/../bower_components',
|
171
171
|
httpImagesPath: '/images',
|
172
172
|
httpGeneratedImagesPath: '/images/generated',
|
173
173
|
httpFontsPath: '/styles/fonts',
|
@@ -309,7 +309,7 @@ module.exports = function (grunt) {
|
|
309
309
|
server: [
|
310
310
|
'compass',
|
311
311
|
'markdown',
|
312
|
-
'
|
312
|
+
'ember_templates',
|
313
313
|
'coffee:dist'
|
314
314
|
],
|
315
315
|
test: [
|
@@ -318,19 +318,18 @@ module.exports = function (grunt) {
|
|
318
318
|
dist: [
|
319
319
|
'coffee',
|
320
320
|
'markdown',
|
321
|
-
'
|
321
|
+
'ember_templates',
|
322
322
|
'compass',
|
323
323
|
'imagemin',
|
324
324
|
'svgmin',
|
325
325
|
'htmlmin'
|
326
326
|
]
|
327
327
|
},
|
328
|
-
|
328
|
+
ember_templates: {
|
329
329
|
compile_components: {
|
330
330
|
options: {
|
331
|
-
|
332
|
-
|
333
|
-
return fromComponent.substring(0,fromComponent.length-4);
|
331
|
+
templateName: function(filename) {
|
332
|
+
return filename.substring(filename.lastIndexOf('/components/')+1,filename.length);
|
334
333
|
},
|
335
334
|
namespace: "Ember.TEMPLATES"
|
336
335
|
},
|
@@ -356,9 +355,8 @@ module.exports = function (grunt) {
|
|
356
355
|
},
|
357
356
|
compile_showcase: {
|
358
357
|
options: {
|
359
|
-
|
360
|
-
|
361
|
-
return fromShowcase.substring(fromShowcase.indexOf('/')+1,fromShowcase.length-4);
|
358
|
+
templateName: function(filename) {
|
359
|
+
return filename.substring(filename.lastIndexOf('/showcase/')+1,filename.length).replace('showcase/', '');
|
362
360
|
},
|
363
361
|
namespace: "Ember.TEMPLATES"
|
364
362
|
},
|
@@ -1,3 +1,16 @@
|
|
1
|
+
#### This project is deprecated, why?
|
2
|
+
|
3
|
+
While this project is currently used in many production applications, we have decided to discontinue the development for the development of our new rich components available here: http://indexiatech.github.io/ember-components
|
4
|
+
|
5
|
+
There are several advantaged for using [Indexia Ember Components](http://indexiatech.github.io/ember-components), some of them are:
|
6
|
+
|
7
|
+
* Components were refactored and designed much better.
|
8
|
+
* Components are Ember-Cli addons for easy integration.
|
9
|
+
* Components are splitted into addons in order to avoid blowing up the app size with unneccessary bits.
|
10
|
+
|
11
|
+
For more info see: http://indexiatech.github.io/ember-components/#/overview
|
12
|
+
|
13
|
+
|
1
14
|
# Bootstrap for Ember
|
2
15
|
|
3
16
|
_Bootstrap for Ember.js_ is a collection of UI components based on Twitter Bootstrap *v3* for Ember.js
|
@@ -16,7 +29,6 @@ using Bootstrap as is, see showcase!
|
|
16
29
|
#### Bootstrap for Ember [ShowCase](http://ember-addons.github.io/bootstrap-for-ember)
|
17
30
|
|
18
31
|
#### For forms components, take a look at [Ember Forms](http://indexiatech.github.io/ember-forms) project
|
19
|
-
#### For new rich set of UI components (not specifically for Bootstrap) look at [Ember Components](http://indexiatech.github.io/ember-components/#/overview)
|
20
32
|
|
21
33
|
## Why?
|
22
34
|
|
data/lib/bootstrap-for-ember-rails/bootstrap-for-ember/app/scripts/views/ItemPaneView.coffee
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
Bootstrap.ItemPaneView = Ember.View.extend(
|
2
|
-
|
2
|
+
template: Ember.Handlebars.compile('{{#if view.content.template}}{{partial view.content.template}}{{/if}}')
|
3
3
|
|
4
4
|
corrItem: (->
|
5
5
|
if @get('parentView').get('corrItemsView')?
|
@@ -20,10 +20,3 @@ Bootstrap.ItemPaneView = Ember.View.extend(
|
|
20
20
|
).property('content')
|
21
21
|
)
|
22
22
|
|
23
|
-
#TODO: Is there a simple way to do this without passing through a helper?
|
24
|
-
Ember.Handlebars.helper("bsItemPanePartial", (templateName, options) ->
|
25
|
-
view = options.data.view
|
26
|
-
template = view.templateForName(templateName)
|
27
|
-
Ember.assert("Unable to find template with name '#{templateName}'", template)
|
28
|
-
template(@, { data: options.data })
|
29
|
-
)
|
@@ -1,102 +1,3 @@
|
|
1
|
-
/* ========================================================================
|
2
|
-
* Bootstrap: alert.js v3.0.0
|
3
|
-
* http://twbs.github.com/bootstrap/javascript.html#alerts
|
4
|
-
* ========================================================================
|
5
|
-
* Copyright 2013 Twitter, Inc.
|
6
|
-
*
|
7
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
8
|
-
* you may not use this file except in compliance with the License.
|
9
|
-
* You may obtain a copy of the License at
|
10
|
-
*
|
11
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
12
|
-
*
|
13
|
-
* Unless required by applicable law or agreed to in writing, software
|
14
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
15
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16
|
-
* See the License for the specific language governing permissions and
|
17
|
-
* limitations under the License.
|
18
|
-
* ======================================================================== */
|
19
|
-
|
20
|
-
|
21
|
-
+function ($) { "use strict";
|
22
|
-
|
23
|
-
// ALERT CLASS DEFINITION
|
24
|
-
// ======================
|
25
|
-
|
26
|
-
var dismiss = '[data-dismiss="alert"]'
|
27
|
-
var Alert = function (el) {
|
28
|
-
$(el).on('click', dismiss, this.close)
|
29
|
-
}
|
30
|
-
|
31
|
-
Alert.prototype.close = function (e) {
|
32
|
-
var $this = $(this)
|
33
|
-
var selector = $this.attr('data-target')
|
34
|
-
|
35
|
-
if (!selector) {
|
36
|
-
selector = $this.attr('href')
|
37
|
-
selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
|
38
|
-
}
|
39
|
-
|
40
|
-
var $parent = $(selector)
|
41
|
-
|
42
|
-
if (e) e.preventDefault()
|
43
|
-
|
44
|
-
if (!$parent.length) {
|
45
|
-
$parent = $this.hasClass('alert') ? $this : $this.parent()
|
46
|
-
}
|
47
|
-
|
48
|
-
$parent.trigger(e = $.Event('close.bs.alert'))
|
49
|
-
|
50
|
-
if (e.isDefaultPrevented()) return
|
51
|
-
|
52
|
-
$parent.removeClass('in')
|
53
|
-
|
54
|
-
function removeElement() {
|
55
|
-
$parent.trigger('closed.bs.alert').remove()
|
56
|
-
}
|
57
|
-
|
58
|
-
$.support.transition && $parent.hasClass('fade') ?
|
59
|
-
$parent
|
60
|
-
.one($.support.transition.end, removeElement)
|
61
|
-
.emulateTransitionEnd(150) :
|
62
|
-
removeElement()
|
63
|
-
}
|
64
|
-
|
65
|
-
|
66
|
-
// ALERT PLUGIN DEFINITION
|
67
|
-
// =======================
|
68
|
-
|
69
|
-
var old = $.fn.alert
|
70
|
-
|
71
|
-
$.fn.alert = function (option) {
|
72
|
-
return this.each(function () {
|
73
|
-
var $this = $(this)
|
74
|
-
var data = $this.data('bs.alert')
|
75
|
-
|
76
|
-
if (!data) $this.data('bs.alert', (data = new Alert(this)))
|
77
|
-
if (typeof option == 'string') data[option].call($this)
|
78
|
-
})
|
79
|
-
}
|
80
|
-
|
81
|
-
$.fn.alert.Constructor = Alert
|
82
|
-
|
83
|
-
|
84
|
-
// ALERT NO CONFLICT
|
85
|
-
// =================
|
86
|
-
|
87
|
-
$.fn.alert.noConflict = function () {
|
88
|
-
$.fn.alert = old
|
89
|
-
return this
|
90
|
-
}
|
91
|
-
|
92
|
-
|
93
|
-
// ALERT DATA-API
|
94
|
-
// ==============
|
95
|
-
|
96
|
-
$(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close)
|
97
|
-
|
98
|
-
}(window.jQuery);
|
99
|
-
|
100
1
|
(function() {
|
101
2
|
Bootstrap.BsAlertComponent = Ember.Component.extend(Bootstrap.TypeSupport, {
|
102
3
|
classNames: ['alert'],
|
@@ -128,31 +29,15 @@
|
|
128
29
|
|
129
30
|
}).call(this);
|
130
31
|
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
data.buffer.push("\n <a class=\"close\" data-dismiss=\"alert\" href=\"#\">×</a>\n");
|
143
|
-
}
|
144
|
-
|
145
|
-
hashTypes = {};
|
146
|
-
hashContexts = {};
|
147
|
-
stack1 = helpers['if'].call(depth0, "dismiss", {hash:{},inverse:self.noop,fn:self.program(1, program1, data),contexts:[depth0],types:["ID"],hashContexts:hashContexts,hashTypes:hashTypes,data:data});
|
148
|
-
if(stack1 || stack1 === 0) { data.buffer.push(stack1); }
|
149
|
-
data.buffer.push("\n");
|
150
|
-
hashTypes = {};
|
151
|
-
hashContexts = {};
|
152
|
-
data.buffer.push(escapeExpression(helpers._triageMustache.call(depth0, "message", {hash:{},contexts:[depth0],types:["ID"],hashContexts:hashContexts,hashTypes:hashTypes,data:data})));
|
153
|
-
hashTypes = {};
|
154
|
-
hashContexts = {};
|
155
|
-
data.buffer.push(escapeExpression(helpers._triageMustache.call(depth0, "yield", {hash:{},contexts:[depth0],types:["ID"],hashContexts:hashContexts,hashTypes:hashTypes,data:data})));
|
32
|
+
Ember.TEMPLATES["components/bs-alert"] = Ember.Handlebars.template({"1":function(depth0,helpers,partials,data) {
|
33
|
+
data.buffer.push(" <a class=\"close\" data-dismiss=\"alert\" href=\"#\">×</a>\n");
|
34
|
+
},"compiler":[6,">= 2.0.0-beta.1"],"main":function(depth0,helpers,partials,data) {
|
35
|
+
var stack1, buffer = '';
|
36
|
+
stack1 = helpers['if'].call(depth0, "dismiss", {"name":"if","hash":{},"hashTypes":{},"hashContexts":{},"fn":this.program(1, data),"inverse":this.noop,"types":["ID"],"contexts":[depth0],"data":data});
|
37
|
+
if (stack1 != null) { data.buffer.push(stack1); }
|
38
|
+
stack1 = helpers._triageMustache.call(depth0, "message", {"name":"_triageMustache","hash":{},"hashTypes":{},"hashContexts":{},"types":["ID"],"contexts":[depth0],"data":data});
|
39
|
+
if (stack1 != null) { data.buffer.push(stack1); }
|
40
|
+
stack1 = helpers._triageMustache.call(depth0, "yield", {"name":"_triageMustache","hash":{},"hashTypes":{},"hashContexts":{},"types":["ID"],"contexts":[depth0],"data":data});
|
41
|
+
if (stack1 != null) { data.buffer.push(stack1); }
|
156
42
|
return buffer;
|
157
|
-
|
158
|
-
});
|
43
|
+
},"useData":true});
|
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
(function(){Bootstrap.BsAlertComponent=Ember.Component.extend(Bootstrap.TypeSupport,{classNames:["alert"],classNameBindings:["fade","fade:in"],layoutName:"components/bs-alert",classTypePrefix:"alert",attributeBindings:["data-timeout"],dismissAfter:0,closedParam:null,didInsertElement:function(){var a=this;return this.dismissAfter>0&&Ember.run.later(this,"dismiss",1e3*this.dismissAfter),Ember.$("#"+this.elementId).bind("closed.bs.alert",function(){return a.sendAction("closed",a.get("closedParam")),a.destroy()}),Ember.$("#"+this.elementId).bind("close.bs.alert",function(){return a.sendAction("close",a.get("closedParam"))})},dismiss:function(){return Ember.$("#"+this.elementId).alert("close")}}),Ember.Handlebars.helper("bs-alert",Bootstrap.BsAlertComponent)}).call(this),Ember.TEMPLATES["components/bs-alert"]=Ember.Handlebars.template({1:function(a,b,c,d){d.buffer.push(' <a class="close" data-dismiss="alert" href="#">×</a>\n')},compiler:[6,">= 2.0.0-beta.1"],main:function(a,b,c,d){var e,f="";return e=b["if"].call(a,"dismiss",{name:"if",hash:{},hashTypes:{},hashContexts:{},fn:this.program(1,d),inverse:this.noop,types:["ID"],contexts:[a],data:d}),null!=e&&d.buffer.push(e),e=b._triageMustache.call(a,"message",{name:"_triageMustache",hash:{},hashTypes:{},hashContexts:{},types:["ID"],contexts:[a],data:d}),null!=e&&d.buffer.push(e),e=b._triageMustache.call(a,"yield",{name:"_triageMustache",hash:{},hashTypes:{},hashContexts:{},types:["ID"],contexts:[a],data:d}),null!=e&&d.buffer.push(e),f},useData:!0});
|
@@ -10,17 +10,9 @@
|
|
10
10
|
|
11
11
|
}).call(this);
|
12
12
|
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
var hashTypes, hashContexts, escapeExpression=this.escapeExpression;
|
20
|
-
|
21
|
-
|
22
|
-
hashTypes = {};
|
23
|
-
hashContexts = {};
|
24
|
-
data.buffer.push(escapeExpression(helpers._triageMustache.call(depth0, "content", {hash:{},contexts:[depth0],types:["ID"],hashContexts:hashContexts,hashTypes:hashTypes,data:data})));
|
25
|
-
|
26
|
-
});
|
13
|
+
Ember.TEMPLATES["components/bs-badge"] = Ember.Handlebars.template({"compiler":[6,">= 2.0.0-beta.1"],"main":function(depth0,helpers,partials,data) {
|
14
|
+
var stack1;
|
15
|
+
stack1 = helpers._triageMustache.call(depth0, "content", {"name":"_triageMustache","hash":{},"hashTypes":{},"hashContexts":{},"types":["ID"],"contexts":[depth0],"data":data});
|
16
|
+
if (stack1 != null) { data.buffer.push(stack1); }
|
17
|
+
else { data.buffer.push(''); }
|
18
|
+
},"useData":true});
|
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
(function(){Bootstrap.BsBadgeComponent=Ember.Component.extend(Bootstrap.TypeSupport,{layoutName:"components/bs-badge",tagName:"span",classNames:["badge"],classTypePrefix:"badge"}),Ember.Handlebars.helper("bs-badge",Bootstrap.BsBadgeComponent)}).call(this),Ember.TEMPLATES["components/bs-badge"]=Ember.Handlebars.template({compiler:[6,">= 2.0.0-beta.1"],main:function(a,b,c,d){var e;e=b._triageMustache.call(a,"content",{name:"_triageMustache",hash:{},hashTypes:{},hashContexts:{},types:["ID"],contexts:[a],data:d}),d.buffer.push(null!=e?e:"")},useData:!0});
|
@@ -43,7 +43,7 @@
|
|
43
43
|
}
|
44
44
|
},
|
45
45
|
click: function(event) {
|
46
|
-
return this.sendAction('clicked');
|
46
|
+
return this.sendAction('clicked', event);
|
47
47
|
},
|
48
48
|
collapsibleBodyId: (function() {
|
49
49
|
return "" + (this.get('elementId')) + "_body";
|
@@ -57,174 +57,103 @@
|
|
57
57
|
|
58
58
|
}).call(this);
|
59
59
|
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
var buffer = '', stack1, hashTypes, hashContexts, escapeExpression=this.escapeExpression, self=this;
|
67
|
-
|
68
|
-
function program1(depth0,data) {
|
69
|
-
|
70
|
-
var buffer = '', hashTypes, hashContexts;
|
71
|
-
data.buffer.push("\n <small>");
|
72
|
-
hashTypes = {};
|
73
|
-
hashContexts = {};
|
74
|
-
data.buffer.push(escapeExpression(helpers._triageMustache.call(depth0, "sub", {hash:{},contexts:[depth0],types:["ID"],hashContexts:hashContexts,hashTypes:hashTypes,data:data})));
|
75
|
-
data.buffer.push("</small>\n ");
|
60
|
+
Ember.TEMPLATES["components/bs-page-header"] = Ember.Handlebars.template({"1":function(depth0,helpers,partials,data) {
|
61
|
+
var stack1, buffer = '';
|
62
|
+
data.buffer.push(" <small>");
|
63
|
+
stack1 = helpers._triageMustache.call(depth0, "sub", {"name":"_triageMustache","hash":{},"hashTypes":{},"hashContexts":{},"types":["ID"],"contexts":[depth0],"data":data});
|
64
|
+
if (stack1 != null) { data.buffer.push(stack1); }
|
65
|
+
data.buffer.push("</small>\n");
|
76
66
|
return buffer;
|
77
|
-
|
78
|
-
|
67
|
+
},"compiler":[6,">= 2.0.0-beta.1"],"main":function(depth0,helpers,partials,data) {
|
68
|
+
var stack1, buffer = '';
|
79
69
|
data.buffer.push("<h1>\n ");
|
80
|
-
|
81
|
-
|
82
|
-
data.buffer.push(
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
stack1 = helpers['if'].call(depth0, "sub", {hash:{},inverse:self.noop,fn:self.program(1, program1, data),contexts:[depth0],types:["ID"],hashContexts:hashContexts,hashTypes:hashTypes,data:data});
|
87
|
-
if(stack1 || stack1 === 0) { data.buffer.push(stack1); }
|
88
|
-
data.buffer.push("\n</h1>");
|
70
|
+
stack1 = helpers._triageMustache.call(depth0, "title", {"name":"_triageMustache","hash":{},"hashTypes":{},"hashContexts":{},"types":["ID"],"contexts":[depth0],"data":data});
|
71
|
+
if (stack1 != null) { data.buffer.push(stack1); }
|
72
|
+
data.buffer.push("\n");
|
73
|
+
stack1 = helpers['if'].call(depth0, "sub", {"name":"if","hash":{},"hashTypes":{},"hashContexts":{},"fn":this.program(1, data),"inverse":this.noop,"types":["ID"],"contexts":[depth0],"data":data});
|
74
|
+
if (stack1 != null) { data.buffer.push(stack1); }
|
75
|
+
data.buffer.push("</h1>");
|
89
76
|
return buffer;
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
data.buffer.push(
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
helpers = this.merge(helpers, Ember.Handlebars.helpers); data = data || {};
|
108
|
-
var buffer = '', stack1, hashTypes, hashContexts, helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression, self=this;
|
109
|
-
|
110
|
-
function program1(depth0,data) {
|
111
|
-
|
112
|
-
var buffer = '', stack1, hashTypes, hashContexts;
|
113
|
-
data.buffer.push("\n <div class=\"panel-heading\">\n ");
|
114
|
-
hashTypes = {};
|
115
|
-
hashContexts = {};
|
116
|
-
stack1 = helpers['if'].call(depth0, "collapsible", {hash:{},inverse:self.program(4, program4, data),fn:self.program(2, program2, data),contexts:[depth0],types:["ID"],hashContexts:hashContexts,hashTypes:hashTypes,data:data});
|
117
|
-
if(stack1 || stack1 === 0) { data.buffer.push(stack1); }
|
118
|
-
data.buffer.push("\n ");
|
119
|
-
hashTypes = {};
|
120
|
-
hashContexts = {};
|
121
|
-
stack1 = helpers['if'].call(depth0, "dismiss", {hash:{},inverse:self.noop,fn:self.program(6, program6, data),contexts:[depth0],types:["ID"],hashContexts:hashContexts,hashTypes:hashTypes,data:data});
|
122
|
-
if(stack1 || stack1 === 0) { data.buffer.push(stack1); }
|
123
|
-
data.buffer.push("\n </div>\n");
|
77
|
+
},"useData":true});
|
78
|
+
|
79
|
+
Ember.TEMPLATES["components/bs-well"] = Ember.Handlebars.template({"compiler":[6,">= 2.0.0-beta.1"],"main":function(depth0,helpers,partials,data) {
|
80
|
+
var stack1;
|
81
|
+
stack1 = helpers._triageMustache.call(depth0, "yield", {"name":"_triageMustache","hash":{},"hashTypes":{},"hashContexts":{},"types":["ID"],"contexts":[depth0],"data":data});
|
82
|
+
if (stack1 != null) { data.buffer.push(stack1); }
|
83
|
+
else { data.buffer.push(''); }
|
84
|
+
},"useData":true});
|
85
|
+
|
86
|
+
Ember.TEMPLATES["components/bs-panel"] = Ember.Handlebars.template({"1":function(depth0,helpers,partials,data) {
|
87
|
+
var stack1, buffer = '';
|
88
|
+
data.buffer.push(" <div class=\"panel-heading\">\n");
|
89
|
+
stack1 = helpers['if'].call(depth0, "collapsible", {"name":"if","hash":{},"hashTypes":{},"hashContexts":{},"fn":this.program(2, data),"inverse":this.program(4, data),"types":["ID"],"contexts":[depth0],"data":data});
|
90
|
+
if (stack1 != null) { data.buffer.push(stack1); }
|
91
|
+
stack1 = helpers['if'].call(depth0, "dismiss", {"name":"if","hash":{},"hashTypes":{},"hashContexts":{},"fn":this.program(6, data),"inverse":this.noop,"types":["ID"],"contexts":[depth0],"data":data});
|
92
|
+
if (stack1 != null) { data.buffer.push(stack1); }
|
93
|
+
data.buffer.push(" </div>\n");
|
124
94
|
return buffer;
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
data.buffer.push("\n <a class=\"accordion-toggle\" data-toggle=\"collapse\" data-parent=\"#accordion\" ");
|
130
|
-
hashContexts = {'href': depth0};
|
131
|
-
hashTypes = {'href': "ID"};
|
132
|
-
options = {hash:{
|
95
|
+
},"2":function(depth0,helpers,partials,data) {
|
96
|
+
var stack1, escapeExpression=this.escapeExpression, buffer = '';
|
97
|
+
data.buffer.push(" <a class=\"accordion-toggle\" data-toggle=\"collapse\" data-parent=\"#accordion\" ");
|
98
|
+
data.buffer.push(escapeExpression(helpers['bind-attr'].call(depth0, {"name":"bind-attr","hash":{
|
133
99
|
'href': ("collapsibleBodyLink")
|
134
|
-
},
|
135
|
-
data.buffer.push(escapeExpression(((stack1 = helpers['bind-attr'] || depth0['bind-attr']),stack1 ? stack1.call(depth0, options) : helperMissing.call(depth0, "bind-attr", options))));
|
100
|
+
},"hashTypes":{'href': "ID"},"hashContexts":{'href': depth0},"types":[],"contexts":[],"data":data})));
|
136
101
|
data.buffer.push(">\n ");
|
137
|
-
|
138
|
-
|
139
|
-
data.buffer.push(
|
140
|
-
data.buffer.push("\n </a>\n ");
|
102
|
+
stack1 = helpers._triageMustache.call(depth0, "heading", {"name":"_triageMustache","hash":{},"hashTypes":{},"hashContexts":{},"types":["ID"],"contexts":[depth0],"data":data});
|
103
|
+
if (stack1 != null) { data.buffer.push(stack1); }
|
104
|
+
data.buffer.push("\n </a>\n");
|
141
105
|
return buffer;
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
data.buffer.push("\n
|
148
|
-
hashTypes = {};
|
149
|
-
hashContexts = {};
|
150
|
-
data.buffer.push(escapeExpression(helpers._triageMustache.call(depth0, "heading", {hash:{},contexts:[depth0],types:["ID"],hashContexts:hashContexts,hashTypes:hashTypes,data:data})));
|
151
|
-
data.buffer.push("\n ");
|
106
|
+
},"4":function(depth0,helpers,partials,data) {
|
107
|
+
var stack1, buffer = '';
|
108
|
+
data.buffer.push(" ");
|
109
|
+
stack1 = helpers._triageMustache.call(depth0, "heading", {"name":"_triageMustache","hash":{},"hashTypes":{},"hashContexts":{},"types":["ID"],"contexts":[depth0],"data":data});
|
110
|
+
if (stack1 != null) { data.buffer.push(stack1); }
|
111
|
+
data.buffer.push("\n");
|
152
112
|
return buffer;
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
data.buffer.push("\n <a class=\"close\" data-dismiss=\"panel\" ");
|
159
|
-
hashTypes = {};
|
160
|
-
hashContexts = {};
|
161
|
-
data.buffer.push(escapeExpression(helpers.action.call(depth0, "close", {hash:{},contexts:[depth0],types:["STRING"],hashContexts:hashContexts,hashTypes:hashTypes,data:data})));
|
162
|
-
data.buffer.push(">×</a>\n ");
|
113
|
+
},"6":function(depth0,helpers,partials,data) {
|
114
|
+
var escapeExpression=this.escapeExpression, buffer = '';
|
115
|
+
data.buffer.push(" <a class=\"close\" data-dismiss=\"panel\" ");
|
116
|
+
data.buffer.push(escapeExpression(helpers.action.call(depth0, "close", {"name":"action","hash":{},"hashTypes":{},"hashContexts":{},"types":["STRING"],"contexts":[depth0],"data":data})));
|
117
|
+
data.buffer.push(">×</a>\n");
|
163
118
|
return buffer;
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
var buffer = '', stack1, hashContexts, hashTypes, options;
|
169
|
-
data.buffer.push("\n <div ");
|
170
|
-
hashContexts = {'id': depth0};
|
171
|
-
hashTypes = {'id': "ID"};
|
172
|
-
options = {hash:{
|
119
|
+
},"8":function(depth0,helpers,partials,data) {
|
120
|
+
var stack1, escapeExpression=this.escapeExpression, buffer = '';
|
121
|
+
data.buffer.push(" <div ");
|
122
|
+
data.buffer.push(escapeExpression(helpers['bind-attr'].call(depth0, {"name":"bind-attr","hash":{
|
173
123
|
'id': ("collapsibleBodyId")
|
174
|
-
},
|
175
|
-
data.buffer.push(escapeExpression(((stack1 = helpers['bind-attr'] || depth0['bind-attr']),stack1 ? stack1.call(depth0, options) : helperMissing.call(depth0, "bind-attr", options))));
|
124
|
+
},"hashTypes":{'id': "ID"},"hashContexts":{'id': depth0},"types":[],"contexts":[],"data":data})));
|
176
125
|
data.buffer.push(" ");
|
177
|
-
|
178
|
-
hashTypes = {'class': "STRING"};
|
179
|
-
options = {hash:{
|
126
|
+
data.buffer.push(escapeExpression(helpers['bind-attr'].call(depth0, {"name":"bind-attr","hash":{
|
180
127
|
'class': (":panel-collapse :collapse open:in")
|
181
|
-
},
|
182
|
-
data.buffer.push(escapeExpression(((stack1 = helpers['bind-attr'] || depth0['bind-attr']),stack1 ? stack1.call(depth0, options) : helperMissing.call(depth0, "bind-attr", options))));
|
128
|
+
},"hashTypes":{'class': "STRING"},"hashContexts":{'class': depth0},"types":[],"contexts":[],"data":data})));
|
183
129
|
data.buffer.push(">\n <div class=\"panel-body\">");
|
184
|
-
|
185
|
-
|
186
|
-
data.buffer.push(escapeExpression(helpers._triageMustache.call(depth0, "yield", {hash:{},contexts:[depth0],types:["ID"],hashContexts:hashContexts,hashTypes:hashTypes,data:data})));
|
130
|
+
stack1 = helpers._triageMustache.call(depth0, "yield", {"name":"_triageMustache","hash":{},"hashTypes":{},"hashContexts":{},"types":["ID"],"contexts":[depth0],"data":data});
|
131
|
+
if (stack1 != null) { data.buffer.push(stack1); }
|
187
132
|
data.buffer.push("</div>\n </div>\n");
|
188
133
|
return buffer;
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
data.buffer.push("\n <div id=\"collapseOne\" class=\"panel-body\">");
|
195
|
-
hashTypes = {};
|
196
|
-
hashContexts = {};
|
197
|
-
data.buffer.push(escapeExpression(helpers._triageMustache.call(depth0, "yield", {hash:{},contexts:[depth0],types:["ID"],hashContexts:hashContexts,hashTypes:hashTypes,data:data})));
|
134
|
+
},"10":function(depth0,helpers,partials,data) {
|
135
|
+
var stack1, buffer = '';
|
136
|
+
data.buffer.push(" <div id=\"collapseOne\" class=\"panel-body\">");
|
137
|
+
stack1 = helpers._triageMustache.call(depth0, "yield", {"name":"_triageMustache","hash":{},"hashTypes":{},"hashContexts":{},"types":["ID"],"contexts":[depth0],"data":data});
|
138
|
+
if (stack1 != null) { data.buffer.push(stack1); }
|
198
139
|
data.buffer.push("</div>\n");
|
199
140
|
return buffer;
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
data.buffer.push("\n <div class=\"panel-footer\">");
|
206
|
-
hashTypes = {};
|
207
|
-
hashContexts = {};
|
208
|
-
data.buffer.push(escapeExpression(helpers._triageMustache.call(depth0, "footer", {hash:{},contexts:[depth0],types:["ID"],hashContexts:hashContexts,hashTypes:hashTypes,data:data})));
|
141
|
+
},"12":function(depth0,helpers,partials,data) {
|
142
|
+
var stack1, buffer = '';
|
143
|
+
data.buffer.push(" <div class=\"panel-footer\">");
|
144
|
+
stack1 = helpers._triageMustache.call(depth0, "footer", {"name":"_triageMustache","hash":{},"hashTypes":{},"hashContexts":{},"types":["ID"],"contexts":[depth0],"data":data});
|
145
|
+
if (stack1 != null) { data.buffer.push(stack1); }
|
209
146
|
data.buffer.push("</div>\n");
|
210
147
|
return buffer;
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
data.buffer.push(
|
218
|
-
hashTypes = {};
|
219
|
-
hashContexts = {};
|
220
|
-
stack1 = helpers['if'].call(depth0, "collapsible", {hash:{},inverse:self.program(10, program10, data),fn:self.program(8, program8, data),contexts:[depth0],types:["ID"],hashContexts:hashContexts,hashTypes:hashTypes,data:data});
|
221
|
-
if(stack1 || stack1 === 0) { data.buffer.push(stack1); }
|
222
|
-
data.buffer.push("\n\n");
|
223
|
-
hashTypes = {};
|
224
|
-
hashContexts = {};
|
225
|
-
stack1 = helpers['if'].call(depth0, "footer", {hash:{},inverse:self.noop,fn:self.program(12, program12, data),contexts:[depth0],types:["ID"],hashContexts:hashContexts,hashTypes:hashTypes,data:data});
|
226
|
-
if(stack1 || stack1 === 0) { data.buffer.push(stack1); }
|
148
|
+
},"compiler":[6,">= 2.0.0-beta.1"],"main":function(depth0,helpers,partials,data) {
|
149
|
+
var stack1, buffer = '';
|
150
|
+
stack1 = helpers['if'].call(depth0, "heading", {"name":"if","hash":{},"hashTypes":{},"hashContexts":{},"fn":this.program(1, data),"inverse":this.noop,"types":["ID"],"contexts":[depth0],"data":data});
|
151
|
+
if (stack1 != null) { data.buffer.push(stack1); }
|
152
|
+
data.buffer.push("\n");
|
153
|
+
stack1 = helpers['if'].call(depth0, "collapsible", {"name":"if","hash":{},"hashTypes":{},"hashContexts":{},"fn":this.program(8, data),"inverse":this.program(10, data),"types":["ID"],"contexts":[depth0],"data":data});
|
154
|
+
if (stack1 != null) { data.buffer.push(stack1); }
|
227
155
|
data.buffer.push("\n");
|
156
|
+
stack1 = helpers['if'].call(depth0, "footer", {"name":"if","hash":{},"hashTypes":{},"hashContexts":{},"fn":this.program(12, data),"inverse":this.noop,"types":["ID"],"contexts":[depth0],"data":data});
|
157
|
+
if (stack1 != null) { data.buffer.push(stack1); }
|
228
158
|
return buffer;
|
229
|
-
|
230
|
-
});
|
159
|
+
},"useData":true});
|