@carbon/vue 1.1.0 → 1.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/CHANGELOG.md +25 -0
- package/README.md +1 -1
- package/dist/carbon-data-viz-vue.common.js +3 -3
- package/dist/carbon-data-viz-vue.common.js.map +1 -1
- package/dist/carbon-data-viz-vue.umd.js +3 -3
- package/dist/carbon-data-viz-vue.umd.js.map +1 -1
- package/dist/carbon-data-viz-vue.umd.min.js.map +1 -1
- package/dist/carbon-vue.common.js +1236 -186
- package/dist/carbon-vue.common.js.map +1 -1
- package/dist/carbon-vue.umd.js +1236 -186
- package/dist/carbon-vue.umd.js.map +1 -1
- package/dist/carbon-vue.umd.min.js +4 -4
- package/dist/carbon-vue.umd.min.js.map +1 -1
- package/package.json +2 -2
- package/src/components/cv-content-switcher/cv-content-switcher.vue +1 -1
- package/src/components/cv-dropdown/_cv-dropdown-inner-c10.vue +201 -0
- package/src/components/cv-dropdown/_cv-dropdown-inner-form-item.vue +22 -0
- package/src/components/cv-dropdown/_cv-dropdown-inner.vue +213 -0
- package/src/components/cv-dropdown/cv-dropdown-item.vue +4 -0
- package/src/components/cv-dropdown/cv-dropdown.vue +20 -167
- package/src/components/cv-file-uploader/cv-file-uploader.vue +48 -8
- package/src/components/cv-inline-notification/cv-inline-notification.vue +25 -7
- package/src/components/cv-loading/cv-loading.vue +18 -1
- package/src/components/cv-modal/cv-modal.vue +15 -4
- package/src/components/cv-number-input/cv-number-input.vue +9 -2
- package/src/components/cv-tabs/cv-tabs.vue +22 -11
- package/src/components/cv-toast-notification/cv-toast-notification.vue +35 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
## 1.1.1 (March 19, 2019)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
- A number of experimental additions for carbon x
|
|
6
|
+
- Change node requirements to > 10 in package.json
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- Fix tabs on narrow screens (#273)
|
|
11
|
+
- Fix dorpdown-items v-for (#273)
|
|
12
|
+
|
|
13
|
+
### Dependency versions
|
|
14
|
+
|
|
15
|
+
Versions reflect those version was built using.
|
|
16
|
+
|
|
17
|
+
| Dependency | Version | Notes |
|
|
18
|
+
| -------------------- | ------------ | ------------------------ |
|
|
19
|
+
| @carbon/icon-helpers | 0.0.1-beta.0 | experimental only |
|
|
20
|
+
| @carbon/icons-vue | 0.0.1-beta.0 | experimental only |
|
|
21
|
+
| carbon-components | 9.70.1 | |
|
|
22
|
+
| d3 | 5.8.2 | Only needed for data-viz |
|
|
23
|
+
| flatpickr | 4.5.2 | |
|
|
24
|
+
| vue | 2.6.3 | |
|
|
25
|
+
|
|
1
26
|
## 1.1.0 (March 14, 2019)
|
|
2
27
|
|
|
3
28
|
### Features
|
package/README.md
CHANGED
|
@@ -1569,7 +1569,7 @@ $exports.store = store;
|
|
|
1569
1569
|
"use strict";
|
|
1570
1570
|
__webpack_require__.r(__webpack_exports__);
|
|
1571
1571
|
|
|
1572
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
1572
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"64a18538-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/data-viz/cv-gauge/cv-gauge.vue?vue&type=template&id=e4b71be0&
|
|
1573
1573
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"cv-gauge"},[_c('h1',{staticClass:"bx--graph-header"},[_vm._v(_vm._s(_vm.header))]),_c('div',{staticClass:"cv-gauge__container"},[_c('svg'),_vm._m(0)])])}
|
|
1574
1574
|
var staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"cv-gauge__text"},[_c('p',{staticClass:"cv-gauge__amount"}),_c('p',{staticClass:"cv-gauge__total"})])}]
|
|
1575
1575
|
|
|
@@ -18429,7 +18429,7 @@ if (typeof __e == 'number') __e = core; // eslint-disable-line no-undef
|
|
|
18429
18429
|
"use strict";
|
|
18430
18430
|
__webpack_require__.r(__webpack_exports__);
|
|
18431
18431
|
|
|
18432
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
18432
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"64a18538-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/data-viz/cv-bar-graph/cv-bar-graph.vue?vue&type=template&id=1741cacb&
|
|
18433
18433
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"cv-bar-graph",class:{ 'cv-bar-graph--empty': _vm.noData }},[_c('svg',{ref:"svg",staticClass:"cv-bar-graph__svg"},[_c('g',{ref:"root",staticClass:"cv-bar-graph__root"},[_c('g',{ref:"xAxis",staticClass:"cv-bar-graph__x-axis"},[_c('text',{ref:"xAxisLabel",staticClass:"cv-bar-graph__x-axis-label"})]),_c('g',{ref:"yAxis",staticClass:"cv-bar-graph__y-axis"},[_c('text',{ref:"yAxisLabel",staticClass:"cv-bar-graph__y-axis-label"})])])]),(_vm.keyLabels)?_c('div',{ref:"key",staticClass:"cv-bar-graph__key"},[_c('span',{staticClass:"cv-bar-graph__key-title"},[_vm._v("Key")]),_vm._l((_vm.keyLabels),function(keyLabel,i){return _c('div',{key:keyLabel,staticClass:"cv-bar-graph__key-entry"},[_c('div',{staticClass:"cv-bar-graph__key-entry-swatch",style:({ background: _vm.colors(i) })}),_vm._v("\n "+_vm._s(keyLabel)+"\n ")])})],2):_vm._e(),_c('div',{ref:"emptyContent",staticClass:"cv-bar-graph__empty-content"},[_c('div',{staticClass:"cv-bar-graph__empty-content-inner"},[_vm._t("emptyContent",[_vm._v(_vm._s(_vm.emptyText))])],2)]),_c('div',{ref:"tooltip",staticClass:"cv-bar-graph__tooltip"})])}
|
|
18434
18434
|
var staticRenderFns = []
|
|
18435
18435
|
|
|
@@ -22146,7 +22146,7 @@ module.exports = __webpack_require__("584a").Array.isArray;
|
|
|
22146
22146
|
"use strict";
|
|
22147
22147
|
__webpack_require__.r(__webpack_exports__);
|
|
22148
22148
|
|
|
22149
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
22149
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"64a18538-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/data-viz/cv-pie-chart/cv-pie-chart.vue?vue&type=template&id=5acae14c&
|
|
22150
22150
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"cv-pie-chart"},[_c('h2',{staticClass:"bx--graph-header"},[_vm._v(_vm._s(_vm.header))]),_c('div',{staticClass:"cv-pie-chart__container"},[_c('svg',{attrs:{"width":_vm.width,"height":_vm.height}},[_c('g')]),_vm._m(0)])])}
|
|
22151
22151
|
var staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"cv-pie-chart__tooltip"},[_c('p',{staticClass:"cv-pie-chart__amount"}),_c('p',{staticClass:"cv-pie-chart__item"})])}]
|
|
22152
22152
|
|