@wavemaker/angular-codegen 11.0.1-next.138727 → 11.0.1-next.138730

Sign up to get free protection for your applications and to get access to all the features.
@@ -41565,6 +41565,7 @@ const WIDGET_IMPORTS = new Map([
41565
41565
  ['wm-network-info-toaster', BASIC_MODULE],
41566
41566
  ['wm-number', INPUT_MODULE],
41567
41567
  ['wm-page', PAGE_MODULE],
41568
+ ['wm-layout', PAGE_MODULE],
41568
41569
  ['wm-page-content', PAGE_MODULE],
41569
41570
  ['wm-pagedialog', PARTIAL_DIALOG_MODULE],
41570
41571
  ['wm-pagination', PAGINATION_MODULE],
@@ -42093,14 +42094,14 @@ const scopeComponentStyles = (componentName, componentType, styles = '') => {
42093
42094
 
42094
42095
  const carouselTagName = 'carousel';
42095
42096
  const dataSetKey$5 = 'dataset';
42096
- const idGen$q = new IDGenerator('wm_carousel_ref_');
42097
+ const idGen$r = new IDGenerator('wm_carousel_ref_');
42097
42098
  const isDynamicCarousel = node => node.attrs.find(attr => attr.name === 'type' && attr.value === 'dynamic');
42098
- const ɵ0$c$1 = isDynamicCarousel;
42099
+ const ɵ0$d$1 = isDynamicCarousel;
42099
42100
  register('wm-carousel', () => {
42100
42101
  return {
42101
42102
  pre: (attrs, shared) => {
42102
42103
  // generating unique Id for the carousel
42103
- const counter = idGen$q.nextUid();
42104
+ const counter = idGen$r.nextUid();
42104
42105
  shared.set('carousel_ref', counter);
42105
42106
  return `<div class="app-carousel carousel"><${carouselTagName} wmCarousel #${counter}="wmCarousel" ${getAttrMarkup(attrs)} interval="0" [ngClass]="${counter}.navigationClass">`;
42106
42107
  },
@@ -42133,7 +42134,7 @@ var carousel_build = () => { };
42133
42134
  var carousel_build$1 = /*#__PURE__*/Object.freeze({
42134
42135
  __proto__: null,
42135
42136
  'default': carousel_build,
42136
- 'ɵ0': ɵ0$c$1
42137
+ 'ɵ0': ɵ0$d$1
42137
42138
  });
42138
42139
 
42139
42140
  const carouselContentTagName = 'slide';
@@ -42167,11 +42168,11 @@ var carouselTemplate_build$1 = /*#__PURE__*/Object.freeze({
42167
42168
  'default': carouselTemplate_build
42168
42169
  });
42169
42170
 
42170
- const tagName$1A = 'div';
42171
+ const tagName$1C = 'div';
42171
42172
  register('wm-login', () => {
42172
42173
  return {
42173
- pre: attrs => `<${tagName$1A} wmLogin ${getAttrMarkup(attrs)} eventsource.bind="Actions.loginAction">`,
42174
- post: () => `</${tagName$1A}>`,
42174
+ pre: attrs => `<${tagName$1C} wmLogin ${getAttrMarkup(attrs)} eventsource.bind="Actions.loginAction">`,
42175
+ post: () => `</${tagName$1C}>`,
42175
42176
  provide: () => {
42176
42177
  const provider = new Map();
42177
42178
  provider.set('isLogin', true);
@@ -42186,11 +42187,11 @@ var login_build$1 = /*#__PURE__*/Object.freeze({
42186
42187
  'default': login_build
42187
42188
  });
42188
42189
 
42189
- const tagName$1z = 'marquee';
42190
+ const tagName$1B = 'marquee';
42190
42191
  register('wm-marquee', () => {
42191
42192
  return {
42192
- pre: attrs => `<${tagName$1z} onmouseover="this.stop();" onmouseout="this.start();" wmMarquee role="marquee" aria-live="off" ${getAttrMarkup(attrs)}>`,
42193
- post: () => `</${tagName$1z}>`
42193
+ pre: attrs => `<${tagName$1B} onmouseover="this.stop();" onmouseout="this.start();" wmMarquee role="marquee" aria-live="off" ${getAttrMarkup(attrs)}>`,
42194
+ post: () => `</${tagName$1B}>`
42194
42195
  };
42195
42196
  });
42196
42197
  var marquee_build = () => { };
@@ -42200,15 +42201,15 @@ var marquee_build$1 = /*#__PURE__*/Object.freeze({
42200
42201
  'default': marquee_build
42201
42202
  });
42202
42203
 
42203
- const tagName$1y = 'a';
42204
- const idGen$p = new IDGenerator('wm_anchor');
42204
+ const tagName$1A = 'a';
42205
+ const idGen$q = new IDGenerator('wm_anchor');
42205
42206
  register('wm-anchor', () => {
42206
42207
  return {
42207
42208
  pre: (attrs) => {
42208
- const counter = idGen$p.nextUid();
42209
- return `<${tagName$1y} wmAnchor #${counter}="wmAnchor" role="link" data-identifier="anchor" [attr.aria-label]="${counter}.hint || ${counter}.caption || 'Link'" ${getAttrMarkup(attrs)}>`;
42209
+ const counter = idGen$q.nextUid();
42210
+ return `<${tagName$1A} wmAnchor #${counter}="wmAnchor" role="link" data-identifier="anchor" [attr.aria-label]="${counter}.hint || ${counter}.caption || 'Link'" ${getAttrMarkup(attrs)}>`;
42210
42211
  },
42211
- post: () => `</${tagName$1y}>`
42212
+ post: () => `</${tagName$1A}>`
42212
42213
  };
42213
42214
  });
42214
42215
  var anchor_build = () => { };
@@ -42218,11 +42219,11 @@ var anchor_build$1 = /*#__PURE__*/Object.freeze({
42218
42219
  'default': anchor_build
42219
42220
  });
42220
42221
 
42221
- const tagName$1x = 'div';
42222
+ const tagName$1z = 'div';
42222
42223
  register('wm-audio', () => {
42223
42224
  return {
42224
- pre: attrs => `<${tagName$1x} wmAudio ${getAttrMarkup(attrs)}>`,
42225
- post: () => `</${tagName$1x}>`
42225
+ pre: attrs => `<${tagName$1z} wmAudio ${getAttrMarkup(attrs)}>`,
42226
+ post: () => `</${tagName$1z}>`
42226
42227
  };
42227
42228
  });
42228
42229
  var audio_build = () => { };
@@ -42232,15 +42233,15 @@ var audio_build$1 = /*#__PURE__*/Object.freeze({
42232
42233
  'default': audio_build
42233
42234
  });
42234
42235
 
42235
- const tagName$1w = 'div';
42236
- const idGen$o = new IDGenerator('wm_html');
42236
+ const tagName$1y = 'div';
42237
+ const idGen$p = new IDGenerator('wm_html');
42237
42238
  register('wm-html', () => {
42238
42239
  return {
42239
42240
  pre: (attrs) => {
42240
- const counter = idGen$o.nextUid();
42241
- return `<${tagName$1w} wmHtml #${counter}="wmHtml" [attr.aria-label]="${counter}.hint || 'HTML content'" ${getAttrMarkup(attrs)}>`;
42241
+ const counter = idGen$p.nextUid();
42242
+ return `<${tagName$1y} wmHtml #${counter}="wmHtml" [attr.aria-label]="${counter}.hint || 'HTML content'" ${getAttrMarkup(attrs)}>`;
42242
42243
  },
42243
- post: () => `</${tagName$1w}>`
42244
+ post: () => `</${tagName$1y}>`
42244
42245
  };
42245
42246
  });
42246
42247
  var html_build = () => { };
@@ -42250,11 +42251,11 @@ var html_build$1 = /*#__PURE__*/Object.freeze({
42250
42251
  'default': html_build
42251
42252
  });
42252
42253
 
42253
- const tagName$1v = 'span';
42254
+ const tagName$1x = 'span';
42254
42255
  register('wm-icon', () => {
42255
42256
  return {
42256
- pre: attrs => `<${tagName$1v} wmIcon aria-hidden="true" ${getAttrMarkup(attrs)}>`,
42257
- post: () => `</${tagName$1v}>`
42257
+ pre: attrs => `<${tagName$1x} wmIcon aria-hidden="true" ${getAttrMarkup(attrs)}>`,
42258
+ post: () => `</${tagName$1x}>`
42258
42259
  };
42259
42260
  });
42260
42261
  var icon_build = () => { };
@@ -42264,11 +42265,11 @@ var icon_build$1 = /*#__PURE__*/Object.freeze({
42264
42265
  'default': icon_build
42265
42266
  });
42266
42267
 
42267
- const tagName$1u = 'div';
42268
+ const tagName$1w = 'div';
42268
42269
  register('wm-iframe', () => {
42269
42270
  return {
42270
- pre: attrs => `<${tagName$1u} wmIframe ${getAttrMarkup(attrs)}>`,
42271
- post: () => `</${tagName$1u}>`
42271
+ pre: attrs => `<${tagName$1w} wmIframe ${getAttrMarkup(attrs)}>`,
42272
+ post: () => `</${tagName$1w}>`
42272
42273
  };
42273
42274
  });
42274
42275
  var iframe_build = () => { };
@@ -42278,15 +42279,15 @@ var iframe_build$1 = /*#__PURE__*/Object.freeze({
42278
42279
  'default': iframe_build
42279
42280
  });
42280
42281
 
42281
- const tagName$1t = 'label';
42282
- const idGen$n = new IDGenerator('wm_label');
42282
+ const tagName$1v = 'label';
42283
+ const idGen$o = new IDGenerator('wm_label');
42283
42284
  register('wm-label', () => {
42284
42285
  return {
42285
42286
  pre: (attrs) => {
42286
- const counter = idGen$n.nextUid();
42287
- return `<${tagName$1t} wmLabel #${counter}="wmLabel" [attr.aria-label]="${counter}.hint || 'Label text'" ${getAttrMarkup(attrs)}>`;
42287
+ const counter = idGen$o.nextUid();
42288
+ return `<${tagName$1v} wmLabel #${counter}="wmLabel" [attr.aria-label]="${counter}.hint || 'Label text'" ${getAttrMarkup(attrs)}>`;
42288
42289
  },
42289
- post: () => `</${tagName$1t}>`
42290
+ post: () => `</${tagName$1v}>`
42290
42291
  };
42291
42292
  });
42292
42293
  var label_build = () => { };
@@ -42296,13 +42297,13 @@ var label_build$1 = /*#__PURE__*/Object.freeze({
42296
42297
  'default': label_build
42297
42298
  });
42298
42299
 
42299
- const tagName$1s = 'img';
42300
- const idGen$m = new IDGenerator('wm_picture');
42300
+ const tagName$1u = 'img';
42301
+ const idGen$n = new IDGenerator('wm_picture');
42301
42302
  register('wm-picture', () => {
42302
42303
  return {
42303
42304
  pre: (attrs) => {
42304
- const counter = idGen$m.nextUid();
42305
- return `<${tagName$1s} wmPicture #${counter}="wmPicture" alt="image" wmImageCache="${attrs.get('offline') || 'true'}" [attr.aria-label]="${counter}.hint || 'Image'" ${getAttrMarkup(attrs)}>`;
42305
+ const counter = idGen$n.nextUid();
42306
+ return `<${tagName$1u} wmPicture #${counter}="wmPicture" alt="image" wmImageCache="${attrs.get('offline') || 'true'}" [attr.aria-label]="${counter}.hint || 'Image'" ${getAttrMarkup(attrs)}>`;
42306
42307
  }
42307
42308
  };
42308
42309
  });
@@ -42313,15 +42314,15 @@ var picture_build$1 = /*#__PURE__*/Object.freeze({
42313
42314
  'default': picture_build
42314
42315
  });
42315
42316
 
42316
- const tagName$1r = 'div';
42317
- const idGen$l = new IDGenerator('wm_spinner');
42317
+ const tagName$1t = 'div';
42318
+ const idGen$m = new IDGenerator('wm_spinner');
42318
42319
  register('wm-spinner', () => {
42319
42320
  return {
42320
42321
  pre: (attrs) => {
42321
- const counter = idGen$l.nextUid();
42322
- return `<${tagName$1r} wmSpinner #${counter}="wmSpinner" role="alert" [attr.aria-label]="${counter}.hint || 'Loading...'" aria-live="assertive" aria-busy="true" ${getAttrMarkup(attrs)}>`;
42322
+ const counter = idGen$m.nextUid();
42323
+ return `<${tagName$1t} wmSpinner #${counter}="wmSpinner" role="alert" [attr.aria-label]="${counter}.hint || 'Loading...'" aria-live="assertive" aria-busy="true" ${getAttrMarkup(attrs)}>`;
42323
42324
  },
42324
- post: () => `</${tagName$1r}>`
42325
+ post: () => `</${tagName$1t}>`
42325
42326
  };
42326
42327
  });
42327
42328
  var spinner_build = () => { };
@@ -42331,16 +42332,16 @@ var spinner_build$1 = /*#__PURE__*/Object.freeze({
42331
42332
  'default': spinner_build
42332
42333
  });
42333
42334
 
42334
- const tagName$1q = 'div';
42335
+ const tagName$1s = 'div';
42335
42336
  const getAttr = (node, attrName) => node.attrs.find(attr => attr.name === attrName);
42336
- const ɵ0$b$1 = getAttr;
42337
+ const ɵ0$c$1 = getAttr;
42337
42338
  const getAttrValue = (node, attrName) => {
42338
42339
  const match = getAttr(node, attrName);
42339
42340
  if (match) {
42340
42341
  return match.value;
42341
42342
  }
42342
42343
  };
42343
- const ɵ1$7 = getAttrValue;
42344
+ const ɵ1$8 = getAttrValue;
42344
42345
  const getReplaceRegex = (v) => new RegExp(`bind:(${v}|${v}\\[\\$i])\\.`, 'g');
42345
42346
  const ɵ2$4$1 = getReplaceRegex;
42346
42347
  register('wm-progress-bar', () => {
@@ -42362,8 +42363,8 @@ register('wm-progress-bar', () => {
42362
42363
  }
42363
42364
  }
42364
42365
  },
42365
- pre: attrs => `<${tagName$1q} wmProgressBar ${getAttrMarkup(attrs)}>`,
42366
- post: () => `</${tagName$1q}>`
42366
+ pre: attrs => `<${tagName$1s} wmProgressBar ${getAttrMarkup(attrs)}>`,
42367
+ post: () => `</${tagName$1s}>`
42367
42368
  };
42368
42369
  });
42369
42370
  var progressBar_build = () => { };
@@ -42371,16 +42372,16 @@ var progressBar_build = () => { };
42371
42372
  var progressBar_build$1 = /*#__PURE__*/Object.freeze({
42372
42373
  __proto__: null,
42373
42374
  'default': progressBar_build,
42374
- 'ɵ0': ɵ0$b$1,
42375
- 'ɵ1': ɵ1$7,
42375
+ 'ɵ0': ɵ0$c$1,
42376
+ 'ɵ1': ɵ1$8,
42376
42377
  'ɵ2': ɵ2$4$1
42377
42378
  });
42378
42379
 
42379
- const tagName$1p = 'div';
42380
+ const tagName$1r = 'div';
42380
42381
  register('wm-progress-circle', () => {
42381
42382
  return {
42382
- pre: attrs => `<${tagName$1p} wmProgressCircle ${getAttrMarkup(attrs)}>`,
42383
- post: () => `</${tagName$1p}>`
42383
+ pre: attrs => `<${tagName$1r} wmProgressCircle ${getAttrMarkup(attrs)}>`,
42384
+ post: () => `</${tagName$1r}>`
42384
42385
  };
42385
42386
  });
42386
42387
  var progressCircle_build = () => { };
@@ -42390,15 +42391,15 @@ var progressCircle_build$1 = /*#__PURE__*/Object.freeze({
42390
42391
  'default': progressCircle_build
42391
42392
  });
42392
42393
 
42393
- const tagName$1o = 'div';
42394
- const idGen$k = new IDGenerator('wm_richtexteditor');
42394
+ const tagName$1q = 'div';
42395
+ const idGen$l = new IDGenerator('wm_richtexteditor');
42395
42396
  register('wm-richtexteditor', () => {
42396
42397
  return {
42397
42398
  pre: (attrs) => {
42398
- const counter = idGen$k.nextUid();
42399
- return `<${tagName$1o} wmRichTextEditor #${counter}="wmRichTextEditor" role="textbox" [attr.aria-label]="${counter}.hint || 'Richtext editor'" ${getFormMarkupAttr(attrs)}>`;
42399
+ const counter = idGen$l.nextUid();
42400
+ return `<${tagName$1q} wmRichTextEditor #${counter}="wmRichTextEditor" role="textbox" [attr.aria-label]="${counter}.hint || 'Richtext editor'" ${getFormMarkupAttr(attrs)}>`;
42400
42401
  },
42401
- post: () => `</${tagName$1o}>`
42402
+ post: () => `</${tagName$1q}>`
42402
42403
  };
42403
42404
  });
42404
42405
  var richTextEditor_build = () => { };
@@ -42408,11 +42409,11 @@ var richTextEditor_build$1 = /*#__PURE__*/Object.freeze({
42408
42409
  'default': richTextEditor_build
42409
42410
  });
42410
42411
 
42411
- const tagName$1n = 'div';
42412
+ const tagName$1p = 'div';
42412
42413
  register('wm-search', () => {
42413
42414
  return {
42414
- pre: attrs => `<${tagName$1n} wmSearch ${getFormMarkupAttr(attrs)} ${getNgModelAttr(attrs)}>`,
42415
- post: () => `</${tagName$1n}>`
42415
+ pre: attrs => `<${tagName$1p} wmSearch ${getFormMarkupAttr(attrs)} ${getNgModelAttr(attrs)}>`,
42416
+ post: () => `</${tagName$1p}>`
42416
42417
  };
42417
42418
  });
42418
42419
  var search_build = () => { };
@@ -42422,11 +42423,11 @@ var search_build$1 = /*#__PURE__*/Object.freeze({
42422
42423
  'default': search_build
42423
42424
  });
42424
42425
 
42425
- const tagName$1m = 'div';
42426
+ const tagName$1o = 'div';
42426
42427
  register('wm-tree', () => {
42427
42428
  return {
42428
- pre: attrs => `<${tagName$1m} wmTree ${getAttrMarkup(attrs)}>`,
42429
- post: () => `</${tagName$1m}>`
42429
+ pre: attrs => `<${tagName$1o} wmTree ${getAttrMarkup(attrs)}>`,
42430
+ post: () => `</${tagName$1o}>`
42430
42431
  };
42431
42432
  });
42432
42433
  var tree_build = () => { };
@@ -42436,11 +42437,11 @@ var tree_build$1 = /*#__PURE__*/Object.freeze({
42436
42437
  'default': tree_build
42437
42438
  });
42438
42439
 
42439
- const tagName$1l = 'div';
42440
+ const tagName$1n = 'div';
42440
42441
  register('wm-card', () => {
42441
42442
  return {
42442
- pre: attrs => `<${tagName$1l} wmCard ${getAttrMarkup(attrs)}>`,
42443
- post: () => `</${tagName$1l}>`
42443
+ pre: attrs => `<${tagName$1n} wmCard ${getAttrMarkup(attrs)}>`,
42444
+ post: () => `</${tagName$1n}>`
42444
42445
  };
42445
42446
  });
42446
42447
  var card_build = () => { };
@@ -42450,11 +42451,11 @@ var card_build$1 = /*#__PURE__*/Object.freeze({
42450
42451
  'default': card_build
42451
42452
  });
42452
42453
 
42453
- const tagName$1k = 'div';
42454
+ const tagName$1m = 'div';
42454
42455
  register('wm-card-content', () => {
42455
42456
  return {
42456
- pre: attrs => `<${tagName$1k} wmCardContent partialContainer ${getAttrMarkup(attrs)}>`,
42457
- post: () => `</${tagName$1k}>`
42457
+ pre: attrs => `<${tagName$1m} wmCardContent partialContainer ${getAttrMarkup(attrs)}>`,
42458
+ post: () => `</${tagName$1m}>`
42458
42459
  };
42459
42460
  });
42460
42461
  var cardContent_build = () => { };
@@ -42464,11 +42465,11 @@ var cardContent_build$1 = /*#__PURE__*/Object.freeze({
42464
42465
  'default': cardContent_build
42465
42466
  });
42466
42467
 
42467
- const tagName$1j = 'div';
42468
+ const tagName$1l = 'div';
42468
42469
  register('wm-card-actions', () => {
42469
42470
  return {
42470
- pre: attrs => `<${tagName$1j} wmCardActions ${getAttrMarkup(attrs)}>`,
42471
- post: () => `</${tagName$1j}>`
42471
+ pre: attrs => `<${tagName$1l} wmCardActions ${getAttrMarkup(attrs)}>`,
42472
+ post: () => `</${tagName$1l}>`
42472
42473
  };
42473
42474
  });
42474
42475
  var cardActions_build = () => { };
@@ -42478,11 +42479,11 @@ var cardActions_build$1 = /*#__PURE__*/Object.freeze({
42478
42479
  'default': cardActions_build
42479
42480
  });
42480
42481
 
42481
- const tagName$1i = 'div';
42482
+ const tagName$1k = 'div';
42482
42483
  register('wm-card-footer', () => {
42483
42484
  return {
42484
- pre: attrs => `<${tagName$1i} wmCardFooter ${getAttrMarkup(attrs)}>`,
42485
- post: () => `</${tagName$1i}>`
42485
+ pre: attrs => `<${tagName$1k} wmCardFooter ${getAttrMarkup(attrs)}>`,
42486
+ post: () => `</${tagName$1k}>`
42486
42487
  };
42487
42488
  });
42488
42489
  var cardFooter_build = () => { };
@@ -42492,11 +42493,11 @@ var cardFooter_build$1 = /*#__PURE__*/Object.freeze({
42492
42493
  'default': cardFooter_build
42493
42494
  });
42494
42495
 
42495
- const tagName$1h = 'div';
42496
+ const tagName$1j = 'div';
42496
42497
  register('wm-chart', () => {
42497
42498
  return {
42498
- pre: attrs => `<${tagName$1h} wmChart redrawable aria-label="${attrs.get('type')} Chart" ${getAttrMarkup(attrs)}>`,
42499
- post: () => `</${tagName$1h}>`
42499
+ pre: attrs => `<${tagName$1j} wmChart redrawable aria-label="${attrs.get('type')} Chart" ${getAttrMarkup(attrs)}>`,
42500
+ post: () => `</${tagName$1j}>`
42500
42501
  };
42501
42502
  });
42502
42503
  var chart_build = () => { };
@@ -42506,20 +42507,20 @@ var chart_build$1 = /*#__PURE__*/Object.freeze({
42506
42507
  'default': chart_build
42507
42508
  });
42508
42509
 
42509
- const tagName$1g = 'div';
42510
+ const tagName$1i = 'div';
42510
42511
  const dataSetKey$4 = 'dataset';
42511
- const idGen$j = new IDGenerator('wm_accordion_ref_');
42512
+ const idGen$k = new IDGenerator('wm_accordion_ref_');
42512
42513
  const isDynamicAccordion = node => node.attrs.find(attr => attr.name === 'type' && attr.value === 'dynamic');
42513
- const ɵ0$a$1 = isDynamicAccordion;
42514
+ const ɵ0$b$1 = isDynamicAccordion;
42514
42515
  register('wm-accordion', () => {
42515
42516
  return {
42516
42517
  pre: (attrs, shared) => {
42517
42518
  // generating unique Id for the accordion
42518
- const counter = idGen$j.nextUid();
42519
+ const counter = idGen$k.nextUid();
42519
42520
  shared.set('accordion_ref', counter);
42520
- return `<${tagName$1g} wmAccordion #${counter}="wmAccordion" role="tablist" aria-multiselectable="true" ${getAttrMarkup(attrs)}>`;
42521
+ return `<${tagName$1i} wmAccordion #${counter}="wmAccordion" role="tablist" aria-multiselectable="true" ${getAttrMarkup(attrs)}>`;
42521
42522
  },
42522
- post: () => `</${tagName$1g}>`,
42523
+ post: () => `</${tagName$1i}>`,
42523
42524
  template: (node, shared) => {
42524
42525
  // check if the accordion is dynamic
42525
42526
  if (isDynamicAccordion(node)) {
@@ -42548,14 +42549,14 @@ var accordion_build = () => { };
42548
42549
  var accordion_build$1 = /*#__PURE__*/Object.freeze({
42549
42550
  __proto__: null,
42550
42551
  'default': accordion_build,
42551
- 'ɵ0': ɵ0$a$1
42552
+ 'ɵ0': ɵ0$b$1
42552
42553
  });
42553
42554
 
42554
- const tagName$1f = 'div';
42555
+ const tagName$1h = 'div';
42555
42556
  register('wm-accordionpane', () => {
42556
42557
  return {
42557
- pre: attrs => `<${tagName$1f} wmAccordionPane partialContainer wm-navigable-element="true" role="tab" ${getAttrMarkup(attrs)}>`,
42558
- post: () => `</${tagName$1f}>`
42558
+ pre: attrs => `<${tagName$1h} wmAccordionPane partialContainer wm-navigable-element="true" role="tab" ${getAttrMarkup(attrs)}>`,
42559
+ post: () => `</${tagName$1h}>`
42559
42560
  };
42560
42561
  });
42561
42562
  var accordionPane_build = () => { };
@@ -42565,11 +42566,11 @@ var accordionPane_build$1 = /*#__PURE__*/Object.freeze({
42565
42566
  'default': accordionPane_build
42566
42567
  });
42567
42568
 
42568
- const tagName$1e = 'div';
42569
+ const tagName$1g = 'div';
42569
42570
  register('wm-container', () => {
42570
42571
  return {
42571
- pre: attrs => `<${tagName$1e} wmContainer partialContainer wmSmoothscroll="${attrs.get('smoothscroll') || 'false'}" ${getAttrMarkup(attrs)}>`,
42572
- post: () => `</${tagName$1e}>`
42572
+ pre: attrs => `<${tagName$1g} wmContainer partialContainer wmSmoothscroll="${attrs.get('smoothscroll') || 'false'}" ${getAttrMarkup(attrs)}>`,
42573
+ post: () => `</${tagName$1g}>`
42573
42574
  };
42574
42575
  });
42575
42576
  var container_build = () => { };
@@ -42579,11 +42580,11 @@ var container_build$1 = /*#__PURE__*/Object.freeze({
42579
42580
  'default': container_build
42580
42581
  });
42581
42582
 
42582
- const tagName$1d = 'div';
42583
+ const tagName$1f = 'div';
42583
42584
  register('wm-gridcolumn', () => {
42584
42585
  return {
42585
- pre: attrs => `<${tagName$1d} wmLayoutGridColumn ${getAttrMarkup(attrs)}>`,
42586
- post: () => `</${tagName$1d}>`
42586
+ pre: attrs => `<${tagName$1f} wmLayoutGridColumn ${getAttrMarkup(attrs)}>`,
42587
+ post: () => `</${tagName$1f}>`
42587
42588
  };
42588
42589
  });
42589
42590
  var layoutGridColumn_build = () => { };
@@ -42593,11 +42594,11 @@ var layoutGridColumn_build$1 = /*#__PURE__*/Object.freeze({
42593
42594
  'default': layoutGridColumn_build
42594
42595
  });
42595
42596
 
42596
- const tagName$1c = 'div';
42597
+ const tagName$1e = 'div';
42597
42598
  register('wm-gridrow', () => {
42598
42599
  return {
42599
- pre: attrs => `<${tagName$1c} wmLayoutGridRow ${getAttrMarkup(attrs)}>`,
42600
- post: () => `</${tagName$1c}>`
42600
+ pre: attrs => `<${tagName$1e} wmLayoutGridRow ${getAttrMarkup(attrs)}>`,
42601
+ post: () => `</${tagName$1e}>`
42601
42602
  };
42602
42603
  });
42603
42604
  var layoutGridRow_build = () => { };
@@ -42607,11 +42608,11 @@ var layoutGridRow_build$1 = /*#__PURE__*/Object.freeze({
42607
42608
  'default': layoutGridRow_build
42608
42609
  });
42609
42610
 
42610
- const tagName$1b = 'div';
42611
+ const tagName$1d = 'div';
42611
42612
  register('wm-layoutgrid', () => {
42612
42613
  return {
42613
- pre: attrs => `<${tagName$1b} wmLayoutGrid ${getAttrMarkup(attrs)}>`,
42614
- post: () => `</${tagName$1b}>`
42614
+ pre: attrs => `<${tagName$1d} wmLayoutGrid ${getAttrMarkup(attrs)}>`,
42615
+ post: () => `</${tagName$1d}>`
42615
42616
  };
42616
42617
  });
42617
42618
  var layoutGrid_build = () => { };
@@ -42621,21 +42622,21 @@ var layoutGrid_build$1 = /*#__PURE__*/Object.freeze({
42621
42622
  'default': layoutGrid_build
42622
42623
  });
42623
42624
 
42624
- const tagName$1a = 'div';
42625
- const idGen$i = new IDGenerator('wm_panel');
42625
+ const tagName$1c = 'div';
42626
+ const idGen$j = new IDGenerator('wm_panel');
42626
42627
  register('wm-panel', () => {
42627
42628
  return {
42628
42629
  pre: (attrs) => {
42629
- const counter = idGen$i.nextUid();
42630
- return `<${tagName$1a} wmPanel #${counter}="wmPanel" partialContainer [attr.aria-label]="${counter}.hint || 'Panel'" wm-navigable-element="true" ${getAttrMarkup(attrs)}>`;
42630
+ const counter = idGen$j.nextUid();
42631
+ return `<${tagName$1c} wmPanel #${counter}="wmPanel" partialContainer [attr.aria-label]="${counter}.hint || 'Panel'" wm-navigable-element="true" ${getAttrMarkup(attrs)}>`;
42631
42632
  },
42632
- post: () => `</${tagName$1a}>`
42633
+ post: () => `</${tagName$1c}>`
42633
42634
  };
42634
42635
  });
42635
42636
  register('wm-panel-footer', () => {
42636
42637
  return {
42637
- pre: attrs => `<${tagName$1a} wmPanelFooter ${getAttrMarkup(attrs)}>`,
42638
- post: () => `</${tagName$1a}>`
42638
+ pre: attrs => `<${tagName$1c} wmPanelFooter ${getAttrMarkup(attrs)}>`,
42639
+ post: () => `</${tagName$1c}>`
42639
42640
  };
42640
42641
  });
42641
42642
  var panel_build = () => { };
@@ -42645,11 +42646,11 @@ var panel_build$1 = /*#__PURE__*/Object.freeze({
42645
42646
  'default': panel_build
42646
42647
  });
42647
42648
 
42648
- const tagName$19 = 'div';
42649
+ const tagName$1b = 'div';
42649
42650
  register('wm-segmented-control', () => {
42650
42651
  return {
42651
- pre: attrs => `<${tagName$19} wmSegmentedControl ${getAttrMarkup(attrs)}>`,
42652
- post: () => `</${tagName$19}>`
42652
+ pre: attrs => `<${tagName$1b} wmSegmentedControl ${getAttrMarkup(attrs)}>`,
42653
+ post: () => `</${tagName$1b}>`
42653
42654
  };
42654
42655
  });
42655
42656
  var segmentedControl_build = () => { };
@@ -42659,11 +42660,11 @@ var segmentedControl_build$1 = /*#__PURE__*/Object.freeze({
42659
42660
  'default': segmentedControl_build
42660
42661
  });
42661
42662
 
42662
- const tagName$18 = 'li';
42663
+ const tagName$1a = 'li';
42663
42664
  register('wm-segment-content', () => {
42664
42665
  return {
42665
- pre: attrs => `<${tagName$18} wmSegmentContent partialContainer wmSmoothscroll=${attrs.get('smoothscroll') || 'false'} wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
42666
- post: () => `</${tagName$18}>`
42666
+ pre: attrs => `<${tagName$1a} wmSegmentContent partialContainer wmSmoothscroll=${attrs.get('smoothscroll') || 'false'} wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
42667
+ post: () => `</${tagName$1a}>`
42667
42668
  };
42668
42669
  });
42669
42670
  var segmentContent_build = () => { };
@@ -42699,20 +42700,20 @@ var repeatTemplate_build$1 = /*#__PURE__*/Object.freeze({
42699
42700
  'default': repeatTemplate_build
42700
42701
  });
42701
42702
 
42702
- const tagName$17 = 'div';
42703
+ const tagName$19 = 'div';
42703
42704
  const dataSetKey$3 = 'dataset';
42704
- const idGen$h = new IDGenerator('wm_tabs_ref_');
42705
+ const idGen$i = new IDGenerator('wm_tabs_ref_');
42705
42706
  const isDynamicTabs = node => node.attrs.find(attr => attr.name === 'type' && attr.value === 'dynamic');
42706
- const ɵ0$9$1 = isDynamicTabs;
42707
+ const ɵ0$a$1 = isDynamicTabs;
42707
42708
  register('wm-tabs', () => {
42708
42709
  return {
42709
42710
  pre: (attrs, shared) => {
42710
42711
  // generating unique Id for the tabs
42711
- const counter = idGen$h.nextUid();
42712
+ const counter = idGen$i.nextUid();
42712
42713
  shared.set('tabs_ref', counter);
42713
- return `<${tagName$17} wmTabs #${counter}="wmTabs" ${getAttrMarkup(attrs)}>`;
42714
+ return `<${tagName$19} wmTabs #${counter}="wmTabs" ${getAttrMarkup(attrs)}>`;
42714
42715
  },
42715
- post: () => `</${tagName$17}>`,
42716
+ post: () => `</${tagName$19}>`,
42716
42717
  template: (node, shared) => {
42717
42718
  // check if the tab widget is dynamic
42718
42719
  if (isDynamicTabs(node)) {
@@ -42741,14 +42742,14 @@ var tabs_build = () => { };
42741
42742
  var tabs_build$1 = /*#__PURE__*/Object.freeze({
42742
42743
  __proto__: null,
42743
42744
  'default': tabs_build,
42744
- 'ɵ0': ɵ0$9$1
42745
+ 'ɵ0': ɵ0$a$1
42745
42746
  });
42746
42747
 
42747
- const tagName$16 = 'div';
42748
+ const tagName$18 = 'div';
42748
42749
  register('wm-tabpane', () => {
42749
42750
  return {
42750
- pre: attrs => `<${tagName$16} wmTabPane partialContainer ${getAttrMarkup(attrs)} wm-navigable-element="true" role="tabpanel">`,
42751
- post: () => `</${tagName$16}>`
42751
+ pre: attrs => `<${tagName$18} wmTabPane partialContainer ${getAttrMarkup(attrs)} wm-navigable-element="true" role="tabpanel">`,
42752
+ post: () => `</${tagName$18}>`
42752
42753
  };
42753
42754
  });
42754
42755
  var tabPane_build = () => { };
@@ -42758,11 +42759,11 @@ var tabPane_build$1 = /*#__PURE__*/Object.freeze({
42758
42759
  'default': tabPane_build
42759
42760
  });
42760
42761
 
42761
- const tagName$15 = 'div';
42762
+ const tagName$17 = 'div';
42762
42763
  register('wm-tile', () => {
42763
42764
  return {
42764
- pre: attrs => `<${tagName$15} wmTile aria-describedby="Tile" wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
42765
- post: () => `</${tagName$15}>`
42765
+ pre: attrs => `<${tagName$17} wmTile aria-describedby="Tile" wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
42766
+ post: () => `</${tagName$17}>`
42766
42767
  };
42767
42768
  });
42768
42769
  var tile_build = () => { };
@@ -42772,11 +42773,11 @@ var tile_build$1 = /*#__PURE__*/Object.freeze({
42772
42773
  'default': tile_build
42773
42774
  });
42774
42775
 
42775
- const tagName$14 = 'div';
42776
+ const tagName$16 = 'div';
42776
42777
  register('wm-wizard', () => {
42777
42778
  return {
42778
- pre: attrs => `<${tagName$14} wmWizard role="tablist" ${getAttrMarkup(attrs)}>`,
42779
- post: () => `</${tagName$14}>`
42779
+ pre: attrs => `<${tagName$16} wmWizard role="tablist" ${getAttrMarkup(attrs)}>`,
42780
+ post: () => `</${tagName$16}>`
42780
42781
  };
42781
42782
  });
42782
42783
  var wizard_build = () => { };
@@ -42786,16 +42787,16 @@ var wizard_build$1 = /*#__PURE__*/Object.freeze({
42786
42787
  'default': wizard_build
42787
42788
  });
42788
42789
 
42789
- const tagName$13 = 'form';
42790
- const idGen$g = new IDGenerator('wizard_step_id_');
42790
+ const tagName$15 = 'form';
42791
+ const idGen$h = new IDGenerator('wizard_step_id_');
42791
42792
  register('wm-wizardstep', () => {
42792
42793
  return {
42793
42794
  pre: attrs => {
42794
- const counter = idGen$g.nextUid();
42795
- return `<${tagName$13} wmWizardStep #${counter}="wmWizardStep" ${getAttrMarkup(attrs)}>
42795
+ const counter = idGen$h.nextUid();
42796
+ return `<${tagName$15} wmWizardStep #${counter}="wmWizardStep" ${getAttrMarkup(attrs)}>
42796
42797
  <ng-template [ngIf]="${counter}.isInitialized">`;
42797
42798
  },
42798
- post: () => `</ng-template></${tagName$13}>`
42799
+ post: () => `</ng-template></${tagName$15}>`
42799
42800
  };
42800
42801
  });
42801
42802
  var wizardStep_build = () => { };
@@ -42805,15 +42806,15 @@ var wizardStep_build$1 = /*#__PURE__*/Object.freeze({
42805
42806
  'default': wizardStep_build
42806
42807
  });
42807
42808
 
42808
- const tagName$12 = 'button';
42809
- const idGen$f = new IDGenerator('wm_barcodescanner');
42809
+ const tagName$14 = 'button';
42810
+ const idGen$g = new IDGenerator('wm_barcodescanner');
42810
42811
  register('wm-barcodescanner', () => {
42811
42812
  return {
42812
42813
  pre: (attrs) => {
42813
- const counter = idGen$f.nextUid();
42814
- return `<${tagName$12} wmBarcodescanner #${counter}="wmBarcodescanner" [attr.aria-label]="${counter}.hint || 'Barcode scanner'" ${getAttrMarkup(attrs)}>`;
42814
+ const counter = idGen$g.nextUid();
42815
+ return `<${tagName$14} wmBarcodescanner #${counter}="wmBarcodescanner" [attr.aria-label]="${counter}.hint || 'Barcode scanner'" ${getAttrMarkup(attrs)}>`;
42815
42816
  },
42816
- post: () => `</${tagName$12}>`
42817
+ post: () => `</${tagName$14}>`
42817
42818
  };
42818
42819
  });
42819
42820
  var barcodeScanner_build = () => { };
@@ -42823,15 +42824,15 @@ var barcodeScanner_build$1 = /*#__PURE__*/Object.freeze({
42823
42824
  'default': barcodeScanner_build
42824
42825
  });
42825
42826
 
42826
- const tagName$11 = 'button';
42827
- const idGen$e = new IDGenerator('wm_camera');
42827
+ const tagName$13 = 'button';
42828
+ const idGen$f = new IDGenerator('wm_camera');
42828
42829
  register('wm-camera', () => {
42829
42830
  return {
42830
42831
  pre: (attrs) => {
42831
- const counter = idGen$e.nextUid();
42832
- return `<${tagName$11} type='button' wmCamera #${counter}="wmCamera" [attr.aria-label]="${counter}.hint || 'Camera'" ${getAttrMarkup(attrs)}>`;
42832
+ const counter = idGen$f.nextUid();
42833
+ return `<${tagName$13} type='button' wmCamera #${counter}="wmCamera" [attr.aria-label]="${counter}.hint || 'Camera'" ${getAttrMarkup(attrs)}>`;
42833
42834
  },
42834
- post: () => `</${tagName$11}>`
42835
+ post: () => `</${tagName$13}>`
42835
42836
  };
42836
42837
  });
42837
42838
  var camera_build = () => { };
@@ -42841,11 +42842,11 @@ var camera_build$1 = /*#__PURE__*/Object.freeze({
42841
42842
  'default': camera_build
42842
42843
  });
42843
42844
 
42844
- const tagName$10 = 'div';
42845
+ const tagName$12 = 'div';
42845
42846
  register('wm-alertdialog', () => {
42846
42847
  return {
42847
- pre: attrs => `<${tagName$10} wmAlertDialog role="alertdialog" wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
42848
- post: () => `</${tagName$10}>`
42848
+ pre: attrs => `<${tagName$12} wmAlertDialog role="alertdialog" wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
42849
+ post: () => `</${tagName$12}>`
42849
42850
  };
42850
42851
  });
42851
42852
  var alertDialog_build = () => { };
@@ -42855,11 +42856,11 @@ var alertDialog_build$1 = /*#__PURE__*/Object.freeze({
42855
42856
  'default': alertDialog_build
42856
42857
  });
42857
42858
 
42858
- const tagName$$ = 'div';
42859
+ const tagName$11 = 'div';
42859
42860
  register('wm-confirmdialog', () => {
42860
42861
  return {
42861
- pre: attrs => `<${tagName$$} wmConfirmDialog wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
42862
- post: () => `</${tagName$$}>`
42862
+ pre: attrs => `<${tagName$11} wmConfirmDialog wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
42863
+ post: () => `</${tagName$11}>`
42863
42864
  };
42864
42865
  });
42865
42866
  var confirmDialog_build = () => { };
@@ -42869,11 +42870,11 @@ var confirmDialog_build$1 = /*#__PURE__*/Object.freeze({
42869
42870
  'default': confirmDialog_build
42870
42871
  });
42871
42872
 
42872
- const tagName$_ = 'div';
42873
+ const tagName$10 = 'div';
42873
42874
  register('wm-dialogactions', () => {
42874
42875
  return {
42875
- pre: attrs => `<ng-template #dialogFooter><${tagName$_} wmDialogFooter data-identfier="actions" ${getAttrMarkup(attrs)}>`,
42876
- post: () => `</${tagName$_}></ng-template>`
42876
+ pre: attrs => `<ng-template #dialogFooter><${tagName$10} wmDialogFooter data-identfier="actions" ${getAttrMarkup(attrs)}>`,
42877
+ post: () => `</${tagName$10}></ng-template>`
42877
42878
  };
42878
42879
  });
42879
42880
  var dialogFooter_build = () => { };
@@ -42883,11 +42884,11 @@ var dialogFooter_build$1 = /*#__PURE__*/Object.freeze({
42883
42884
  'default': dialogFooter_build
42884
42885
  });
42885
42886
 
42886
- const tagName$Z = 'div';
42887
+ const tagName$$ = 'div';
42887
42888
  register('wm-dialog', () => {
42888
42889
  return {
42889
- pre: attrs => `<${tagName$Z} wmDialog ${getAttrMarkup(attrs)} aria-modal="true" role="dialog" wm-navigable-element="true"><ng-template #dialogBody>`,
42890
- post: () => `</ng-template></${tagName$Z}>`
42890
+ pre: attrs => `<${tagName$$} wmDialog ${getAttrMarkup(attrs)} aria-modal="true" role="dialog" wm-navigable-element="true"><ng-template #dialogBody>`,
42891
+ post: () => `</ng-template></${tagName$$}>`
42891
42892
  };
42892
42893
  });
42893
42894
  // Todo:vinay remove wm-view in migration
@@ -42904,11 +42905,11 @@ var dialog_build$1 = /*#__PURE__*/Object.freeze({
42904
42905
  'default': dialog_build
42905
42906
  });
42906
42907
 
42907
- const tagName$Y = 'div';
42908
+ const tagName$_ = 'div';
42908
42909
  register('wm-iframedialog', () => {
42909
42910
  return {
42910
- pre: attrs => `<${tagName$Y} wmIframeDialog wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
42911
- post: () => `</${tagName$Y}>`
42911
+ pre: attrs => `<${tagName$_} wmIframeDialog wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
42912
+ post: () => `</${tagName$_}>`
42912
42913
  };
42913
42914
  });
42914
42915
  var iframeDialog_build = () => { };
@@ -42918,11 +42919,11 @@ var iframeDialog_build$1 = /*#__PURE__*/Object.freeze({
42918
42919
  'default': iframeDialog_build
42919
42920
  });
42920
42921
 
42921
- const tagName$X = 'div';
42922
+ const tagName$Z = 'div';
42922
42923
  register('wm-logindialog', () => {
42923
42924
  return {
42924
- pre: attrs => `<${tagName$X} wmDialog wmLoginDialog ${getAttrMarkup(attrs)} eventsource.bind="Actions.loginAction" wm-navigable-element="true"><ng-template #dialogBody>`,
42925
- post: () => `</ng-template></${tagName$X}>`
42925
+ pre: attrs => `<${tagName$Z} wmDialog wmLoginDialog ${getAttrMarkup(attrs)} eventsource.bind="Actions.loginAction" wm-navigable-element="true"><ng-template #dialogBody>`,
42926
+ post: () => `</ng-template></${tagName$Z}>`
42926
42927
  };
42927
42928
  });
42928
42929
  var loginDialog_build = () => { };
@@ -42932,7 +42933,7 @@ var loginDialog_build$1 = /*#__PURE__*/Object.freeze({
42932
42933
  'default': loginDialog_build
42933
42934
  });
42934
42935
 
42935
- const tagName$W = 'div';
42936
+ const tagName$Y = 'div';
42936
42937
  register('wm-pagedialog', () => {
42937
42938
  return {
42938
42939
  pre: (attrs, shared) => {
@@ -42958,14 +42959,14 @@ register('wm-pagedialog', () => {
42958
42959
  shared.set('hasPartialContent', true);
42959
42960
  containerMarkup += `<ng-template><div wmContainer #partial partialContainer ${contentMarkup} width="100%" height="100%" ${onLoadEvtMarkup}>`;
42960
42961
  }
42961
- return `<${tagName$W} wmPartialDialog ${getAttrMarkup(attrs)}>${containerMarkup}`;
42962
+ return `<${tagName$Y} wmPartialDialog ${getAttrMarkup(attrs)}>${containerMarkup}`;
42962
42963
  },
42963
42964
  post: (attrs, shared) => {
42964
42965
  let preContent = '';
42965
42966
  if (shared.get('hasPartialContent')) {
42966
42967
  preContent = `</div></ng-template>`;
42967
42968
  }
42968
- return `${preContent}</${tagName$W}>`;
42969
+ return `${preContent}</${tagName$Y}>`;
42969
42970
  }
42970
42971
  };
42971
42972
  });
@@ -43044,8 +43045,8 @@ const getEditModeWidget = colDef => {
43044
43045
  return (fieldTypeWidgetTypeMap[colDef.type] && fieldTypeWidgetTypeMap[colDef.type][0]) || FormWidgetType.TEXT;
43045
43046
  };
43046
43047
 
43047
- const tagName$V = 'div';
43048
- const idGen$d = new IDGenerator('formfield_');
43048
+ const tagName$X = 'div';
43049
+ const idGen$e = new IDGenerator('formfield_');
43049
43050
  const getEventsTemplate = (attrs) => {
43050
43051
  const eventAttrs = new Map();
43051
43052
  if (!attrs.has('focus.event')) {
@@ -43068,7 +43069,7 @@ const getEventsTemplate = (attrs) => {
43068
43069
  });
43069
43070
  return getFormMarkupAttr(eventAttrs);
43070
43071
  };
43071
- const ɵ0$8$1 = getEventsTemplate;
43072
+ const ɵ0$9$1 = getEventsTemplate;
43072
43073
  const DEFAULT_PLACEHOLDERS = new Map([
43073
43074
  [FormWidgetType.SELECT, ['Select Min value', 'Select Max value', 'Select value']],
43074
43075
  [FormWidgetType.DATETIME, ['Select Min date time', 'Select Max date time', 'Select date time']],
@@ -43095,7 +43096,7 @@ const setDefaultPlaceholder = (attrs, widgetType, index) => {
43095
43096
  attrs.set(prop, placeholder);
43096
43097
  }
43097
43098
  };
43098
- const ɵ1$6 = setDefaultPlaceholder;
43099
+ const ɵ1$7 = setDefaultPlaceholder;
43099
43100
  const getWidgetTemplate = (attrs, options) => {
43100
43101
  const name = attrs.get('name');
43101
43102
  const fieldName = (attrs.get('key') || name || '').trim();
@@ -43150,7 +43151,7 @@ const registerFormField = (isFormField) => {
43150
43151
  return {
43151
43152
  requires: ['wm-form', 'wm-liveform', 'wm-livefilter', 'wm-list'],
43152
43153
  pre: (attrs, shared, parentForm, parentLiveForm, parentFilter, parentList) => {
43153
- const counter = idGen$d.nextUid();
43154
+ const counter = idGen$e.nextUid();
43154
43155
  const parent = parentForm || parentLiveForm || parentFilter;
43155
43156
  const pCounter = (parent && parent.get('form_reference')) || 'form';
43156
43157
  const widgetType = attrs.get('widget') || FormWidgetType.TEXT;
@@ -43171,7 +43172,7 @@ const registerFormField = (isFormField) => {
43171
43172
  else {
43172
43173
  setDefaultPlaceholder(attrs, widgetType, 2);
43173
43174
  }
43174
- return `<${tagName$V} data-role="${dataRole}" [formGroup]="${pCounter}.ngform" wmFormField captionPosition #${counter}="wmFormField" widgettype="${widgetType}" ${getFormMarkupAttr(attrs)}>
43175
+ return `<${tagName$X} data-role="${dataRole}" [formGroup]="${pCounter}.ngform" wmFormField captionPosition #${counter}="wmFormField" widgettype="${widgetType}" ${getFormMarkupAttr(attrs)}>
43175
43176
  <div class="live-field form-group app-composite-widget clearfix caption-{{${pCounter}.captionposition}}" widget="${widgetType}">
43176
43177
  <label [hidden]="!${counter}.displayname" class="app-label control-label formfield-label {{${pCounter}._captionClass}}"
43177
43178
  [ngStyle]="{width: ${pCounter}.captionsize}" [ngClass]="{'text-danger': ${counter}._control?.invalid && ${counter}._control?.touched && ${pCounter}.isUpdateMode,
@@ -43187,7 +43188,7 @@ const registerFormField = (isFormField) => {
43187
43188
  </div>
43188
43189
  </div>`;
43189
43190
  },
43190
- post: () => `</${tagName$V}>`,
43191
+ post: () => `</${tagName$X}>`,
43191
43192
  provide: (attrs, shared) => {
43192
43193
  const provider = new Map();
43193
43194
  provider.set('form_reference', shared.get('counter'));
@@ -43208,22 +43209,22 @@ var formField_build = () => { };
43208
43209
  var formField_build$1 = /*#__PURE__*/Object.freeze({
43209
43210
  __proto__: null,
43210
43211
  'default': formField_build,
43211
- 'ɵ0': ɵ0$8$1,
43212
- 'ɵ1': ɵ1$6,
43212
+ 'ɵ0': ɵ0$9$1,
43213
+ 'ɵ1': ɵ1$7,
43213
43214
  'ɵ2': ɵ2$3$1,
43214
43215
  'ɵ3': ɵ3$2$1,
43215
43216
  'ɵ4': ɵ4$1$1,
43216
43217
  'ɵ5': ɵ5$1$1
43217
43218
  });
43218
43219
 
43219
- const tagName$U = 'div';
43220
+ const tagName$W = 'div';
43220
43221
  const registerAction = (tmpl) => {
43221
43222
  return {
43222
- pre: attrs => `<${tagName$U} wmFormAction name="${attrs.get('name') || attrs.get('key')}" ${getAttrMarkup(attrs)} ${tmpl}>`,
43223
- post: () => `</${tagName$U}>`
43223
+ pre: attrs => `<${tagName$W} wmFormAction name="${attrs.get('name') || attrs.get('key')}" ${getAttrMarkup(attrs)} ${tmpl}>`,
43224
+ post: () => `</${tagName$W}>`
43224
43225
  };
43225
43226
  };
43226
- const ɵ0$7$1 = registerAction;
43227
+ const ɵ0$8$1 = registerAction;
43227
43228
  register('wm-form-action', registerAction.bind(undefined, ''));
43228
43229
  register('wm-filter-action', registerAction.bind(undefined, ` update-mode="true" `));
43229
43230
  var formAction_build = () => { };
@@ -43231,11 +43232,11 @@ var formAction_build = () => { };
43231
43232
  var formAction_build$1 = /*#__PURE__*/Object.freeze({
43232
43233
  __proto__: null,
43233
43234
  'default': formAction_build,
43234
- 'ɵ0': ɵ0$7$1
43235
+ 'ɵ0': ɵ0$8$1
43235
43236
  });
43236
43237
 
43237
- const tagName$T = 'form';
43238
- const idGen$c = new IDGenerator('form_');
43238
+ const tagName$V = 'form';
43239
+ const idGen$d = new IDGenerator('form_');
43239
43240
  const formWidgets$1 = new Set([
43240
43241
  'wm-text',
43241
43242
  'wm-textarea',
@@ -43284,7 +43285,7 @@ const addFormControlName = (children = []) => {
43284
43285
  addFormControlName(childNode.children);
43285
43286
  });
43286
43287
  };
43287
- const ɵ0$6$1 = addFormControlName;
43288
+ const ɵ0$7$1 = addFormControlName;
43288
43289
  const updateFormDataSource = (attrMap) => {
43289
43290
  if (attrMap.get('formdata.bind')) {
43290
43291
  const formDataSource = getDataSource(attrMap.get('formdata.bind'));
@@ -43293,7 +43294,7 @@ const updateFormDataSource = (attrMap) => {
43293
43294
  }
43294
43295
  }
43295
43296
  };
43296
- const ɵ1$5$1 = updateFormDataSource;
43297
+ const ɵ1$6 = updateFormDataSource;
43297
43298
  const buildTask = (directiveAttr = '') => {
43298
43299
  return {
43299
43300
  requires: ['wm-livetable', 'wm-login'],
@@ -43305,12 +43306,12 @@ const buildTask = (directiveAttr = '') => {
43305
43306
  let tmpl;
43306
43307
  let dialogId;
43307
43308
  const role = parentLoginWidget && parentLoginWidget.get('isLogin') ? 'app-login' : '';
43308
- const counter = idGen$c.nextUid();
43309
+ const counter = idGen$d.nextUid();
43309
43310
  const dependsOn = attrs.get('dependson') ? `dependson="${attrs.get('dependson')}"` : '';
43310
43311
  const classProp = attrs.get('formlayout') === 'page' ? 'app-device-liveform panel liveform-inline' : '';
43311
43312
  const dialogAttributes = ['title', 'title.bind', 'iconclass', 'iconclass.bind', 'width'];
43312
43313
  attrs.delete('dependson');
43313
- const liveFormTmpl = `<${tagName$T} wmForm data-role="${role}" ${directiveAttr} #${counter} ngNativeValidate [formGroup]="${counter}.ngform" [noValidate]="${counter}.validationtype !== 'html'"
43314
+ const liveFormTmpl = `<${tagName$V} wmForm data-role="${role}" ${directiveAttr} #${counter} ngNativeValidate [formGroup]="${counter}.ngform" [noValidate]="${counter}.validationtype !== 'html'"
43314
43315
  class="${classProp}" [class]="${counter}.captionAlignClass" [autocomplete]="${counter}.autocomplete ? 'on' : 'off'" captionposition=${attrs.get('captionposition')}`;
43315
43316
  attrs.set('numberOfFields', `${numberOfFields}`);
43316
43317
  shared.set('counter', counter);
@@ -43359,9 +43360,9 @@ const buildTask = (directiveAttr = '') => {
43359
43360
  return '</form></ng-template></div></div>';
43360
43361
  }
43361
43362
  if (attrs.get('formlayout') === 'page') {
43362
- return `</div></${tagName$T}>`;
43363
+ return `</div></${tagName$V}>`;
43363
43364
  }
43364
- return `</${tagName$T}>`;
43365
+ return `</${tagName$V}>`;
43365
43366
  },
43366
43367
  provide: (attrs, shared) => {
43367
43368
  const provider = new Map();
@@ -43379,19 +43380,19 @@ var form_build = () => { };
43379
43380
  var form_build$1 = /*#__PURE__*/Object.freeze({
43380
43381
  __proto__: null,
43381
43382
  'default': form_build,
43382
- 'ɵ0': ɵ0$6$1,
43383
- 'ɵ1': ɵ1$5$1,
43383
+ 'ɵ0': ɵ0$7$1,
43384
+ 'ɵ1': ɵ1$6,
43384
43385
  'ɵ2': ɵ2$2$1
43385
43386
  });
43386
43387
 
43387
- const tagName$S = 'div';
43388
+ const tagName$U = 'div';
43388
43389
  register('wm-calendar', () => {
43389
43390
  return {
43390
43391
  pre: (attrs) => {
43391
43392
  let viewType = attrs.get('view') ? attrs.get('view') + ' view' : 'month view';
43392
- return `<${tagName$S} wmCalendar redrawable style="width:100%" aria-label="${viewType}" ${getAttrMarkup(attrs)}>`;
43393
+ return `<${tagName$U} wmCalendar redrawable style="width:100%" aria-label="${viewType}" ${getAttrMarkup(attrs)}>`;
43393
43394
  },
43394
- post: () => `</${tagName$S}>`
43395
+ post: () => `</${tagName$U}>`
43395
43396
  };
43396
43397
  });
43397
43398
  var calendar_build = () => { };
@@ -43401,11 +43402,11 @@ var calendar_build$1 = /*#__PURE__*/Object.freeze({
43401
43402
  'default': calendar_build
43402
43403
  });
43403
43404
 
43404
- const tagName$R = 'ul';
43405
+ const tagName$T = 'ul';
43405
43406
  register('wm-chips', () => {
43406
43407
  return {
43407
- pre: attrs => `<${tagName$R} wmChips role="listbox" ${getAttrMarkup(attrs)} ${getNgModelAttr(attrs)}>`,
43408
- post: () => `</${tagName$R}>`
43408
+ pre: attrs => `<${tagName$T} wmChips role="listbox" ${getAttrMarkup(attrs)} ${getNgModelAttr(attrs)}>`,
43409
+ post: () => `</${tagName$T}>`
43409
43410
  };
43410
43411
  });
43411
43412
  var chips_build = () => { };
@@ -43415,11 +43416,11 @@ var chips_build$1 = /*#__PURE__*/Object.freeze({
43415
43416
  'default': chips_build
43416
43417
  });
43417
43418
 
43418
- const tagName$Q = 'div';
43419
+ const tagName$S = 'div';
43419
43420
  register('wm-colorpicker', () => {
43420
43421
  return {
43421
- pre: attrs => `<${tagName$Q} wmColorPicker ${getAttrMarkup(attrs)} role="input" ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43422
- post: () => `</${tagName$Q}>`
43422
+ pre: attrs => `<${tagName$S} wmColorPicker ${getAttrMarkup(attrs)} role="input" ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43423
+ post: () => `</${tagName$S}>`
43423
43424
  };
43424
43425
  });
43425
43426
  var colorPicker_build = () => { };
@@ -43429,11 +43430,11 @@ var colorPicker_build$1 = /*#__PURE__*/Object.freeze({
43429
43430
  'default': colorPicker_build
43430
43431
  });
43431
43432
 
43432
- const tagName$P = 'div';
43433
+ const tagName$R = 'div';
43433
43434
  register('wm-currency', () => {
43434
43435
  return {
43435
- pre: attrs => `<${tagName$P} wmCurrency ${getAttrMarkup(attrs)} role="input" ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43436
- post: () => `</${tagName$P}>`
43436
+ pre: attrs => `<${tagName$R} wmCurrency ${getAttrMarkup(attrs)} role="input" ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43437
+ post: () => `</${tagName$R}>`
43437
43438
  };
43438
43439
  });
43439
43440
  var currency_build = () => { };
@@ -43443,11 +43444,11 @@ var currency_build$1 = /*#__PURE__*/Object.freeze({
43443
43444
  'default': currency_build
43444
43445
  });
43445
43446
 
43446
- const tagName$O = 'div';
43447
+ const tagName$Q = 'div';
43447
43448
  register('wm-buttongroup', () => {
43448
43449
  return {
43449
- pre: attrs => `<${tagName$O} wmButtonGroup role="group" aria-labelledby="button group" ${getAttrMarkup(attrs)}>`,
43450
- post: () => `</${tagName$O}>`
43450
+ pre: attrs => `<${tagName$Q} wmButtonGroup role="group" aria-labelledby="button group" ${getAttrMarkup(attrs)}>`,
43451
+ post: () => `</${tagName$Q}>`
43451
43452
  };
43452
43453
  });
43453
43454
  var buttonGroup_build = () => { };
@@ -43457,15 +43458,15 @@ var buttonGroup_build$1 = /*#__PURE__*/Object.freeze({
43457
43458
  'default': buttonGroup_build
43458
43459
  });
43459
43460
 
43460
- const tagName$N = 'button';
43461
- const idGen$b = new IDGenerator('wm_button');
43461
+ const tagName$P = 'button';
43462
+ const idGen$c = new IDGenerator('wm_button');
43462
43463
  register('wm-button', () => {
43463
43464
  return {
43464
43465
  pre: (attrs) => {
43465
- const counter = idGen$b.nextUid();
43466
- return `<${tagName$N} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption || 'Button'" ${getAttrMarkup(attrs)}>`;
43466
+ const counter = idGen$c.nextUid();
43467
+ return `<${tagName$P} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption || 'Button'" ${getAttrMarkup(attrs)}>`;
43467
43468
  },
43468
- post: () => `</${tagName$N}>`
43469
+ post: () => `</${tagName$P}>`
43469
43470
  };
43470
43471
  });
43471
43472
  var button_build = () => { };
@@ -43475,11 +43476,11 @@ var button_build$1 = /*#__PURE__*/Object.freeze({
43475
43476
  'default': button_build
43476
43477
  });
43477
43478
 
43478
- const tagName$M = 'div';
43479
+ const tagName$O = 'div';
43479
43480
  register('wm-checkbox', () => {
43480
43481
  return {
43481
- pre: attrs => `<${tagName$M} wmCheckbox ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43482
- post: () => `</${tagName$M}>`
43482
+ pre: attrs => `<${tagName$O} wmCheckbox ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43483
+ post: () => `</${tagName$O}>`
43483
43484
  };
43484
43485
  });
43485
43486
  var checkbox_build = () => { };
@@ -43489,11 +43490,11 @@ var checkbox_build$1 = /*#__PURE__*/Object.freeze({
43489
43490
  'default': checkbox_build
43490
43491
  });
43491
43492
 
43492
- const tagName$L = 'ul';
43493
+ const tagName$N = 'ul';
43493
43494
  register('wm-checkboxset', () => {
43494
43495
  return {
43495
- pre: attrs => `<${tagName$L} wmCheckboxset ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43496
- post: () => `</${tagName$L}>`
43496
+ pre: attrs => `<${tagName$N} wmCheckboxset ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43497
+ post: () => `</${tagName$N}>`
43497
43498
  };
43498
43499
  });
43499
43500
  var checkboxset_build = () => { };
@@ -43503,11 +43504,11 @@ var checkboxset_build$1 = /*#__PURE__*/Object.freeze({
43503
43504
  'default': checkboxset_build
43504
43505
  });
43505
43506
 
43506
- const tagName$K = 'div';
43507
+ const tagName$M = 'div';
43507
43508
  register('wm-composite', () => {
43508
43509
  return {
43509
- pre: attrs => `<${tagName$K} wmComposite captionPosition ${setChildAttrs(attrs)} ${getAttrMarkup(attrs)}>`,
43510
- post: () => `</${tagName$K}${clearChildAttrs()}>`
43510
+ pre: attrs => `<${tagName$M} wmComposite captionPosition ${setChildAttrs(attrs)} ${getAttrMarkup(attrs)}>`,
43511
+ post: () => `</${tagName$M}${clearChildAttrs()}>`
43511
43512
  };
43512
43513
  });
43513
43514
  var composite_build = () => { };
@@ -43517,11 +43518,11 @@ var composite_build$1 = /*#__PURE__*/Object.freeze({
43517
43518
  'default': composite_build
43518
43519
  });
43519
43520
 
43520
- const tagName$J = 'div';
43521
+ const tagName$L = 'div';
43521
43522
  register('wm-number', () => {
43522
43523
  return {
43523
- pre: attrs => `<${tagName$J} wmNumber ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43524
- post: () => `</${tagName$J}>`
43524
+ pre: attrs => `<${tagName$L} wmNumber ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43525
+ post: () => `</${tagName$L}>`
43525
43526
  };
43526
43527
  });
43527
43528
  var number_build = () => { };
@@ -43531,11 +43532,11 @@ var number_build$1 = /*#__PURE__*/Object.freeze({
43531
43532
  'default': number_build
43532
43533
  });
43533
43534
 
43534
- const tagName$I = 'ul';
43535
+ const tagName$K = 'ul';
43535
43536
  register('wm-radioset', () => {
43536
43537
  return {
43537
- pre: attrs => `<${tagName$I} wmRadioset ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43538
- post: () => `</${tagName$I}>`
43538
+ pre: attrs => `<${tagName$K} wmRadioset ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43539
+ post: () => `</${tagName$K}>`
43539
43540
  };
43540
43541
  });
43541
43542
  var radioset_build = () => { };
@@ -43545,11 +43546,11 @@ var radioset_build$1 = /*#__PURE__*/Object.freeze({
43545
43546
  'default': radioset_build
43546
43547
  });
43547
43548
 
43548
- const tagName$H = 'wm-select';
43549
+ const tagName$J = 'wm-select';
43549
43550
  register('wm-select', () => {
43550
43551
  return {
43551
- pre: attrs => `<${tagName$H} ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43552
- post: () => `</${tagName$H}>`
43552
+ pre: attrs => `<${tagName$J} ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43553
+ post: () => `</${tagName$J}>`
43553
43554
  };
43554
43555
  });
43555
43556
  var select_build = () => { };
@@ -43559,15 +43560,15 @@ var select_build$1 = /*#__PURE__*/Object.freeze({
43559
43560
  'default': select_build
43560
43561
  });
43561
43562
 
43562
- const tagName$G = 'div';
43563
- const idGen$a = new IDGenerator('wm_switch');
43563
+ const tagName$I = 'div';
43564
+ const idGen$b = new IDGenerator('wm_switch');
43564
43565
  register('wm-switch', () => {
43565
43566
  return {
43566
43567
  pre: (attrs) => {
43567
- const counter = idGen$a.nextUid();
43568
- return `<${tagName$G} wmSwitch #${counter}="wmSwitch" [attr.aria-label]="${counter}.hint || 'Switch button'" ${getFormMarkupAttr(attrs)} ${getNgModelAttr(attrs)}>`;
43568
+ const counter = idGen$b.nextUid();
43569
+ return `<${tagName$I} wmSwitch #${counter}="wmSwitch" [attr.aria-label]="${counter}.hint || 'Switch button'" ${getFormMarkupAttr(attrs)} ${getNgModelAttr(attrs)}>`;
43569
43570
  },
43570
- post: () => `</${tagName$G}>`
43571
+ post: () => `</${tagName$I}>`
43571
43572
  };
43572
43573
  });
43573
43574
  var switch_build = () => { };
@@ -43577,11 +43578,11 @@ var switch_build$1 = /*#__PURE__*/Object.freeze({
43577
43578
  'default': switch_build
43578
43579
  });
43579
43580
 
43580
- const tagName$F = 'wm-input';
43581
+ const tagName$H = 'wm-input';
43581
43582
  register('wm-text', () => {
43582
43583
  return {
43583
- pre: attrs => `<${tagName$F} ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43584
- post: () => `</${tagName$F}>`
43584
+ pre: attrs => `<${tagName$H} ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43585
+ post: () => `</${tagName$H}>`
43585
43586
  };
43586
43587
  });
43587
43588
  var text_build = () => { };
@@ -43591,11 +43592,11 @@ var text_build$1 = /*#__PURE__*/Object.freeze({
43591
43592
  'default': text_build
43592
43593
  });
43593
43594
 
43594
- const tagName$E = 'wm-textarea';
43595
+ const tagName$G = 'wm-textarea';
43595
43596
  register('wm-textarea', () => {
43596
43597
  return {
43597
- pre: attrs => `<${tagName$E} ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43598
- post: () => `</${tagName$E}>`
43598
+ pre: attrs => `<${tagName$G} ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43599
+ post: () => `</${tagName$G}>`
43599
43600
  };
43600
43601
  });
43601
43602
  var textarea_build = () => { };
@@ -43605,11 +43606,11 @@ var textarea_build$1 = /*#__PURE__*/Object.freeze({
43605
43606
  'default': textarea_build
43606
43607
  });
43607
43608
 
43608
- const tagName$D = 'div';
43609
+ const tagName$F = 'div';
43609
43610
  register('wm-datetime', () => {
43610
43611
  return {
43611
- pre: attrs => `<${tagName$D} wmDateTime ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43612
- post: () => `</${tagName$D}>`
43612
+ pre: attrs => `<${tagName$F} wmDateTime ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43613
+ post: () => `</${tagName$F}>`
43613
43614
  };
43614
43615
  });
43615
43616
  var dateTime_build = () => { };
@@ -43619,11 +43620,11 @@ var dateTime_build$1 = /*#__PURE__*/Object.freeze({
43619
43620
  'default': dateTime_build
43620
43621
  });
43621
43622
 
43622
- const tagName$C = 'div';
43623
+ const tagName$E = 'div';
43623
43624
  register('wm-date', () => {
43624
43625
  return {
43625
- pre: attrs => `<${tagName$C} wmDate ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43626
- post: () => `</${tagName$C}>`
43626
+ pre: attrs => `<${tagName$E} wmDate ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43627
+ post: () => `</${tagName$E}>`
43627
43628
  };
43628
43629
  });
43629
43630
  var date_build = () => { };
@@ -43633,11 +43634,11 @@ var date_build$1 = /*#__PURE__*/Object.freeze({
43633
43634
  'default': date_build
43634
43635
  });
43635
43636
 
43636
- const tagName$B = 'div';
43637
+ const tagName$D = 'div';
43637
43638
  register('wm-time', () => {
43638
43639
  return {
43639
- pre: attrs => `<${tagName$B} wmTime ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43640
- post: () => `</${tagName$B}>`
43640
+ pre: attrs => `<${tagName$D} wmTime ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43641
+ post: () => `</${tagName$D}>`
43641
43642
  };
43642
43643
  });
43643
43644
  var time_build = () => { };
@@ -43647,7 +43648,7 @@ var time_build$1 = /*#__PURE__*/Object.freeze({
43647
43648
  'default': time_build
43648
43649
  });
43649
43650
 
43650
- const tagName$A = 'div';
43651
+ const tagName$C = 'div';
43651
43652
  register('wm-fileupload', () => {
43652
43653
  return {
43653
43654
  pre: attrs => {
@@ -43655,9 +43656,9 @@ register('wm-fileupload', () => {
43655
43656
  const onSelectBinding = getDataSource(attrs.get('select.event'));
43656
43657
  attrs.set('datasource.bind', onSelectBinding);
43657
43658
  }
43658
- return `<${tagName$A} wmFileUpload ${getAttrMarkup(attrs)} role="input">`;
43659
+ return `<${tagName$C} wmFileUpload ${getAttrMarkup(attrs)} role="input">`;
43659
43660
  },
43660
- post: () => `</${tagName$A}>`
43661
+ post: () => `</${tagName$C}>`
43661
43662
  };
43662
43663
  });
43663
43664
  var fileUpload_build = () => { };
@@ -43667,11 +43668,11 @@ var fileUpload_build$1 = /*#__PURE__*/Object.freeze({
43667
43668
  'default': fileUpload_build
43668
43669
  });
43669
43670
 
43670
- const tagName$z = 'div';
43671
+ const tagName$B = 'div';
43671
43672
  register('wm-rating', () => {
43672
43673
  return {
43673
- pre: attrs => `<${tagName$z} wmRating ${getFormMarkupAttr(attrs)} ${getNgModelAttr(attrs)}>`,
43674
- post: () => `</${tagName$z}>`
43674
+ pre: attrs => `<${tagName$B} wmRating ${getFormMarkupAttr(attrs)} ${getNgModelAttr(attrs)}>`,
43675
+ post: () => `</${tagName$B}>`
43675
43676
  };
43676
43677
  });
43677
43678
  var rating_build = () => { };
@@ -43681,11 +43682,11 @@ var rating_build$1 = /*#__PURE__*/Object.freeze({
43681
43682
  'default': rating_build
43682
43683
  });
43683
43684
 
43684
- const tagName$y = 'div';
43685
+ const tagName$A = 'div';
43685
43686
  register('wm-slider', () => {
43686
43687
  return {
43687
- pre: attrs => `<${tagName$y} wmSlider ${getAttrMarkup(attrs)} ${getNgModelAttr(attrs)}>`,
43688
- post: () => `</${tagName$y}>`
43688
+ pre: attrs => `<${tagName$A} wmSlider ${getAttrMarkup(attrs)} ${getNgModelAttr(attrs)}>`,
43689
+ post: () => `</${tagName$A}>`
43689
43690
  };
43690
43691
  });
43691
43692
  var slider_build = () => { };
@@ -43696,7 +43697,7 @@ var slider_build$1 = /*#__PURE__*/Object.freeze({
43696
43697
  });
43697
43698
 
43698
43699
  const wmlistTag = 'wm-list';
43699
- const tagName$x = 'div';
43700
+ const tagName$z = 'div';
43700
43701
  const dataSetKey$2 = 'dataset';
43701
43702
  function copyAttribute$1(from, fromAttrName, to, toAttrName) {
43702
43703
  const fromAttr = from.attrs.find(a => a.name === fromAttrName);
@@ -43744,8 +43745,8 @@ register('wm-media-list', () => {
43744
43745
  copyAttribute$1(template, 'height', node, 'thumbnailheight');
43745
43746
  }
43746
43747
  },
43747
- pre: attrs => `<${tagName$x} wmMediaList ${getAttrMarkup(attrs)}>`,
43748
- post: () => `</${tagName$x}>`
43748
+ pre: attrs => `<${tagName$z} wmMediaList ${getAttrMarkup(attrs)}>`,
43749
+ post: () => `</${tagName$z}>`
43749
43750
  };
43750
43751
  });
43751
43752
  var mediaList_build = () => { };
@@ -43755,11 +43756,11 @@ var mediaList_build$1 = /*#__PURE__*/Object.freeze({
43755
43756
  'default': mediaList_build
43756
43757
  });
43757
43758
 
43758
- const tagName$w = 'ng-template';
43759
+ const tagName$y = 'ng-template';
43759
43760
  register('wm-media-template', () => {
43760
43761
  return {
43761
- pre: () => `<${tagName$w} #mediaListTemplate let-item="item" let-index="index">`,
43762
- post: () => `</${tagName$w}>`
43762
+ pre: () => `<${tagName$y} #mediaListTemplate let-item="item" let-index="index">`,
43763
+ post: () => `</${tagName$y}>`
43763
43764
  };
43764
43765
  });
43765
43766
  var mediaListItem_build = () => { };
@@ -43843,16 +43844,16 @@ var list_build$1 = /*#__PURE__*/Object.freeze({
43843
43844
  'default': list_build
43844
43845
  });
43845
43846
 
43846
- const tagName$v = 'div';
43847
- const idGen$9 = new IDGenerator('liveform_dialog_id_');
43847
+ const tagName$x = 'div';
43848
+ const idGen$a = new IDGenerator('liveform_dialog_id_');
43848
43849
  register('wm-livetable', () => {
43849
43850
  return {
43850
43851
  pre: (attrs, shared) => {
43851
- const counter = idGen$9.nextUid();
43852
+ const counter = idGen$a.nextUid();
43852
43853
  shared.set('counter', counter);
43853
- return `<${tagName$v} wmLiveTable role="table" ${getAttrMarkup(attrs)} dialogid="${counter}">`;
43854
+ return `<${tagName$x} wmLiveTable role="table" ${getAttrMarkup(attrs)} dialogid="${counter}">`;
43854
43855
  },
43855
- post: () => `</${tagName$v}>`,
43856
+ post: () => `</${tagName$x}>`,
43856
43857
  provide: (attrs, shared) => {
43857
43858
  const provider = new Map();
43858
43859
  provider.set('liveform_dialog_id', shared.get('counter'));
@@ -43867,15 +43868,15 @@ var liveTable_build$1 = /*#__PURE__*/Object.freeze({
43867
43868
  'default': liveTable_build
43868
43869
  });
43869
43870
 
43870
- const tagName$u = 'p';
43871
- const idGen$8 = new IDGenerator('wm_message');
43871
+ const tagName$w = 'p';
43872
+ const idGen$9 = new IDGenerator('wm_message');
43872
43873
  register('wm-message', () => {
43873
43874
  return {
43874
43875
  pre: (attrs) => {
43875
- const counter = idGen$8.nextUid();
43876
- return `<${tagName$u} wmMessage tabindex="0" #${counter}="wmMessage" ${getAttrMarkup(attrs)}>`;
43876
+ const counter = idGen$9.nextUid();
43877
+ return `<${tagName$w} wmMessage tabindex="0" #${counter}="wmMessage" ${getAttrMarkup(attrs)}>`;
43877
43878
  },
43878
- post: () => `</${tagName$u}>`
43879
+ post: () => `</${tagName$w}>`
43879
43880
  };
43880
43881
  });
43881
43882
  var message_build = () => { };
@@ -43885,11 +43886,11 @@ var message_build$1 = /*#__PURE__*/Object.freeze({
43885
43886
  'default': message_build
43886
43887
  });
43887
43888
 
43888
- const tagName$t = 'ol';
43889
+ const tagName$v = 'ol';
43889
43890
  register('wm-breadcrumb', () => {
43890
43891
  return {
43891
- pre: attrs => `<${tagName$t} wmBreadcrumb ${getAttrMarkup(attrs)}>`,
43892
- post: () => `</${tagName$t}>`
43892
+ pre: attrs => `<${tagName$v} wmBreadcrumb ${getAttrMarkup(attrs)}>`,
43893
+ post: () => `</${tagName$v}>`
43893
43894
  };
43894
43895
  });
43895
43896
  var breadcrumb_build = () => { };
@@ -43899,11 +43900,11 @@ var breadcrumb_build$1 = /*#__PURE__*/Object.freeze({
43899
43900
  'default': breadcrumb_build
43900
43901
  });
43901
43902
 
43902
- const tagName$s = 'div';
43903
+ const tagName$u = 'div';
43903
43904
  register('wm-menu', () => {
43904
43905
  return {
43905
- pre: attrs => `<${tagName$s} wmMenu dropdown ${getAttrMarkup(attrs)}>`,
43906
- post: () => `</${tagName$s}>`
43906
+ pre: attrs => `<${tagName$u} wmMenu dropdown ${getAttrMarkup(attrs)}>`,
43907
+ post: () => `</${tagName$u}>`
43907
43908
  };
43908
43909
  });
43909
43910
  var menu_build = () => { };
@@ -43913,11 +43914,11 @@ var menu_build$1 = /*#__PURE__*/Object.freeze({
43913
43914
  'default': menu_build
43914
43915
  });
43915
43916
 
43916
- const tagName$r = 'li';
43917
+ const tagName$t = 'li';
43917
43918
  register('wm-nav-item', () => {
43918
43919
  return {
43919
- pre: attrs => `<${tagName$r} wmNavItem role="listitem" ${getAttrMarkup(attrs)}>`,
43920
- post: () => `</${tagName$r}>`
43920
+ pre: attrs => `<${tagName$t} wmNavItem role="listitem" ${getAttrMarkup(attrs)}>`,
43921
+ post: () => `</${tagName$t}>`
43921
43922
  };
43922
43923
  });
43923
43924
  var navItem_build = () => { };
@@ -43927,11 +43928,11 @@ var navItem_build$1 = /*#__PURE__*/Object.freeze({
43927
43928
  'default': navItem_build
43928
43929
  });
43929
43930
 
43930
- const tagName$q = 'ul';
43931
+ const tagName$s = 'ul';
43931
43932
  register('wm-nav', () => {
43932
43933
  return {
43933
- pre: attrs => `<${tagName$q} wmNav data-element-type="wmNav" data-role="page-header" role="list" ${getAttrMarkup(attrs)}>`,
43934
- post: () => `</${tagName$q}>`
43934
+ pre: attrs => `<${tagName$s} wmNav data-element-type="wmNav" data-role="page-header" role="list" ${getAttrMarkup(attrs)}>`,
43935
+ post: () => `</${tagName$s}>`
43935
43936
  };
43936
43937
  });
43937
43938
  var nav_build = () => { };
@@ -43941,11 +43942,11 @@ var nav_build$1 = /*#__PURE__*/Object.freeze({
43941
43942
  'default': nav_build
43942
43943
  });
43943
43944
 
43944
- const tagName$p = 'nav';
43945
+ const tagName$r = 'nav';
43945
43946
  register('wm-navbar', () => {
43946
43947
  return {
43947
- pre: attrs => `<${tagName$p} wmNavbar data-element-type="wmNavbar" role="navigation" ${getAttrMarkup(attrs)}>`,
43948
- post: () => `</${tagName$p}>`
43948
+ pre: attrs => `<${tagName$r} wmNavbar data-element-type="wmNavbar" role="navigation" ${getAttrMarkup(attrs)}>`,
43949
+ post: () => `</${tagName$r}>`
43949
43950
  };
43950
43951
  });
43951
43952
  var navbar_build = () => { };
@@ -43955,7 +43956,7 @@ var navbar_build$1 = /*#__PURE__*/Object.freeze({
43955
43956
  'default': navbar_build
43956
43957
  });
43957
43958
 
43958
- const tagName$o = 'wm-popover';
43959
+ const tagName$q = 'wm-popover';
43959
43960
  register('wm-popover', () => {
43960
43961
  return {
43961
43962
  requires: ['wm-table'],
@@ -43975,7 +43976,7 @@ register('wm-popover', () => {
43975
43976
  popoverTemplate = `<div wmContainer #partial partialContainer ${contentMarkup}>`;
43976
43977
  shared.set('hasPopoverContent', true);
43977
43978
  }
43978
- let markup = `<${tagName$o} wmPopover ${getAttrMarkup(attrs)}>`;
43979
+ let markup = `<${tagName$q} wmPopover ${getAttrMarkup(attrs)}>`;
43979
43980
  const contextAttrs = table ? `let-row="row"` : ``;
43980
43981
  markup += `<ng-template ${contextAttrs}><button class="popover-start"></button>`;
43981
43982
  // todo keyboard navigation - tab
@@ -43989,7 +43990,7 @@ register('wm-popover', () => {
43989
43990
  if (shared.get('hasPopoverContent')) {
43990
43991
  markup += `</div>`;
43991
43992
  }
43992
- return `${markup}<button class="popover-end"></button></ng-template></${tagName$o}>`;
43993
+ return `${markup}<button class="popover-end"></button></ng-template></${tagName$q}>`;
43993
43994
  }
43994
43995
  };
43995
43996
  });
@@ -44000,21 +44001,21 @@ var popover_build$1 = /*#__PURE__*/Object.freeze({
44000
44001
  'default': popover_build
44001
44002
  });
44002
44003
 
44003
- const tagName$n = 'div';
44004
+ const tagName$p = 'div';
44004
44005
  const findChild = (node, childName) => {
44005
44006
  const child = node && node.children.find(e => (e instanceof Element$1$1 && e.name === childName));
44006
44007
  return child;
44007
44008
  };
44008
- const ɵ0$5$1 = findChild;
44009
- const createElement$2 = name => {
44010
- return new Element$1$1(name, [], [], noSpan$2, noSpan$2, noSpan$2);
44009
+ const ɵ0$6$1 = findChild;
44010
+ const createElement$3 = name => {
44011
+ return new Element$1$1(name, [], [], noSpan$3, noSpan$3, noSpan$3);
44011
44012
  };
44012
- const ɵ1$4$1 = createElement$2;
44013
- const addAtrribute$2 = (node, name, value) => {
44014
- const attr = new Attribute(name, value, noSpan$2, noSpan$2, noSpan$2);
44013
+ const ɵ1$5$1 = createElement$3;
44014
+ const addAtrribute$3 = (node, name, value) => {
44015
+ const attr = new Attribute(name, value, noSpan$3, noSpan$3, noSpan$3);
44015
44016
  node.attrs.push(attr);
44016
44017
  };
44017
- const ɵ2$1$2 = addAtrribute$2;
44018
+ const ɵ2$1$2 = addAtrribute$3;
44018
44019
  const getElementNode = (name, node) => {
44019
44020
  let elementNode;
44020
44021
  if (!node) {
@@ -44034,8 +44035,8 @@ const getElementNode = (name, node) => {
44034
44035
  return elementNode;
44035
44036
  };
44036
44037
  const ɵ3$1$2 = getElementNode;
44037
- const noSpan$2 = {};
44038
- const idGen$7 = new IDGenerator('wm_page');
44038
+ const noSpan$3 = {};
44039
+ const idGen$8 = new IDGenerator('wm_page');
44039
44040
  register('wm-page', () => {
44040
44041
  return {
44041
44042
  template: (node) => {
@@ -44044,24 +44045,24 @@ register('wm-page', () => {
44044
44045
  pageContentNode = getElementNode('wm-page-content', getElementNode('wm-content', node));
44045
44046
  }
44046
44047
  if (pageContentNode) {
44047
- const conditionalNode = createElement$2('ng-container');
44048
- addAtrribute$2(conditionalNode, '*ngIf', 'compilePageContent');
44048
+ const conditionalNode = createElement$3('ng-container');
44049
+ addAtrribute$3(conditionalNode, '*ngIf', 'compilePageContent');
44049
44050
  conditionalNode.children = conditionalNode.children.concat(pageContentNode.children);
44050
44051
  conditionalNode.children.push(new Text$3('{{onPageContentReady()}}', null));
44051
44052
  pageContentNode.children = [conditionalNode];
44052
44053
  if (isMobileApp()) {
44053
- const loader = createElement$2('div');
44054
- addAtrribute$2(loader, 'wmPageContentLoader', '');
44055
- addAtrribute$2(loader, '*ngIf', '!showPageContent');
44054
+ const loader = createElement$3('div');
44055
+ addAtrribute$3(loader, 'wmPageContentLoader', '');
44056
+ addAtrribute$3(loader, '*ngIf', '!showPageContent');
44056
44057
  pageContentNode.children.push(loader);
44057
44058
  }
44058
44059
  }
44059
44060
  },
44060
44061
  pre: (attrs) => {
44061
- const counter = idGen$7.nextUid();
44062
- return `<${tagName$n} wmPage #${counter}="wmPage" data-role="pageContainer" [attr.aria-label]="${counter}.hint || 'Main page content'" ${getAttrMarkup(attrs)}>`;
44062
+ const counter = idGen$8.nextUid();
44063
+ return `<${tagName$p} wmPage #${counter}="wmPage" data-role="pageContainer" [attr.aria-label]="${counter}.hint || 'Main page content'" ${getAttrMarkup(attrs)}>`;
44063
44064
  },
44064
- post: () => `</${tagName$n}>`
44065
+ post: () => `</${tagName$p}>`
44065
44066
  };
44066
44067
  });
44067
44068
  var page_build = () => { };
@@ -44069,12 +44070,44 @@ var page_build = () => { };
44069
44070
  var page_build$1 = /*#__PURE__*/Object.freeze({
44070
44071
  __proto__: null,
44071
44072
  'default': page_build,
44072
- 'ɵ0': ɵ0$5$1,
44073
- 'ɵ1': ɵ1$4$1,
44073
+ 'ɵ0': ɵ0$6$1,
44074
+ 'ɵ1': ɵ1$5$1,
44074
44075
  'ɵ2': ɵ2$1$2,
44075
44076
  'ɵ3': ɵ3$1$2
44076
44077
  });
44077
44078
 
44079
+ const tagName$o = 'div';
44080
+ const idGen$7 = new IDGenerator('wm_layout');
44081
+ register('wm-layout', () => {
44082
+ return {
44083
+ pre: (attrs) => {
44084
+ const counter = idGen$7.nextUid();
44085
+ return `<${tagName$o} wmLayout #${counter}="wmLayout" data-role="pageContainer" [attr.aria-label]="${counter}.hint || 'Main page content'" ${getAttrMarkup(attrs)}>`;
44086
+ },
44087
+ post: () => `</${tagName$o}>`
44088
+ };
44089
+ });
44090
+ var layout_build = () => { };
44091
+
44092
+ var layout_build$1 = /*#__PURE__*/Object.freeze({
44093
+ __proto__: null,
44094
+ 'default': layout_build
44095
+ });
44096
+
44097
+ const tagName$n = 'router-outlet';
44098
+ register('wm-router-outlet', () => {
44099
+ return {
44100
+ pre: attrs => `<${tagName$n} ${getAttrMarkup(attrs)}>`,
44101
+ post: () => `</${tagName$n}>`
44102
+ };
44103
+ });
44104
+ var routerOutlet_build = () => { };
44105
+
44106
+ var routerOutlet_build$1 = /*#__PURE__*/Object.freeze({
44107
+ __proto__: null,
44108
+ 'default': routerOutlet_build
44109
+ });
44110
+
44078
44111
  const tagName$m = 'nav';
44079
44112
  register('wm-pagination', () => {
44080
44113
  return {
@@ -44190,9 +44223,31 @@ var rightPanel_build$1 = /*#__PURE__*/Object.freeze({
44190
44223
  });
44191
44224
 
44192
44225
  const tagName$f = 'div';
44226
+ const createElement$2 = name => {
44227
+ return new Element$1$1(name, [], [], noSpan$2, noSpan$2, noSpan$2);
44228
+ };
44229
+ const ɵ0$5$1 = createElement$2;
44230
+ const addAtrribute$2 = (node, name, value) => {
44231
+ const attr = new Attribute(name, value, noSpan$2, noSpan$2, noSpan$2);
44232
+ node.attrs.push(attr);
44233
+ };
44234
+ const ɵ1$4$1 = addAtrribute$2;
44235
+ const noSpan$2 = {};
44193
44236
  register('wm-page-content', () => {
44194
44237
  return {
44195
- pre: attrs => `<${tagName$f} wmPageContent wmSmoothscroll="${attrs.get('smoothscroll') || 'false'}" ${getAttrMarkup(attrs)}>`,
44238
+ template: (node) => {
44239
+ for (let attr of node.attrs) {
44240
+ if (attr.name === 'spa' && attr.value) {
44241
+ const conditionalNode = createElement$2('ng-container');
44242
+ addAtrribute$2(conditionalNode, '*ngIf', 'compilePageContent');
44243
+ conditionalNode.children = conditionalNode.children.concat(node.children);
44244
+ conditionalNode.children.push(new Text$3('{{onPageContentReady()}}', null));
44245
+ node.children = [conditionalNode];
44246
+ break;
44247
+ }
44248
+ }
44249
+ },
44250
+ pre: attrs => `<${tagName$f} wmPageContent ${attrs.get('spa') && 'wmSpaPage' || ''} wmSmoothscroll="${attrs.get('smoothscroll') || 'false'}" ${getAttrMarkup(attrs)}>`,
44196
44251
  post: () => `</${tagName$f}>`
44197
44252
  };
44198
44253
  });
@@ -44200,7 +44255,9 @@ var pageContent_build = () => { };
44200
44255
 
44201
44256
  var pageContent_build$1 = /*#__PURE__*/Object.freeze({
44202
44257
  __proto__: null,
44203
- 'default': pageContent_build
44258
+ 'default': pageContent_build,
44259
+ 'ɵ0': ɵ0$5$1,
44260
+ 'ɵ1': ɵ1$4$1
44204
44261
  });
44205
44262
 
44206
44263
  const tagName$e = 'div';
@@ -44297,10 +44354,10 @@ var prefab_build$1 = /*#__PURE__*/Object.freeze({
44297
44354
  });
44298
44355
 
44299
44356
  const noSpan = {};
44300
- const createElement$3 = name => {
44357
+ const createElement$4 = name => {
44301
44358
  return new Element$1$1(name, [], [], noSpan, noSpan, noSpan);
44302
44359
  };
44303
- const ɵ0$3$2 = createElement$3;
44360
+ const ɵ0$3$2 = createElement$4;
44304
44361
  const addAtrribute = (node, name, value) => {
44305
44362
  const attr = new Attribute(name, value, noSpan, noSpan, noSpan);
44306
44363
  node.attrs.push(attr);
@@ -44310,7 +44367,7 @@ const tagName$9 = 'div';
44310
44367
  register('wm-prefab-container', () => {
44311
44368
  return {
44312
44369
  template: (node) => {
44313
- const conditionalNode = createElement$3('ng-container');
44370
+ const conditionalNode = createElement$4('ng-container');
44314
44371
  addAtrribute(conditionalNode, '*ngIf', 'compileContent');
44315
44372
  conditionalNode.children = conditionalNode.children.concat(node.children);
44316
44373
  node.children.length = 0;
@@ -44717,7 +44774,7 @@ const getRowActionTmpl = (attrs) => {
44717
44774
  ${saveCancelTmpl}
44718
44775
  </ng-template>`;
44719
44776
  };
44720
- const ɵ1$8 = getRowActionTmpl;
44777
+ const ɵ1$9 = getRowActionTmpl;
44721
44778
  register('wm-table-row-action', () => {
44722
44779
  return {
44723
44780
  pre: attrs => `<${tagName$4} wmTableRowAction ${getAttrMarkup(attrs)}>
@@ -44731,7 +44788,7 @@ var tableRowAction_build$1 = /*#__PURE__*/Object.freeze({
44731
44788
  __proto__: null,
44732
44789
  'default': tableRowAction_build,
44733
44790
  'ɵ0': ɵ0$i,
44734
- 'ɵ1': ɵ1$8
44791
+ 'ɵ1': ɵ1$9
44735
44792
  });
44736
44793
 
44737
44794
  const tagName$3 = 'div';
@@ -44920,6 +44977,7 @@ exports.iframeBuild = iframe_build$1;
44920
44977
  exports.iframeDlgBuild = iframeDialog_build$1;
44921
44978
  exports.initComponentsBuildTask = initComponentsBuildTask;
44922
44979
  exports.labelBuild = label_build$1;
44980
+ exports.layoutBuild = layout_build$1;
44923
44981
  exports.leftPanelBuild = leftPanel_build$1;
44924
44982
  exports.lgBuild = layoutGrid_build$1;
44925
44983
  exports.lgcolBuild = layoutGridColumn_build$1;
@@ -44957,6 +45015,7 @@ exports.radiosetBuild = radioset_build$1;
44957
45015
  exports.ratingBuild = rating_build$1;
44958
45016
  exports.repeatTemplateBuild = repeatTemplate_build$1;
44959
45017
  exports.rightPanelBuild = rightPanel_build$1;
45018
+ exports.routerOutletBuild = routerOutlet_build$1;
44960
45019
  exports.rteBuild = richTextEditor_build$1;
44961
45020
  exports.searchBuild = search_build$1;
44962
45021
  exports.segContentBuild = segmentContent_build$1;