@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 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
@@ -97,7 +97,7 @@ Vue.use(window['carbon-vue'].default);
97
97
 
98
98
  ## Change log
99
99
 
100
- See [CHANGELOG.md](CHAGNELOG.md)
100
+ See [CHANGELOG.md](CHANGELOG.md)
101
101
 
102
102
  ### Current Components
103
103
 
@@ -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":"939260b6-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&
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":"939260b6-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&
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":"939260b6-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&
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