@bennerinformatics/ember-fw-table 2.0.21 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/addon/classes/Row.js +19 -13
- package/addon/classes/Table.js +18 -13
- package/addon/components/fw-cell-action.js +9 -5
- package/addon/components/fw-cell-boolean.js +4 -3
- package/addon/components/fw-cell-nullable.js +5 -2
- package/addon/components/fw-cell-permission-icon.js +19 -3
- package/addon/components/fw-column-sortable.js +12 -4
- package/addon/components/fw-column-title.js +12 -4
- package/addon/components/fw-delete-modal.js +30 -11
- package/addon/components/fw-expandable-row.js +5 -0
- package/addon/components/fw-pagination-wrapper.js +81 -162
- package/addon/components/fw-row-toggle-index.js +4 -4
- package/addon/components/fw-row-toggle.js +12 -5
- package/addon/components/fw-table-expanded-row.js +5 -6
- package/addon/components/fw-table-expanded-rows.js +8 -4
- package/addon/components/fw-table-resort.js +29 -16
- package/addon/components/fw-table-sortable.js +40 -24
- package/addon/documentation.js +26 -61
- package/addon/templates/components/fw-delete-modal.hbs +1 -1
- package/addon/utils/base-cells.js +40 -5
- package/addon/utils/export.js +3 -1
- package/addon/utils/formats.js +54 -7
- package/addon/utils/table.js +2 -1
- package/index.js +2 -1
- package/package.json +6 -8
- package/yuidoc-ember-theme/LICENSE +21 -0
- package/yuidoc-ember-theme/README.md +88 -0
- package/yuidoc-ember-theme/assets/css/custom.css +82 -0
- package/yuidoc-ember-theme/assets/css/external-small.png +0 -0
- package/yuidoc-ember-theme/assets/css/main.css +793 -0
- package/yuidoc-ember-theme/assets/css/theme.css +547 -0
- package/yuidoc-ember-theme/assets/icons/android-icon-144x144.png +0 -0
- package/yuidoc-ember-theme/assets/icons/android-icon-192x192.png +0 -0
- package/yuidoc-ember-theme/assets/icons/android-icon-36x36.png +0 -0
- package/yuidoc-ember-theme/assets/icons/android-icon-48x48.png +0 -0
- package/yuidoc-ember-theme/assets/icons/android-icon-72x72.png +0 -0
- package/yuidoc-ember-theme/assets/icons/android-icon-96x96.png +0 -0
- package/yuidoc-ember-theme/assets/icons/apple-icon-114x114.png +0 -0
- package/yuidoc-ember-theme/assets/icons/apple-icon-120x120.png +0 -0
- package/yuidoc-ember-theme/assets/icons/apple-icon-144x144.png +0 -0
- package/yuidoc-ember-theme/assets/icons/apple-icon-152x152.png +0 -0
- package/yuidoc-ember-theme/assets/icons/apple-icon-180x180.png +0 -0
- package/yuidoc-ember-theme/assets/icons/apple-icon-57x57.png +0 -0
- package/yuidoc-ember-theme/assets/icons/apple-icon-60x60.png +0 -0
- package/yuidoc-ember-theme/assets/icons/apple-icon-72x72.png +0 -0
- package/yuidoc-ember-theme/assets/icons/apple-icon-76x76.png +0 -0
- package/yuidoc-ember-theme/assets/icons/apple-icon-precomposed.png +0 -0
- package/yuidoc-ember-theme/assets/icons/apple-icon.png +0 -0
- package/yuidoc-ember-theme/assets/icons/browserconfig.xml +2 -0
- package/yuidoc-ember-theme/assets/icons/favicon-16x16.png +0 -0
- package/yuidoc-ember-theme/assets/icons/favicon-32x32.png +0 -0
- package/yuidoc-ember-theme/assets/icons/favicon-96x96.png +0 -0
- package/yuidoc-ember-theme/assets/icons/favicon.ico +0 -0
- package/yuidoc-ember-theme/assets/icons/manifest.json +41 -0
- package/yuidoc-ember-theme/assets/icons/ms-icon-144x144.png +0 -0
- package/yuidoc-ember-theme/assets/icons/ms-icon-150x150.png +0 -0
- package/yuidoc-ember-theme/assets/icons/ms-icon-310x310.png +0 -0
- package/yuidoc-ember-theme/assets/icons/ms-icon-70x70.png +0 -0
- package/yuidoc-ember-theme/assets/img/ember-logo.png +0 -0
- package/yuidoc-ember-theme/assets/img/fw-logo.png +0 -0
- package/yuidoc-ember-theme/assets/img/spinner.gif +0 -0
- package/yuidoc-ember-theme/assets/index.html +10 -0
- package/yuidoc-ember-theme/assets/js/yuidoc-bootstrap.js +274 -0
- package/yuidoc-ember-theme/assets/vendor/bootstrap/css/bootstrap.css +6760 -0
- package/yuidoc-ember-theme/assets/vendor/bootstrap/css/bootstrap.min.css +6 -0
- package/yuidoc-ember-theme/assets/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot +0 -0
- package/yuidoc-ember-theme/assets/vendor/bootstrap/fonts/glyphicons-halflings-regular.svg +288 -0
- package/yuidoc-ember-theme/assets/vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/yuidoc-ember-theme/assets/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff +0 -0
- package/yuidoc-ember-theme/assets/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/yuidoc-ember-theme/assets/vendor/bootstrap/img/glyphicons-halflings-white.png +0 -0
- package/yuidoc-ember-theme/assets/vendor/bootstrap/img/glyphicons-halflings.png +0 -0
- package/yuidoc-ember-theme/assets/vendor/bootstrap/js/bootstrap.js +2363 -0
- package/yuidoc-ember-theme/assets/vendor/bootstrap/js/bootstrap.min.js +7 -0
- package/yuidoc-ember-theme/assets/vendor/font-awesome/css/font-awesome.css +2199 -0
- package/yuidoc-ember-theme/assets/vendor/font-awesome/css/font-awesome.min.css +4 -0
- package/yuidoc-ember-theme/assets/vendor/font-awesome/fonts/FontAwesome.otf +0 -0
- package/yuidoc-ember-theme/assets/vendor/font-awesome/fonts/fontawesome-webfont.eot +0 -0
- package/yuidoc-ember-theme/assets/vendor/font-awesome/fonts/fontawesome-webfont.svg +685 -0
- package/yuidoc-ember-theme/assets/vendor/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
- package/yuidoc-ember-theme/assets/vendor/font-awesome/fonts/fontawesome-webfont.woff +0 -0
- package/yuidoc-ember-theme/assets/vendor/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
- package/yuidoc-ember-theme/assets/vendor/github-slugger/slugger.js +59 -0
- package/yuidoc-ember-theme/assets/vendor/jquery/jquery.min.js +6 -0
- package/yuidoc-ember-theme/assets/vendor/jquery-ui/jquery-ui.min.js +6 -0
- package/yuidoc-ember-theme/assets/vendor/prettify/prettify-min.css +1 -0
- package/yuidoc-ember-theme/assets/vendor/prettify/prettify-min.js +1 -0
- package/yuidoc-ember-theme/helpers/helpers.js +236 -0
- package/yuidoc-ember-theme/layouts/main.handlebars +111 -0
- package/yuidoc-ember-theme/layouts/xhr.handlebars +7 -0
- package/yuidoc-ember-theme/package.json +15 -0
- package/yuidoc-ember-theme/partials/attrs.handlebars +144 -0
- package/yuidoc-ember-theme/partials/classes.handlebars +229 -0
- package/yuidoc-ember-theme/partials/events.handlebars +140 -0
- package/yuidoc-ember-theme/partials/files.handlebars +9 -0
- package/yuidoc-ember-theme/partials/index.handlebars +25 -0
- package/yuidoc-ember-theme/partials/method.handlebars +193 -0
- package/yuidoc-ember-theme/partials/module.handlebars +108 -0
- package/yuidoc-ember-theme/partials/options.handlebars +22 -0
- package/yuidoc-ember-theme/partials/props.handlebars +122 -0
- package/yuidoc-ember-theme/partials/sidebar.handlebars +77 -0
- package/yuidoc-ember-theme/theme.json +4 -0
- package/yuidoc-ember-theme/yarn.lock +4 -0
- package/yuidoc.json +4 -2
- package/codemods.log +0 -16
- /package/{bitbucket-helpers-override.js → yuidoc-ember-theme/helpers/bitbucket-helpers-override.js} +0 -0
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
{{setupModule}}
|
|
2
|
+
|
|
3
|
+
<div class="page-header">
|
|
4
|
+
<h1> <i class="fa fa-bookmark-o" aria-hidden="true"></i> {{name}} Module
|
|
5
|
+
{{#if foundAt}}
|
|
6
|
+
{{#notEmpty projectVersion}}
|
|
7
|
+
<a class="pull-right file-edit" href="{{githubFoundAt}}" target="_blank">
|
|
8
|
+
<i class="fa fa-pencil" aria-hidden="true"></i>
|
|
9
|
+
</a>
|
|
10
|
+
{{/notEmpty}}
|
|
11
|
+
{{/if}}
|
|
12
|
+
</h1>
|
|
13
|
+
</div>
|
|
14
|
+
|
|
15
|
+
<div class="content-meta">
|
|
16
|
+
{{#extra}}
|
|
17
|
+
{{#selleck}}
|
|
18
|
+
<a class="button link-docs" href="/yui/docs/{{name}}">User Guide & Examples</a>
|
|
19
|
+
{{/selleck}}
|
|
20
|
+
{{/extra}}
|
|
21
|
+
|
|
22
|
+
{{#if requires}}
|
|
23
|
+
<div class="uses">
|
|
24
|
+
Requires
|
|
25
|
+
<ul class="inline commas">
|
|
26
|
+
{{#requires}}
|
|
27
|
+
<li>{{#crossLinkModule .}}{{/crossLinkModule}}</li>
|
|
28
|
+
{{/requires}}
|
|
29
|
+
</ul>
|
|
30
|
+
</div>
|
|
31
|
+
{{/if}}
|
|
32
|
+
|
|
33
|
+
{{#if foundAt}}
|
|
34
|
+
<div class="foundat">
|
|
35
|
+
Defined in: <a href="{{githubFoundAt}}">{{fileName}}:{{{line}}}</a>
|
|
36
|
+
</div>
|
|
37
|
+
{{/if}}
|
|
38
|
+
|
|
39
|
+
{{#if since}}
|
|
40
|
+
<p>Available since {{since}}</p>
|
|
41
|
+
{{/if}}
|
|
42
|
+
</div>
|
|
43
|
+
|
|
44
|
+
{{#if deprecated}}
|
|
45
|
+
<div class="well well-small">
|
|
46
|
+
<p>
|
|
47
|
+
{{#if deprecationMessage}}
|
|
48
|
+
<strong>Deprecated:</strong> {{deprecationMessage}}
|
|
49
|
+
{{else}}
|
|
50
|
+
This module is deprecated.
|
|
51
|
+
{{/if}}
|
|
52
|
+
</p>
|
|
53
|
+
</div>
|
|
54
|
+
{{/if}}
|
|
55
|
+
|
|
56
|
+
<div class="module-description page-section">
|
|
57
|
+
{{{moduleDescription}}}
|
|
58
|
+
</div>
|
|
59
|
+
|
|
60
|
+
{{#example}}
|
|
61
|
+
<div class="example page-section">
|
|
62
|
+
<h4>Example:</h4>
|
|
63
|
+
<div class="example-content">
|
|
64
|
+
{{{.}}}
|
|
65
|
+
</div>
|
|
66
|
+
</div>
|
|
67
|
+
{{/example}}
|
|
68
|
+
|
|
69
|
+
{{#or moduleClasses subModules}}
|
|
70
|
+
<div class="yui3-g footer">
|
|
71
|
+
{{#if moduleClasses}}
|
|
72
|
+
<div class="yui3-u-1-2">
|
|
73
|
+
<h3>Classes</h3>
|
|
74
|
+
|
|
75
|
+
<ul class="module-classes">
|
|
76
|
+
{{#publicClasses filteredModuleClasses}}
|
|
77
|
+
<li class="module-class">
|
|
78
|
+
<a href="{{../projectRoot}}classes/{{name}}.html">
|
|
79
|
+
{{displayName}}
|
|
80
|
+
</a>
|
|
81
|
+
</li>
|
|
82
|
+
{{/publicClasses}}
|
|
83
|
+
</ul>
|
|
84
|
+
</div>
|
|
85
|
+
{{/if}}
|
|
86
|
+
|
|
87
|
+
{{#if subModules}}
|
|
88
|
+
<div class="yui3-u-1-2">
|
|
89
|
+
<h3>Submodules</h3>
|
|
90
|
+
|
|
91
|
+
<ul class="module-submodules">
|
|
92
|
+
{{#subModules}}
|
|
93
|
+
<li class="module-submodule">
|
|
94
|
+
<a href="{{../projectRoot}}modules/{{name}}.html">
|
|
95
|
+
{{displayName}}
|
|
96
|
+
</a>
|
|
97
|
+
{{!--
|
|
98
|
+
<div class="module-submodule-description">
|
|
99
|
+
{{{description}}}
|
|
100
|
+
</div> --}}
|
|
101
|
+
</li>
|
|
102
|
+
{{/subModules}}
|
|
103
|
+
</ul>
|
|
104
|
+
</div>
|
|
105
|
+
{{/if}}
|
|
106
|
+
|
|
107
|
+
</div>
|
|
108
|
+
{{/or}}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<form id="options-form" class="form-inline">
|
|
2
|
+
Show:
|
|
3
|
+
<label for="api-show-inherited" class="checkbox">
|
|
4
|
+
<input type="checkbox" id="api-show-inherited" checked>
|
|
5
|
+
Inherited
|
|
6
|
+
</label>
|
|
7
|
+
|
|
8
|
+
<label for="api-show-protected" class="checkbox">
|
|
9
|
+
<input type="checkbox" id="api-show-protected">
|
|
10
|
+
Protected
|
|
11
|
+
</label>
|
|
12
|
+
|
|
13
|
+
<label for="api-show-private" class="checkbox">
|
|
14
|
+
<input type="checkbox" id="api-show-private">
|
|
15
|
+
Private
|
|
16
|
+
</label>
|
|
17
|
+
<label for="api-show-deprecated" class="checkbox">
|
|
18
|
+
<input type="checkbox" id="api-show-deprecated">
|
|
19
|
+
Deprecated
|
|
20
|
+
</label>
|
|
21
|
+
|
|
22
|
+
</form>
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
<div id="property_{{name}}" class="property item{{#if access}} {{access}}{{/if}}{{#if deprecated}} deprecated{{/if}}{{#if extended_from}} inherited{{/if}}">
|
|
2
|
+
<h3 class="name anchorable-toc">
|
|
3
|
+
<a class="fa fa-link toc-anchor" href="#property_{{name}}"></a>
|
|
4
|
+
{{name}}
|
|
5
|
+
</h3>
|
|
6
|
+
<span class="type">{{#crossLink type}}{{/crossLink}}</span>
|
|
7
|
+
|
|
8
|
+
{{#if deprecated}}
|
|
9
|
+
<span class="flag deprecated"{{#if deprecationMessage}} title="{{deprecationMessage}}"{{/if}}>deprecated</span>
|
|
10
|
+
{{/if}}
|
|
11
|
+
|
|
12
|
+
{{#if access}}
|
|
13
|
+
<span class="flag {{access}}">{{access}}</span>
|
|
14
|
+
{{/if}}
|
|
15
|
+
|
|
16
|
+
{{#if final}}
|
|
17
|
+
<span class="flag final">const</span>
|
|
18
|
+
{{/if}}
|
|
19
|
+
|
|
20
|
+
{{#if static}}
|
|
21
|
+
<span class="flag static">static</span>
|
|
22
|
+
{{/if}}
|
|
23
|
+
|
|
24
|
+
<div class="meta">
|
|
25
|
+
{{#if overwritten_from}}
|
|
26
|
+
<p>Inherited from
|
|
27
|
+
<a href="{{crossLinkRaw overwritten_from/class}}#property_{{overwritten_from/name}}">
|
|
28
|
+
{{overwritten_from/class}}
|
|
29
|
+
</a>
|
|
30
|
+
{{#if foundAt}}
|
|
31
|
+
but overwritten in
|
|
32
|
+
{{/if}}
|
|
33
|
+
{{else}}
|
|
34
|
+
{{#if extended_from}}
|
|
35
|
+
<p>Inherited from
|
|
36
|
+
<a href="{{crossLinkRaw extended_from}}#property_{{name}}">{{extended_from}}</a>:
|
|
37
|
+
{{else}}
|
|
38
|
+
{{#providedBy}}
|
|
39
|
+
<p>Provided by the <a href="../modules/{{.}}.html">{{.}}</a> module.</p>
|
|
40
|
+
{{/providedBy}}
|
|
41
|
+
<p>
|
|
42
|
+
{{#if foundAt}}
|
|
43
|
+
Defined in
|
|
44
|
+
{{/if}}
|
|
45
|
+
{{/if}}
|
|
46
|
+
{{/if}}
|
|
47
|
+
{{#if foundAt}}
|
|
48
|
+
<a href="{{githubFoundAt}}">{{fileName}}:{{{line}}}</a>
|
|
49
|
+
{{/if}}
|
|
50
|
+
</p>
|
|
51
|
+
|
|
52
|
+
{{#if deprecationMessage}}
|
|
53
|
+
<p>Deprecated: {{deprecationMessage}}</p>
|
|
54
|
+
{{/if}}
|
|
55
|
+
|
|
56
|
+
{{#if since}}
|
|
57
|
+
<p>Available since {{since}}</p>
|
|
58
|
+
{{/if}}
|
|
59
|
+
</div>
|
|
60
|
+
|
|
61
|
+
<div class="description">
|
|
62
|
+
{{{propertyDescription}}}
|
|
63
|
+
</div>
|
|
64
|
+
|
|
65
|
+
{{#if default}}
|
|
66
|
+
<p><br><strong>Default:</strong> {{default}}</p>
|
|
67
|
+
{{/if}}
|
|
68
|
+
|
|
69
|
+
{{#example}}
|
|
70
|
+
<div class="example">
|
|
71
|
+
<h4>Example:</h4>
|
|
72
|
+
|
|
73
|
+
<div class="example-content">
|
|
74
|
+
{{{.}}}
|
|
75
|
+
</div>
|
|
76
|
+
</div>
|
|
77
|
+
{{/example}}
|
|
78
|
+
|
|
79
|
+
{{#if subprops}}
|
|
80
|
+
<h4>Sub-properties:</h4>
|
|
81
|
+
|
|
82
|
+
<ul class="params-list">
|
|
83
|
+
{{#subprops}}
|
|
84
|
+
<li class="param">
|
|
85
|
+
{{#if optional}}
|
|
86
|
+
<code class="param-name optional">[{{name}}{{#if optdefault}}={{optdefault}}{{/if}}]</code>
|
|
87
|
+
<span class="type">{{#crossLink type}}{{/crossLink}}</span>
|
|
88
|
+
<span class="flag optional" title="This property is optional.">optional</span>
|
|
89
|
+
{{else}}
|
|
90
|
+
<code class="param-name">{{name}}</code>
|
|
91
|
+
<span class="type">{{#crossLink type}}{{/crossLink}}</span>
|
|
92
|
+
{{/if}}
|
|
93
|
+
|
|
94
|
+
<div class="param-description">
|
|
95
|
+
{{{description}}}
|
|
96
|
+
</div>
|
|
97
|
+
|
|
98
|
+
{{#if subprops}}
|
|
99
|
+
<ul class="params-list">
|
|
100
|
+
{{#subprops}}
|
|
101
|
+
<li class="param">
|
|
102
|
+
{{#if optional}}
|
|
103
|
+
<code class="param-name optional">[{{name}}{{#if optdefault}}={{optdefault}}{{/if}}]</code>
|
|
104
|
+
<span class="type">{{#crossLink type}}{{/crossLink}}</span>
|
|
105
|
+
<span class="flag optional" title="This property is optional.">optional</span>
|
|
106
|
+
{{else}}
|
|
107
|
+
<code class="param-name">{{name}}</code>
|
|
108
|
+
<span class="type">{{#crossLink type}}{{/crossLink}}</span>
|
|
109
|
+
{{/if}}
|
|
110
|
+
|
|
111
|
+
<div class="param-description">
|
|
112
|
+
{{{description}}}
|
|
113
|
+
</div>
|
|
114
|
+
</li>
|
|
115
|
+
{{/subprops}}
|
|
116
|
+
</ul>
|
|
117
|
+
{{/if}}
|
|
118
|
+
</li>
|
|
119
|
+
{{/subprops}}
|
|
120
|
+
</ul>
|
|
121
|
+
{{/if}}
|
|
122
|
+
</div>
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
<ol class="panel-group" id="sidebar" role="tablist" aria-multiselectable="true">
|
|
2
|
+
<li class="panel panel-default">
|
|
3
|
+
<div class="panel-heading" role="tab" id="sidebar-search-heading">
|
|
4
|
+
<h4 class="panel-title">
|
|
5
|
+
<a role="button" data-toggle="collapse" href="#sidebar-search" aria-expanded="true" aria-controls="collapseOne">
|
|
6
|
+
Search
|
|
7
|
+
</a>
|
|
8
|
+
</h4>
|
|
9
|
+
</div>
|
|
10
|
+
<div id="sidebar-search" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="sidebar-search-heading">
|
|
11
|
+
<div class="panel-body">
|
|
12
|
+
<div id="api-tabview-filter">
|
|
13
|
+
<input type="search" id="api-filter" placeholder="Search...">
|
|
14
|
+
</div>
|
|
15
|
+
</div>
|
|
16
|
+
</div>
|
|
17
|
+
</li>
|
|
18
|
+
{{#notEmpty projectVersion}}
|
|
19
|
+
<li class="panel panel-default">
|
|
20
|
+
<div class="panel-heading" role="tab" id="sidebar-version-heading">
|
|
21
|
+
<h4 class="panel-title">
|
|
22
|
+
<a role="button" href="{{projectUrl}}/commits/{{projectTag}}" target="_blank">
|
|
23
|
+
Tag: {{projectVersion}}
|
|
24
|
+
</a>
|
|
25
|
+
</h4>
|
|
26
|
+
</div>
|
|
27
|
+
</li>
|
|
28
|
+
{{/notEmpty}}
|
|
29
|
+
<li class="panel panel-default">
|
|
30
|
+
<div class="panel-heading" role="tab" id="sidebar-modules-heading">
|
|
31
|
+
<h4 class="panel-title">
|
|
32
|
+
<a role="button" data-toggle="collapse" href="#sidebar-modules" aria-expanded="true" aria-controls="collapseOne">
|
|
33
|
+
Modules
|
|
34
|
+
</a>
|
|
35
|
+
</h4>
|
|
36
|
+
</div>
|
|
37
|
+
<div id="sidebar-modules" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="sidebar-modules-heading">
|
|
38
|
+
<div class="panel-body">
|
|
39
|
+
{{#if modules}}
|
|
40
|
+
<ol>
|
|
41
|
+
{{#modules}}
|
|
42
|
+
<li>
|
|
43
|
+
<a href="{{../projectRoot}}modules/{{name}}.html">{{displayName}}</a>
|
|
44
|
+
{{#if submodules}}
|
|
45
|
+
{{#submodules}}
|
|
46
|
+
<li class="sub"><a href="{{../../../projectRoot}}modules/{{displayName}}.html">{{displayName}}</a></li>
|
|
47
|
+
{{/submodules}}
|
|
48
|
+
{{/if}}
|
|
49
|
+
</li>
|
|
50
|
+
{{/modules}}
|
|
51
|
+
</ol>
|
|
52
|
+
{{/if}}
|
|
53
|
+
</div>
|
|
54
|
+
</div>
|
|
55
|
+
</li>
|
|
56
|
+
|
|
57
|
+
<li class="panel panel-default">
|
|
58
|
+
<div class="panel-heading" role="tab" id="sidebar-classes-heading">
|
|
59
|
+
<h4 class="panel-title">
|
|
60
|
+
<a role="button" data-toggle="collapse" href="#sidebar-classes" aria-expanded="true" aria-controls="collapseOne">
|
|
61
|
+
Classes
|
|
62
|
+
</a>
|
|
63
|
+
</h4>
|
|
64
|
+
</div>
|
|
65
|
+
<div id="sidebar-classes" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="sidebar-classes-heading">
|
|
66
|
+
<div class="panel-body">
|
|
67
|
+
<ol>
|
|
68
|
+
{{#publicClasses classes}}
|
|
69
|
+
<li>
|
|
70
|
+
<a href="{{../projectRoot}}classes/{{name}}.html">{{displayName}}</a>
|
|
71
|
+
</li>
|
|
72
|
+
{{/publicClasses}}
|
|
73
|
+
</ol>
|
|
74
|
+
</div>
|
|
75
|
+
</div>
|
|
76
|
+
</li>
|
|
77
|
+
</ol>
|
package/yuidoc.json
CHANGED
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
"url": "https://bitbucket.org/linformatics/ember-fw-table",
|
|
4
4
|
"description": "A set of components surrounding the functionality of the fw-table-sortable, which is a simplified table, with ember-light-table as its internals.",
|
|
5
5
|
"indexModule": "Introduction",
|
|
6
|
+
"logo": "./assets/img/fw-logo.png",
|
|
7
|
+
"primaryColor": "#7E3DB7",
|
|
6
8
|
"options": {
|
|
7
9
|
"paths": [
|
|
8
10
|
"addon",
|
|
@@ -15,7 +17,7 @@
|
|
|
15
17
|
"quiet": true,
|
|
16
18
|
"parseOnly": false,
|
|
17
19
|
"lint": false,
|
|
18
|
-
"themedir" : "
|
|
19
|
-
"helpers" : ["bitbucket-helpers-override.js"]
|
|
20
|
+
"themedir" : "yuidoc-ember-theme",
|
|
21
|
+
"helpers" : ["yuidoc-ember-theme/helpers/bitbucket-helpers-override.js"]
|
|
20
22
|
}
|
|
21
23
|
}
|
package/codemods.log
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
2024-07-08T21:10:22.429Z [warn] WARNING: {{fw-fullscreen-modal}} was not converted as it has positional parameters which can't be automatically converted. Source: addon/templates/components/fw-delete-modal.hbs
|
|
2
|
-
2024-07-08T21:10:22.475Z [warn] WARNING: {{yield}} was not converted as it has positional parameters which can't be automatically converted. Source: addon/templates/components/fw-pagination-wrapper.hbs
|
|
3
|
-
2024-07-08T21:10:22.478Z [warn] WARNING: {{fw-table-sortable}} was not converted as it has positional parameters which can't be automatically converted. Source: addon/templates/components/fw-pagination-wrapper.hbs
|
|
4
|
-
2024-07-08T21:10:22.478Z [warn] WARNING: {{yield}} was not converted as it has positional parameters which can't be automatically converted. Source: addon/templates/components/fw-pagination-wrapper.hbs
|
|
5
|
-
2024-07-08T21:10:22.600Z [warn] WARNING: {{yield}} was not converted as it has positional parameters which can't be automatically converted. Source: addon/templates/components/fw-table-resort.hbs
|
|
6
|
-
2024-07-08T21:10:22.633Z [warn] WARNING: {{yield}} was not converted as it has positional parameters which can't be automatically converted. Source: addon/templates/components/fw-table-sortable.hbs
|
|
7
|
-
2024-07-08T21:10:22.633Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: addon/templates/components/fw-table-sortable.hbs
|
|
8
|
-
2024-07-08T21:10:22.634Z [warn] WARNING: {{light-table}} was not converted as it has positional parameters which can't be automatically converted. Source: addon/templates/components/fw-table-sortable.hbs
|
|
9
|
-
2024-07-08T21:10:22.637Z [warn] WARNING: {{yield}} was not converted as it has positional parameters which can't be automatically converted. Source: addon/templates/components/fw-table-sortable.hbs
|
|
10
|
-
2024-07-09T14:00:38.763Z [warn] WARNING: {{yield}} was not converted as it has positional parameters which can't be automatically converted. Source: addon/templates/components/fw-pagination-wrapper.hbs
|
|
11
|
-
2024-07-09T14:00:38.767Z [warn] WARNING: {{yield}} was not converted as it has positional parameters which can't be automatically converted. Source: addon/templates/components/fw-pagination-wrapper.hbs
|
|
12
|
-
2024-07-09T14:00:38.954Z [warn] WARNING: {{yield}} was not converted as it has positional parameters which can't be automatically converted. Source: addon/templates/components/fw-table-resort.hbs
|
|
13
|
-
2024-07-09T14:00:38.988Z [warn] WARNING: {{yield}} was not converted as it has positional parameters which can't be automatically converted. Source: addon/templates/components/fw-table-sortable.hbs
|
|
14
|
-
2024-07-09T14:00:38.988Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: addon/templates/components/fw-table-sortable.hbs
|
|
15
|
-
2024-07-09T14:00:38.988Z [warn] WARNING: {{light-table}} was not converted as it has positional parameters which can't be automatically converted. Source: addon/templates/components/fw-table-sortable.hbs
|
|
16
|
-
2024-07-09T14:00:38.989Z [warn] WARNING: {{yield}} was not converted as it has positional parameters which can't be automatically converted. Source: addon/templates/components/fw-table-sortable.hbs
|
/package/{bitbucket-helpers-override.js → yuidoc-ember-theme/helpers/bitbucket-helpers-override.js}
RENAMED
|
File without changes
|