tg-controls_cli 0.0.42 → 0.0.43
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/myLib.common.js
CHANGED
|
@@ -34661,7 +34661,7 @@ if (typeof window !== 'undefined') {
|
|
|
34661
34661
|
// Indicate to webpack that this file can be concatenated
|
|
34662
34662
|
/* harmony default export */ var setPublicPath = (null);
|
|
34663
34663
|
|
|
34664
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"b2fa8b00-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/DynamicForm.vue?vue&type=template&id=
|
|
34664
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"b2fa8b00-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/DynamicForm.vue?vue&type=template&id=100b15be&
|
|
34665
34665
|
var render = function render() {
|
|
34666
34666
|
var _vm = this,
|
|
34667
34667
|
_c = _vm._self._c;
|
|
@@ -34710,7 +34710,7 @@ var render = function render() {
|
|
|
34710
34710
|
}
|
|
34711
34711
|
}, [((_field$visibility = field.visibility) !== null && _field$visibility !== void 0 ? _field$visibility : true) == true ? _c('div', {
|
|
34712
34712
|
staticClass: "form-group"
|
|
34713
|
-
}, [((_field$showLabel = field.showLabel) !== null && _field$showLabel !== void 0 ? _field$showLabel : true) ? _c('label', [_vm._v(_vm._s(_vm.GetDisplayLabel(field))
|
|
34713
|
+
}, [((_field$showLabel = field.showLabel) !== null && _field$showLabel !== void 0 ? _field$showLabel : true) ? _c('label', [_vm._v(_vm._s(_vm.GetDisplayLabel(field))), _vm.isRequired(field.validationRules) ? _c('span', {
|
|
34714
34714
|
class: {
|
|
34715
34715
|
'text-danger': true
|
|
34716
34716
|
}
|
|
@@ -34802,7 +34802,7 @@ var render = function render() {
|
|
|
34802
34802
|
};
|
|
34803
34803
|
var staticRenderFns = [];
|
|
34804
34804
|
|
|
34805
|
-
// CONCATENATED MODULE: ./src/components/DynamicForm.vue?vue&type=template&id=
|
|
34805
|
+
// CONCATENATED MODULE: ./src/components/DynamicForm.vue?vue&type=template&id=100b15be&
|
|
34806
34806
|
|
|
34807
34807
|
// EXTERNAL MODULE: ./node_modules/axios/index.js
|
|
34808
34808
|
var axios = __webpack_require__("bc3a");
|
|
@@ -40581,9 +40581,9 @@ var SlotField_component = normalizeComponent(
|
|
|
40581
40581
|
GetDisplayLabel(field) {
|
|
40582
40582
|
var labelName = '';
|
|
40583
40583
|
if (field.hasOwnProperty('label') && field.label) {
|
|
40584
|
-
labelName = field.label;
|
|
40584
|
+
labelName = field.label + ":";
|
|
40585
40585
|
} else if (field.hasOwnProperty('display_name') && field.display_name) {
|
|
40586
|
-
labelName = field.display_name;
|
|
40586
|
+
labelName = field.display_name + ":";
|
|
40587
40587
|
}
|
|
40588
40588
|
return labelName;
|
|
40589
40589
|
},
|