@citizenplane/pimp 6.5.1 → 6.6.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/dist/pimp.common.js +903 -876
- package/dist/pimp.common.js.map +1 -1
- package/dist/pimp.css +1 -1
- package/dist/pimp.umd.js +903 -876
- package/dist/pimp.umd.js.map +1 -1
- package/dist/pimp.umd.min.js +1 -1
- package/dist/pimp.umd.min.js.map +1 -1
- package/package-lock.json +50 -634
- package/package.json +1 -7
- package/src/components/atomic-elements/CpBadge.vue +82 -37
- package/src/components/core/playground-sections/SectionAtomicElements.vue +16 -4
- package/src/components/inputs/CpInput.vue +4 -1
- package/src/components/inputs/CpTextarea.vue +4 -1
- package/src/components/selects/CpSelect.vue +4 -1
package/dist/pimp.common.js
CHANGED
|
@@ -13241,12 +13241,12 @@ var es_object_keys = __webpack_require__("b64b");
|
|
|
13241
13241
|
// EXTERNAL MODULE: external {"commonjs":"vue","commonjs2":"vue","root":"Vue"}
|
|
13242
13242
|
var external_commonjs_vue_commonjs2_vue_root_Vue_ = __webpack_require__("8bbf");
|
|
13243
13243
|
|
|
13244
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
13245
|
-
var
|
|
13244
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0ab8a1a8-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/components/atomic-elements/CpBadge.vue?vue&type=template&id=2a601aa2&
|
|
13245
|
+
var CpBadgevue_type_template_id_2a601aa2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"cpBadge",class:_vm.computedClasses},[_c('span',{staticClass:"cpBadge__label"},[_vm._v(_vm._s(_vm.label))]),(_vm.isClearable)?_c('button',{staticClass:"cpBadge__clear",attrs:{"type":"button"},on:{"click":_vm.onClear}},[_c('x-icon',{staticClass:"cpBadge__icon"})],1):_vm._e()])}
|
|
13246
13246
|
var staticRenderFns = []
|
|
13247
13247
|
|
|
13248
13248
|
|
|
13249
|
-
// CONCATENATED MODULE: ./src/components/atomic-elements/CpBadge.vue?vue&type=template&id=
|
|
13249
|
+
// CONCATENATED MODULE: ./src/components/atomic-elements/CpBadge.vue?vue&type=template&id=2a601aa2&
|
|
13250
13250
|
|
|
13251
13251
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.includes.js
|
|
13252
13252
|
var es_array_includes = __webpack_require__("caad");
|
|
@@ -13254,662 +13254,103 @@ var es_array_includes = __webpack_require__("caad");
|
|
|
13254
13254
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.number.constructor.js
|
|
13255
13255
|
var es_number_constructor = __webpack_require__("a9e3");
|
|
13256
13256
|
|
|
13257
|
-
// EXTERNAL MODULE: ./node_modules/
|
|
13258
|
-
var
|
|
13259
|
-
|
|
13260
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.regexp.to-string.js
|
|
13261
|
-
var es_regexp_to_string = __webpack_require__("25f0");
|
|
13262
|
-
|
|
13263
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.slice.js
|
|
13264
|
-
var es_array_slice = __webpack_require__("fb6a");
|
|
13265
|
-
|
|
13266
|
-
// EXTERNAL MODULE: ./node_modules/luxon/build/cjs-browser/luxon.js
|
|
13267
|
-
var luxon = __webpack_require__("1315");
|
|
13268
|
-
|
|
13269
|
-
// CONCATENATED MODULE: ./src/helpers/index.js
|
|
13270
|
-
|
|
13271
|
-
|
|
13272
|
-
|
|
13273
|
-
|
|
13274
|
-
var randomString = function randomString() {
|
|
13275
|
-
return "_".concat(Math.random().toString(36).substr(2, 9));
|
|
13276
|
-
};
|
|
13277
|
-
var helpers_formatDates = function formatDates(dateOne, dateTwo, format) {
|
|
13278
|
-
var formattedDates = '';
|
|
13279
|
-
|
|
13280
|
-
if (dateOne) {
|
|
13281
|
-
formattedDates = luxon["DateTime"].fromISO(dateOne).toFormat(format);
|
|
13282
|
-
}
|
|
13283
|
-
|
|
13284
|
-
if (dateTwo) {
|
|
13285
|
-
formattedDates += ' - ' + luxon["DateTime"].fromISO(dateTwo).toFormat(format);
|
|
13286
|
-
}
|
|
13287
|
-
|
|
13288
|
-
return formattedDates;
|
|
13289
|
-
};
|
|
13290
|
-
var capitalizeFirstLetter = function capitalizeFirstLetter(rawString) {
|
|
13291
|
-
if (typeof rawString !== 'string') return '';
|
|
13292
|
-
return rawString.charAt(0).toUpperCase() + rawString.slice(1);
|
|
13293
|
-
};
|
|
13294
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/atomic-elements/CpBadge.vue?vue&type=script&lang=js&
|
|
13257
|
+
// EXTERNAL MODULE: ./node_modules/babel-helper-vue-jsx-merge-props/index.js
|
|
13258
|
+
var babel_helper_vue_jsx_merge_props = __webpack_require__("92fa");
|
|
13259
|
+
var babel_helper_vue_jsx_merge_props_default = /*#__PURE__*/__webpack_require__.n(babel_helper_vue_jsx_merge_props);
|
|
13295
13260
|
|
|
13261
|
+
// CONCATENATED MODULE: ./node_modules/vue-feather-icons/dist/vue-feather-icons.es.js
|
|
13296
13262
|
|
|
13297
|
-
//
|
|
13298
|
-
//
|
|
13299
|
-
//
|
|
13300
|
-
//
|
|
13301
|
-
//
|
|
13302
|
-
//
|
|
13303
13263
|
|
|
13304
|
-
var
|
|
13305
|
-
|
|
13264
|
+
var ActivityIcon = {
|
|
13265
|
+
name: 'ActivityIcon',
|
|
13306
13266
|
props: {
|
|
13307
|
-
|
|
13267
|
+
size: {
|
|
13308
13268
|
type: String,
|
|
13309
|
-
|
|
13310
|
-
validator: function validator(
|
|
13311
|
-
return
|
|
13269
|
+
default: '24',
|
|
13270
|
+
validator: function validator(s) {
|
|
13271
|
+
return !isNaN(s) || s.length >= 2 && !isNaN(s.slice(0, s.length - 1)) && s.slice(-1) === 'x';
|
|
13312
13272
|
}
|
|
13313
|
-
},
|
|
13314
|
-
label: {
|
|
13315
|
-
type: [String, Number],
|
|
13316
|
-
required: true
|
|
13317
|
-
},
|
|
13318
|
-
isSolid: {
|
|
13319
|
-
type: Boolean,
|
|
13320
|
-
default: false,
|
|
13321
|
-
required: false
|
|
13322
|
-
},
|
|
13323
|
-
isPlain: {
|
|
13324
|
-
type: Boolean,
|
|
13325
|
-
default: false,
|
|
13326
|
-
required: false
|
|
13327
13273
|
}
|
|
13328
13274
|
},
|
|
13329
|
-
|
|
13330
|
-
|
|
13331
|
-
|
|
13332
|
-
}
|
|
13333
|
-
|
|
13334
|
-
|
|
13335
|
-
|
|
13336
|
-
|
|
13337
|
-
|
|
13338
|
-
|
|
13339
|
-
|
|
13340
|
-
|
|
13341
|
-
|
|
13342
|
-
|
|
13343
|
-
|
|
13344
|
-
|
|
13345
|
-
|
|
13346
|
-
|
|
13347
|
-
|
|
13348
|
-
|
|
13349
|
-
|
|
13350
|
-
|
|
13351
|
-
|
|
13352
|
-
|
|
13353
|
-
|
|
13354
|
-
functionalTemplate,
|
|
13355
|
-
injectStyles,
|
|
13356
|
-
scopeId,
|
|
13357
|
-
moduleIdentifier, /* server only */
|
|
13358
|
-
shadowMode /* vue-cli only */
|
|
13359
|
-
) {
|
|
13360
|
-
// Vue.extend constructor export interop
|
|
13361
|
-
var options = typeof scriptExports === 'function'
|
|
13362
|
-
? scriptExports.options
|
|
13363
|
-
: scriptExports
|
|
13364
|
-
|
|
13365
|
-
// render functions
|
|
13366
|
-
if (render) {
|
|
13367
|
-
options.render = render
|
|
13368
|
-
options.staticRenderFns = staticRenderFns
|
|
13369
|
-
options._compiled = true
|
|
13370
|
-
}
|
|
13371
|
-
|
|
13372
|
-
// functional template
|
|
13373
|
-
if (functionalTemplate) {
|
|
13374
|
-
options.functional = true
|
|
13375
|
-
}
|
|
13376
|
-
|
|
13377
|
-
// scopedId
|
|
13378
|
-
if (scopeId) {
|
|
13379
|
-
options._scopeId = 'data-v-' + scopeId
|
|
13275
|
+
functional: true,
|
|
13276
|
+
render: function render(h, ctx) {
|
|
13277
|
+
var size = ctx.props.size.slice(-1) === 'x' ? ctx.props.size.slice(0, ctx.props.size.length - 1) + 'em' : parseInt(ctx.props.size) + 'px';
|
|
13278
|
+
var attrs = ctx.data.attrs || {};
|
|
13279
|
+
attrs.width = attrs.width || size;
|
|
13280
|
+
attrs.height = attrs.height || size;
|
|
13281
|
+
ctx.data.attrs = attrs;
|
|
13282
|
+
return h("svg", babel_helper_vue_jsx_merge_props_default()([{
|
|
13283
|
+
attrs: {
|
|
13284
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13285
|
+
width: "24",
|
|
13286
|
+
height: "24",
|
|
13287
|
+
viewBox: "0 0 24 24",
|
|
13288
|
+
fill: "none",
|
|
13289
|
+
stroke: "currentColor",
|
|
13290
|
+
"stroke-width": "2",
|
|
13291
|
+
"stroke-linecap": "round",
|
|
13292
|
+
"stroke-linejoin": "round"
|
|
13293
|
+
},
|
|
13294
|
+
"class": "feather feather-activity"
|
|
13295
|
+
}, ctx.data]), [h("polyline", {
|
|
13296
|
+
attrs: {
|
|
13297
|
+
points: "22 12 18 12 15 21 9 3 6 12 2 12"
|
|
13298
|
+
}
|
|
13299
|
+
})]);
|
|
13380
13300
|
}
|
|
13301
|
+
};
|
|
13381
13302
|
|
|
13382
|
-
|
|
13383
|
-
|
|
13384
|
-
|
|
13385
|
-
|
|
13386
|
-
|
|
13387
|
-
|
|
13388
|
-
|
|
13389
|
-
(
|
|
13390
|
-
// 2.2 with runInNewContext: true
|
|
13391
|
-
if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
|
|
13392
|
-
context = __VUE_SSR_CONTEXT__
|
|
13393
|
-
}
|
|
13394
|
-
// inject component styles
|
|
13395
|
-
if (injectStyles) {
|
|
13396
|
-
injectStyles.call(this, context)
|
|
13397
|
-
}
|
|
13398
|
-
// register component module identifier for async chunk inferrence
|
|
13399
|
-
if (context && context._registeredComponents) {
|
|
13400
|
-
context._registeredComponents.add(moduleIdentifier)
|
|
13303
|
+
var AirplayIcon = {
|
|
13304
|
+
name: 'AirplayIcon',
|
|
13305
|
+
props: {
|
|
13306
|
+
size: {
|
|
13307
|
+
type: String,
|
|
13308
|
+
default: '24',
|
|
13309
|
+
validator: function validator(s) {
|
|
13310
|
+
return !isNaN(s) || s.length >= 2 && !isNaN(s.slice(0, s.length - 1)) && s.slice(-1) === 'x';
|
|
13401
13311
|
}
|
|
13402
13312
|
}
|
|
13403
|
-
|
|
13404
|
-
|
|
13405
|
-
|
|
13406
|
-
|
|
13407
|
-
|
|
13408
|
-
|
|
13409
|
-
|
|
13410
|
-
|
|
13411
|
-
|
|
13412
|
-
|
|
13313
|
+
},
|
|
13314
|
+
functional: true,
|
|
13315
|
+
render: function render(h, ctx) {
|
|
13316
|
+
var size = ctx.props.size.slice(-1) === 'x' ? ctx.props.size.slice(0, ctx.props.size.length - 1) + 'em' : parseInt(ctx.props.size) + 'px';
|
|
13317
|
+
var attrs = ctx.data.attrs || {};
|
|
13318
|
+
attrs.width = attrs.width || size;
|
|
13319
|
+
attrs.height = attrs.height || size;
|
|
13320
|
+
ctx.data.attrs = attrs;
|
|
13321
|
+
return h("svg", babel_helper_vue_jsx_merge_props_default()([{
|
|
13322
|
+
attrs: {
|
|
13323
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13324
|
+
width: "24",
|
|
13325
|
+
height: "24",
|
|
13326
|
+
viewBox: "0 0 24 24",
|
|
13327
|
+
fill: "none",
|
|
13328
|
+
stroke: "currentColor",
|
|
13329
|
+
"stroke-width": "2",
|
|
13330
|
+
"stroke-linecap": "round",
|
|
13331
|
+
"stroke-linejoin": "round"
|
|
13332
|
+
},
|
|
13333
|
+
"class": "feather feather-airplay"
|
|
13334
|
+
}, ctx.data]), [h("path", {
|
|
13335
|
+
attrs: {
|
|
13336
|
+
d: "M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1"
|
|
13413
13337
|
}
|
|
13414
|
-
|
|
13338
|
+
}), h("polygon", {
|
|
13339
|
+
attrs: {
|
|
13340
|
+
points: "12 15 17 21 7 21 12 15"
|
|
13341
|
+
}
|
|
13342
|
+
})]);
|
|
13415
13343
|
}
|
|
13344
|
+
};
|
|
13416
13345
|
|
|
13417
|
-
|
|
13418
|
-
|
|
13419
|
-
|
|
13420
|
-
|
|
13421
|
-
|
|
13422
|
-
|
|
13423
|
-
|
|
13424
|
-
|
|
13425
|
-
hook.call(context)
|
|
13426
|
-
return originalRender(h, context)
|
|
13427
|
-
}
|
|
13428
|
-
} else {
|
|
13429
|
-
// inject component registration as beforeCreate hook
|
|
13430
|
-
var existing = options.beforeCreate
|
|
13431
|
-
options.beforeCreate = existing
|
|
13432
|
-
? [].concat(existing, hook)
|
|
13433
|
-
: [hook]
|
|
13434
|
-
}
|
|
13435
|
-
}
|
|
13436
|
-
|
|
13437
|
-
return {
|
|
13438
|
-
exports: scriptExports,
|
|
13439
|
-
options: options
|
|
13440
|
-
}
|
|
13441
|
-
}
|
|
13442
|
-
|
|
13443
|
-
// CONCATENATED MODULE: ./src/components/atomic-elements/CpBadge.vue
|
|
13444
|
-
|
|
13445
|
-
|
|
13446
|
-
|
|
13447
|
-
|
|
13448
|
-
|
|
13449
|
-
|
|
13450
|
-
/* normalize component */
|
|
13451
|
-
|
|
13452
|
-
var component = normalizeComponent(
|
|
13453
|
-
atomic_elements_CpBadgevue_type_script_lang_js_,
|
|
13454
|
-
CpBadgevue_type_template_id_d4f446d6_render,
|
|
13455
|
-
staticRenderFns,
|
|
13456
|
-
false,
|
|
13457
|
-
null,
|
|
13458
|
-
null,
|
|
13459
|
-
null
|
|
13460
|
-
|
|
13461
|
-
)
|
|
13462
|
-
|
|
13463
|
-
/* harmony default export */ var CpBadge = (component.exports);
|
|
13464
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"7c950646-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/components/typography/CpHeading/index.vue?vue&type=template&id=1de80c2e&
|
|
13465
|
-
var CpHeadingvue_type_template_id_1de80c2e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c(_vm.headingLevel,{tag:"div",staticClass:"cpHeading",class:("cpHeading--" + _vm.size)},[_vm._t("default")],2)}
|
|
13466
|
-
var CpHeadingvue_type_template_id_1de80c2e_staticRenderFns = []
|
|
13467
|
-
|
|
13468
|
-
|
|
13469
|
-
// CONCATENATED MODULE: ./src/components/typography/CpHeading/index.vue?vue&type=template&id=1de80c2e&
|
|
13470
|
-
|
|
13471
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/typography/CpHeading/index.vue?vue&type=script&lang=js&
|
|
13472
|
-
|
|
13473
|
-
|
|
13474
|
-
//
|
|
13475
|
-
//
|
|
13476
|
-
//
|
|
13477
|
-
//
|
|
13478
|
-
//
|
|
13479
|
-
//
|
|
13480
|
-
var headingLevels = ['h1', 'h2', 'h3', 'h4', 'h5', 'h6'];
|
|
13481
|
-
var sizes = [100, 200, 300, 400, 500, 600, 700, 800, 900];
|
|
13482
|
-
/* harmony default export */ var CpHeadingvue_type_script_lang_js_ = ({
|
|
13483
|
-
props: {
|
|
13484
|
-
headingLevel: {
|
|
13485
|
-
type: String,
|
|
13486
|
-
default: headingLevels[0],
|
|
13487
|
-
validator: function validator(value) {
|
|
13488
|
-
return headingLevels.includes(value);
|
|
13489
|
-
},
|
|
13490
|
-
required: false
|
|
13491
|
-
},
|
|
13492
|
-
size: {
|
|
13493
|
-
type: Number,
|
|
13494
|
-
default: sizes[4],
|
|
13495
|
-
validator: function validator(value) {
|
|
13496
|
-
return sizes.includes(value);
|
|
13497
|
-
},
|
|
13498
|
-
required: false
|
|
13499
|
-
}
|
|
13500
|
-
},
|
|
13501
|
-
data: function data() {
|
|
13502
|
-
return {
|
|
13503
|
-
headingLevels: headingLevels
|
|
13504
|
-
};
|
|
13505
|
-
}
|
|
13506
|
-
});
|
|
13507
|
-
// CONCATENATED MODULE: ./src/components/typography/CpHeading/index.vue?vue&type=script&lang=js&
|
|
13508
|
-
/* harmony default export */ var typography_CpHeadingvue_type_script_lang_js_ = (CpHeadingvue_type_script_lang_js_);
|
|
13509
|
-
// EXTERNAL MODULE: ./src/components/typography/CpHeading/index.vue?vue&type=style&index=0&lang=scss&
|
|
13510
|
-
var CpHeadingvue_type_style_index_0_lang_scss_ = __webpack_require__("dbf2");
|
|
13511
|
-
|
|
13512
|
-
// CONCATENATED MODULE: ./src/components/typography/CpHeading/index.vue
|
|
13513
|
-
|
|
13514
|
-
|
|
13515
|
-
|
|
13516
|
-
|
|
13517
|
-
|
|
13518
|
-
|
|
13519
|
-
/* normalize component */
|
|
13520
|
-
|
|
13521
|
-
var CpHeading_component = normalizeComponent(
|
|
13522
|
-
typography_CpHeadingvue_type_script_lang_js_,
|
|
13523
|
-
CpHeadingvue_type_template_id_1de80c2e_render,
|
|
13524
|
-
CpHeadingvue_type_template_id_1de80c2e_staticRenderFns,
|
|
13525
|
-
false,
|
|
13526
|
-
null,
|
|
13527
|
-
null,
|
|
13528
|
-
null
|
|
13529
|
-
|
|
13530
|
-
)
|
|
13531
|
-
|
|
13532
|
-
/* harmony default export */ var CpHeading = (CpHeading_component.exports);
|
|
13533
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"7c950646-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/components/buttons/CpButton.vue?vue&type=template&id=136bd9cc&
|
|
13534
|
-
var CpButtonvue_type_template_id_136bd9cc_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c(_vm.tag,{tag:"button",staticClass:"cpButton",class:_vm.dynamicClasses,attrs:{"type":_vm.type,"aria-disabled":_vm.isButtonDisabled,"disabled":_vm.isButtonDisabled,"role":"button","tabindex":"0"},on:{"click":_vm.handleClick}},[_c('span',{staticClass:"cpButton__body"},[(_vm.isLoading)?_c('span',{staticClass:"cpButton__loader"},[_c('cp-loader',{attrs:{"color":"#B2B2BD"}})],1):_vm._e(),(_vm.hasIconBefore)?_c('span',{staticClass:"cpButton__icon cpButton__icon--isBefore"},[_vm._t("icon-before")],2):_vm._e(),(_vm.hasLabel)?_c('span',[_vm._t("default")],2):_vm._e(),(_vm.hasIconAfter)?_c('span',{staticClass:"cpButton__icon cpButton__icon--isAfter"},[_vm._t("icon-after")],2):_vm._e()])])}
|
|
13535
|
-
var CpButtonvue_type_template_id_136bd9cc_staticRenderFns = []
|
|
13536
|
-
|
|
13537
|
-
|
|
13538
|
-
// CONCATENATED MODULE: ./src/components/buttons/CpButton.vue?vue&type=template&id=136bd9cc&
|
|
13539
|
-
|
|
13540
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.includes.js
|
|
13541
|
-
var es_string_includes = __webpack_require__("2532");
|
|
13542
|
-
|
|
13543
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.values.js
|
|
13544
|
-
var es_object_values = __webpack_require__("07ac");
|
|
13545
|
-
|
|
13546
|
-
// CONCATENATED MODULE: ./src/constants/src/colors/Colors.js
|
|
13547
|
-
/* harmony default export */ var Colors = ({
|
|
13548
|
-
BLUE: 'blue',
|
|
13549
|
-
PURPLE: 'purple',
|
|
13550
|
-
GREEN: 'green',
|
|
13551
|
-
ORANGE: 'orange',
|
|
13552
|
-
RED: 'red'
|
|
13553
|
-
});
|
|
13554
|
-
// CONCATENATED MODULE: ./src/constants/src/colors/ToggleColors.js
|
|
13555
|
-
|
|
13556
|
-
/* harmony default export */ var ToggleColors = ({
|
|
13557
|
-
BLUE: Colors.BLUE,
|
|
13558
|
-
PURPLE: Colors.PURPLE
|
|
13559
|
-
});
|
|
13560
|
-
// CONCATENATED MODULE: ./src/constants/src/Position.js
|
|
13561
|
-
/* harmony default export */ var Position = ({
|
|
13562
|
-
TOP: 'top',
|
|
13563
|
-
TOP_LEFT: 'top-left',
|
|
13564
|
-
TOP_RIGHT: 'top-right',
|
|
13565
|
-
BOTTOM: 'bottom',
|
|
13566
|
-
BOTTOM_LEFT: 'bottom-left',
|
|
13567
|
-
BOTTOM_RIGHT: 'bottom-right',
|
|
13568
|
-
LEFT: 'left',
|
|
13569
|
-
RIGHT: 'right'
|
|
13570
|
-
});
|
|
13571
|
-
// CONCATENATED MODULE: ./src/constants/index.js
|
|
13572
|
-
|
|
13573
|
-
|
|
13574
|
-
|
|
13575
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"7c950646-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/components/feedback-indicators/CpLoader.vue?vue&type=template&id=7aa81c6b&
|
|
13576
|
-
var CpLoadervue_type_template_id_7aa81c6b_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"id":"loader-1","version":"1.1","xmlns":"http://www.w3.org/2000/svg","x":"0px","y":"0px","width":"40px","height":"40px","viewBox":"0 0 40 40","enable-background":"new 0 0 40 40","xml:space":"preserve"}},[_c('path',{attrs:{"opacity":"0.2","fill":_vm.color,"d":"M20.201,5.169c-8.254,0-14.946,6.692-14.946,14.946c0,8.255,6.692,14.946,14.946,14.946 s14.946-6.691,14.946-14.946C35.146,11.861,28.455,5.169,20.201,5.169z M20.201,31.749c-6.425,0-11.634-5.208-11.634-11.634 c0-6.425,5.209-11.634,11.634-11.634c6.425,0,11.633,5.209,11.633,11.634C31.834,26.541,26.626,31.749,20.201,31.749z"}}),_c('path',{attrs:{"fill":_vm.color,"d":"M26.013,10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0 C22.32,8.481,24.301,9.057,26.013,10.047z"}},[_c('animateTransform',{attrs:{"attributeType":"xml","attributeName":"transform","type":"rotate","from":"0 20 20","to":"360 20 20","dur":"0.5s","repeatCount":"indefinite"}})],1)])}
|
|
13577
|
-
var CpLoadervue_type_template_id_7aa81c6b_staticRenderFns = []
|
|
13578
|
-
|
|
13579
|
-
|
|
13580
|
-
// CONCATENATED MODULE: ./src/components/feedback-indicators/CpLoader.vue?vue&type=template&id=7aa81c6b&
|
|
13581
|
-
|
|
13582
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/feedback-indicators/CpLoader.vue?vue&type=script&lang=js&
|
|
13583
|
-
//
|
|
13584
|
-
//
|
|
13585
|
-
//
|
|
13586
|
-
//
|
|
13587
|
-
//
|
|
13588
|
-
//
|
|
13589
|
-
//
|
|
13590
|
-
//
|
|
13591
|
-
//
|
|
13592
|
-
//
|
|
13593
|
-
//
|
|
13594
|
-
//
|
|
13595
|
-
//
|
|
13596
|
-
//
|
|
13597
|
-
//
|
|
13598
|
-
//
|
|
13599
|
-
//
|
|
13600
|
-
//
|
|
13601
|
-
//
|
|
13602
|
-
//
|
|
13603
|
-
//
|
|
13604
|
-
//
|
|
13605
|
-
//
|
|
13606
|
-
//
|
|
13607
|
-
//
|
|
13608
|
-
//
|
|
13609
|
-
//
|
|
13610
|
-
//
|
|
13611
|
-
//
|
|
13612
|
-
//
|
|
13613
|
-
//
|
|
13614
|
-
//
|
|
13615
|
-
//
|
|
13616
|
-
//
|
|
13617
|
-
//
|
|
13618
|
-
/* harmony default export */ var CpLoadervue_type_script_lang_js_ = ({
|
|
13619
|
-
props: {
|
|
13620
|
-
color: {
|
|
13621
|
-
type: String,
|
|
13622
|
-
default: '#ff6700'
|
|
13623
|
-
}
|
|
13624
|
-
}
|
|
13625
|
-
});
|
|
13626
|
-
// CONCATENATED MODULE: ./src/components/feedback-indicators/CpLoader.vue?vue&type=script&lang=js&
|
|
13627
|
-
/* harmony default export */ var feedback_indicators_CpLoadervue_type_script_lang_js_ = (CpLoadervue_type_script_lang_js_);
|
|
13628
|
-
// CONCATENATED MODULE: ./src/components/feedback-indicators/CpLoader.vue
|
|
13629
|
-
|
|
13630
|
-
|
|
13631
|
-
|
|
13632
|
-
|
|
13633
|
-
|
|
13634
|
-
/* normalize component */
|
|
13635
|
-
|
|
13636
|
-
var CpLoader_component = normalizeComponent(
|
|
13637
|
-
feedback_indicators_CpLoadervue_type_script_lang_js_,
|
|
13638
|
-
CpLoadervue_type_template_id_7aa81c6b_render,
|
|
13639
|
-
CpLoadervue_type_template_id_7aa81c6b_staticRenderFns,
|
|
13640
|
-
false,
|
|
13641
|
-
null,
|
|
13642
|
-
null,
|
|
13643
|
-
null
|
|
13644
|
-
|
|
13645
|
-
)
|
|
13646
|
-
|
|
13647
|
-
/* harmony default export */ var CpLoader = (CpLoader_component.exports);
|
|
13648
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/buttons/CpButton.vue?vue&type=script&lang=js&
|
|
13649
|
-
|
|
13650
|
-
|
|
13651
|
-
|
|
13652
|
-
//
|
|
13653
|
-
//
|
|
13654
|
-
//
|
|
13655
|
-
//
|
|
13656
|
-
//
|
|
13657
|
-
//
|
|
13658
|
-
//
|
|
13659
|
-
//
|
|
13660
|
-
//
|
|
13661
|
-
//
|
|
13662
|
-
//
|
|
13663
|
-
//
|
|
13664
|
-
//
|
|
13665
|
-
//
|
|
13666
|
-
//
|
|
13667
|
-
//
|
|
13668
|
-
//
|
|
13669
|
-
//
|
|
13670
|
-
//
|
|
13671
|
-
//
|
|
13672
|
-
//
|
|
13673
|
-
//
|
|
13674
|
-
//
|
|
13675
|
-
|
|
13676
|
-
|
|
13677
|
-
|
|
13678
|
-
var ButtonAppearances = {
|
|
13679
|
-
default: 'default',
|
|
13680
|
-
primary: 'primary',
|
|
13681
|
-
minimal: 'minimal'
|
|
13682
|
-
};
|
|
13683
|
-
var ButtonTags = {
|
|
13684
|
-
button: 'button',
|
|
13685
|
-
a: 'a'
|
|
13686
|
-
};
|
|
13687
|
-
var ButtonTypes = {
|
|
13688
|
-
button: 'button',
|
|
13689
|
-
submit: 'submit',
|
|
13690
|
-
reset: 'reset'
|
|
13691
|
-
};
|
|
13692
|
-
/* harmony default export */ var CpButtonvue_type_script_lang_js_ = ({
|
|
13693
|
-
components: {
|
|
13694
|
-
CpLoader: CpLoader
|
|
13695
|
-
},
|
|
13696
|
-
props: {
|
|
13697
|
-
appearance: {
|
|
13698
|
-
type: String,
|
|
13699
|
-
default: ButtonAppearances.default,
|
|
13700
|
-
validator: function validator(value) {
|
|
13701
|
-
return {}.propertyIsEnumerable.call(ButtonAppearances, value);
|
|
13702
|
-
}
|
|
13703
|
-
},
|
|
13704
|
-
color: {
|
|
13705
|
-
type: String,
|
|
13706
|
-
default: '',
|
|
13707
|
-
validator: function validator(value) {
|
|
13708
|
-
return Object.values(Colors).includes(value) || value === '';
|
|
13709
|
-
}
|
|
13710
|
-
},
|
|
13711
|
-
disabled: {
|
|
13712
|
-
type: Boolean,
|
|
13713
|
-
default: false
|
|
13714
|
-
},
|
|
13715
|
-
tag: {
|
|
13716
|
-
type: String,
|
|
13717
|
-
default: ButtonTags.button,
|
|
13718
|
-
validator: function validator(value) {
|
|
13719
|
-
return {}.propertyIsEnumerable.call(ButtonTags, value);
|
|
13720
|
-
}
|
|
13721
|
-
},
|
|
13722
|
-
type: {
|
|
13723
|
-
type: String,
|
|
13724
|
-
default: ButtonTypes.button,
|
|
13725
|
-
validator: function validator(value) {
|
|
13726
|
-
return {}.propertyIsEnumerable.call(ButtonTypes, value);
|
|
13727
|
-
}
|
|
13728
|
-
},
|
|
13729
|
-
isLoading: {
|
|
13730
|
-
type: Boolean,
|
|
13731
|
-
default: false
|
|
13732
|
-
},
|
|
13733
|
-
isSquare: {
|
|
13734
|
-
type: Boolean,
|
|
13735
|
-
default: false
|
|
13736
|
-
},
|
|
13737
|
-
isLarge: {
|
|
13738
|
-
type: Boolean,
|
|
13739
|
-
default: false
|
|
13740
|
-
}
|
|
13741
|
-
},
|
|
13742
|
-
computed: {
|
|
13743
|
-
capitalizedAppearance: function capitalizedAppearance() {
|
|
13744
|
-
return capitalizeFirstLetter(this.appearance);
|
|
13745
|
-
},
|
|
13746
|
-
capitalizedColor: function capitalizedColor() {
|
|
13747
|
-
return capitalizeFirstLetter(this.color);
|
|
13748
|
-
},
|
|
13749
|
-
dynamicClasses: function dynamicClasses() {
|
|
13750
|
-
return ["cpButton--is".concat(this.capitalizedAppearance), this.capitalizedColor && "cpButton--is".concat(this.capitalizedColor), {
|
|
13751
|
-
'cpButton--isDisabled': this.isButtonDisabled,
|
|
13752
|
-
'cpButton--isIcon': !this.hasLabel,
|
|
13753
|
-
'cpButton--isLoading': this.isLoading,
|
|
13754
|
-
'cpButton--isSquare': this.isSquare,
|
|
13755
|
-
'cpButton--isLarge': this.isLarge
|
|
13756
|
-
}];
|
|
13757
|
-
},
|
|
13758
|
-
hasLabel: function hasLabel() {
|
|
13759
|
-
return !!this.$slots['default'];
|
|
13760
|
-
},
|
|
13761
|
-
hasIconBefore: function hasIconBefore() {
|
|
13762
|
-
return !!this.$slots['icon-before'];
|
|
13763
|
-
},
|
|
13764
|
-
hasIconAfter: function hasIconAfter() {
|
|
13765
|
-
return !!this.$slots['icon-after'];
|
|
13766
|
-
},
|
|
13767
|
-
isButtonDisabled: function isButtonDisabled() {
|
|
13768
|
-
return this.disabled || this.isLoading;
|
|
13769
|
-
}
|
|
13770
|
-
},
|
|
13771
|
-
methods: {
|
|
13772
|
-
handleClick: function handleClick($event) {
|
|
13773
|
-
!this.isButtonDisabled && this.$emit('click', $event);
|
|
13774
|
-
}
|
|
13775
|
-
}
|
|
13776
|
-
});
|
|
13777
|
-
// CONCATENATED MODULE: ./src/components/buttons/CpButton.vue?vue&type=script&lang=js&
|
|
13778
|
-
/* harmony default export */ var buttons_CpButtonvue_type_script_lang_js_ = (CpButtonvue_type_script_lang_js_);
|
|
13779
|
-
// EXTERNAL MODULE: ./src/components/buttons/CpButton.vue?vue&type=style&index=0&lang=scss&
|
|
13780
|
-
var CpButtonvue_type_style_index_0_lang_scss_ = __webpack_require__("a554");
|
|
13781
|
-
|
|
13782
|
-
// CONCATENATED MODULE: ./src/components/buttons/CpButton.vue
|
|
13783
|
-
|
|
13784
|
-
|
|
13785
|
-
|
|
13786
|
-
|
|
13787
|
-
|
|
13788
|
-
|
|
13789
|
-
/* normalize component */
|
|
13790
|
-
|
|
13791
|
-
var CpButton_component = normalizeComponent(
|
|
13792
|
-
buttons_CpButtonvue_type_script_lang_js_,
|
|
13793
|
-
CpButtonvue_type_template_id_136bd9cc_render,
|
|
13794
|
-
CpButtonvue_type_template_id_136bd9cc_staticRenderFns,
|
|
13795
|
-
false,
|
|
13796
|
-
null,
|
|
13797
|
-
null,
|
|
13798
|
-
null
|
|
13799
|
-
|
|
13800
|
-
)
|
|
13801
|
-
|
|
13802
|
-
/* harmony default export */ var CpButton = (CpButton_component.exports);
|
|
13803
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"7c950646-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/components/date-pickers/CpDate.vue?vue&type=template&id=0d059918&
|
|
13804
|
-
var CpDatevue_type_template_id_0d059918_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"cpDate",class:_vm.dynamicClasses},[(_vm.label)?_c('label',{staticClass:"cpDate__label",attrs:{"for":_vm.cpDateId}},[_vm._v(" "+_vm._s(_vm.formattedLabel)+" "),(!_vm.isDateValid)?_c('alert-circle-icon'):_vm._e()],1):_vm._e(),_c('div',{staticClass:"cpDate__inputs"},[_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.day),expression:"day"}],ref:"day",staticClass:"cpDate__day",attrs:{"placeholder":"DD","type":"number","inputmode":"numeric","min":1,"max":31,"maxlength":"2","required":_vm.required,"disabled":_vm.disabled},domProps:{"value":(_vm.day)},on:{"input":function($event){if($event.target.composing){ return; }_vm.day=$event.target.value}}}),_c('div',{staticClass:"cpDate__divider"}),_c('div',{staticClass:"cpDate__month",class:_vm.selectDynamicClass},[_c('select',{directives:[{name:"model",rawName:"v-model",value:(_vm.month),expression:"month"}],attrs:{"id":_vm.cpDateId,"required":_vm.required,"disabled":_vm.disabled},on:{"change":function($event){var $$selectedVal = Array.prototype.filter.call($event.target.options,function(o){return o.selected}).map(function(o){var val = "_value" in o ? o._value : o.value;return val}); _vm.month=$event.target.multiple ? $$selectedVal : $$selectedVal[0]}}},[_c('option',{attrs:{"value":"","disabled":""}},[_vm._v("Month")]),_vm._l((_vm.months),function(monthItem,index){return _c('option',{key:index,domProps:{"value":monthItem.value}},[_vm._v(" "+_vm._s(monthItem.label)+" ")])})],2)]),_c('div',{staticClass:"cpDate__divider"}),_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.year),expression:"year"}],ref:"year",staticClass:"cpDate__year",attrs:{"placeholder":"YYYY","type":"number","inputmode":"numeric","min":_vm.minYear,"max":_vm.maxYear,"maxlength":"4","disabled":_vm.disabled,"required":_vm.required},domProps:{"value":(_vm.year)},on:{"input":function($event){if($event.target.composing){ return; }_vm.year=$event.target.value}}})]),_c('transition-expand',[(!_vm.isDateValid)?_c('div',{staticClass:"cpDate__errorMessage"},[_vm._v(_vm._s(_vm.errorMessage))]):_vm._e()])],1)}
|
|
13805
|
-
var CpDatevue_type_template_id_0d059918_staticRenderFns = []
|
|
13806
|
-
|
|
13807
|
-
|
|
13808
|
-
// CONCATENATED MODULE: ./src/components/date-pickers/CpDate.vue?vue&type=template&id=0d059918&
|
|
13809
|
-
|
|
13810
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.concat.js
|
|
13811
|
-
var es_array_concat = __webpack_require__("99af");
|
|
13812
|
-
|
|
13813
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.map.js
|
|
13814
|
-
var es_array_map = __webpack_require__("d81d");
|
|
13815
|
-
|
|
13816
|
-
// EXTERNAL MODULE: ./node_modules/babel-helper-vue-jsx-merge-props/index.js
|
|
13817
|
-
var babel_helper_vue_jsx_merge_props = __webpack_require__("92fa");
|
|
13818
|
-
var babel_helper_vue_jsx_merge_props_default = /*#__PURE__*/__webpack_require__.n(babel_helper_vue_jsx_merge_props);
|
|
13819
|
-
|
|
13820
|
-
// CONCATENATED MODULE: ./node_modules/vue-feather-icons/dist/vue-feather-icons.es.js
|
|
13821
|
-
|
|
13822
|
-
|
|
13823
|
-
var ActivityIcon = {
|
|
13824
|
-
name: 'ActivityIcon',
|
|
13825
|
-
props: {
|
|
13826
|
-
size: {
|
|
13827
|
-
type: String,
|
|
13828
|
-
default: '24',
|
|
13829
|
-
validator: function validator(s) {
|
|
13830
|
-
return !isNaN(s) || s.length >= 2 && !isNaN(s.slice(0, s.length - 1)) && s.slice(-1) === 'x';
|
|
13831
|
-
}
|
|
13832
|
-
}
|
|
13833
|
-
},
|
|
13834
|
-
functional: true,
|
|
13835
|
-
render: function render(h, ctx) {
|
|
13836
|
-
var size = ctx.props.size.slice(-1) === 'x' ? ctx.props.size.slice(0, ctx.props.size.length - 1) + 'em' : parseInt(ctx.props.size) + 'px';
|
|
13837
|
-
var attrs = ctx.data.attrs || {};
|
|
13838
|
-
attrs.width = attrs.width || size;
|
|
13839
|
-
attrs.height = attrs.height || size;
|
|
13840
|
-
ctx.data.attrs = attrs;
|
|
13841
|
-
return h("svg", babel_helper_vue_jsx_merge_props_default()([{
|
|
13842
|
-
attrs: {
|
|
13843
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
13844
|
-
width: "24",
|
|
13845
|
-
height: "24",
|
|
13846
|
-
viewBox: "0 0 24 24",
|
|
13847
|
-
fill: "none",
|
|
13848
|
-
stroke: "currentColor",
|
|
13849
|
-
"stroke-width": "2",
|
|
13850
|
-
"stroke-linecap": "round",
|
|
13851
|
-
"stroke-linejoin": "round"
|
|
13852
|
-
},
|
|
13853
|
-
"class": "feather feather-activity"
|
|
13854
|
-
}, ctx.data]), [h("polyline", {
|
|
13855
|
-
attrs: {
|
|
13856
|
-
points: "22 12 18 12 15 21 9 3 6 12 2 12"
|
|
13857
|
-
}
|
|
13858
|
-
})]);
|
|
13859
|
-
}
|
|
13860
|
-
};
|
|
13861
|
-
|
|
13862
|
-
var AirplayIcon = {
|
|
13863
|
-
name: 'AirplayIcon',
|
|
13864
|
-
props: {
|
|
13865
|
-
size: {
|
|
13866
|
-
type: String,
|
|
13867
|
-
default: '24',
|
|
13868
|
-
validator: function validator(s) {
|
|
13869
|
-
return !isNaN(s) || s.length >= 2 && !isNaN(s.slice(0, s.length - 1)) && s.slice(-1) === 'x';
|
|
13870
|
-
}
|
|
13871
|
-
}
|
|
13872
|
-
},
|
|
13873
|
-
functional: true,
|
|
13874
|
-
render: function render(h, ctx) {
|
|
13875
|
-
var size = ctx.props.size.slice(-1) === 'x' ? ctx.props.size.slice(0, ctx.props.size.length - 1) + 'em' : parseInt(ctx.props.size) + 'px';
|
|
13876
|
-
var attrs = ctx.data.attrs || {};
|
|
13877
|
-
attrs.width = attrs.width || size;
|
|
13878
|
-
attrs.height = attrs.height || size;
|
|
13879
|
-
ctx.data.attrs = attrs;
|
|
13880
|
-
return h("svg", babel_helper_vue_jsx_merge_props_default()([{
|
|
13881
|
-
attrs: {
|
|
13882
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
13883
|
-
width: "24",
|
|
13884
|
-
height: "24",
|
|
13885
|
-
viewBox: "0 0 24 24",
|
|
13886
|
-
fill: "none",
|
|
13887
|
-
stroke: "currentColor",
|
|
13888
|
-
"stroke-width": "2",
|
|
13889
|
-
"stroke-linecap": "round",
|
|
13890
|
-
"stroke-linejoin": "round"
|
|
13891
|
-
},
|
|
13892
|
-
"class": "feather feather-airplay"
|
|
13893
|
-
}, ctx.data]), [h("path", {
|
|
13894
|
-
attrs: {
|
|
13895
|
-
d: "M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1"
|
|
13896
|
-
}
|
|
13897
|
-
}), h("polygon", {
|
|
13898
|
-
attrs: {
|
|
13899
|
-
points: "12 15 17 21 7 21 12 15"
|
|
13900
|
-
}
|
|
13901
|
-
})]);
|
|
13902
|
-
}
|
|
13903
|
-
};
|
|
13904
|
-
|
|
13905
|
-
var AlertCircleIcon = {
|
|
13906
|
-
name: 'AlertCircleIcon',
|
|
13907
|
-
props: {
|
|
13908
|
-
size: {
|
|
13909
|
-
type: String,
|
|
13910
|
-
default: '24',
|
|
13911
|
-
validator: function validator(s) {
|
|
13912
|
-
return !isNaN(s) || s.length >= 2 && !isNaN(s.slice(0, s.length - 1)) && s.slice(-1) === 'x';
|
|
13346
|
+
var AlertCircleIcon = {
|
|
13347
|
+
name: 'AlertCircleIcon',
|
|
13348
|
+
props: {
|
|
13349
|
+
size: {
|
|
13350
|
+
type: String,
|
|
13351
|
+
default: '24',
|
|
13352
|
+
validator: function validator(s) {
|
|
13353
|
+
return !isNaN(s) || s.length >= 2 && !isNaN(s.slice(0, s.length - 1)) && s.slice(-1) === 'x';
|
|
13913
13354
|
}
|
|
13914
13355
|
}
|
|
13915
13356
|
},
|
|
@@ -27995,17 +27436,215 @@ var XIcon = {
|
|
|
27995
27436
|
}
|
|
27996
27437
|
}), h("line", {
|
|
27997
27438
|
attrs: {
|
|
27998
|
-
x1: "6",
|
|
27999
|
-
y1: "6",
|
|
28000
|
-
x2: "18",
|
|
28001
|
-
y2: "18"
|
|
27439
|
+
x1: "6",
|
|
27440
|
+
y1: "6",
|
|
27441
|
+
x2: "18",
|
|
27442
|
+
y2: "18"
|
|
27443
|
+
}
|
|
27444
|
+
})]);
|
|
27445
|
+
}
|
|
27446
|
+
};
|
|
27447
|
+
|
|
27448
|
+
var YoutubeIcon = {
|
|
27449
|
+
name: 'YoutubeIcon',
|
|
27450
|
+
props: {
|
|
27451
|
+
size: {
|
|
27452
|
+
type: String,
|
|
27453
|
+
default: '24',
|
|
27454
|
+
validator: function validator(s) {
|
|
27455
|
+
return !isNaN(s) || s.length >= 2 && !isNaN(s.slice(0, s.length - 1)) && s.slice(-1) === 'x';
|
|
27456
|
+
}
|
|
27457
|
+
}
|
|
27458
|
+
},
|
|
27459
|
+
functional: true,
|
|
27460
|
+
render: function render(h, ctx) {
|
|
27461
|
+
var size = ctx.props.size.slice(-1) === 'x' ? ctx.props.size.slice(0, ctx.props.size.length - 1) + 'em' : parseInt(ctx.props.size) + 'px';
|
|
27462
|
+
var attrs = ctx.data.attrs || {};
|
|
27463
|
+
attrs.width = attrs.width || size;
|
|
27464
|
+
attrs.height = attrs.height || size;
|
|
27465
|
+
ctx.data.attrs = attrs;
|
|
27466
|
+
return h("svg", babel_helper_vue_jsx_merge_props_default()([{
|
|
27467
|
+
attrs: {
|
|
27468
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27469
|
+
width: "24",
|
|
27470
|
+
height: "24",
|
|
27471
|
+
viewBox: "0 0 24 24",
|
|
27472
|
+
fill: "none",
|
|
27473
|
+
stroke: "currentColor",
|
|
27474
|
+
"stroke-width": "2",
|
|
27475
|
+
"stroke-linecap": "round",
|
|
27476
|
+
"stroke-linejoin": "round"
|
|
27477
|
+
},
|
|
27478
|
+
"class": "feather feather-youtube"
|
|
27479
|
+
}, ctx.data]), [h("path", {
|
|
27480
|
+
attrs: {
|
|
27481
|
+
d: "M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"
|
|
27482
|
+
}
|
|
27483
|
+
}), h("polygon", {
|
|
27484
|
+
attrs: {
|
|
27485
|
+
points: "9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"
|
|
27486
|
+
}
|
|
27487
|
+
})]);
|
|
27488
|
+
}
|
|
27489
|
+
};
|
|
27490
|
+
|
|
27491
|
+
var ZapOffIcon = {
|
|
27492
|
+
name: 'ZapOffIcon',
|
|
27493
|
+
props: {
|
|
27494
|
+
size: {
|
|
27495
|
+
type: String,
|
|
27496
|
+
default: '24',
|
|
27497
|
+
validator: function validator(s) {
|
|
27498
|
+
return !isNaN(s) || s.length >= 2 && !isNaN(s.slice(0, s.length - 1)) && s.slice(-1) === 'x';
|
|
27499
|
+
}
|
|
27500
|
+
}
|
|
27501
|
+
},
|
|
27502
|
+
functional: true,
|
|
27503
|
+
render: function render(h, ctx) {
|
|
27504
|
+
var size = ctx.props.size.slice(-1) === 'x' ? ctx.props.size.slice(0, ctx.props.size.length - 1) + 'em' : parseInt(ctx.props.size) + 'px';
|
|
27505
|
+
var attrs = ctx.data.attrs || {};
|
|
27506
|
+
attrs.width = attrs.width || size;
|
|
27507
|
+
attrs.height = attrs.height || size;
|
|
27508
|
+
ctx.data.attrs = attrs;
|
|
27509
|
+
return h("svg", babel_helper_vue_jsx_merge_props_default()([{
|
|
27510
|
+
attrs: {
|
|
27511
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27512
|
+
width: "24",
|
|
27513
|
+
height: "24",
|
|
27514
|
+
viewBox: "0 0 24 24",
|
|
27515
|
+
fill: "none",
|
|
27516
|
+
stroke: "currentColor",
|
|
27517
|
+
"stroke-width": "2",
|
|
27518
|
+
"stroke-linecap": "round",
|
|
27519
|
+
"stroke-linejoin": "round"
|
|
27520
|
+
},
|
|
27521
|
+
"class": "feather feather-zap-off"
|
|
27522
|
+
}, ctx.data]), [h("polyline", {
|
|
27523
|
+
attrs: {
|
|
27524
|
+
points: "12.41 6.75 13 2 10.57 4.92"
|
|
27525
|
+
}
|
|
27526
|
+
}), h("polyline", {
|
|
27527
|
+
attrs: {
|
|
27528
|
+
points: "18.57 12.91 21 10 15.66 10"
|
|
27529
|
+
}
|
|
27530
|
+
}), h("polyline", {
|
|
27531
|
+
attrs: {
|
|
27532
|
+
points: "8 8 3 14 12 14 11 22 16 16"
|
|
27533
|
+
}
|
|
27534
|
+
}), h("line", {
|
|
27535
|
+
attrs: {
|
|
27536
|
+
x1: "1",
|
|
27537
|
+
y1: "1",
|
|
27538
|
+
x2: "23",
|
|
27539
|
+
y2: "23"
|
|
27540
|
+
}
|
|
27541
|
+
})]);
|
|
27542
|
+
}
|
|
27543
|
+
};
|
|
27544
|
+
|
|
27545
|
+
var ZapIcon = {
|
|
27546
|
+
name: 'ZapIcon',
|
|
27547
|
+
props: {
|
|
27548
|
+
size: {
|
|
27549
|
+
type: String,
|
|
27550
|
+
default: '24',
|
|
27551
|
+
validator: function validator(s) {
|
|
27552
|
+
return !isNaN(s) || s.length >= 2 && !isNaN(s.slice(0, s.length - 1)) && s.slice(-1) === 'x';
|
|
27553
|
+
}
|
|
27554
|
+
}
|
|
27555
|
+
},
|
|
27556
|
+
functional: true,
|
|
27557
|
+
render: function render(h, ctx) {
|
|
27558
|
+
var size = ctx.props.size.slice(-1) === 'x' ? ctx.props.size.slice(0, ctx.props.size.length - 1) + 'em' : parseInt(ctx.props.size) + 'px';
|
|
27559
|
+
var attrs = ctx.data.attrs || {};
|
|
27560
|
+
attrs.width = attrs.width || size;
|
|
27561
|
+
attrs.height = attrs.height || size;
|
|
27562
|
+
ctx.data.attrs = attrs;
|
|
27563
|
+
return h("svg", babel_helper_vue_jsx_merge_props_default()([{
|
|
27564
|
+
attrs: {
|
|
27565
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27566
|
+
width: "24",
|
|
27567
|
+
height: "24",
|
|
27568
|
+
viewBox: "0 0 24 24",
|
|
27569
|
+
fill: "none",
|
|
27570
|
+
stroke: "currentColor",
|
|
27571
|
+
"stroke-width": "2",
|
|
27572
|
+
"stroke-linecap": "round",
|
|
27573
|
+
"stroke-linejoin": "round"
|
|
27574
|
+
},
|
|
27575
|
+
"class": "feather feather-zap"
|
|
27576
|
+
}, ctx.data]), [h("polygon", {
|
|
27577
|
+
attrs: {
|
|
27578
|
+
points: "13 2 3 14 12 14 11 22 21 10 12 10 13 2"
|
|
27579
|
+
}
|
|
27580
|
+
})]);
|
|
27581
|
+
}
|
|
27582
|
+
};
|
|
27583
|
+
|
|
27584
|
+
var ZoomInIcon = {
|
|
27585
|
+
name: 'ZoomInIcon',
|
|
27586
|
+
props: {
|
|
27587
|
+
size: {
|
|
27588
|
+
type: String,
|
|
27589
|
+
default: '24',
|
|
27590
|
+
validator: function validator(s) {
|
|
27591
|
+
return !isNaN(s) || s.length >= 2 && !isNaN(s.slice(0, s.length - 1)) && s.slice(-1) === 'x';
|
|
27592
|
+
}
|
|
27593
|
+
}
|
|
27594
|
+
},
|
|
27595
|
+
functional: true,
|
|
27596
|
+
render: function render(h, ctx) {
|
|
27597
|
+
var size = ctx.props.size.slice(-1) === 'x' ? ctx.props.size.slice(0, ctx.props.size.length - 1) + 'em' : parseInt(ctx.props.size) + 'px';
|
|
27598
|
+
var attrs = ctx.data.attrs || {};
|
|
27599
|
+
attrs.width = attrs.width || size;
|
|
27600
|
+
attrs.height = attrs.height || size;
|
|
27601
|
+
ctx.data.attrs = attrs;
|
|
27602
|
+
return h("svg", babel_helper_vue_jsx_merge_props_default()([{
|
|
27603
|
+
attrs: {
|
|
27604
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27605
|
+
width: "24",
|
|
27606
|
+
height: "24",
|
|
27607
|
+
viewBox: "0 0 24 24",
|
|
27608
|
+
fill: "none",
|
|
27609
|
+
stroke: "currentColor",
|
|
27610
|
+
"stroke-width": "2",
|
|
27611
|
+
"stroke-linecap": "round",
|
|
27612
|
+
"stroke-linejoin": "round"
|
|
27613
|
+
},
|
|
27614
|
+
"class": "feather feather-zoom-in"
|
|
27615
|
+
}, ctx.data]), [h("circle", {
|
|
27616
|
+
attrs: {
|
|
27617
|
+
cx: "11",
|
|
27618
|
+
cy: "11",
|
|
27619
|
+
r: "8"
|
|
27620
|
+
}
|
|
27621
|
+
}), h("line", {
|
|
27622
|
+
attrs: {
|
|
27623
|
+
x1: "21",
|
|
27624
|
+
y1: "21",
|
|
27625
|
+
x2: "16.65",
|
|
27626
|
+
y2: "16.65"
|
|
27627
|
+
}
|
|
27628
|
+
}), h("line", {
|
|
27629
|
+
attrs: {
|
|
27630
|
+
x1: "11",
|
|
27631
|
+
y1: "8",
|
|
27632
|
+
x2: "11",
|
|
27633
|
+
y2: "14"
|
|
27634
|
+
}
|
|
27635
|
+
}), h("line", {
|
|
27636
|
+
attrs: {
|
|
27637
|
+
x1: "8",
|
|
27638
|
+
y1: "11",
|
|
27639
|
+
x2: "14",
|
|
27640
|
+
y2: "11"
|
|
28002
27641
|
}
|
|
28003
27642
|
})]);
|
|
28004
27643
|
}
|
|
28005
27644
|
};
|
|
28006
27645
|
|
|
28007
|
-
var
|
|
28008
|
-
name: '
|
|
27646
|
+
var ZoomOutIcon = {
|
|
27647
|
+
name: 'ZoomOutIcon',
|
|
28009
27648
|
props: {
|
|
28010
27649
|
size: {
|
|
28011
27650
|
type: String,
|
|
@@ -28034,231 +27673,610 @@ var YoutubeIcon = {
|
|
|
28034
27673
|
"stroke-linecap": "round",
|
|
28035
27674
|
"stroke-linejoin": "round"
|
|
28036
27675
|
},
|
|
28037
|
-
"class": "feather feather-
|
|
28038
|
-
}, ctx.data]), [h("
|
|
27676
|
+
"class": "feather feather-zoom-out"
|
|
27677
|
+
}, ctx.data]), [h("circle", {
|
|
28039
27678
|
attrs: {
|
|
28040
|
-
|
|
27679
|
+
cx: "11",
|
|
27680
|
+
cy: "11",
|
|
27681
|
+
r: "8"
|
|
28041
27682
|
}
|
|
28042
|
-
}), h("
|
|
27683
|
+
}), h("line", {
|
|
28043
27684
|
attrs: {
|
|
28044
|
-
|
|
27685
|
+
x1: "21",
|
|
27686
|
+
y1: "21",
|
|
27687
|
+
x2: "16.65",
|
|
27688
|
+
y2: "16.65"
|
|
27689
|
+
}
|
|
27690
|
+
}), h("line", {
|
|
27691
|
+
attrs: {
|
|
27692
|
+
x1: "8",
|
|
27693
|
+
y1: "11",
|
|
27694
|
+
x2: "14",
|
|
27695
|
+
y2: "11"
|
|
28045
27696
|
}
|
|
28046
27697
|
})]);
|
|
28047
27698
|
}
|
|
28048
27699
|
};
|
|
28049
27700
|
|
|
28050
|
-
|
|
28051
|
-
|
|
27701
|
+
|
|
27702
|
+
|
|
27703
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.to-string.js
|
|
27704
|
+
var es_object_to_string = __webpack_require__("d3b7");
|
|
27705
|
+
|
|
27706
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.regexp.to-string.js
|
|
27707
|
+
var es_regexp_to_string = __webpack_require__("25f0");
|
|
27708
|
+
|
|
27709
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.slice.js
|
|
27710
|
+
var es_array_slice = __webpack_require__("fb6a");
|
|
27711
|
+
|
|
27712
|
+
// EXTERNAL MODULE: ./node_modules/luxon/build/cjs-browser/luxon.js
|
|
27713
|
+
var luxon = __webpack_require__("1315");
|
|
27714
|
+
|
|
27715
|
+
// CONCATENATED MODULE: ./src/helpers/index.js
|
|
27716
|
+
|
|
27717
|
+
|
|
27718
|
+
|
|
27719
|
+
|
|
27720
|
+
var randomString = function randomString() {
|
|
27721
|
+
return "_".concat(Math.random().toString(36).substr(2, 9));
|
|
27722
|
+
};
|
|
27723
|
+
var helpers_formatDates = function formatDates(dateOne, dateTwo, format) {
|
|
27724
|
+
var formattedDates = '';
|
|
27725
|
+
|
|
27726
|
+
if (dateOne) {
|
|
27727
|
+
formattedDates = luxon["DateTime"].fromISO(dateOne).toFormat(format);
|
|
27728
|
+
}
|
|
27729
|
+
|
|
27730
|
+
if (dateTwo) {
|
|
27731
|
+
formattedDates += ' - ' + luxon["DateTime"].fromISO(dateTwo).toFormat(format);
|
|
27732
|
+
}
|
|
27733
|
+
|
|
27734
|
+
return formattedDates;
|
|
27735
|
+
};
|
|
27736
|
+
var capitalizeFirstLetter = function capitalizeFirstLetter(rawString) {
|
|
27737
|
+
if (typeof rawString !== 'string') return '';
|
|
27738
|
+
return rawString.charAt(0).toUpperCase() + rawString.slice(1);
|
|
27739
|
+
};
|
|
27740
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/atomic-elements/CpBadge.vue?vue&type=script&lang=js&
|
|
27741
|
+
|
|
27742
|
+
|
|
27743
|
+
//
|
|
27744
|
+
//
|
|
27745
|
+
//
|
|
27746
|
+
//
|
|
27747
|
+
//
|
|
27748
|
+
//
|
|
27749
|
+
//
|
|
27750
|
+
//
|
|
27751
|
+
//
|
|
27752
|
+
|
|
27753
|
+
|
|
27754
|
+
var badgeColors = ['neutral', 'blue', 'green', 'red', 'orange', 'purple', 'teal', 'pink', 'yellow'];
|
|
27755
|
+
/* harmony default export */ var CpBadgevue_type_script_lang_js_ = ({
|
|
27756
|
+
components: {
|
|
27757
|
+
XIcon: XIcon
|
|
27758
|
+
},
|
|
27759
|
+
props: {
|
|
27760
|
+
color: {
|
|
27761
|
+
type: String,
|
|
27762
|
+
required: true,
|
|
27763
|
+
validator: function validator(value) {
|
|
27764
|
+
return badgeColors.includes(value);
|
|
27765
|
+
}
|
|
27766
|
+
},
|
|
27767
|
+
label: {
|
|
27768
|
+
type: [String, Number],
|
|
27769
|
+
required: true
|
|
27770
|
+
},
|
|
27771
|
+
isSolid: {
|
|
27772
|
+
type: Boolean,
|
|
27773
|
+
default: false
|
|
27774
|
+
},
|
|
27775
|
+
isPlain: {
|
|
27776
|
+
type: Boolean,
|
|
27777
|
+
default: false
|
|
27778
|
+
},
|
|
27779
|
+
isClearable: {
|
|
27780
|
+
type: Boolean,
|
|
27781
|
+
default: false
|
|
27782
|
+
}
|
|
27783
|
+
},
|
|
27784
|
+
computed: {
|
|
27785
|
+
capitalizedColor: function capitalizedColor() {
|
|
27786
|
+
return capitalizeFirstLetter(this.color);
|
|
27787
|
+
},
|
|
27788
|
+
computedClasses: function computedClasses() {
|
|
27789
|
+
return [{
|
|
27790
|
+
'cpBadge--isSolid': this.isSolid,
|
|
27791
|
+
'cpBadge--isPlain': this.isPlain,
|
|
27792
|
+
'cpBadge--isClearable': this.isClearable
|
|
27793
|
+
}, "cpBadge--is".concat(this.capitalizedColor)];
|
|
27794
|
+
}
|
|
27795
|
+
},
|
|
27796
|
+
methods: {
|
|
27797
|
+
onClear: function onClear() {
|
|
27798
|
+
this.$emit('on-clear');
|
|
27799
|
+
}
|
|
27800
|
+
}
|
|
27801
|
+
});
|
|
27802
|
+
// CONCATENATED MODULE: ./src/components/atomic-elements/CpBadge.vue?vue&type=script&lang=js&
|
|
27803
|
+
/* harmony default export */ var atomic_elements_CpBadgevue_type_script_lang_js_ = (CpBadgevue_type_script_lang_js_);
|
|
27804
|
+
// EXTERNAL MODULE: ./src/components/atomic-elements/CpBadge.vue?vue&type=style&index=0&lang=scss&
|
|
27805
|
+
var CpBadgevue_type_style_index_0_lang_scss_ = __webpack_require__("b4b8");
|
|
27806
|
+
|
|
27807
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
27808
|
+
/* globals __VUE_SSR_CONTEXT__ */
|
|
27809
|
+
|
|
27810
|
+
// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).
|
|
27811
|
+
// This module is a runtime utility for cleaner component module output and will
|
|
27812
|
+
// be included in the final webpack user bundle.
|
|
27813
|
+
|
|
27814
|
+
function normalizeComponent (
|
|
27815
|
+
scriptExports,
|
|
27816
|
+
render,
|
|
27817
|
+
staticRenderFns,
|
|
27818
|
+
functionalTemplate,
|
|
27819
|
+
injectStyles,
|
|
27820
|
+
scopeId,
|
|
27821
|
+
moduleIdentifier, /* server only */
|
|
27822
|
+
shadowMode /* vue-cli only */
|
|
27823
|
+
) {
|
|
27824
|
+
// Vue.extend constructor export interop
|
|
27825
|
+
var options = typeof scriptExports === 'function'
|
|
27826
|
+
? scriptExports.options
|
|
27827
|
+
: scriptExports
|
|
27828
|
+
|
|
27829
|
+
// render functions
|
|
27830
|
+
if (render) {
|
|
27831
|
+
options.render = render
|
|
27832
|
+
options.staticRenderFns = staticRenderFns
|
|
27833
|
+
options._compiled = true
|
|
27834
|
+
}
|
|
27835
|
+
|
|
27836
|
+
// functional template
|
|
27837
|
+
if (functionalTemplate) {
|
|
27838
|
+
options.functional = true
|
|
27839
|
+
}
|
|
27840
|
+
|
|
27841
|
+
// scopedId
|
|
27842
|
+
if (scopeId) {
|
|
27843
|
+
options._scopeId = 'data-v-' + scopeId
|
|
27844
|
+
}
|
|
27845
|
+
|
|
27846
|
+
var hook
|
|
27847
|
+
if (moduleIdentifier) { // server build
|
|
27848
|
+
hook = function (context) {
|
|
27849
|
+
// 2.3 injection
|
|
27850
|
+
context =
|
|
27851
|
+
context || // cached call
|
|
27852
|
+
(this.$vnode && this.$vnode.ssrContext) || // stateful
|
|
27853
|
+
(this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional
|
|
27854
|
+
// 2.2 with runInNewContext: true
|
|
27855
|
+
if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
|
|
27856
|
+
context = __VUE_SSR_CONTEXT__
|
|
27857
|
+
}
|
|
27858
|
+
// inject component styles
|
|
27859
|
+
if (injectStyles) {
|
|
27860
|
+
injectStyles.call(this, context)
|
|
27861
|
+
}
|
|
27862
|
+
// register component module identifier for async chunk inferrence
|
|
27863
|
+
if (context && context._registeredComponents) {
|
|
27864
|
+
context._registeredComponents.add(moduleIdentifier)
|
|
27865
|
+
}
|
|
27866
|
+
}
|
|
27867
|
+
// used by ssr in case component is cached and beforeCreate
|
|
27868
|
+
// never gets called
|
|
27869
|
+
options._ssrRegister = hook
|
|
27870
|
+
} else if (injectStyles) {
|
|
27871
|
+
hook = shadowMode
|
|
27872
|
+
? function () {
|
|
27873
|
+
injectStyles.call(
|
|
27874
|
+
this,
|
|
27875
|
+
(options.functional ? this.parent : this).$root.$options.shadowRoot
|
|
27876
|
+
)
|
|
27877
|
+
}
|
|
27878
|
+
: injectStyles
|
|
27879
|
+
}
|
|
27880
|
+
|
|
27881
|
+
if (hook) {
|
|
27882
|
+
if (options.functional) {
|
|
27883
|
+
// for template-only hot-reload because in that case the render fn doesn't
|
|
27884
|
+
// go through the normalizer
|
|
27885
|
+
options._injectStyles = hook
|
|
27886
|
+
// register for functional component in vue file
|
|
27887
|
+
var originalRender = options.render
|
|
27888
|
+
options.render = function renderWithStyleInjection (h, context) {
|
|
27889
|
+
hook.call(context)
|
|
27890
|
+
return originalRender(h, context)
|
|
27891
|
+
}
|
|
27892
|
+
} else {
|
|
27893
|
+
// inject component registration as beforeCreate hook
|
|
27894
|
+
var existing = options.beforeCreate
|
|
27895
|
+
options.beforeCreate = existing
|
|
27896
|
+
? [].concat(existing, hook)
|
|
27897
|
+
: [hook]
|
|
27898
|
+
}
|
|
27899
|
+
}
|
|
27900
|
+
|
|
27901
|
+
return {
|
|
27902
|
+
exports: scriptExports,
|
|
27903
|
+
options: options
|
|
27904
|
+
}
|
|
27905
|
+
}
|
|
27906
|
+
|
|
27907
|
+
// CONCATENATED MODULE: ./src/components/atomic-elements/CpBadge.vue
|
|
27908
|
+
|
|
27909
|
+
|
|
27910
|
+
|
|
27911
|
+
|
|
27912
|
+
|
|
27913
|
+
|
|
27914
|
+
/* normalize component */
|
|
27915
|
+
|
|
27916
|
+
var component = normalizeComponent(
|
|
27917
|
+
atomic_elements_CpBadgevue_type_script_lang_js_,
|
|
27918
|
+
CpBadgevue_type_template_id_2a601aa2_render,
|
|
27919
|
+
staticRenderFns,
|
|
27920
|
+
false,
|
|
27921
|
+
null,
|
|
27922
|
+
null,
|
|
27923
|
+
null
|
|
27924
|
+
|
|
27925
|
+
)
|
|
27926
|
+
|
|
27927
|
+
/* harmony default export */ var CpBadge = (component.exports);
|
|
27928
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0ab8a1a8-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/components/typography/CpHeading/index.vue?vue&type=template&id=1de80c2e&
|
|
27929
|
+
var CpHeadingvue_type_template_id_1de80c2e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c(_vm.headingLevel,{tag:"div",staticClass:"cpHeading",class:("cpHeading--" + _vm.size)},[_vm._t("default")],2)}
|
|
27930
|
+
var CpHeadingvue_type_template_id_1de80c2e_staticRenderFns = []
|
|
27931
|
+
|
|
27932
|
+
|
|
27933
|
+
// CONCATENATED MODULE: ./src/components/typography/CpHeading/index.vue?vue&type=template&id=1de80c2e&
|
|
27934
|
+
|
|
27935
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/typography/CpHeading/index.vue?vue&type=script&lang=js&
|
|
27936
|
+
|
|
27937
|
+
|
|
27938
|
+
//
|
|
27939
|
+
//
|
|
27940
|
+
//
|
|
27941
|
+
//
|
|
27942
|
+
//
|
|
27943
|
+
//
|
|
27944
|
+
var headingLevels = ['h1', 'h2', 'h3', 'h4', 'h5', 'h6'];
|
|
27945
|
+
var sizes = [100, 200, 300, 400, 500, 600, 700, 800, 900];
|
|
27946
|
+
/* harmony default export */ var CpHeadingvue_type_script_lang_js_ = ({
|
|
28052
27947
|
props: {
|
|
28053
|
-
|
|
27948
|
+
headingLevel: {
|
|
28054
27949
|
type: String,
|
|
28055
|
-
default:
|
|
28056
|
-
validator: function validator(
|
|
28057
|
-
return
|
|
28058
|
-
}
|
|
27950
|
+
default: headingLevels[0],
|
|
27951
|
+
validator: function validator(value) {
|
|
27952
|
+
return headingLevels.includes(value);
|
|
27953
|
+
},
|
|
27954
|
+
required: false
|
|
27955
|
+
},
|
|
27956
|
+
size: {
|
|
27957
|
+
type: Number,
|
|
27958
|
+
default: sizes[4],
|
|
27959
|
+
validator: function validator(value) {
|
|
27960
|
+
return sizes.includes(value);
|
|
27961
|
+
},
|
|
27962
|
+
required: false
|
|
28059
27963
|
}
|
|
28060
27964
|
},
|
|
28061
|
-
|
|
28062
|
-
|
|
28063
|
-
|
|
28064
|
-
|
|
28065
|
-
attrs.width = attrs.width || size;
|
|
28066
|
-
attrs.height = attrs.height || size;
|
|
28067
|
-
ctx.data.attrs = attrs;
|
|
28068
|
-
return h("svg", babel_helper_vue_jsx_merge_props_default()([{
|
|
28069
|
-
attrs: {
|
|
28070
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
28071
|
-
width: "24",
|
|
28072
|
-
height: "24",
|
|
28073
|
-
viewBox: "0 0 24 24",
|
|
28074
|
-
fill: "none",
|
|
28075
|
-
stroke: "currentColor",
|
|
28076
|
-
"stroke-width": "2",
|
|
28077
|
-
"stroke-linecap": "round",
|
|
28078
|
-
"stroke-linejoin": "round"
|
|
28079
|
-
},
|
|
28080
|
-
"class": "feather feather-zap-off"
|
|
28081
|
-
}, ctx.data]), [h("polyline", {
|
|
28082
|
-
attrs: {
|
|
28083
|
-
points: "12.41 6.75 13 2 10.57 4.92"
|
|
28084
|
-
}
|
|
28085
|
-
}), h("polyline", {
|
|
28086
|
-
attrs: {
|
|
28087
|
-
points: "18.57 12.91 21 10 15.66 10"
|
|
28088
|
-
}
|
|
28089
|
-
}), h("polyline", {
|
|
28090
|
-
attrs: {
|
|
28091
|
-
points: "8 8 3 14 12 14 11 22 16 16"
|
|
28092
|
-
}
|
|
28093
|
-
}), h("line", {
|
|
28094
|
-
attrs: {
|
|
28095
|
-
x1: "1",
|
|
28096
|
-
y1: "1",
|
|
28097
|
-
x2: "23",
|
|
28098
|
-
y2: "23"
|
|
28099
|
-
}
|
|
28100
|
-
})]);
|
|
27965
|
+
data: function data() {
|
|
27966
|
+
return {
|
|
27967
|
+
headingLevels: headingLevels
|
|
27968
|
+
};
|
|
28101
27969
|
}
|
|
28102
|
-
};
|
|
27970
|
+
});
|
|
27971
|
+
// CONCATENATED MODULE: ./src/components/typography/CpHeading/index.vue?vue&type=script&lang=js&
|
|
27972
|
+
/* harmony default export */ var typography_CpHeadingvue_type_script_lang_js_ = (CpHeadingvue_type_script_lang_js_);
|
|
27973
|
+
// EXTERNAL MODULE: ./src/components/typography/CpHeading/index.vue?vue&type=style&index=0&lang=scss&
|
|
27974
|
+
var CpHeadingvue_type_style_index_0_lang_scss_ = __webpack_require__("dbf2");
|
|
28103
27975
|
|
|
28104
|
-
|
|
28105
|
-
|
|
27976
|
+
// CONCATENATED MODULE: ./src/components/typography/CpHeading/index.vue
|
|
27977
|
+
|
|
27978
|
+
|
|
27979
|
+
|
|
27980
|
+
|
|
27981
|
+
|
|
27982
|
+
|
|
27983
|
+
/* normalize component */
|
|
27984
|
+
|
|
27985
|
+
var CpHeading_component = normalizeComponent(
|
|
27986
|
+
typography_CpHeadingvue_type_script_lang_js_,
|
|
27987
|
+
CpHeadingvue_type_template_id_1de80c2e_render,
|
|
27988
|
+
CpHeadingvue_type_template_id_1de80c2e_staticRenderFns,
|
|
27989
|
+
false,
|
|
27990
|
+
null,
|
|
27991
|
+
null,
|
|
27992
|
+
null
|
|
27993
|
+
|
|
27994
|
+
)
|
|
27995
|
+
|
|
27996
|
+
/* harmony default export */ var CpHeading = (CpHeading_component.exports);
|
|
27997
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0ab8a1a8-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/components/buttons/CpButton.vue?vue&type=template&id=136bd9cc&
|
|
27998
|
+
var CpButtonvue_type_template_id_136bd9cc_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c(_vm.tag,{tag:"button",staticClass:"cpButton",class:_vm.dynamicClasses,attrs:{"type":_vm.type,"aria-disabled":_vm.isButtonDisabled,"disabled":_vm.isButtonDisabled,"role":"button","tabindex":"0"},on:{"click":_vm.handleClick}},[_c('span',{staticClass:"cpButton__body"},[(_vm.isLoading)?_c('span',{staticClass:"cpButton__loader"},[_c('cp-loader',{attrs:{"color":"#B2B2BD"}})],1):_vm._e(),(_vm.hasIconBefore)?_c('span',{staticClass:"cpButton__icon cpButton__icon--isBefore"},[_vm._t("icon-before")],2):_vm._e(),(_vm.hasLabel)?_c('span',[_vm._t("default")],2):_vm._e(),(_vm.hasIconAfter)?_c('span',{staticClass:"cpButton__icon cpButton__icon--isAfter"},[_vm._t("icon-after")],2):_vm._e()])])}
|
|
27999
|
+
var CpButtonvue_type_template_id_136bd9cc_staticRenderFns = []
|
|
28000
|
+
|
|
28001
|
+
|
|
28002
|
+
// CONCATENATED MODULE: ./src/components/buttons/CpButton.vue?vue&type=template&id=136bd9cc&
|
|
28003
|
+
|
|
28004
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.includes.js
|
|
28005
|
+
var es_string_includes = __webpack_require__("2532");
|
|
28006
|
+
|
|
28007
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.values.js
|
|
28008
|
+
var es_object_values = __webpack_require__("07ac");
|
|
28009
|
+
|
|
28010
|
+
// CONCATENATED MODULE: ./src/constants/src/colors/Colors.js
|
|
28011
|
+
/* harmony default export */ var Colors = ({
|
|
28012
|
+
BLUE: 'blue',
|
|
28013
|
+
PURPLE: 'purple',
|
|
28014
|
+
GREEN: 'green',
|
|
28015
|
+
ORANGE: 'orange',
|
|
28016
|
+
RED: 'red'
|
|
28017
|
+
});
|
|
28018
|
+
// CONCATENATED MODULE: ./src/constants/src/colors/ToggleColors.js
|
|
28019
|
+
|
|
28020
|
+
/* harmony default export */ var ToggleColors = ({
|
|
28021
|
+
BLUE: Colors.BLUE,
|
|
28022
|
+
PURPLE: Colors.PURPLE
|
|
28023
|
+
});
|
|
28024
|
+
// CONCATENATED MODULE: ./src/constants/src/Position.js
|
|
28025
|
+
/* harmony default export */ var Position = ({
|
|
28026
|
+
TOP: 'top',
|
|
28027
|
+
TOP_LEFT: 'top-left',
|
|
28028
|
+
TOP_RIGHT: 'top-right',
|
|
28029
|
+
BOTTOM: 'bottom',
|
|
28030
|
+
BOTTOM_LEFT: 'bottom-left',
|
|
28031
|
+
BOTTOM_RIGHT: 'bottom-right',
|
|
28032
|
+
LEFT: 'left',
|
|
28033
|
+
RIGHT: 'right'
|
|
28034
|
+
});
|
|
28035
|
+
// CONCATENATED MODULE: ./src/constants/index.js
|
|
28036
|
+
|
|
28037
|
+
|
|
28038
|
+
|
|
28039
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0ab8a1a8-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/components/feedback-indicators/CpLoader.vue?vue&type=template&id=7aa81c6b&
|
|
28040
|
+
var CpLoadervue_type_template_id_7aa81c6b_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"id":"loader-1","version":"1.1","xmlns":"http://www.w3.org/2000/svg","x":"0px","y":"0px","width":"40px","height":"40px","viewBox":"0 0 40 40","enable-background":"new 0 0 40 40","xml:space":"preserve"}},[_c('path',{attrs:{"opacity":"0.2","fill":_vm.color,"d":"M20.201,5.169c-8.254,0-14.946,6.692-14.946,14.946c0,8.255,6.692,14.946,14.946,14.946 s14.946-6.691,14.946-14.946C35.146,11.861,28.455,5.169,20.201,5.169z M20.201,31.749c-6.425,0-11.634-5.208-11.634-11.634 c0-6.425,5.209-11.634,11.634-11.634c6.425,0,11.633,5.209,11.633,11.634C31.834,26.541,26.626,31.749,20.201,31.749z"}}),_c('path',{attrs:{"fill":_vm.color,"d":"M26.013,10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0 C22.32,8.481,24.301,9.057,26.013,10.047z"}},[_c('animateTransform',{attrs:{"attributeType":"xml","attributeName":"transform","type":"rotate","from":"0 20 20","to":"360 20 20","dur":"0.5s","repeatCount":"indefinite"}})],1)])}
|
|
28041
|
+
var CpLoadervue_type_template_id_7aa81c6b_staticRenderFns = []
|
|
28042
|
+
|
|
28043
|
+
|
|
28044
|
+
// CONCATENATED MODULE: ./src/components/feedback-indicators/CpLoader.vue?vue&type=template&id=7aa81c6b&
|
|
28045
|
+
|
|
28046
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/feedback-indicators/CpLoader.vue?vue&type=script&lang=js&
|
|
28047
|
+
//
|
|
28048
|
+
//
|
|
28049
|
+
//
|
|
28050
|
+
//
|
|
28051
|
+
//
|
|
28052
|
+
//
|
|
28053
|
+
//
|
|
28054
|
+
//
|
|
28055
|
+
//
|
|
28056
|
+
//
|
|
28057
|
+
//
|
|
28058
|
+
//
|
|
28059
|
+
//
|
|
28060
|
+
//
|
|
28061
|
+
//
|
|
28062
|
+
//
|
|
28063
|
+
//
|
|
28064
|
+
//
|
|
28065
|
+
//
|
|
28066
|
+
//
|
|
28067
|
+
//
|
|
28068
|
+
//
|
|
28069
|
+
//
|
|
28070
|
+
//
|
|
28071
|
+
//
|
|
28072
|
+
//
|
|
28073
|
+
//
|
|
28074
|
+
//
|
|
28075
|
+
//
|
|
28076
|
+
//
|
|
28077
|
+
//
|
|
28078
|
+
//
|
|
28079
|
+
//
|
|
28080
|
+
//
|
|
28081
|
+
//
|
|
28082
|
+
/* harmony default export */ var CpLoadervue_type_script_lang_js_ = ({
|
|
28106
28083
|
props: {
|
|
28107
|
-
|
|
28084
|
+
color: {
|
|
28108
28085
|
type: String,
|
|
28109
|
-
default: '
|
|
28110
|
-
validator: function validator(s) {
|
|
28111
|
-
return !isNaN(s) || s.length >= 2 && !isNaN(s.slice(0, s.length - 1)) && s.slice(-1) === 'x';
|
|
28112
|
-
}
|
|
28086
|
+
default: '#ff6700'
|
|
28113
28087
|
}
|
|
28114
|
-
},
|
|
28115
|
-
functional: true,
|
|
28116
|
-
render: function render(h, ctx) {
|
|
28117
|
-
var size = ctx.props.size.slice(-1) === 'x' ? ctx.props.size.slice(0, ctx.props.size.length - 1) + 'em' : parseInt(ctx.props.size) + 'px';
|
|
28118
|
-
var attrs = ctx.data.attrs || {};
|
|
28119
|
-
attrs.width = attrs.width || size;
|
|
28120
|
-
attrs.height = attrs.height || size;
|
|
28121
|
-
ctx.data.attrs = attrs;
|
|
28122
|
-
return h("svg", babel_helper_vue_jsx_merge_props_default()([{
|
|
28123
|
-
attrs: {
|
|
28124
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
28125
|
-
width: "24",
|
|
28126
|
-
height: "24",
|
|
28127
|
-
viewBox: "0 0 24 24",
|
|
28128
|
-
fill: "none",
|
|
28129
|
-
stroke: "currentColor",
|
|
28130
|
-
"stroke-width": "2",
|
|
28131
|
-
"stroke-linecap": "round",
|
|
28132
|
-
"stroke-linejoin": "round"
|
|
28133
|
-
},
|
|
28134
|
-
"class": "feather feather-zap"
|
|
28135
|
-
}, ctx.data]), [h("polygon", {
|
|
28136
|
-
attrs: {
|
|
28137
|
-
points: "13 2 3 14 12 14 11 22 21 10 12 10 13 2"
|
|
28138
|
-
}
|
|
28139
|
-
})]);
|
|
28140
28088
|
}
|
|
28141
|
-
};
|
|
28089
|
+
});
|
|
28090
|
+
// CONCATENATED MODULE: ./src/components/feedback-indicators/CpLoader.vue?vue&type=script&lang=js&
|
|
28091
|
+
/* harmony default export */ var feedback_indicators_CpLoadervue_type_script_lang_js_ = (CpLoadervue_type_script_lang_js_);
|
|
28092
|
+
// CONCATENATED MODULE: ./src/components/feedback-indicators/CpLoader.vue
|
|
28093
|
+
|
|
28094
|
+
|
|
28095
|
+
|
|
28096
|
+
|
|
28097
|
+
|
|
28098
|
+
/* normalize component */
|
|
28099
|
+
|
|
28100
|
+
var CpLoader_component = normalizeComponent(
|
|
28101
|
+
feedback_indicators_CpLoadervue_type_script_lang_js_,
|
|
28102
|
+
CpLoadervue_type_template_id_7aa81c6b_render,
|
|
28103
|
+
CpLoadervue_type_template_id_7aa81c6b_staticRenderFns,
|
|
28104
|
+
false,
|
|
28105
|
+
null,
|
|
28106
|
+
null,
|
|
28107
|
+
null
|
|
28108
|
+
|
|
28109
|
+
)
|
|
28110
|
+
|
|
28111
|
+
/* harmony default export */ var CpLoader = (CpLoader_component.exports);
|
|
28112
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/buttons/CpButton.vue?vue&type=script&lang=js&
|
|
28113
|
+
|
|
28114
|
+
|
|
28115
|
+
|
|
28116
|
+
//
|
|
28117
|
+
//
|
|
28118
|
+
//
|
|
28119
|
+
//
|
|
28120
|
+
//
|
|
28121
|
+
//
|
|
28122
|
+
//
|
|
28123
|
+
//
|
|
28124
|
+
//
|
|
28125
|
+
//
|
|
28126
|
+
//
|
|
28127
|
+
//
|
|
28128
|
+
//
|
|
28129
|
+
//
|
|
28130
|
+
//
|
|
28131
|
+
//
|
|
28132
|
+
//
|
|
28133
|
+
//
|
|
28134
|
+
//
|
|
28135
|
+
//
|
|
28136
|
+
//
|
|
28137
|
+
//
|
|
28138
|
+
//
|
|
28142
28139
|
|
|
28143
|
-
|
|
28144
|
-
|
|
28140
|
+
|
|
28141
|
+
|
|
28142
|
+
var ButtonAppearances = {
|
|
28143
|
+
default: 'default',
|
|
28144
|
+
primary: 'primary',
|
|
28145
|
+
minimal: 'minimal'
|
|
28146
|
+
};
|
|
28147
|
+
var ButtonTags = {
|
|
28148
|
+
button: 'button',
|
|
28149
|
+
a: 'a'
|
|
28150
|
+
};
|
|
28151
|
+
var ButtonTypes = {
|
|
28152
|
+
button: 'button',
|
|
28153
|
+
submit: 'submit',
|
|
28154
|
+
reset: 'reset'
|
|
28155
|
+
};
|
|
28156
|
+
/* harmony default export */ var CpButtonvue_type_script_lang_js_ = ({
|
|
28157
|
+
components: {
|
|
28158
|
+
CpLoader: CpLoader
|
|
28159
|
+
},
|
|
28145
28160
|
props: {
|
|
28146
|
-
|
|
28161
|
+
appearance: {
|
|
28147
28162
|
type: String,
|
|
28148
|
-
default:
|
|
28149
|
-
validator: function validator(
|
|
28150
|
-
return
|
|
28151
|
-
}
|
|
28152
|
-
}
|
|
28153
|
-
},
|
|
28154
|
-
functional: true,
|
|
28155
|
-
render: function render(h, ctx) {
|
|
28156
|
-
var size = ctx.props.size.slice(-1) === 'x' ? ctx.props.size.slice(0, ctx.props.size.length - 1) + 'em' : parseInt(ctx.props.size) + 'px';
|
|
28157
|
-
var attrs = ctx.data.attrs || {};
|
|
28158
|
-
attrs.width = attrs.width || size;
|
|
28159
|
-
attrs.height = attrs.height || size;
|
|
28160
|
-
ctx.data.attrs = attrs;
|
|
28161
|
-
return h("svg", babel_helper_vue_jsx_merge_props_default()([{
|
|
28162
|
-
attrs: {
|
|
28163
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
28164
|
-
width: "24",
|
|
28165
|
-
height: "24",
|
|
28166
|
-
viewBox: "0 0 24 24",
|
|
28167
|
-
fill: "none",
|
|
28168
|
-
stroke: "currentColor",
|
|
28169
|
-
"stroke-width": "2",
|
|
28170
|
-
"stroke-linecap": "round",
|
|
28171
|
-
"stroke-linejoin": "round"
|
|
28172
|
-
},
|
|
28173
|
-
"class": "feather feather-zoom-in"
|
|
28174
|
-
}, ctx.data]), [h("circle", {
|
|
28175
|
-
attrs: {
|
|
28176
|
-
cx: "11",
|
|
28177
|
-
cy: "11",
|
|
28178
|
-
r: "8"
|
|
28179
|
-
}
|
|
28180
|
-
}), h("line", {
|
|
28181
|
-
attrs: {
|
|
28182
|
-
x1: "21",
|
|
28183
|
-
y1: "21",
|
|
28184
|
-
x2: "16.65",
|
|
28185
|
-
y2: "16.65"
|
|
28163
|
+
default: ButtonAppearances.default,
|
|
28164
|
+
validator: function validator(value) {
|
|
28165
|
+
return {}.propertyIsEnumerable.call(ButtonAppearances, value);
|
|
28186
28166
|
}
|
|
28187
|
-
}
|
|
28188
|
-
|
|
28189
|
-
|
|
28190
|
-
|
|
28191
|
-
|
|
28192
|
-
|
|
28167
|
+
},
|
|
28168
|
+
color: {
|
|
28169
|
+
type: String,
|
|
28170
|
+
default: '',
|
|
28171
|
+
validator: function validator(value) {
|
|
28172
|
+
return Object.values(Colors).includes(value) || value === '';
|
|
28193
28173
|
}
|
|
28194
|
-
}
|
|
28195
|
-
|
|
28196
|
-
|
|
28197
|
-
|
|
28198
|
-
|
|
28199
|
-
|
|
28174
|
+
},
|
|
28175
|
+
disabled: {
|
|
28176
|
+
type: Boolean,
|
|
28177
|
+
default: false
|
|
28178
|
+
},
|
|
28179
|
+
tag: {
|
|
28180
|
+
type: String,
|
|
28181
|
+
default: ButtonTags.button,
|
|
28182
|
+
validator: function validator(value) {
|
|
28183
|
+
return {}.propertyIsEnumerable.call(ButtonTags, value);
|
|
28200
28184
|
}
|
|
28201
|
-
}
|
|
28202
|
-
|
|
28203
|
-
};
|
|
28204
|
-
|
|
28205
|
-
var ZoomOutIcon = {
|
|
28206
|
-
name: 'ZoomOutIcon',
|
|
28207
|
-
props: {
|
|
28208
|
-
size: {
|
|
28185
|
+
},
|
|
28186
|
+
type: {
|
|
28209
28187
|
type: String,
|
|
28210
|
-
default:
|
|
28211
|
-
validator: function validator(
|
|
28212
|
-
return
|
|
28188
|
+
default: ButtonTypes.button,
|
|
28189
|
+
validator: function validator(value) {
|
|
28190
|
+
return {}.propertyIsEnumerable.call(ButtonTypes, value);
|
|
28213
28191
|
}
|
|
28192
|
+
},
|
|
28193
|
+
isLoading: {
|
|
28194
|
+
type: Boolean,
|
|
28195
|
+
default: false
|
|
28196
|
+
},
|
|
28197
|
+
isSquare: {
|
|
28198
|
+
type: Boolean,
|
|
28199
|
+
default: false
|
|
28200
|
+
},
|
|
28201
|
+
isLarge: {
|
|
28202
|
+
type: Boolean,
|
|
28203
|
+
default: false
|
|
28214
28204
|
}
|
|
28215
28205
|
},
|
|
28216
|
-
|
|
28217
|
-
|
|
28218
|
-
|
|
28219
|
-
|
|
28220
|
-
|
|
28221
|
-
|
|
28222
|
-
|
|
28223
|
-
|
|
28224
|
-
|
|
28225
|
-
|
|
28226
|
-
|
|
28227
|
-
|
|
28228
|
-
|
|
28229
|
-
|
|
28230
|
-
|
|
28231
|
-
|
|
28232
|
-
|
|
28233
|
-
|
|
28234
|
-
|
|
28235
|
-
|
|
28236
|
-
|
|
28237
|
-
|
|
28238
|
-
|
|
28239
|
-
|
|
28240
|
-
|
|
28241
|
-
|
|
28242
|
-
|
|
28243
|
-
|
|
28244
|
-
|
|
28245
|
-
|
|
28246
|
-
|
|
28247
|
-
|
|
28248
|
-
|
|
28249
|
-
}), h("line", {
|
|
28250
|
-
attrs: {
|
|
28251
|
-
x1: "8",
|
|
28252
|
-
y1: "11",
|
|
28253
|
-
x2: "14",
|
|
28254
|
-
y2: "11"
|
|
28255
|
-
}
|
|
28256
|
-
})]);
|
|
28206
|
+
computed: {
|
|
28207
|
+
capitalizedAppearance: function capitalizedAppearance() {
|
|
28208
|
+
return capitalizeFirstLetter(this.appearance);
|
|
28209
|
+
},
|
|
28210
|
+
capitalizedColor: function capitalizedColor() {
|
|
28211
|
+
return capitalizeFirstLetter(this.color);
|
|
28212
|
+
},
|
|
28213
|
+
dynamicClasses: function dynamicClasses() {
|
|
28214
|
+
return ["cpButton--is".concat(this.capitalizedAppearance), this.capitalizedColor && "cpButton--is".concat(this.capitalizedColor), {
|
|
28215
|
+
'cpButton--isDisabled': this.isButtonDisabled,
|
|
28216
|
+
'cpButton--isIcon': !this.hasLabel,
|
|
28217
|
+
'cpButton--isLoading': this.isLoading,
|
|
28218
|
+
'cpButton--isSquare': this.isSquare,
|
|
28219
|
+
'cpButton--isLarge': this.isLarge
|
|
28220
|
+
}];
|
|
28221
|
+
},
|
|
28222
|
+
hasLabel: function hasLabel() {
|
|
28223
|
+
return !!this.$slots['default'];
|
|
28224
|
+
},
|
|
28225
|
+
hasIconBefore: function hasIconBefore() {
|
|
28226
|
+
return !!this.$slots['icon-before'];
|
|
28227
|
+
},
|
|
28228
|
+
hasIconAfter: function hasIconAfter() {
|
|
28229
|
+
return !!this.$slots['icon-after'];
|
|
28230
|
+
},
|
|
28231
|
+
isButtonDisabled: function isButtonDisabled() {
|
|
28232
|
+
return this.disabled || this.isLoading;
|
|
28233
|
+
}
|
|
28234
|
+
},
|
|
28235
|
+
methods: {
|
|
28236
|
+
handleClick: function handleClick($event) {
|
|
28237
|
+
!this.isButtonDisabled && this.$emit('click', $event);
|
|
28238
|
+
}
|
|
28257
28239
|
}
|
|
28258
|
-
};
|
|
28240
|
+
});
|
|
28241
|
+
// CONCATENATED MODULE: ./src/components/buttons/CpButton.vue?vue&type=script&lang=js&
|
|
28242
|
+
/* harmony default export */ var buttons_CpButtonvue_type_script_lang_js_ = (CpButtonvue_type_script_lang_js_);
|
|
28243
|
+
// EXTERNAL MODULE: ./src/components/buttons/CpButton.vue?vue&type=style&index=0&lang=scss&
|
|
28244
|
+
var CpButtonvue_type_style_index_0_lang_scss_ = __webpack_require__("a554");
|
|
28245
|
+
|
|
28246
|
+
// CONCATENATED MODULE: ./src/components/buttons/CpButton.vue
|
|
28259
28247
|
|
|
28260
28248
|
|
|
28261
28249
|
|
|
28250
|
+
|
|
28251
|
+
|
|
28252
|
+
|
|
28253
|
+
/* normalize component */
|
|
28254
|
+
|
|
28255
|
+
var CpButton_component = normalizeComponent(
|
|
28256
|
+
buttons_CpButtonvue_type_script_lang_js_,
|
|
28257
|
+
CpButtonvue_type_template_id_136bd9cc_render,
|
|
28258
|
+
CpButtonvue_type_template_id_136bd9cc_staticRenderFns,
|
|
28259
|
+
false,
|
|
28260
|
+
null,
|
|
28261
|
+
null,
|
|
28262
|
+
null
|
|
28263
|
+
|
|
28264
|
+
)
|
|
28265
|
+
|
|
28266
|
+
/* harmony default export */ var CpButton = (CpButton_component.exports);
|
|
28267
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0ab8a1a8-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/components/date-pickers/CpDate.vue?vue&type=template&id=0d059918&
|
|
28268
|
+
var CpDatevue_type_template_id_0d059918_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"cpDate",class:_vm.dynamicClasses},[(_vm.label)?_c('label',{staticClass:"cpDate__label",attrs:{"for":_vm.cpDateId}},[_vm._v(" "+_vm._s(_vm.formattedLabel)+" "),(!_vm.isDateValid)?_c('alert-circle-icon'):_vm._e()],1):_vm._e(),_c('div',{staticClass:"cpDate__inputs"},[_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.day),expression:"day"}],ref:"day",staticClass:"cpDate__day",attrs:{"placeholder":"DD","type":"number","inputmode":"numeric","min":1,"max":31,"maxlength":"2","required":_vm.required,"disabled":_vm.disabled},domProps:{"value":(_vm.day)},on:{"input":function($event){if($event.target.composing){ return; }_vm.day=$event.target.value}}}),_c('div',{staticClass:"cpDate__divider"}),_c('div',{staticClass:"cpDate__month",class:_vm.selectDynamicClass},[_c('select',{directives:[{name:"model",rawName:"v-model",value:(_vm.month),expression:"month"}],attrs:{"id":_vm.cpDateId,"required":_vm.required,"disabled":_vm.disabled},on:{"change":function($event){var $$selectedVal = Array.prototype.filter.call($event.target.options,function(o){return o.selected}).map(function(o){var val = "_value" in o ? o._value : o.value;return val}); _vm.month=$event.target.multiple ? $$selectedVal : $$selectedVal[0]}}},[_c('option',{attrs:{"value":"","disabled":""}},[_vm._v("Month")]),_vm._l((_vm.months),function(monthItem,index){return _c('option',{key:index,domProps:{"value":monthItem.value}},[_vm._v(" "+_vm._s(monthItem.label)+" ")])})],2)]),_c('div',{staticClass:"cpDate__divider"}),_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.year),expression:"year"}],ref:"year",staticClass:"cpDate__year",attrs:{"placeholder":"YYYY","type":"number","inputmode":"numeric","min":_vm.minYear,"max":_vm.maxYear,"maxlength":"4","disabled":_vm.disabled,"required":_vm.required},domProps:{"value":(_vm.year)},on:{"input":function($event){if($event.target.composing){ return; }_vm.year=$event.target.value}}})]),_c('transition-expand',[(!_vm.isDateValid)?_c('div',{staticClass:"cpDate__errorMessage"},[_vm._v(_vm._s(_vm.errorMessage))]):_vm._e()])],1)}
|
|
28269
|
+
var CpDatevue_type_template_id_0d059918_staticRenderFns = []
|
|
28270
|
+
|
|
28271
|
+
|
|
28272
|
+
// CONCATENATED MODULE: ./src/components/date-pickers/CpDate.vue?vue&type=template&id=0d059918&
|
|
28273
|
+
|
|
28274
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.concat.js
|
|
28275
|
+
var es_array_concat = __webpack_require__("99af");
|
|
28276
|
+
|
|
28277
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.map.js
|
|
28278
|
+
var es_array_map = __webpack_require__("d81d");
|
|
28279
|
+
|
|
28262
28280
|
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/date-pickers/CpDate.vue?vue&type=script&lang=js&
|
|
28263
28281
|
|
|
28264
28282
|
|
|
@@ -28523,7 +28541,7 @@ var CpDate_component = normalizeComponent(
|
|
|
28523
28541
|
)
|
|
28524
28542
|
|
|
28525
28543
|
/* harmony default export */ var CpDate = (CpDate_component.exports);
|
|
28526
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
28544
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0ab8a1a8-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/components/date-pickers/CpDatepicker.vue?vue&type=template&id=26b27ffa&
|
|
28527
28545
|
var CpDatepickervue_type_template_id_26b27ffa_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"cpDatepicker"},[_c('cp-input',{directives:[{name:"show",rawName:"v-show",value:(!_vm.isInline),expression:"!isInline"}],ref:_vm.datePickerReferenceId,staticClass:"cpDatepicker__input",attrs:{"type":"text","input-id":_vm.datePickerReferenceId,"value":_vm.inputComputedValue,"placeholder":_vm.placeholder,"is-invalid":_vm.isError,"error-message":_vm.errorMessage,"disabled":_vm.isDisabled,"label":_vm.label}}),_c('core-datepicker',{attrs:{"date-one":_vm.dateOne,"date-two":_vm.dateTwo,"trigger-element-id":_vm.datePickerReferenceId,"close-after-select":_vm.closeAfterSelect,"mode":_vm.mode,"inline":_vm.isInline,"months-to-show":_vm.numberOfMonths,"min-date":_vm.computedMinDate,"max-date":_vm.maxDate},on:{"date-one-selected":function (date) { return _vm.selectDate('dateOne', date); },"date-two-selected":function (date) { return _vm.selectDate('dateTwo', date); },"opened":function () { return (_vm.isDisabled = true); },"closed":function () { return (_vm.isDisabled = false); }}})],1)}
|
|
28528
28546
|
var CpDatepickervue_type_template_id_26b27ffa_staticRenderFns = []
|
|
28529
28547
|
|
|
@@ -28605,7 +28623,7 @@ function _nonIterableSpread() {
|
|
|
28605
28623
|
function _toConsumableArray(arr) {
|
|
28606
28624
|
return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
|
|
28607
28625
|
}
|
|
28608
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
28626
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0ab8a1a8-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/libs/CoreDatepicker.vue?vue&type=template&id=8b29d788&scoped=true&
|
|
28609
28627
|
var CoreDatepickervue_type_template_id_8b29d788_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('transition',{attrs:{"name":"asd__fade"}},[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.showDatepicker),expression:"showDatepicker"},{name:"click-outside",rawName:"v-click-outside",value:(_vm.handleClickOutside),expression:"handleClickOutside"}],staticClass:"asd__wrapper",class:_vm.wrapperClasses,style:(_vm.showFullscreen ? undefined : _vm.wrapperStyles),attrs:{"id":_vm.wrapperId}},[(_vm.showFullscreen)?_c('div',{staticClass:"asd__mobile-header asd__mobile-only"},[_c('button',{staticClass:"asd__mobile-close",attrs:{"type":"button"},on:{"click":_vm.closeDatepicker}},[(_vm.$slots['close-icon'])?_vm._t("close-icon"):_c('div',{staticClass:"asd__mobile-close-icon"},[_vm._v("X")])],2),_c('h3',[_vm._v(_vm._s(_vm.mobileHeader || _vm.mobileHeaderFallback))])]):_vm._e(),_c('div',{staticClass:"asd__datepicker-header"},[_c('div',{staticClass:"asd__change-month-button asd__change-month-button--previous"},[_c('chevron-left-icon',{on:{"click":_vm.previousMonth}})],1),_c('div',{staticClass:"asd__change-month-button asd__change-month-button--next"},[_c('chevron-right-icon',{on:{"click":_vm.nextMonth}})],1),_vm._l((_vm.showMonths),function(month,index){return _c('div',{key:month,staticClass:"asd__days-legend",style:([_vm.monthWidthStyles, { left: _vm.width * index + 'px' }])},_vm._l((_vm.daysShort),function(day,dayIndex){return _c('div',{key:dayIndex,staticClass:"asd__day-title"},[_vm._v(_vm._s(day))])}),0)})],2),_c('div',{staticClass:"asd__inner-wrapper",style:(_vm.innerStyles)},[_c('transition-group',{attrs:{"name":"asd__list-complete","tag":"div"}},_vm._l((_vm.months),function(month,monthIndex){return _c('div',{key:month.firstDateOfMonth,staticClass:"asd__month",class:{ 'asd__month--hidden': monthIndex === 0 || monthIndex > _vm.showMonths },style:(_vm.monthWidthStyles)},[_c('div',{staticClass:"asd__month-name"},[(_vm.showMonthYearSelect)?_c('select',{directives:[{name:"model",rawName:"v-model",value:(month.monthName),expression:"month.monthName"},{name:"resize-select",rawName:"v-resize-select"}],staticClass:"asd__month-year-select",attrs:{"tabindex":monthIndex === 0 || monthIndex > _vm.showMonths ? -1 : 0},on:{"change":[function($event){var $$selectedVal = Array.prototype.filter.call($event.target.options,function(o){return o.selected}).map(function(o){var val = "_value" in o ? o._value : o.value;return val}); _vm.$set(month, "monthName", $event.target.multiple ? $$selectedVal : $$selectedVal[0])},function($event){return _vm.updateMonth(monthIndex, month.year, $event)}]}},_vm._l((_vm.monthNames),function(monthName,idx){return _c('option',{key:("month-" + monthIndex + "-" + monthName),attrs:{"disabled":_vm.isMonthDisabled(month.year, idx)},domProps:{"value":monthName}},[_vm._v(" "+_vm._s(monthName)+" ")])}),0):_c('span',[_vm._v(_vm._s(month.monthName))]),(_vm.showMonthYearSelect)?_c('select',{directives:[{name:"model",rawName:"v-model",value:(month.year),expression:"month.year"}],staticClass:"asd__month-year-select",attrs:{"tabindex":monthIndex === 0 || monthIndex > _vm.showMonths ? -1 : 0},on:{"change":[function($event){var $$selectedVal = Array.prototype.filter.call($event.target.options,function(o){return o.selected}).map(function(o){var val = "_value" in o ? o._value : o.value;return val}); _vm.$set(month, "year", $event.target.multiple ? $$selectedVal : $$selectedVal[0])},function($event){return _vm.updateYear(monthIndex, month.monthNumber - 1, $event)}]}},[(_vm.years.indexOf(month.year) === -1)?_c('option',{key:("month-" + monthIndex + "-" + _vm.year),attrs:{"disabled":true},domProps:{"value":month.year}},[_vm._v(" "+_vm._s(month.year)+" ")]):_vm._e(),_vm._l((_vm.years),function(year){return _c('option',{key:("month-" + monthIndex + "-" + year),domProps:{"value":year}},[_vm._v(" "+_vm._s(year)+" ")])})],2):_c('span',[_vm._v(_vm._s(month.year))])]),_c('table',{staticClass:"asd__month-table",attrs:{"role":"presentation"}},[_c('tbody',_vm._l((month.weeks),function(week,index){return _c('tr',{key:index,staticClass:"asd__week"},_vm._l((week),function(ref,dayIndex){
|
|
28610
28628
|
var dayDate = ref.dayDate;
|
|
28611
28629
|
var dayNumber = ref.dayNumber;
|
|
@@ -29712,17 +29730,17 @@ var CoreDatepicker_component = normalizeComponent(
|
|
|
29712
29730
|
)
|
|
29713
29731
|
|
|
29714
29732
|
/* harmony default export */ var CoreDatepicker = (CoreDatepicker_component.exports);
|
|
29715
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
29716
|
-
var
|
|
29717
|
-
var
|
|
29733
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0ab8a1a8-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/components/inputs/CpInput.vue?vue&type=template&id=0e48dce9&
|
|
29734
|
+
var CpInputvue_type_template_id_0e48dce9_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"cpInput",class:_vm.dynamicClasses,attrs:{"aria-disabled":_vm.disabled},on:{"click":_vm.focusOnInput}},[(_vm.label)?_c('base-input-label',{attrs:{"for":_vm.inputReferenceId}},[_vm._v(" "+_vm._s(_vm.inputLabelTitle))]):_vm._e(),_c('div',{ref:"cpInputContainer",staticClass:"cpInput__container",class:{ 'cpInput__container--hasBeforeIcon': _vm.hasBeforeIcon }},[(_vm.hasBeforeIcon)?_c('div',{staticClass:"cpInput__icon cpInput__icon--isBefore"},[_vm._t("input-icon")],2):_vm._e(),(!_vm.hideValidityIcon)?_c('div',{staticClass:"cpInput__icon cpInput__icon--isValidity",class:_vm.iconValidityClasses},[_c('transition',{attrs:{"name":"fade-in"}},[(_vm.isInputInvalid)?_c('alert-circle-icon'):_vm._e(),(_vm.isValid)?_c('check-icon'):_vm._e()],1)],1):_vm._e(),(_vm.hasAfterIcon)?_c('div',{staticClass:"cpInput__icon cpInput__icon--isAfter"},[_vm._t("input-icon-after")],2):_vm._e(),(_vm.mask)?_c('the-mask',{staticClass:"cpInput__inner",attrs:{"id":_vm.inputReferenceId,"required":_vm.required,"name":_vm.name,"mask":_vm.mask,"tokens":_vm.tokens,"masked":_vm.masked,"placeholder":_vm.placeholder,"autocomplete":_vm.autocomplete,"inputmode":_vm.inputMode,"type":_vm.type,"disabled":_vm.disabled},model:{value:(_vm.inputValueCopy),callback:function ($$v) {_vm.inputValueCopy=$$v},expression:"inputValueCopy"}}):_c('input',{staticClass:"cpInput__inner",attrs:{"id":_vm.inputReferenceId,"disabled":_vm.disabled,"name":_vm.name,"placeholder":_vm.placeholder,"readonly":_vm.readonly,"required":_vm.required,"autocomplete":_vm.autocomplete,"inputmode":_vm.inputMode,"type":_vm.type},domProps:{"value":_vm.value},on:{"input":_vm.handleChange}})],1),_c('transition-expand',[(_vm.displayErrorMessage)?_c('base-input-label',{attrs:{"is-invalid":_vm.isInvalid,"for":_vm.inputReferenceId}},[_vm._v(" "+_vm._s(_vm.errorMessage)+" ")]):_vm._e()],1)],1)}
|
|
29735
|
+
var CpInputvue_type_template_id_0e48dce9_staticRenderFns = []
|
|
29718
29736
|
|
|
29719
29737
|
|
|
29720
|
-
// CONCATENATED MODULE: ./src/components/inputs/CpInput.vue?vue&type=template&id=
|
|
29738
|
+
// CONCATENATED MODULE: ./src/components/inputs/CpInput.vue?vue&type=template&id=0e48dce9&
|
|
29721
29739
|
|
|
29722
29740
|
// EXTERNAL MODULE: ./node_modules/vue-the-mask/dist/vue-the-mask.js
|
|
29723
29741
|
var vue_the_mask = __webpack_require__("3a60");
|
|
29724
29742
|
|
|
29725
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
29743
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0ab8a1a8-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/components/core/BaseInputLabel/index.vue?vue&type=template&id=71199c12&
|
|
29726
29744
|
var BaseInputLabelvue_type_template_id_71199c12_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('label',_vm._b({staticClass:"baseInputLabel",class:{ 'baseInputLabel--isInvalid': _vm.isInvalid }},'label',_vm.$attrs,false),[_vm._t("default")],2)}
|
|
29727
29745
|
var BaseInputLabelvue_type_template_id_71199c12_staticRenderFns = []
|
|
29728
29746
|
|
|
@@ -30073,6 +30091,9 @@ var inputTypesList = ['text', 'date', 'datetime-local', 'email', 'month', 'numbe
|
|
|
30073
30091
|
},
|
|
30074
30092
|
DOMElement: function DOMElement() {
|
|
30075
30093
|
return this.$refs.cpInputContainer.children.namedItem(this.inputReferenceId);
|
|
30094
|
+
},
|
|
30095
|
+
displayErrorMessage: function displayErrorMessage() {
|
|
30096
|
+
return this.isInvalid && this.errorMessage.length;
|
|
30076
30097
|
}
|
|
30077
30098
|
},
|
|
30078
30099
|
watch: {
|
|
@@ -30122,8 +30143,8 @@ var CpInputvue_type_style_index_0_lang_scss_ = __webpack_require__("b53e");
|
|
|
30122
30143
|
|
|
30123
30144
|
var CpInput_component = normalizeComponent(
|
|
30124
30145
|
inputs_CpInputvue_type_script_lang_js_,
|
|
30125
|
-
|
|
30126
|
-
|
|
30146
|
+
CpInputvue_type_template_id_0e48dce9_render,
|
|
30147
|
+
CpInputvue_type_template_id_0e48dce9_staticRenderFns,
|
|
30127
30148
|
false,
|
|
30128
30149
|
null,
|
|
30129
30150
|
null,
|
|
@@ -30319,7 +30340,7 @@ var CpDatepicker_component = normalizeComponent(
|
|
|
30319
30340
|
)
|
|
30320
30341
|
|
|
30321
30342
|
/* harmony default export */ var CpDatepicker = (CpDatepicker_component.exports);
|
|
30322
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
30343
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0ab8a1a8-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/components/date-pickers/CpCalendar.vue?vue&type=template&id=6cc5f789&
|
|
30323
30344
|
var CpCalendarvue_type_template_id_6cc5f789_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"cpCalendar"},[_c('cp-input',{staticClass:"cpCalendar__input",attrs:{"type":"text","input-id":_vm.triggerElementId,"value":_vm.humanDateFormat(_vm.dateOne, _vm.dateTwo),"placeholder":"Select a date","is-invalid":_vm.isError,"error-message":_vm.errorMessage,"disabled":_vm.isDisabled,"label":_vm.label}}),_c('core-datepicker',{attrs:{"date-one":_vm.dateOne,"date-two":_vm.dateTwo,"customized-dates":[{ cssClass: 'recurency', dates: _vm.datesToStringArray(_vm.recurenceDates) }],"is-recurcive":_vm.isDaysDisplayed,"trigger-element-id":_vm.triggerElementId,"mode":_vm.mode,"close-after-select":_vm.closeAfterSelect,"close-calendar":_vm.triggerCalendar,"inline":_vm.isInline},on:{"date-one-selected":function (date) { return _vm.selectDate('dateOne', date); },"date-two-selected":function (date) { return _vm.selectDate('dateTwo', date); },"is-inline":function (value) { return (_vm.isInline = value); },"opened":function () { return (_vm.isDisabled = true); },"closed":function () { return (_vm.isDisabled = false); }}},[(!_vm.isInline)?_c('div',{staticClass:"footer-container"},[_c('transition-group',{attrs:{"name":"fade","mode":"out-in"}},[(_vm.isDaysDisplayed)?_c('div',{key:"days",staticClass:"asd__recurency--container"},[_c('div',{staticClass:"asd__recurency--days"},[_c('ul',{staticClass:"asd__recurency--ul"},_vm._l((_vm.days),function(ref,index){
|
|
30324
30345
|
var day = ref.day;
|
|
30325
30346
|
var selected = ref.selected;
|
|
@@ -30622,7 +30643,7 @@ var CpCalendar_component = normalizeComponent(
|
|
|
30622
30643
|
)
|
|
30623
30644
|
|
|
30624
30645
|
/* harmony default export */ var CpCalendar = (CpCalendar_component.exports);
|
|
30625
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
30646
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0ab8a1a8-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/components/feedback-indicators/CpAlert.vue?vue&type=template&id=73e947ee&
|
|
30626
30647
|
var CpAlertvue_type_template_id_73e947ee_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.isDisplayed)?_c('div',{staticClass:"cpAlert",class:("cpAlert--" + _vm.intent)},[_c(_vm.alertIcon,{tag:"div",staticClass:"cpAlert__icon"}),_c('div',{staticClass:"cpAlert__body"},[(_vm.title)?_c('cp-heading',{staticClass:"cpAlert__title",attrs:{"heading-level":"h4","size":400}},[_vm._v(_vm._s(_vm.title))]):_vm._e(),(_vm.hasContent)?_c('div',{staticClass:"cpAlert__content"},[_vm._t("default")],2):_vm._e()],1),(_vm.isClosable)?_c('button',{staticClass:"cpAlert__button",on:{"click":_vm.dismissAlert}},[_c('x-icon')],1):_vm._e()],1):_vm._e()}
|
|
30627
30648
|
var CpAlertvue_type_template_id_73e947ee_staticRenderFns = []
|
|
30628
30649
|
|
|
@@ -30754,7 +30775,7 @@ var CpAlert_component = normalizeComponent(
|
|
|
30754
30775
|
)
|
|
30755
30776
|
|
|
30756
30777
|
/* harmony default export */ var CpAlert = (CpAlert_component.exports);
|
|
30757
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
30778
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0ab8a1a8-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/components/feedback-indicators/CpToaster.vue?vue&type=template&id=4dca0ca1&
|
|
30758
30779
|
var CpToastervue_type_template_id_4dca0ca1_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('portal',{attrs:{"to":_vm.portalContainer}},[_c('span',{staticClass:"cpToaster"},[_c('transition-group',{staticClass:"cpToaster__list",attrs:{"name":"cp-toaster-list","tag":"div"},on:{"enter":_vm.enter,"leave":_vm.leave}},_vm._l((_vm.toasterList),function(ref){
|
|
30759
30780
|
var title = ref.title;
|
|
30760
30781
|
var description = ref.description;
|
|
@@ -32148,7 +32169,7 @@ anime.random = function (min, max) { return Math.floor(Math.random() * (max - mi
|
|
|
32148
32169
|
|
|
32149
32170
|
/* harmony default export */ var anime_es = (anime);
|
|
32150
32171
|
|
|
32151
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
32172
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0ab8a1a8-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/libs/CoreToaster.vue?vue&type=template&id=55f484de&
|
|
32152
32173
|
var CoreToastervue_type_template_id_55f484de_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"coreToaster",class:_vm.dynamicClass,attrs:{"role":"alert"},on:{"mouseenter":function($event){return _vm.setHoverState()},"mouseleave":function($event){return _vm.setHoverState(false)}}},[_c('div',{staticClass:"coreToaster__content"},[_c(_vm.toasterIcon,{tag:"div",staticClass:"coreToaster__icon"}),_c('div',{staticClass:"coreToaster__body"},[_c('cp-heading',{staticClass:"coreToaster__title",attrs:{"heading-level":"h4","size":400}},[_vm._v(_vm._s(_vm.title))]),(_vm.description)?_c('p',{staticClass:"coreToaster__description"},[_vm._v(_vm._s(_vm.description))]):_vm._e()],1)],1),_c('button',{staticClass:"coreToaster__close",on:{"click":_vm.closeToaster}},[_c('x-icon')],1),(_vm.actionLabel)?_c('div',{staticClass:"coreToaster__footer"},[_c('button',{staticClass:"coreToaster__button",on:{"click":_vm.handleActionMethod}},[_vm._v(" "+_vm._s(_vm.actionLabel)+" ")])]):_vm._e()])}
|
|
32153
32174
|
var CoreToastervue_type_template_id_55f484de_staticRenderFns = []
|
|
32154
32175
|
|
|
@@ -32497,12 +32518,12 @@ var CpToaster_component = normalizeComponent(
|
|
|
32497
32518
|
)
|
|
32498
32519
|
|
|
32499
32520
|
/* harmony default export */ var CpToaster = (CpToaster_component.exports);
|
|
32500
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
32501
|
-
var
|
|
32502
|
-
var
|
|
32521
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0ab8a1a8-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/components/inputs/CpTextarea.vue?vue&type=template&id=2b7a3334&
|
|
32522
|
+
var CpTextareavue_type_template_id_2b7a3334_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"cpTextarea"},[(_vm.label)?_c('base-input-label',{attrs:{"for":_vm.inputReferenceId}},[_vm._v(" "+_vm._s(_vm.inputLabelTitle)+" ")]):_vm._e(),_c('textarea',{ref:_vm.inputReferenceId,staticClass:"cpTextarea__input",class:{ 'cpTextarea__input--isInvalid': _vm.isInvalid },style:(("min-height: " + _vm.height + "px")),attrs:{"id":_vm.inputReferenceId,"disabled":_vm.disabled,"placeholder":_vm.placeholder,"required":_vm.required},domProps:{"value":_vm.value},on:{"input":function($event){return _vm.handleChange()}}}),_vm._v(" "),_c('transition-expand',[(_vm.displayErrorMessage)?_c('base-input-label',{attrs:{"for":_vm.inputReferenceId,"is-invalid":""}},[_vm._v(" "+_vm._s(_vm.errorMessage)+" ")]):_vm._e()],1)],1)}
|
|
32523
|
+
var CpTextareavue_type_template_id_2b7a3334_staticRenderFns = []
|
|
32503
32524
|
|
|
32504
32525
|
|
|
32505
|
-
// CONCATENATED MODULE: ./src/components/inputs/CpTextarea.vue?vue&type=template&id=
|
|
32526
|
+
// CONCATENATED MODULE: ./src/components/inputs/CpTextarea.vue?vue&type=template&id=2b7a3334&
|
|
32506
32527
|
|
|
32507
32528
|
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/inputs/CpTextarea.vue?vue&type=script&lang=js&
|
|
32508
32529
|
|
|
@@ -32596,6 +32617,9 @@ var CpTextareavue_type_template_id_7859379e_staticRenderFns = []
|
|
|
32596
32617
|
inputLabelTitle: function inputLabelTitle() {
|
|
32597
32618
|
var requiredLabel = this.required && this.label ? '*' : '';
|
|
32598
32619
|
return "".concat(this.label, " ").concat(requiredLabel);
|
|
32620
|
+
},
|
|
32621
|
+
displayErrorMessage: function displayErrorMessage() {
|
|
32622
|
+
return this.isInvalid && this.errorMessage.length;
|
|
32599
32623
|
}
|
|
32600
32624
|
},
|
|
32601
32625
|
mounted: function mounted() {
|
|
@@ -32624,8 +32648,8 @@ var CpTextareavue_type_style_index_0_lang_scss_ = __webpack_require__("90b2");
|
|
|
32624
32648
|
|
|
32625
32649
|
var CpTextarea_component = normalizeComponent(
|
|
32626
32650
|
inputs_CpTextareavue_type_script_lang_js_,
|
|
32627
|
-
|
|
32628
|
-
|
|
32651
|
+
CpTextareavue_type_template_id_2b7a3334_render,
|
|
32652
|
+
CpTextareavue_type_template_id_2b7a3334_staticRenderFns,
|
|
32629
32653
|
false,
|
|
32630
32654
|
null,
|
|
32631
32655
|
null,
|
|
@@ -32634,12 +32658,12 @@ var CpTextarea_component = normalizeComponent(
|
|
|
32634
32658
|
)
|
|
32635
32659
|
|
|
32636
32660
|
/* harmony default export */ var CpTextarea = (CpTextarea_component.exports);
|
|
32637
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
32638
|
-
var
|
|
32639
|
-
var
|
|
32661
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0ab8a1a8-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/components/selects/CpSelect.vue?vue&type=template&id=294aab48&
|
|
32662
|
+
var CpSelectvue_type_template_id_294aab48_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"cpSelect",class:_vm.dynamicClasses},[(_vm.label)?_c('base-input-label',{attrs:{"for":_vm.selectReferenceId}},[_vm._v(_vm._s(_vm.selectLabelTitle))]):_vm._e(),_c('div',{staticClass:"cpSelect__container"},[_c('select',{ref:"cpSelect",staticClass:"cpSelect__inner",attrs:{"id":_vm.selectReferenceId,"disabled":_vm.disabled,"required":_vm.required,"autocomplete":_vm.autocomplete,"name":_vm.name},domProps:{"value":_vm.value},on:{"input":_vm.handleChange}},[_c('option',{attrs:{"value":""}},[_vm._v(_vm._s(_vm.defaultValue))]),_vm._l((_vm.options),function(option,index){return _c('option',{key:index,domProps:{"value":option.value}},[_vm._v(_vm._s(option.label))])})],2)]),_c('transition-expand',[(_vm.displayErrorMessage)?_c('base-input-label',{attrs:{"is-invalid":_vm.isInvalid,"for":_vm.selectReferenceId}},[_vm._v(" "+_vm._s(_vm.errorMessage)+" ")]):_vm._e()],1)],1)}
|
|
32663
|
+
var CpSelectvue_type_template_id_294aab48_staticRenderFns = []
|
|
32640
32664
|
|
|
32641
32665
|
|
|
32642
|
-
// CONCATENATED MODULE: ./src/components/selects/CpSelect.vue?vue&type=template&id=
|
|
32666
|
+
// CONCATENATED MODULE: ./src/components/selects/CpSelect.vue?vue&type=template&id=294aab48&
|
|
32643
32667
|
|
|
32644
32668
|
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/selects/CpSelect.vue?vue&type=script&lang=js&
|
|
32645
32669
|
|
|
@@ -32743,6 +32767,9 @@ var CpSelectvue_type_template_id_289ecdd0_staticRenderFns = []
|
|
|
32743
32767
|
'cpSelect--isDisabled': this.disabled,
|
|
32744
32768
|
'cpSelect--isLarge': this.isLarge
|
|
32745
32769
|
};
|
|
32770
|
+
},
|
|
32771
|
+
displayErrorMessage: function displayErrorMessage() {
|
|
32772
|
+
return this.isInvalid && this.errorMessage.length;
|
|
32746
32773
|
}
|
|
32747
32774
|
},
|
|
32748
32775
|
mounted: function mounted() {
|
|
@@ -32771,8 +32798,8 @@ var CpSelectvue_type_style_index_0_lang_scss_ = __webpack_require__("c44e");
|
|
|
32771
32798
|
|
|
32772
32799
|
var CpSelect_component = normalizeComponent(
|
|
32773
32800
|
selects_CpSelectvue_type_script_lang_js_,
|
|
32774
|
-
|
|
32775
|
-
|
|
32801
|
+
CpSelectvue_type_template_id_294aab48_render,
|
|
32802
|
+
CpSelectvue_type_template_id_294aab48_staticRenderFns,
|
|
32776
32803
|
false,
|
|
32777
32804
|
null,
|
|
32778
32805
|
null,
|
|
@@ -32781,14 +32808,14 @@ var CpSelect_component = normalizeComponent(
|
|
|
32781
32808
|
)
|
|
32782
32809
|
|
|
32783
32810
|
/* harmony default export */ var CpSelect = (CpSelect_component.exports);
|
|
32784
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
32811
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0ab8a1a8-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/pug-plain-loader!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/selects/CpMultiselect.vue?vue&type=template&id=46baab41&scoped=true&lang=pug&
|
|
32785
32812
|
var CpMultiselectvue_type_template_id_46baab41_scoped_true_lang_pug_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"container-select-group"},[(_vm.label)?_c('label',[_c('div',{staticClass:"label label--title"},[_vm._v(_vm._s(_vm.label))])]):_vm._e(),_c('core-multi-select',{class:{ "multiselect--error": _vm.isError },attrs:{"id":_vm.id,"options":_vm.options,"placeholder":_vm.placeholder,"group-values":_vm.groupValues,"group-value":_vm.groupValue,"group-label":_vm.groupLabel,"track-by":_vm.trackBy,"label":_vm.itemLabel,"block-keys":['Tab'],"group-select":_vm.groupSelect,"group-select-unique":_vm.groupSelectUnique,"close-on-select":_vm.closeOnSelect,"taggable":_vm.taggable,"multiple":_vm.multiple,"loading":_vm.loading,"show-no-results":false},on:{"search-change":_vm.onSearchChange,"input":_vm.onInputChange},scopedSlots:_vm._u([{key:"option",fn:function(props){return [(props.option.$isLabel)?[_vm._t("group-icon"),_c('div',{staticClass:"option__desc"},[[_c('span',{staticClass:"option__title"},[_vm._v(_vm._s(props.option.$groupLabel))]),_c('span',{staticClass:"option__value"},[_vm._v(_vm._s(props.option.$groupValue))])]],2)]:[_vm._t("item-icon"),_c('div',{staticClass:"option__desc"},[_c('span',{staticClass:"option__title"},[_vm._v(_vm._s(props.option.label))]),_c('span',{staticClass:"option__value"},[_vm._v(_vm._s(props.option.code))])])]]}}],null,true),model:{value:(_vm.values),callback:function ($$v) {_vm.values=$$v},expression:"values"}}),_c('transition',{attrs:{"name":"collapse"}},[(_vm.isError && !_vm.focus)?_c('label',{staticClass:"select__error"},[_c('div',{staticClass:"label label--error"},[_vm._v(_vm._s(_vm.errorMessage))])]):_vm._e()]),(_vm.debug)?_c('pre',{staticClass:"language-json"}):_vm._e(),(_vm.debug)?_c('code',[_vm._v(_vm._s(_vm.values))]):_vm._e()],1)}
|
|
32786
32813
|
var CpMultiselectvue_type_template_id_46baab41_scoped_true_lang_pug_staticRenderFns = []
|
|
32787
32814
|
|
|
32788
32815
|
|
|
32789
32816
|
// CONCATENATED MODULE: ./src/components/selects/CpMultiselect.vue?vue&type=template&id=46baab41&scoped=true&lang=pug&
|
|
32790
32817
|
|
|
32791
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
32818
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0ab8a1a8-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/libs/CoreMultiSelect.vue?vue&type=template&id=5b4e37c0&scoped=true&
|
|
32792
32819
|
var CoreMultiSelectvue_type_template_id_5b4e37c0_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"multiselect",class:{ 'multiselect--active': _vm.isOpen, 'multiselect--disabled': _vm.disabled, 'multiselect--above': _vm.isAbove },attrs:{"tabindex":_vm.searchable ? -1 : _vm.tabindex,"aria-owns":'listbox-' + _vm.id,"role":"combobox"},on:{"focus":function($event){return _vm.activate()},"blur":function($event){_vm.searchable ? false : _vm.deactivate()},"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"down",40,$event.key,["Down","ArrowDown"])){ return null; }if($event.target !== $event.currentTarget){ return null; }$event.preventDefault();return _vm.pointerForward()},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"up",38,$event.key,["Up","ArrowUp"])){ return null; }if($event.target !== $event.currentTarget){ return null; }$event.preventDefault();return _vm.pointerBackward()}],"keypress":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")&&_vm._k($event.keyCode,"tab",9,$event.key,"Tab")){ return null; }$event.stopPropagation();if($event.target !== $event.currentTarget){ return null; }return _vm.addPointerElement($event)},"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"esc",27,$event.key,["Esc","Escape"])){ return null; }return _vm.deactivate()}}},[_vm._t("caret",function(){return [_c('div',{staticClass:"multiselect__select",on:{"mousedown":function($event){$event.preventDefault();$event.stopPropagation();return _vm.toggle()}}})]},{"toggle":_vm.toggle}),_vm._t("clear",null,{"search":_vm.search}),_c('div',{ref:"tags",staticClass:"multiselect__tags"},[_vm._t("selection",function(){return [(_vm.internalValue && _vm.internalValue.length > _vm.limit)?[_vm._t("limit",function(){return [_c('strong',{staticClass:"multiselect__strong",domProps:{"textContent":_vm._s(_vm.limitText(_vm.internalValue.length - _vm.limit))}})]})]:_vm._e()]},{"search":_vm.search,"remove":_vm.removeElement,"values":_vm.visibleValues,"isOpen":_vm.isOpen}),_c('transition',{attrs:{"name":"multiselect__loading"}},[_vm._t("loading",function(){return [_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.loading),expression:"loading"}],staticClass:"multiselect__spinner"})]})],2),(_vm.searchable)?_c('input',{ref:"search",staticClass:"multiselect__input",style:(_vm.inputStyle),attrs:{"id":_vm.id,"name":_vm.name,"placeholder":_vm.placeholder,"disabled":_vm.disabled,"tabindex":_vm.tabindex,"aria-controls":'listbox-' + _vm.id,"type":"text","autocomplete":"off","spellcheck":"false"},domProps:{"value":_vm.search},on:{"input":function($event){return _vm.updateSearch($event.target.value)},"focus":function($event){$event.preventDefault();return _vm.activate()},"blur":function($event){$event.preventDefault();return _vm.deactivate()},"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"esc",27,$event.key,["Esc","Escape"])){ return null; }return _vm.deactivate()},"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"down",40,$event.key,["Down","ArrowDown"])){ return null; }$event.preventDefault();return _vm.pointerForward()},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"up",38,$event.key,["Up","ArrowUp"])){ return null; }$event.preventDefault();return _vm.pointerBackward()},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"delete",[8,46],$event.key,["Backspace","Delete","Del"])){ return null; }$event.stopPropagation();return _vm.removeLastElement()}],"keypress":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }$event.preventDefault();$event.stopPropagation();if($event.target !== $event.currentTarget){ return null; }return _vm.addPointerElement($event)}}}):_vm._e(),(_vm.isSingleLabelVisible)?_c('span',{staticClass:"multiselect__single",on:{"mousedown":function($event){$event.preventDefault();return _vm.toggle.apply(null, arguments)}}},[_vm._t("singleLabel",function(){return [_vm._v(" "+_vm._s(_vm.currentOptionLabel)+" ")]},{"option":_vm.singleValue})],2):_vm._e()],2),_c('transition',{attrs:{"name":"multiselect"}},[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.isOpen),expression:"isOpen"}],ref:"list",staticClass:"multiselect__content-wrapper",style:({ maxHeight: _vm.optimizedHeight + 'px' }),attrs:{"tabindex":"-1"},on:{"focus":_vm.activate,"mousedown":function($event){$event.preventDefault();}}},[_c('ul',{staticClass:"multiselect__content",style:(_vm.contentStyle),attrs:{"id":'listbox-' + _vm.id,"role":"listbox"}},[_vm._t("beforeList"),(_vm.multiple && _vm.max === _vm.internalValue.length)?_c('li',[_c('div',{staticClass:"multiselect__option"},[_vm._t("maxElements",function(){return [_vm._v(" Maximum of "+_vm._s(_vm.max)+" options selected. First remove a selected option to select another. ")]})],2)]):_vm._e(),(!_vm.max || _vm.internalValue.length < _vm.max)?_vm._l((_vm.filteredOptions),function(option,index){return _c('li',{key:index,staticClass:"multiselect__element",attrs:{"id":(_vm.id + " - " + index),"role":!(option && (option.$isLabel || option.$isDisabled)) ? 'option' : null}},[(!(option && (option.$isLabel || option.$isDisabled)))?_c('div',{staticClass:"multiselect__option",class:_vm.optionHighlight(index, option),on:{"click":function($event){$event.stopPropagation();return _vm.select(option)},"mouseenter":function($event){if($event.target !== $event.currentTarget){ return null; }return _vm.pointerSet(index)}}},[_vm._t("option",function(){return [_c('span',[_vm._v(_vm._s(_vm.getOptionLabel(option)))])]},{"option":option,"search":_vm.search})],2):_vm._e(),(option && (option.$isLabel || option.$isDisabled))?_c('div',{staticClass:"multiselect__option",class:_vm.groupHighlight(index, option),on:{"mouseenter":function($event){if($event.target !== $event.currentTarget){ return null; }_vm.groupSelect && _vm.pointerSet(index)},"mousedown":function($event){$event.preventDefault();return _vm.selectGroup(option)}}},[_vm._t("option",function(){return [_c('span',[_vm._v(_vm._s(_vm.getOptionLabel(option)))])]},{"option":option,"search":_vm.search})],2):_vm._e()])}):_vm._e(),_c('li',{directives:[{name:"show",rawName:"v-show",value:(_vm.showNoResults && _vm.filteredOptions.length === 0 && _vm.search && !_vm.loading),expression:"showNoResults && filteredOptions.length === 0 && search && !loading"}]},[_c('span',{staticClass:"multiselect__option"},[_vm._t("noResult",function(){return [_vm._v(" No elements found. Consider changing the search query. ")]},{"search":_vm.search})],2)]),_c('li',{directives:[{name:"show",rawName:"v-show",value:(_vm.showNoOptions && _vm.options.length === 0 && !_vm.search && !_vm.loading),expression:"showNoOptions && options.length === 0 && !search && !loading"}]},[_c('span',{staticClass:"multiselect__option"},[_vm._t("noOptions",function(){return [_vm._v("List is empty.")]})],2)])],2)])]),(_vm.visibleValues.length > 0)?_c('div',{staticClass:"multiselect__tags-wrap"},[_vm._l((_vm.visibleValues),function(option,index){return [_vm._t("tag",function(){return [_c('span',{key:index,staticClass:"multiselect__tag"},[_c('span',{domProps:{"textContent":_vm._s(_vm.getOptionLabel(option))}}),_c('i',{staticClass:"multiselect__tag-icon",attrs:{"tabindex":"1"},on:{"keypress":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }$event.preventDefault();return _vm.removeElement(option)},"mousedown":function($event){$event.preventDefault();return _vm.removeElement(option)}}})])]},{"option":option,"search":_vm.search,"remove":_vm.removeElement})]})],2):_vm._e()],2)}
|
|
32793
32820
|
var CoreMultiSelectvue_type_template_id_5b4e37c0_scoped_true_staticRenderFns = []
|
|
32794
32821
|
|
|
@@ -34309,7 +34336,7 @@ var CpMultiselect_component = normalizeComponent(
|
|
|
34309
34336
|
)
|
|
34310
34337
|
|
|
34311
34338
|
/* harmony default export */ var CpMultiselect = (CpMultiselect_component.exports);
|
|
34312
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
34339
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0ab8a1a8-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/components/selects/CpSelectMenu/index.vue?vue&type=template&id=03610cc9&
|
|
34313
34340
|
var CpSelectMenuvue_type_template_id_03610cc9_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"click-outside",rawName:"v-click-outside",value:(_vm.closeDropdown),expression:"closeDropdown"}],staticClass:"cpSelectMenu"},[_c('button',{staticClass:"cpSelectMenu__button",attrs:{"type":"button"},on:{"click":_vm.toggleDropdown}},[_c('span',{staticClass:"cpSelectMenu__label"},[_vm._v(_vm._s(_vm.selectedValue.label))]),_c('chevron-down-icon',{staticClass:"cpSelectMenu__icon",class:{ 'cpSelectMenu__icon--isOpened': _vm.isDropdownOpen }})],1),_c('transition',{on:{"enter":_vm.enter}},[(_vm.isDropdownOpen)?_c('div',{ref:"dropdownRef",staticClass:"cpSelectMenu__dropdown dropdown"},[(_vm.dropdownTitle)?_c('p',{staticClass:"dropdown__title"},[_vm._v(" "+_vm._s(_vm.dropdownTitle)+" "),_c('button',{attrs:{"type":"button"},on:{"click":_vm.closeDropdown}},[_c('x-icon')],1)]):_vm._e(),_c('div',{staticClass:"dropdown__list"},[(_vm.hasFilter)?_c('label',{staticClass:"dropdown__filterBar"},[_c('search-icon'),_c('input',{ref:"dropdownFilterRef",attrs:{"type":"text","placeholder":_vm.dropdownFilterPlaceholder},on:{"input":_vm.updateFilterValue}})],1):_vm._e(),(_vm.values.length)?_c('ul',{staticClass:"dropdown__items"},_vm._l((_vm.values),function(ref,index){
|
|
34314
34341
|
var value = ref.value;
|
|
34315
34342
|
var label = ref.label;
|
|
@@ -34502,7 +34529,7 @@ var CpSelectMenu_component = normalizeComponent(
|
|
|
34502
34529
|
)
|
|
34503
34530
|
|
|
34504
34531
|
/* harmony default export */ var CpSelectMenu = (CpSelectMenu_component.exports);
|
|
34505
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
34532
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0ab8a1a8-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/components/toggles/CpCheckbox/index.vue?vue&type=template&id=9c838cc2&
|
|
34506
34533
|
var CpCheckboxvue_type_template_id_9c838cc2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('label',{staticClass:"cpCheckbox",class:_vm.computedClasses,attrs:{"for":_vm.checkboxUniqueId}},[_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.isChecked),expression:"isChecked"}],attrs:{"id":_vm.checkboxUniqueId,"disabled":_vm.isDisabled,"type":"checkbox","name":_vm.groupName,"autofocus":_vm.autofocus},domProps:{"value":_vm.checkboxValue,"checked":Array.isArray(_vm.isChecked)?_vm._i(_vm.isChecked,_vm.checkboxValue)>-1:(_vm.isChecked)},on:{"change":[function($event){var $$a=_vm.isChecked,$$el=$event.target,$$c=$$el.checked?(true):(false);if(Array.isArray($$a)){var $$v=_vm.checkboxValue,$$i=_vm._i($$a,$$v);if($$el.checked){$$i<0&&(_vm.isChecked=$$a.concat([$$v]))}else{$$i>-1&&(_vm.isChecked=$$a.slice(0,$$i).concat($$a.slice($$i+1)))}}else{_vm.isChecked=$$c}},function($event){return _vm.onChange(_vm.checkboxValue)}]}}),_c('check-icon'),_c('span',{staticClass:"cpCheckbox__label",class:{ 'cpCheckbox__label--isCapitalized': _vm.capitalizeLabel }},[_vm._v(" "+_vm._s(_vm.checkboxLabel)+" ")])],1)}
|
|
34507
34534
|
var CpCheckboxvue_type_template_id_9c838cc2_staticRenderFns = []
|
|
34508
34535
|
|
|
@@ -34649,7 +34676,7 @@ var CpCheckbox_component = normalizeComponent(
|
|
|
34649
34676
|
)
|
|
34650
34677
|
|
|
34651
34678
|
/* harmony default export */ var CpCheckbox = (CpCheckbox_component.exports);
|
|
34652
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
34679
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0ab8a1a8-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/components/toggles/CpRadio/index.vue?vue&type=template&id=57f2409b&
|
|
34653
34680
|
var CpRadiovue_type_template_id_57f2409b_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('label',{staticClass:"cpRadio",class:_vm.computedClasses,attrs:{"for":_vm.radioUniqueId}},[_c('input',{attrs:{"id":_vm.radioUniqueId,"disabled":_vm.isDisabled,"type":"radio","autofocus":_vm.autofocus,"name":_vm.groupName},domProps:{"checked":_vm.isSelected,"value":_vm.radioValue},on:{"change":function($event){return _vm.onChange(_vm.radioValue)}}}),_c('span',{staticClass:"cpRadio__content"},[_c('span',{staticClass:"cpRadio__information"},[_c('span',{staticClass:"cpRadio__label"},[_vm._v(_vm._s(_vm.radioLabel))]),(_vm.radioDescription)?_c('span',{staticClass:"cpRadio__description"},[_vm._v(_vm._s(_vm.radioDescription))]):_vm._e()]),(_vm.additionalData)?_c('span',{staticClass:"cpRadio__additionalData"},[_vm._v(_vm._s(_vm.additionalData))]):_vm._e()])])}
|
|
34654
34681
|
var CpRadiovue_type_template_id_57f2409b_staticRenderFns = []
|
|
34655
34682
|
|
|
@@ -34786,7 +34813,7 @@ var CpRadio_component = normalizeComponent(
|
|
|
34786
34813
|
)
|
|
34787
34814
|
|
|
34788
34815
|
/* harmony default export */ var CpRadio = (CpRadio_component.exports);
|
|
34789
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
34816
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0ab8a1a8-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/components/toggles/CpSwitch/index.vue?vue&type=template&id=4cb58767&
|
|
34790
34817
|
var CpSwitchvue_type_template_id_4cb58767_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('label',{staticClass:"cpSwitch",class:_vm.computedClasses,attrs:{"for":_vm.switchUniqueId}},[_c('span',{staticClass:"cpSwitch__switch"},[_c('input',{attrs:{"id":_vm.switchUniqueId,"disabled":_vm.disabled,"type":"checkbox","name":_vm.groupName,"autofocus":_vm.autofocus},domProps:{"checked":_vm.value,"value":_vm.value},on:{"change":function($event){return _vm.handleClick(_vm.value)}}}),_c('span',{staticClass:"cpSwitch__icon"},[_c('check-icon')],1),_vm._m(0)]),(_vm.label)?_c('span',{staticClass:"cpSwitch__label"},[_vm._v(_vm._s(_vm.label))]):_vm._e()])}
|
|
34791
34818
|
var CpSwitchvue_type_template_id_4cb58767_staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span',{staticClass:"cpSwitch__knobContainer"},[_c('span',{staticClass:"cpSwitch__knob"})])}]
|
|
34792
34819
|
|
|
@@ -34918,7 +34945,7 @@ var CpSwitch_component = normalizeComponent(
|
|
|
34918
34945
|
)
|
|
34919
34946
|
|
|
34920
34947
|
/* harmony default export */ var CpSwitch = (CpSwitch_component.exports);
|
|
34921
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
34948
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0ab8a1a8-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/components/lists-and-table/CpTable/index.vue?vue&type=template&id=2fb1e4d2&
|
|
34922
34949
|
var CpTablevue_type_template_id_2fb1e4d2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"cpTable",class:_vm.mainClasses},[_c('div',{ref:"cpTableContainer",staticClass:"cpTable__container",class:_vm.containerClasses,attrs:{"role":"region","aria-labelledby":_vm.uniqueId,"tabindex":"0"}},[_c('table',{staticClass:"cpTable__table"},[(_vm.caption)?_c('caption',{staticClass:"cpTable__caption",attrs:{"id":_vm.uniqueId}},[_vm._v(" "+_vm._s(_vm.caption)+" ")]):_vm._e(),_c('thead',{staticClass:"cpTable__header"},[_c('tr',{staticClass:"cpTable__row cpTable__row--header"},[_vm._l((_vm.normalizedColumns),function(column){return _c('th',{key:column.id,staticClass:"cpTable__column",style:(_vm.getColumnStyle(column))},[_vm._t("column",function(){return [_vm._v(" "+_vm._s(column.name)+" ")]},{"column":column})],2)}),_c('th',{directives:[{name:"show",rawName:"v-show",value:(_vm.enableRowOptions),expression:"enableRowOptions"}],staticClass:"cpTable__column cpTable__column--isOptions"},[_c('span')])],2)]),_c('tbody',{staticClass:"cpTable__body"},_vm._l((_vm.visibleRows),function(rowData,rowIndex){return _c('tr',{key:rowIndex,staticClass:"cpTable__row cpTable__row--body",class:_vm.getRowClasses(rowData, rowIndex),attrs:{"tabindex":_vm.getTabindex(rowData)},on:{"click":function($event){return _vm.handleRowClick(rowData, rowIndex)},"contextmenu":function($event){return _vm.handleRowRightClick({ rowData: rowData, rowIndex: rowIndex }, $event)},"keydown":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.handleRowClick(rowData, rowIndex)}}},[_vm._t("row",function(){return [_vm._l((rowData),function(cellValue,cellKey,cellIndex){return _c('td',{key:(cellKey + "_" + rowIndex),staticClass:"cpTable__cell",class:_vm.getCellClasses(cellKey),style:(_vm.getCellStyle(cellIndex)),attrs:{"colspan":_vm.getColspan(cellKey)}},[_vm._t(cellKey,function(){return [(_vm.isFullWidthRow(rowData))?_c('span',[_vm._v(_vm._s(cellValue))]):[_vm._v(_vm._s(cellValue))]]},{"cell":cellValue})],2)}),_c('td',{directives:[{name:"show",rawName:"v-show",value:(_vm.areRowOptionsEnabled(rowData)),expression:"areRowOptionsEnabled(rowData)"}],staticClass:"cpTable__cell cpTable__cell--isOptions"},[_vm._t("row-quick-actions",function(){return [_c('button',{on:{"click":function($event){$event.stopPropagation();return _vm.handleRowRightClick({ rowData: rowData, rowIndex: rowIndex }, $event)}}},[_c('more-vertical-icon')],1)]},{"row":rowData})],2)]},{"row":rowData})],2)}),0)]),(_vm.hasNoResult)?_c('cp-table-empty-state',{staticClass:"cpTable__emptyState",attrs:{"placeholder":_vm.noResultPlaceholder}}):_vm._e()],1),(_vm.hasPagination)?_c('div',{staticClass:"cpTable__footer"},[_c('div',{staticClass:"footer__details"},[_c('p',{staticClass:"footer__results"},[(!_vm.isLoading)?_vm._t("footer-details",function(){return [(_vm.numberOfResults)?[_c('strong',[_vm._v(" "+_vm._s(_vm.paginationLabel)+" ")]),_c('span',{staticClass:"footer__resultsCount"},[_vm._v("on "+_vm._s(_vm.paginationResultsDetails))])]:[_vm._v(" No results ")]]}):[_vm._v(" Loading "),_c('cp-loader',{staticClass:"cpTable__loader--isSmall",attrs:{"color":_vm.LoaderColor}})]],2)]),_c('div',{staticClass:"footer__pagination"},[_c('button',{attrs:{"disabled":!_vm.isPreviousEnabled},on:{"click":function($event){return _vm.handleNavigationClick(false)}}},[_vm._v("Prev.")]),_c('button',{attrs:{"disabled":!_vm.isNextEnabled},on:{"click":function($event){return _vm.handleNavigationClick()}}},[_vm._v("Next")])])]):_vm._e(),_c('div',{staticClass:"cpTable__overlay"})])}
|
|
34923
34950
|
var CpTablevue_type_template_id_2fb1e4d2_staticRenderFns = []
|
|
34924
34951
|
|
|
@@ -34948,7 +34975,7 @@ function decamelize(camelCasedString) {
|
|
|
34948
34975
|
// CONCATENATED MODULE: ./src/helpers/string/index.js
|
|
34949
34976
|
|
|
34950
34977
|
|
|
34951
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
34978
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0ab8a1a8-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/components/lists-and-table/CpTable/CpTableEmptyState/index.vue?vue&type=template&id=1ad2854c&
|
|
34952
34979
|
var CpTableEmptyStatevue_type_template_id_1ad2854c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"cpTableEmptyState"},[_c('div',{staticClass:"cpTableEmptyState__wrapper"},[_c('figure',{staticClass:"cpTableEmptyState__icon"},[_c('search-icon')],1),_c('p',{staticClass:"cpTableEmptyState__headline"},[_c('strong',[_vm._v(_vm._s(_vm.placeholder))])]),_c('p',{staticClass:"cpTableEmptyState__description"},[_vm._v("There aren't any results for that query.")])])])}
|
|
34953
34980
|
var CpTableEmptyStatevue_type_template_id_1ad2854c_staticRenderFns = []
|
|
34954
34981
|
|