@wavemaker/angular-codegen 11.5.0-next.141085 → 11.5.0-next.141087
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.
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@metrichor/jmespath": "^0.3.1",
|
|
48
48
|
"@wavemaker.com/nvd3": "1.0.0",
|
|
49
49
|
"@wavemaker/focus-trap": "^1.0.0",
|
|
50
|
-
"@wavemaker/variables": "11.5.0-next.
|
|
50
|
+
"@wavemaker/variables": "11.5.0-next.141087",
|
|
51
51
|
"@ztree/ztree_v3": "^3.5.48",
|
|
52
52
|
"angular-imask": "6.3.0",
|
|
53
53
|
"angular2-websocket": "0.9.7",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"tslib": "2.4.1",
|
|
73
73
|
"x2js": "^3.4.4",
|
|
74
74
|
"zone.js": "~0.11.4",
|
|
75
|
-
"@wavemaker/app-ng-runtime": "11.5.0-next.
|
|
75
|
+
"@wavemaker/app-ng-runtime": "11.5.0-next.141087"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
|
|
@@ -60438,7 +60438,7 @@ const isString = v => typeof v === 'string';
|
|
|
60438
60438
|
const OVERRIDES = {
|
|
60439
60439
|
'accessroles': '*accessroles',
|
|
60440
60440
|
'ng-if': '*ngIf',
|
|
60441
|
-
'showindevice': '*
|
|
60441
|
+
'showindevice': '*wmShowInDevice',
|
|
60442
60442
|
'ng-class': '[ngClass]',
|
|
60443
60443
|
'data-ng-class': '[ngClass]',
|
|
60444
60444
|
'data-ng-src': 'src',
|
|
@@ -61972,7 +61972,7 @@ const registerFormField = (isFormField) => {
|
|
|
61972
61972
|
else {
|
|
61973
61973
|
setDefaultPlaceholder(attrs, widgetType, 2);
|
|
61974
61974
|
}
|
|
61975
|
-
return `<${tagName$X} data-role="${dataRole}" [formGroup]="${pCounter}.ngform" wmFormField
|
|
61975
|
+
return `<${tagName$X} data-role="${dataRole}" [formGroup]="${pCounter}.ngform" wmFormField wmCaptionPosition #${counter}="wmFormField" widgettype="${widgetType}" ${getFormMarkupAttr(attrs)}>
|
|
61976
61976
|
<div class="live-field form-group app-composite-widget clearfix caption-{{${pCounter}.captionposition}}" widget="${widgetType}">
|
|
61977
61977
|
<label [hidden]="!${counter}.displayname" class="app-label control-label formfield-label {{${pCounter}._captionClass}}"
|
|
61978
61978
|
[ngStyle]="{width: ${pCounter}.captionsize}" [ngClass]="{'text-danger': ${counter}._control?.invalid && ${counter}._control?.touched && ${pCounter}.isUpdateMode,
|
|
@@ -62292,7 +62292,7 @@ var checkboxset_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
62292
62292
|
const tagName$M = 'div';
|
|
62293
62293
|
register('wm-composite', () => {
|
|
62294
62294
|
return {
|
|
62295
|
-
pre: attrs => `<${tagName$M} wmComposite
|
|
62295
|
+
pre: attrs => `<${tagName$M} wmComposite wmCaptionPosition ${setChildAttrs(attrs)} ${getAttrMarkup(attrs)}>`,
|
|
62296
62296
|
post: () => `</${tagName$M}${clearChildAttrs()}>`
|
|
62297
62297
|
};
|
|
62298
62298
|
});
|
|
@@ -60438,7 +60438,7 @@ const isString = v => typeof v === 'string';
|
|
|
60438
60438
|
const OVERRIDES = {
|
|
60439
60439
|
'accessroles': '*accessroles',
|
|
60440
60440
|
'ng-if': '*ngIf',
|
|
60441
|
-
'showindevice': '*
|
|
60441
|
+
'showindevice': '*wmShowInDevice',
|
|
60442
60442
|
'ng-class': '[ngClass]',
|
|
60443
60443
|
'data-ng-class': '[ngClass]',
|
|
60444
60444
|
'data-ng-src': 'src',
|
|
@@ -61972,7 +61972,7 @@ const registerFormField = (isFormField) => {
|
|
|
61972
61972
|
else {
|
|
61973
61973
|
setDefaultPlaceholder(attrs, widgetType, 2);
|
|
61974
61974
|
}
|
|
61975
|
-
return `<${tagName$X} data-role="${dataRole}" [formGroup]="${pCounter}.ngform" wmFormField
|
|
61975
|
+
return `<${tagName$X} data-role="${dataRole}" [formGroup]="${pCounter}.ngform" wmFormField wmCaptionPosition #${counter}="wmFormField" widgettype="${widgetType}" ${getFormMarkupAttr(attrs)}>
|
|
61976
61976
|
<div class="live-field form-group app-composite-widget clearfix caption-{{${pCounter}.captionposition}}" widget="${widgetType}">
|
|
61977
61977
|
<label [hidden]="!${counter}.displayname" class="app-label control-label formfield-label {{${pCounter}._captionClass}}"
|
|
61978
61978
|
[ngStyle]="{width: ${pCounter}.captionsize}" [ngClass]="{'text-danger': ${counter}._control?.invalid && ${counter}._control?.touched && ${pCounter}.isUpdateMode,
|
|
@@ -62292,7 +62292,7 @@ var checkboxset_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
62292
62292
|
const tagName$M = 'div';
|
|
62293
62293
|
register('wm-composite', () => {
|
|
62294
62294
|
return {
|
|
62295
|
-
pre: attrs => `<${tagName$M} wmComposite
|
|
62295
|
+
pre: attrs => `<${tagName$M} wmComposite wmCaptionPosition ${setChildAttrs(attrs)} ${getAttrMarkup(attrs)}>`,
|
|
62296
62296
|
post: () => `</${tagName$M}${clearChildAttrs()}>`
|
|
62297
62297
|
};
|
|
62298
62298
|
});
|