@xdam/ember-partials 0.10.1 → 0.11.0
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 +76 -75
- package/package.json +124 -124
package/README.md
CHANGED
|
@@ -1,75 +1,76 @@
|
|
|
1
|
-
@xdam/ember-partials (xep)
|
|
2
|
-
==============================================================================
|
|
3
|
-
|
|
4
|
-
Ember components for XDAM applications.
|
|
5
|
-
|
|
6
|
-
- [@xdam/ember-partials (xep)](#xdamember-partials-xep)
|
|
7
|
-
- [Installation](#installation)
|
|
8
|
-
- [Usage](#usage)
|
|
9
|
-
- [Contributing](#contributing)
|
|
10
|
-
- [Installation](#installation-1)
|
|
11
|
-
- [Linting](#linting)
|
|
12
|
-
- [Running tests](#running-tests)
|
|
13
|
-
- [Running the dummy application](#running-the-dummy-application)
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
Compatibility
|
|
17
|
-
------------------------------------------------------------------------------
|
|
18
|
-
|
|
19
|
-
* Ember.js v2.18 or above
|
|
20
|
-
* Ember CLI v2.13 or above
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
* `
|
|
47
|
-
* `
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
* `yarn lint:js
|
|
59
|
-
* `yarn lint:
|
|
60
|
-
* `yarn lint:hbs
|
|
61
|
-
* `yarn lint:
|
|
62
|
-
* `yarn lint:scss
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
* `ember test
|
|
68
|
-
* `ember
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
*
|
|
74
|
-
|
|
75
|
-
|
|
1
|
+
@xdam/ember-partials (xep)
|
|
2
|
+
==============================================================================
|
|
3
|
+
|
|
4
|
+
Ember components for XDAM applications.
|
|
5
|
+
|
|
6
|
+
- [@xdam/ember-partials (xep)](#xdamember-partials-xep)
|
|
7
|
+
- [Installation](#installation)
|
|
8
|
+
- [Usage](#usage)
|
|
9
|
+
- [Contributing](#contributing)
|
|
10
|
+
- [Installation](#installation-1)
|
|
11
|
+
- [Linting](#linting)
|
|
12
|
+
- [Running tests](#running-tests)
|
|
13
|
+
- [Running the dummy application](#running-the-dummy-application)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
Compatibility
|
|
17
|
+
------------------------------------------------------------------------------
|
|
18
|
+
|
|
19
|
+
* Ember.js v2.18 or above
|
|
20
|
+
* Ember CLI v2.13 or above
|
|
21
|
+
* Node.js v8 or above
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
Installation
|
|
25
|
+
------------------------------------------------------------------------------
|
|
26
|
+
|
|
27
|
+
> Note: This package does not provide prefixed styles (see ember-cli-autoprefixer).
|
|
28
|
+
|
|
29
|
+
Usage
|
|
30
|
+
------------------------------------------------------------------------------
|
|
31
|
+
|
|
32
|
+
Usage available in the dummy app available at [http://localhost:4200](http://localhost:4200).
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
Contributing
|
|
36
|
+
------------------------------------------------------------------------------
|
|
37
|
+
|
|
38
|
+
See the [Contributing](CONTRIBUTING.md) guide for details.
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
License
|
|
42
|
+
------------------------------------------------------------------------------
|
|
43
|
+
|
|
44
|
+
### Installation
|
|
45
|
+
|
|
46
|
+
* `git clone <repository-url>`
|
|
47
|
+
* `cd ember-partials`
|
|
48
|
+
* `yarn install`
|
|
49
|
+
|
|
50
|
+
### Linting
|
|
51
|
+
|
|
52
|
+
Lint every kind:
|
|
53
|
+
|
|
54
|
+
* `yarn lint`
|
|
55
|
+
|
|
56
|
+
Or individually:
|
|
57
|
+
|
|
58
|
+
* `yarn lint:js`
|
|
59
|
+
* `yarn lint:js --fix`
|
|
60
|
+
* `yarn lint:hbs`
|
|
61
|
+
* `yarn lint:hbs --fix`
|
|
62
|
+
* `yarn lint:scss`
|
|
63
|
+
* `yarn lint:scss --fix`
|
|
64
|
+
|
|
65
|
+
### Running tests
|
|
66
|
+
|
|
67
|
+
* `ember test` – Runs the test suite on the current Ember version
|
|
68
|
+
* `ember test --server` – Runs the test suite in "watch mode"
|
|
69
|
+
* `ember try:each` – Runs the test suite against multiple Ember versions
|
|
70
|
+
|
|
71
|
+
### Running the dummy application
|
|
72
|
+
|
|
73
|
+
* `ember serve`
|
|
74
|
+
* Visit the dummy application at [http://localhost:4200](http://localhost:4200).
|
|
75
|
+
|
|
76
|
+
For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).
|
package/package.json
CHANGED
|
@@ -1,124 +1,124 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@xdam/ember-partials",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Xdam Ember Partials https://xdam.github.io/ember-partials/versions/development/",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"ember-addon"
|
|
7
|
-
],
|
|
8
|
-
"publishConfig": {
|
|
9
|
-
"access": "public"
|
|
10
|
-
},
|
|
11
|
-
"repository": {
|
|
12
|
-
"type": "git",
|
|
13
|
-
"url": "https://github.com/XDAM/ember-partials.git"
|
|
14
|
-
},
|
|
15
|
-
"license": "MIT",
|
|
16
|
-
"author": "",
|
|
17
|
-
"directories": {
|
|
18
|
-
"doc": "doc",
|
|
19
|
-
"test": "tests"
|
|
20
|
-
},
|
|
21
|
-
"scripts": {
|
|
22
|
-
"build": "ember build",
|
|
23
|
-
"start": "ember serve --port 4300",
|
|
24
|
-
"lint": "yarn run lint:js ; yarn run lint:hbs ; yarn run lint:scss",
|
|
25
|
-
"lint:hbs": "ember-template-lint .",
|
|
26
|
-
"lint:js": "eslint .",
|
|
27
|
-
"lint:scss": "stylelint app/styles/**/*",
|
|
28
|
-
"test": "yarn run lint:scss && ember exam --random",
|
|
29
|
-
"test:all": "ember try:each",
|
|
30
|
-
"test:coverage": "cross-env COVERAGE=true ember test",
|
|
31
|
-
"test:auto": "ember exam --test-port 7359 --server --launch Chrome",
|
|
32
|
-
"test:backstop": "backstop test",
|
|
33
|
-
"test:backstop:approve": "backstop approve",
|
|
34
|
-
"test:backstop:reference": "backstop reference",
|
|
35
|
-
"release": "ember release --minor && ember deploy production"
|
|
36
|
-
},
|
|
37
|
-
"dependencies": {
|
|
38
|
-
"@material/animation": "0.41.0",
|
|
39
|
-
"@material/button": "0.44.0",
|
|
40
|
-
"@material/checkbox": "0.44.0",
|
|
41
|
-
"@material/chips": "0.44.0",
|
|
42
|
-
"@material/dialog": "0.44.0",
|
|
43
|
-
"@material/dom": "0.41.0",
|
|
44
|
-
"@material/drawer": "0.44.0",
|
|
45
|
-
"@material/form-field": "0.44.0",
|
|
46
|
-
"@material/list": "0.44.0",
|
|
47
|
-
"@material/menu": "0.44.0",
|
|
48
|
-
"@material/menu-surface": "0.44.0",
|
|
49
|
-
"@material/radio": "0.44.0",
|
|
50
|
-
"@material/slider": "0.44.0",
|
|
51
|
-
"@material/snackbar": "0.44.0",
|
|
52
|
-
"@material/switch": "0.44.0",
|
|
53
|
-
"@material/textfield": "0.44.0",
|
|
54
|
-
"@material/typography": "0.44.0",
|
|
55
|
-
"babel-plugin-transform-object-rest-spread": "6.26.0",
|
|
56
|
-
"broccoli-funnel": "3.0.8",
|
|
57
|
-
"broccoli-merge-trees": "4.2.0",
|
|
58
|
-
"ember-auto-import": "1.5.3",
|
|
59
|
-
"ember-cli-babel": "^7.7.3",
|
|
60
|
-
"ember-cli-htmlbars": "^3.0.
|
|
61
|
-
"ember-cli-sass": "11.0.1",
|
|
62
|
-
"ember-composable-helpers": "2.4.0",
|
|
63
|
-
"ember-decorators": "^6.1.0",
|
|
64
|
-
"ember-truth-helpers": "2.1.0",
|
|
65
|
-
"resize-observer-polyfill": "1.5.1",
|
|
66
|
-
"sass": "1.60.0"
|
|
67
|
-
},
|
|
68
|
-
"devDependencies": {
|
|
69
|
-
"@ember/optional-features": "^0.7.0",
|
|
70
|
-
"babel-eslint": "^10.1.0",
|
|
71
|
-
"backstopjs": "3.8.5",
|
|
72
|
-
"broccoli-asset-rev": "^3.0.0",
|
|
73
|
-
"ember-cli": "~3.
|
|
74
|
-
"ember-cli-addon-docs": "0.8.0",
|
|
75
|
-
"ember-cli-addon-docs-yuidoc": "0.2.3",
|
|
76
|
-
"ember-cli-code-coverage": "1.0.3",
|
|
77
|
-
"ember-cli-content-security-policy": "2.0.3",
|
|
78
|
-
"ember-cli-dependency-checker": "^3.1.0",
|
|
79
|
-
"ember-cli-deploy": "1.0.2",
|
|
80
|
-
"ember-cli-deploy-build": "2.0.0",
|
|
81
|
-
"ember-cli-deploy-git": "1.3.4",
|
|
82
|
-
"ember-cli-deploy-git-ci": "1.0.1",
|
|
83
|
-
"ember-cli-eslint": "5.
|
|
84
|
-
"ember-cli-htmlbars-inline-precompile": "^2.
|
|
85
|
-
"ember-cli-inject-live-reload": "^2.0.1",
|
|
86
|
-
"ember-cli-release": "1.0.0-beta.2",
|
|
87
|
-
"ember-cli-sri": "^2.1.1",
|
|
88
|
-
"ember-cli-string-helpers": "6.1.0",
|
|
89
|
-
"ember-cli-template-lint": "0.7.6",
|
|
90
|
-
"ember-cli-uglify": "^2.1.0",
|
|
91
|
-
"ember-data": "3.9.0",
|
|
92
|
-
"ember-decorators-polyfill": "^1.1.5",
|
|
93
|
-
"ember-disable-prototype-extensions": "^1.1.3",
|
|
94
|
-
"ember-exam": "5.0.1",
|
|
95
|
-
"ember-export-application-global": "^2.0.0",
|
|
96
|
-
"ember-fetch": "6.7.2",
|
|
97
|
-
"ember-lifeline": "5.1.0",
|
|
98
|
-
"ember-load-initializers": "^2.0.0",
|
|
99
|
-
"ember-maybe-import-regenerator": "0.1.6",
|
|
100
|
-
"ember-qunit": "^4.1
|
|
101
|
-
"ember-resolver": "^5.0.1",
|
|
102
|
-
"ember-source": "~3.
|
|
103
|
-
"ember-source-channel-url": "^1.1.0",
|
|
104
|
-
"ember-template-lint": "2.21.0",
|
|
105
|
-
"ember-try": "^1.0.0",
|
|
106
|
-
"eslint": "^5.12.0",
|
|
107
|
-
"eslint-config-airbnb-base": "13.1.0",
|
|
108
|
-
"eslint-plugin-ember": "^6.
|
|
109
|
-
"eslint-plugin-import": "^2.27.5",
|
|
110
|
-
"eslint-plugin-node": "^
|
|
111
|
-
"loader.js": "^4.7.0",
|
|
112
|
-
"lodash": "4.17.21",
|
|
113
|
-
"qunit-dom": "^0.8.4",
|
|
114
|
-
"stylelint": "9.9.0",
|
|
115
|
-
"stylelint-scss": "3.5.1"
|
|
116
|
-
},
|
|
117
|
-
"engines": {
|
|
118
|
-
"node": "
|
|
119
|
-
},
|
|
120
|
-
"ember-addon": {
|
|
121
|
-
"configPath": "tests/dummy/config"
|
|
122
|
-
},
|
|
123
|
-
"homepage": "https://XDAM.github.io/ember-partials"
|
|
124
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@xdam/ember-partials",
|
|
3
|
+
"version": "0.11.0",
|
|
4
|
+
"description": "Xdam Ember Partials https://xdam.github.io/ember-partials/versions/development/",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"ember-addon"
|
|
7
|
+
],
|
|
8
|
+
"publishConfig": {
|
|
9
|
+
"access": "public"
|
|
10
|
+
},
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "https://github.com/XDAM/ember-partials.git"
|
|
14
|
+
},
|
|
15
|
+
"license": "MIT",
|
|
16
|
+
"author": "",
|
|
17
|
+
"directories": {
|
|
18
|
+
"doc": "doc",
|
|
19
|
+
"test": "tests"
|
|
20
|
+
},
|
|
21
|
+
"scripts": {
|
|
22
|
+
"build": "ember build",
|
|
23
|
+
"start": "ember serve --port 4300",
|
|
24
|
+
"lint": "yarn run lint:js ; yarn run lint:hbs ; yarn run lint:scss",
|
|
25
|
+
"lint:hbs": "ember-template-lint .",
|
|
26
|
+
"lint:js": "eslint .",
|
|
27
|
+
"lint:scss": "stylelint app/styles/**/*",
|
|
28
|
+
"test": "yarn run lint:scss && ember exam --random",
|
|
29
|
+
"test:all": "ember try:each",
|
|
30
|
+
"test:coverage": "cross-env COVERAGE=true ember test",
|
|
31
|
+
"test:auto": "ember exam --test-port 7359 --server --launch Chrome",
|
|
32
|
+
"test:backstop": "backstop test",
|
|
33
|
+
"test:backstop:approve": "backstop approve",
|
|
34
|
+
"test:backstop:reference": "backstop reference",
|
|
35
|
+
"release": "ember release --minor && ember deploy production"
|
|
36
|
+
},
|
|
37
|
+
"dependencies": {
|
|
38
|
+
"@material/animation": "0.41.0",
|
|
39
|
+
"@material/button": "0.44.0",
|
|
40
|
+
"@material/checkbox": "0.44.0",
|
|
41
|
+
"@material/chips": "0.44.0",
|
|
42
|
+
"@material/dialog": "0.44.0",
|
|
43
|
+
"@material/dom": "0.41.0",
|
|
44
|
+
"@material/drawer": "0.44.0",
|
|
45
|
+
"@material/form-field": "0.44.0",
|
|
46
|
+
"@material/list": "0.44.0",
|
|
47
|
+
"@material/menu": "0.44.0",
|
|
48
|
+
"@material/menu-surface": "0.44.0",
|
|
49
|
+
"@material/radio": "0.44.0",
|
|
50
|
+
"@material/slider": "0.44.0",
|
|
51
|
+
"@material/snackbar": "0.44.0",
|
|
52
|
+
"@material/switch": "0.44.0",
|
|
53
|
+
"@material/textfield": "0.44.0",
|
|
54
|
+
"@material/typography": "0.44.0",
|
|
55
|
+
"babel-plugin-transform-object-rest-spread": "6.26.0",
|
|
56
|
+
"broccoli-funnel": "3.0.8",
|
|
57
|
+
"broccoli-merge-trees": "4.2.0",
|
|
58
|
+
"ember-auto-import": "1.5.3",
|
|
59
|
+
"ember-cli-babel": "^7.7.3",
|
|
60
|
+
"ember-cli-htmlbars": "^3.0.1",
|
|
61
|
+
"ember-cli-sass": "11.0.1",
|
|
62
|
+
"ember-composable-helpers": "2.4.0",
|
|
63
|
+
"ember-decorators": "^6.1.0",
|
|
64
|
+
"ember-truth-helpers": "2.1.0",
|
|
65
|
+
"resize-observer-polyfill": "1.5.1",
|
|
66
|
+
"sass": "1.60.0"
|
|
67
|
+
},
|
|
68
|
+
"devDependencies": {
|
|
69
|
+
"@ember/optional-features": "^0.7.0",
|
|
70
|
+
"babel-eslint": "^10.1.0",
|
|
71
|
+
"backstopjs": "3.8.5",
|
|
72
|
+
"broccoli-asset-rev": "^3.0.0",
|
|
73
|
+
"ember-cli": "~3.10.1",
|
|
74
|
+
"ember-cli-addon-docs": "0.8.0",
|
|
75
|
+
"ember-cli-addon-docs-yuidoc": "0.2.3",
|
|
76
|
+
"ember-cli-code-coverage": "1.0.3",
|
|
77
|
+
"ember-cli-content-security-policy": "2.0.3",
|
|
78
|
+
"ember-cli-dependency-checker": "^3.1.0",
|
|
79
|
+
"ember-cli-deploy": "1.0.2",
|
|
80
|
+
"ember-cli-deploy-build": "2.0.0",
|
|
81
|
+
"ember-cli-deploy-git": "1.3.4",
|
|
82
|
+
"ember-cli-deploy-git-ci": "1.0.1",
|
|
83
|
+
"ember-cli-eslint": "5.1.0",
|
|
84
|
+
"ember-cli-htmlbars-inline-precompile": "^2.1.0",
|
|
85
|
+
"ember-cli-inject-live-reload": "^2.0.1",
|
|
86
|
+
"ember-cli-release": "1.0.0-beta.2",
|
|
87
|
+
"ember-cli-sri": "^2.1.1",
|
|
88
|
+
"ember-cli-string-helpers": "6.1.0",
|
|
89
|
+
"ember-cli-template-lint": "0.7.6",
|
|
90
|
+
"ember-cli-uglify": "^2.1.0",
|
|
91
|
+
"ember-data": "3.9.0",
|
|
92
|
+
"ember-decorators-polyfill": "^1.1.5",
|
|
93
|
+
"ember-disable-prototype-extensions": "^1.1.3",
|
|
94
|
+
"ember-exam": "5.0.1",
|
|
95
|
+
"ember-export-application-global": "^2.0.0",
|
|
96
|
+
"ember-fetch": "6.7.2",
|
|
97
|
+
"ember-lifeline": "5.1.0",
|
|
98
|
+
"ember-load-initializers": "^2.0.0",
|
|
99
|
+
"ember-maybe-import-regenerator": "0.1.6",
|
|
100
|
+
"ember-qunit": "^4.4.1",
|
|
101
|
+
"ember-resolver": "^5.0.1",
|
|
102
|
+
"ember-source": "~3.10.0",
|
|
103
|
+
"ember-source-channel-url": "^1.1.0",
|
|
104
|
+
"ember-template-lint": "2.21.0",
|
|
105
|
+
"ember-try": "^1.0.0",
|
|
106
|
+
"eslint": "^5.12.0",
|
|
107
|
+
"eslint-config-airbnb-base": "13.1.0",
|
|
108
|
+
"eslint-plugin-ember": "^6.2.0",
|
|
109
|
+
"eslint-plugin-import": "^2.27.5",
|
|
110
|
+
"eslint-plugin-node": "^9.0.1",
|
|
111
|
+
"loader.js": "^4.7.0",
|
|
112
|
+
"lodash": "4.17.21",
|
|
113
|
+
"qunit-dom": "^0.8.4",
|
|
114
|
+
"stylelint": "9.9.0",
|
|
115
|
+
"stylelint-scss": "3.5.1"
|
|
116
|
+
},
|
|
117
|
+
"engines": {
|
|
118
|
+
"node": "8.* || >= 10.*"
|
|
119
|
+
},
|
|
120
|
+
"ember-addon": {
|
|
121
|
+
"configPath": "tests/dummy/config"
|
|
122
|
+
},
|
|
123
|
+
"homepage": "https://XDAM.github.io/ember-partials"
|
|
124
|
+
}
|