@wavemaker/angular-codegen 11.0.0-next.140021 → 11.0.0-next.71006

Sign up to get free protection for your applications and to get access to all the features.
@@ -39565,6 +39565,7 @@ const DIALOG_MODULE = [...NGX_MODAL_MODULE, ...INPUT_MODULE, { from: '@wm/compon
39565
39565
  const PAGINATION_MODULE = [...NG_FORM_MODULE, ...NGX_PAGINATION_MODULE, { from: '@wm/components/data/pagination', name: 'PaginationModule' }];
39566
39566
  const SEARCH_MODULE = [...NG_FORM_MODULE, ...NGX_TYPE_HEAD_MODULE, { from: '@wm/components/basic/search', name: 'SearchModule' }];
39567
39567
  const ACCORDION_MODULE = [{ from: '@wm/components/containers/accordion', name: 'AccordionModule' }];
39568
+ const LINEAR_LAYOUT_MODULE = [{ from: ' @wm/components/containers/linear-layout', name: 'LinearLayoutModule' }];
39568
39569
  const ALERT_DIALOG_MODULE = [...DIALOG_MODULE, { from: '@wm/components/dialogs/alert-dialog', name: 'AlertDialogModule' }];
39569
39570
  const BARCODE_SCANNER_MODULE = [{ from: '@wm/mobile/components/device/barcode-scanner', name: 'BarcodeScannerModule' }];
39570
39571
  const MENU_MODULE = [...BASIC_MODULE, ...NGX_DROP_DOWN_MODULE, ...INPUT_MODULE, { from: '@wm/components/navigation/menu', name: 'MenuModule' }];
@@ -39659,6 +39660,8 @@ const WIDGET_IMPORTS = new Map([
39659
39660
  ['wm-label', BASIC_MODULE],
39660
39661
  ['wm-layoutgrid', LAYOUT_GRID_MODULE],
39661
39662
  ['wm-left-panel', LEFT_PANEL_MODULE],
39663
+ ['wm-linearlayout', LINEAR_LAYOUT_MODULE],
39664
+ ['wm-linearlayoutitem', LINEAR_LAYOUT_MODULE],
39662
39665
  ['wm-list', LIST_MODULE],
39663
39666
  ['wm-livetable', LIVE_TABLE_MODULE],
39664
39667
  ['wm-login', LOGIN_MODULE],
@@ -40276,11 +40279,11 @@ var carouselTemplate_build$1 = /*#__PURE__*/Object.freeze({
40276
40279
  'default': carouselTemplate_build
40277
40280
  });
40278
40281
 
40279
- const tagName$1y = 'div';
40282
+ const tagName$1A = 'div';
40280
40283
  register('wm-login', () => {
40281
40284
  return {
40282
- pre: attrs => `<${tagName$1y} wmLogin ${getAttrMarkup(attrs)} eventsource.bind="Actions.loginAction">`,
40283
- post: () => `</${tagName$1y}>`,
40285
+ pre: attrs => `<${tagName$1A} wmLogin ${getAttrMarkup(attrs)} eventsource.bind="Actions.loginAction">`,
40286
+ post: () => `</${tagName$1A}>`,
40284
40287
  provide: () => {
40285
40288
  const provider = new Map();
40286
40289
  provider.set('isLogin', true);
@@ -40295,11 +40298,11 @@ var login_build$1 = /*#__PURE__*/Object.freeze({
40295
40298
  'default': login_build
40296
40299
  });
40297
40300
 
40298
- const tagName$1x = 'marquee';
40301
+ const tagName$1z = 'marquee';
40299
40302
  register('wm-marquee', () => {
40300
40303
  return {
40301
- pre: attrs => `<${tagName$1x} onmouseover="this.stop();" onmouseout="this.start();" wmMarquee role="marquee" aria-live="off" ${getAttrMarkup(attrs)}>`,
40302
- post: () => `</${tagName$1x}>`
40304
+ pre: attrs => `<${tagName$1z} onmouseover="this.stop();" onmouseout="this.start();" wmMarquee role="marquee" aria-live="off" ${getAttrMarkup(attrs)}>`,
40305
+ post: () => `</${tagName$1z}>`
40303
40306
  };
40304
40307
  });
40305
40308
  var marquee_build = () => { };
@@ -40309,15 +40312,15 @@ var marquee_build$1 = /*#__PURE__*/Object.freeze({
40309
40312
  'default': marquee_build
40310
40313
  });
40311
40314
 
40312
- const tagName$1w = 'a';
40315
+ const tagName$1y = 'a';
40313
40316
  const idGen$p = new IDGenerator('wm_anchor');
40314
40317
  register('wm-anchor', () => {
40315
40318
  return {
40316
40319
  pre: (attrs) => {
40317
40320
  const counter = idGen$p.nextUid();
40318
- return `<${tagName$1w} wmAnchor #${counter}="wmAnchor" role="link" data-identifier="anchor" [attr.aria-label]="${counter}.hint || ${counter}.caption || 'Link'" ${getAttrMarkup(attrs)}>`;
40321
+ return `<${tagName$1y} wmAnchor #${counter}="wmAnchor" role="link" data-identifier="anchor" [attr.aria-label]="${counter}.hint || ${counter}.caption || 'Link'" ${getAttrMarkup(attrs)}>`;
40319
40322
  },
40320
- post: () => `</${tagName$1w}>`
40323
+ post: () => `</${tagName$1y}>`
40321
40324
  };
40322
40325
  });
40323
40326
  var anchor_build = () => { };
@@ -40327,11 +40330,11 @@ var anchor_build$1 = /*#__PURE__*/Object.freeze({
40327
40330
  'default': anchor_build
40328
40331
  });
40329
40332
 
40330
- const tagName$1v = 'div';
40333
+ const tagName$1x = 'div';
40331
40334
  register('wm-audio', () => {
40332
40335
  return {
40333
- pre: attrs => `<${tagName$1v} wmAudio ${getAttrMarkup(attrs)}>`,
40334
- post: () => `</${tagName$1v}>`
40336
+ pre: attrs => `<${tagName$1x} wmAudio ${getAttrMarkup(attrs)}>`,
40337
+ post: () => `</${tagName$1x}>`
40335
40338
  };
40336
40339
  });
40337
40340
  var audio_build = () => { };
@@ -40341,15 +40344,15 @@ var audio_build$1 = /*#__PURE__*/Object.freeze({
40341
40344
  'default': audio_build
40342
40345
  });
40343
40346
 
40344
- const tagName$1u = 'div';
40347
+ const tagName$1w = 'div';
40345
40348
  const idGen$o = new IDGenerator('wm_html');
40346
40349
  register('wm-html', () => {
40347
40350
  return {
40348
40351
  pre: (attrs) => {
40349
40352
  const counter = idGen$o.nextUid();
40350
- return `<${tagName$1u} wmHtml #${counter}="wmHtml" [attr.aria-label]="${counter}.hint || 'HTML content'" ${getAttrMarkup(attrs)}>`;
40353
+ return `<${tagName$1w} wmHtml #${counter}="wmHtml" [attr.aria-label]="${counter}.hint || 'HTML content'" ${getAttrMarkup(attrs)}>`;
40351
40354
  },
40352
- post: () => `</${tagName$1u}>`
40355
+ post: () => `</${tagName$1w}>`
40353
40356
  };
40354
40357
  });
40355
40358
  var html_build = () => { };
@@ -40359,11 +40362,11 @@ var html_build$1 = /*#__PURE__*/Object.freeze({
40359
40362
  'default': html_build
40360
40363
  });
40361
40364
 
40362
- const tagName$1t = 'span';
40365
+ const tagName$1v = 'span';
40363
40366
  register('wm-icon', () => {
40364
40367
  return {
40365
- pre: attrs => `<${tagName$1t} wmIcon aria-hidden="true" ${getAttrMarkup(attrs)}>`,
40366
- post: () => `</${tagName$1t}>`
40368
+ pre: attrs => `<${tagName$1v} wmIcon aria-hidden="true" ${getAttrMarkup(attrs)}>`,
40369
+ post: () => `</${tagName$1v}>`
40367
40370
  };
40368
40371
  });
40369
40372
  var icon_build = () => { };
@@ -40373,11 +40376,11 @@ var icon_build$1 = /*#__PURE__*/Object.freeze({
40373
40376
  'default': icon_build
40374
40377
  });
40375
40378
 
40376
- const tagName$1s = 'div';
40379
+ const tagName$1u = 'div';
40377
40380
  register('wm-iframe', () => {
40378
40381
  return {
40379
- pre: attrs => `<${tagName$1s} wmIframe ${getAttrMarkup(attrs)}>`,
40380
- post: () => `</${tagName$1s}>`
40382
+ pre: attrs => `<${tagName$1u} wmIframe ${getAttrMarkup(attrs)}>`,
40383
+ post: () => `</${tagName$1u}>`
40381
40384
  };
40382
40385
  });
40383
40386
  var iframe_build = () => { };
@@ -40387,15 +40390,15 @@ var iframe_build$1 = /*#__PURE__*/Object.freeze({
40387
40390
  'default': iframe_build
40388
40391
  });
40389
40392
 
40390
- const tagName$1r = 'label';
40393
+ const tagName$1t = 'label';
40391
40394
  const idGen$n = new IDGenerator('wm_label');
40392
40395
  register('wm-label', () => {
40393
40396
  return {
40394
40397
  pre: (attrs) => {
40395
40398
  const counter = idGen$n.nextUid();
40396
- return `<${tagName$1r} wmLabel #${counter}="wmLabel" [attr.aria-label]="${counter}.hint || 'Label text'" ${getAttrMarkup(attrs)}>`;
40399
+ return `<${tagName$1t} wmLabel #${counter}="wmLabel" [attr.aria-label]="${counter}.hint || 'Label text'" ${getAttrMarkup(attrs)}>`;
40397
40400
  },
40398
- post: () => `</${tagName$1r}>`
40401
+ post: () => `</${tagName$1t}>`
40399
40402
  };
40400
40403
  });
40401
40404
  var label_build = () => { };
@@ -40405,13 +40408,13 @@ var label_build$1 = /*#__PURE__*/Object.freeze({
40405
40408
  'default': label_build
40406
40409
  });
40407
40410
 
40408
- const tagName$1q = 'img';
40411
+ const tagName$1s = 'img';
40409
40412
  const idGen$m = new IDGenerator('wm_picture');
40410
40413
  register('wm-picture', () => {
40411
40414
  return {
40412
40415
  pre: (attrs) => {
40413
40416
  const counter = idGen$m.nextUid();
40414
- return `<${tagName$1q} wmPicture #${counter}="wmPicture" alt="image" wmImageCache="${attrs.get('offline') || 'true'}" [attr.aria-label]="${counter}.hint || 'Image'" ${getAttrMarkup(attrs)}>`;
40417
+ return `<${tagName$1s} wmPicture #${counter}="wmPicture" alt="image" wmImageCache="${attrs.get('offline') || 'true'}" [attr.aria-label]="${counter}.hint || 'Image'" ${getAttrMarkup(attrs)}>`;
40415
40418
  }
40416
40419
  };
40417
40420
  });
@@ -40422,15 +40425,15 @@ var picture_build$1 = /*#__PURE__*/Object.freeze({
40422
40425
  'default': picture_build
40423
40426
  });
40424
40427
 
40425
- const tagName$1p = 'div';
40428
+ const tagName$1r = 'div';
40426
40429
  const idGen$l = new IDGenerator('wm_spinner');
40427
40430
  register('wm-spinner', () => {
40428
40431
  return {
40429
40432
  pre: (attrs) => {
40430
40433
  const counter = idGen$l.nextUid();
40431
- return `<${tagName$1p} wmSpinner #${counter}="wmSpinner" role="alert" [attr.aria-label]="${counter}.hint || 'Loading...'" aria-live="assertive" aria-busy="true" ${getAttrMarkup(attrs)}>`;
40434
+ return `<${tagName$1r} wmSpinner #${counter}="wmSpinner" role="alert" [attr.aria-label]="${counter}.hint || 'Loading...'" aria-live="assertive" aria-busy="true" ${getAttrMarkup(attrs)}>`;
40432
40435
  },
40433
- post: () => `</${tagName$1p}>`
40436
+ post: () => `</${tagName$1r}>`
40434
40437
  };
40435
40438
  });
40436
40439
  var spinner_build = () => { };
@@ -40440,7 +40443,7 @@ var spinner_build$1 = /*#__PURE__*/Object.freeze({
40440
40443
  'default': spinner_build
40441
40444
  });
40442
40445
 
40443
- const tagName$1o = 'div';
40446
+ const tagName$1q = 'div';
40444
40447
  const getAttr = (node, attrName) => node.attrs.find(attr => attr.name === attrName);
40445
40448
  const ɵ0$b$1 = getAttr;
40446
40449
  const getAttrValue = (node, attrName) => {
@@ -40471,8 +40474,8 @@ register('wm-progress-bar', () => {
40471
40474
  }
40472
40475
  }
40473
40476
  },
40474
- pre: attrs => `<${tagName$1o} wmProgressBar ${getAttrMarkup(attrs)}>`,
40475
- post: () => `</${tagName$1o}>`
40477
+ pre: attrs => `<${tagName$1q} wmProgressBar ${getAttrMarkup(attrs)}>`,
40478
+ post: () => `</${tagName$1q}>`
40476
40479
  };
40477
40480
  });
40478
40481
  var progressBar_build = () => { };
@@ -40485,11 +40488,11 @@ var progressBar_build$1 = /*#__PURE__*/Object.freeze({
40485
40488
  ɵ2: ɵ2$4$1
40486
40489
  });
40487
40490
 
40488
- const tagName$1n = 'div';
40491
+ const tagName$1p = 'div';
40489
40492
  register('wm-progress-circle', () => {
40490
40493
  return {
40491
- pre: attrs => `<${tagName$1n} wmProgressCircle ${getAttrMarkup(attrs)}>`,
40492
- post: () => `</${tagName$1n}>`
40494
+ pre: attrs => `<${tagName$1p} wmProgressCircle ${getAttrMarkup(attrs)}>`,
40495
+ post: () => `</${tagName$1p}>`
40493
40496
  };
40494
40497
  });
40495
40498
  var progressCircle_build = () => { };
@@ -40499,15 +40502,15 @@ var progressCircle_build$1 = /*#__PURE__*/Object.freeze({
40499
40502
  'default': progressCircle_build
40500
40503
  });
40501
40504
 
40502
- const tagName$1m = 'div';
40505
+ const tagName$1o = 'div';
40503
40506
  const idGen$k = new IDGenerator('wm_richtexteditor');
40504
40507
  register('wm-richtexteditor', () => {
40505
40508
  return {
40506
40509
  pre: (attrs) => {
40507
40510
  const counter = idGen$k.nextUid();
40508
- return `<${tagName$1m} wmRichTextEditor #${counter}="wmRichTextEditor" role="textbox" [attr.aria-label]="${counter}.hint || 'Richtext editor'" ${getFormMarkupAttr(attrs)}>`;
40511
+ return `<${tagName$1o} wmRichTextEditor #${counter}="wmRichTextEditor" role="textbox" [attr.aria-label]="${counter}.hint || 'Richtext editor'" ${getFormMarkupAttr(attrs)}>`;
40509
40512
  },
40510
- post: () => `</${tagName$1m}>`
40513
+ post: () => `</${tagName$1o}>`
40511
40514
  };
40512
40515
  });
40513
40516
  var richTextEditor_build = () => { };
@@ -40517,11 +40520,11 @@ var richTextEditor_build$1 = /*#__PURE__*/Object.freeze({
40517
40520
  'default': richTextEditor_build
40518
40521
  });
40519
40522
 
40520
- const tagName$1l = 'div';
40523
+ const tagName$1n = 'div';
40521
40524
  register('wm-search', () => {
40522
40525
  return {
40523
- pre: attrs => `<${tagName$1l} wmSearch ${getFormMarkupAttr(attrs)} ${getNgModelAttr(attrs)}>`,
40524
- post: () => `</${tagName$1l}>`
40526
+ pre: attrs => `<${tagName$1n} wmSearch ${getFormMarkupAttr(attrs)} ${getNgModelAttr(attrs)}>`,
40527
+ post: () => `</${tagName$1n}>`
40525
40528
  };
40526
40529
  });
40527
40530
  var search_build = () => { };
@@ -40531,11 +40534,11 @@ var search_build$1 = /*#__PURE__*/Object.freeze({
40531
40534
  'default': search_build
40532
40535
  });
40533
40536
 
40534
- const tagName$1k = 'div';
40537
+ const tagName$1m = 'div';
40535
40538
  register('wm-tree', () => {
40536
40539
  return {
40537
- pre: attrs => `<${tagName$1k} wmTree redrawable ${getAttrMarkup(attrs)}>`,
40538
- post: () => `</${tagName$1k}>`
40540
+ pre: attrs => `<${tagName$1m} wmTree redrawable ${getAttrMarkup(attrs)}>`,
40541
+ post: () => `</${tagName$1m}>`
40539
40542
  };
40540
40543
  });
40541
40544
  var tree_build = () => { };
@@ -40545,11 +40548,11 @@ var tree_build$1 = /*#__PURE__*/Object.freeze({
40545
40548
  'default': tree_build
40546
40549
  });
40547
40550
 
40548
- const tagName$1j = 'div';
40551
+ const tagName$1l = 'div';
40549
40552
  register('wm-card', () => {
40550
40553
  return {
40551
- pre: attrs => `<${tagName$1j} wmCard ${getAttrMarkup(attrs)}>`,
40552
- post: () => `</${tagName$1j}>`
40554
+ pre: attrs => `<${tagName$1l} wmCard ${getAttrMarkup(attrs)}>`,
40555
+ post: () => `</${tagName$1l}>`
40553
40556
  };
40554
40557
  });
40555
40558
  var card_build = () => { };
@@ -40559,11 +40562,11 @@ var card_build$1 = /*#__PURE__*/Object.freeze({
40559
40562
  'default': card_build
40560
40563
  });
40561
40564
 
40562
- const tagName$1i = 'div';
40565
+ const tagName$1k = 'div';
40563
40566
  register('wm-card-content', () => {
40564
40567
  return {
40565
- pre: attrs => `<${tagName$1i} wmCardContent partialContainer ${getAttrMarkup(attrs)}>`,
40566
- post: () => `</${tagName$1i}>`
40568
+ pre: attrs => `<${tagName$1k} wmCardContent partialContainer ${getAttrMarkup(attrs)}>`,
40569
+ post: () => `</${tagName$1k}>`
40567
40570
  };
40568
40571
  });
40569
40572
  var cardContent_build = () => { };
@@ -40573,11 +40576,11 @@ var cardContent_build$1 = /*#__PURE__*/Object.freeze({
40573
40576
  'default': cardContent_build
40574
40577
  });
40575
40578
 
40576
- const tagName$1h = 'div';
40579
+ const tagName$1j = 'div';
40577
40580
  register('wm-card-actions', () => {
40578
40581
  return {
40579
- pre: attrs => `<${tagName$1h} wmCardActions ${getAttrMarkup(attrs)}>`,
40580
- post: () => `</${tagName$1h}>`
40582
+ pre: attrs => `<${tagName$1j} wmCardActions ${getAttrMarkup(attrs)}>`,
40583
+ post: () => `</${tagName$1j}>`
40581
40584
  };
40582
40585
  });
40583
40586
  var cardActions_build = () => { };
@@ -40587,11 +40590,11 @@ var cardActions_build$1 = /*#__PURE__*/Object.freeze({
40587
40590
  'default': cardActions_build
40588
40591
  });
40589
40592
 
40590
- const tagName$1g = 'div';
40593
+ const tagName$1i = 'div';
40591
40594
  register('wm-card-footer', () => {
40592
40595
  return {
40593
- pre: attrs => `<${tagName$1g} wmCardFooter ${getAttrMarkup(attrs)}>`,
40594
- post: () => `</${tagName$1g}>`
40596
+ pre: attrs => `<${tagName$1i} wmCardFooter ${getAttrMarkup(attrs)}>`,
40597
+ post: () => `</${tagName$1i}>`
40595
40598
  };
40596
40599
  });
40597
40600
  var cardFooter_build = () => { };
@@ -40601,11 +40604,11 @@ var cardFooter_build$1 = /*#__PURE__*/Object.freeze({
40601
40604
  'default': cardFooter_build
40602
40605
  });
40603
40606
 
40604
- const tagName$1f = 'div';
40607
+ const tagName$1h = 'div';
40605
40608
  register('wm-chart', () => {
40606
40609
  return {
40607
- pre: attrs => `<${tagName$1f} wmChart redrawable aria-label="${attrs.get('type')} Chart" ${getAttrMarkup(attrs)}>`,
40608
- post: () => `</${tagName$1f}>`
40610
+ pre: attrs => `<${tagName$1h} wmChart redrawable aria-label="${attrs.get('type')} Chart" ${getAttrMarkup(attrs)}>`,
40611
+ post: () => `</${tagName$1h}>`
40609
40612
  };
40610
40613
  });
40611
40614
  var chart_build = () => { };
@@ -40615,7 +40618,7 @@ var chart_build$1 = /*#__PURE__*/Object.freeze({
40615
40618
  'default': chart_build
40616
40619
  });
40617
40620
 
40618
- const tagName$1e = 'div';
40621
+ const tagName$1g = 'div';
40619
40622
  const dataSetKey$4 = 'dataset';
40620
40623
  const idGen$j = new IDGenerator('wm_accordion_ref_');
40621
40624
  const isDynamicAccordion = node => node.attrs.find(attr => attr.name === 'type' && attr.value === 'dynamic');
@@ -40626,9 +40629,9 @@ register('wm-accordion', () => {
40626
40629
  // generating unique Id for the accordion
40627
40630
  const counter = idGen$j.nextUid();
40628
40631
  shared.set('accordion_ref', counter);
40629
- return `<${tagName$1e} wmAccordion #${counter}="wmAccordion" role="tablist" aria-multiselectable="true" ${getAttrMarkup(attrs)}>`;
40632
+ return `<${tagName$1g} wmAccordion #${counter}="wmAccordion" role="tablist" aria-multiselectable="true" ${getAttrMarkup(attrs)}>`;
40630
40633
  },
40631
- post: () => `</${tagName$1e}>`,
40634
+ post: () => `</${tagName$1g}>`,
40632
40635
  template: (node, shared) => {
40633
40636
  // check if the accordion is dynamic
40634
40637
  if (isDynamicAccordion(node)) {
@@ -40660,11 +40663,11 @@ var accordion_build$1 = /*#__PURE__*/Object.freeze({
40660
40663
  ɵ0: ɵ0$a$1
40661
40664
  });
40662
40665
 
40663
- const tagName$1d = 'div';
40666
+ const tagName$1f = 'div';
40664
40667
  register('wm-accordionpane', () => {
40665
40668
  return {
40666
- pre: attrs => `<${tagName$1d} wmAccordionPane partialContainer wm-navigable-element="true" role="tab" ${getAttrMarkup(attrs)}>`,
40667
- post: () => `</${tagName$1d}>`
40669
+ pre: attrs => `<${tagName$1f} wmAccordionPane partialContainer wm-navigable-element="true" role="tab" ${getAttrMarkup(attrs)}>`,
40670
+ post: () => `</${tagName$1f}>`
40668
40671
  };
40669
40672
  });
40670
40673
  var accordionPane_build = () => { };
@@ -40674,11 +40677,11 @@ var accordionPane_build$1 = /*#__PURE__*/Object.freeze({
40674
40677
  'default': accordionPane_build
40675
40678
  });
40676
40679
 
40677
- const tagName$1c = 'div';
40680
+ const tagName$1e = 'div';
40678
40681
  register('wm-container', () => {
40679
40682
  return {
40680
- pre: attrs => `<${tagName$1c} wmContainer partialContainer wmSmoothscroll="${attrs.get('smoothscroll') || 'false'}" ${getAttrMarkup(attrs)}>`,
40681
- post: () => `</${tagName$1c}>`
40683
+ pre: attrs => `<${tagName$1e} wmContainer partialContainer wmSmoothscroll="${attrs.get('smoothscroll') || 'false'}" ${getAttrMarkup(attrs)}>`,
40684
+ post: () => `</${tagName$1e}>`
40682
40685
  };
40683
40686
  });
40684
40687
  var container_build = () => { };
@@ -40688,11 +40691,11 @@ var container_build$1 = /*#__PURE__*/Object.freeze({
40688
40691
  'default': container_build
40689
40692
  });
40690
40693
 
40691
- const tagName$1b = 'div';
40694
+ const tagName$1d = 'div';
40692
40695
  register('wm-gridcolumn', () => {
40693
40696
  return {
40694
- pre: attrs => `<${tagName$1b} wmLayoutGridColumn ${getAttrMarkup(attrs)}>`,
40695
- post: () => `</${tagName$1b}>`
40697
+ pre: attrs => `<${tagName$1d} wmLayoutGridColumn ${getAttrMarkup(attrs)}>`,
40698
+ post: () => `</${tagName$1d}>`
40696
40699
  };
40697
40700
  });
40698
40701
  var layoutGridColumn_build = () => { };
@@ -40702,11 +40705,11 @@ var layoutGridColumn_build$1 = /*#__PURE__*/Object.freeze({
40702
40705
  'default': layoutGridColumn_build
40703
40706
  });
40704
40707
 
40705
- const tagName$1a = 'div';
40708
+ const tagName$1c = 'div';
40706
40709
  register('wm-gridrow', () => {
40707
40710
  return {
40708
- pre: attrs => `<${tagName$1a} wmLayoutGridRow ${getAttrMarkup(attrs)}>`,
40709
- post: () => `</${tagName$1a}>`
40711
+ pre: attrs => `<${tagName$1c} wmLayoutGridRow ${getAttrMarkup(attrs)}>`,
40712
+ post: () => `</${tagName$1c}>`
40710
40713
  };
40711
40714
  });
40712
40715
  var layoutGridRow_build = () => { };
@@ -40716,11 +40719,11 @@ var layoutGridRow_build$1 = /*#__PURE__*/Object.freeze({
40716
40719
  'default': layoutGridRow_build
40717
40720
  });
40718
40721
 
40719
- const tagName$19 = 'div';
40722
+ const tagName$1b = 'div';
40720
40723
  register('wm-layoutgrid', () => {
40721
40724
  return {
40722
- pre: attrs => `<${tagName$19} wmLayoutGrid ${getAttrMarkup(attrs)}>`,
40723
- post: () => `</${tagName$19}>`
40725
+ pre: attrs => `<${tagName$1b} wmLayoutGrid ${getAttrMarkup(attrs)}>`,
40726
+ post: () => `</${tagName$1b}>`
40724
40727
  };
40725
40728
  });
40726
40729
  var layoutGrid_build = () => { };
@@ -40730,21 +40733,21 @@ var layoutGrid_build$1 = /*#__PURE__*/Object.freeze({
40730
40733
  'default': layoutGrid_build
40731
40734
  });
40732
40735
 
40733
- const tagName$18 = 'div';
40736
+ const tagName$1a = 'div';
40734
40737
  const idGen$i = new IDGenerator('wm_panel');
40735
40738
  register('wm-panel', () => {
40736
40739
  return {
40737
40740
  pre: (attrs) => {
40738
40741
  const counter = idGen$i.nextUid();
40739
- return `<${tagName$18} wmPanel #${counter}="wmPanel" partialContainer [attr.aria-label]="${counter}.hint || 'Panel'" wm-navigable-element="true" ${getAttrMarkup(attrs)}>`;
40742
+ return `<${tagName$1a} wmPanel #${counter}="wmPanel" partialContainer [attr.aria-label]="${counter}.hint || 'Panel'" wm-navigable-element="true" ${getAttrMarkup(attrs)}>`;
40740
40743
  },
40741
- post: () => `</${tagName$18}>`
40744
+ post: () => `</${tagName$1a}>`
40742
40745
  };
40743
40746
  });
40744
40747
  register('wm-panel-footer', () => {
40745
40748
  return {
40746
- pre: attrs => `<${tagName$18} wmPanelFooter ${getAttrMarkup(attrs)}>`,
40747
- post: () => `</${tagName$18}>`
40749
+ pre: attrs => `<${tagName$1a} wmPanelFooter ${getAttrMarkup(attrs)}>`,
40750
+ post: () => `</${tagName$1a}>`
40748
40751
  };
40749
40752
  });
40750
40753
  var panel_build = () => { };
@@ -40754,11 +40757,11 @@ var panel_build$1 = /*#__PURE__*/Object.freeze({
40754
40757
  'default': panel_build
40755
40758
  });
40756
40759
 
40757
- const tagName$17 = 'div';
40760
+ const tagName$19 = 'div';
40758
40761
  register('wm-segmented-control', () => {
40759
40762
  return {
40760
- pre: attrs => `<${tagName$17} wmSegmentedControl ${getAttrMarkup(attrs)}>`,
40761
- post: () => `</${tagName$17}>`
40763
+ pre: attrs => `<${tagName$19} wmSegmentedControl ${getAttrMarkup(attrs)}>`,
40764
+ post: () => `</${tagName$19}>`
40762
40765
  };
40763
40766
  });
40764
40767
  var segmentedControl_build = () => { };
@@ -40768,11 +40771,11 @@ var segmentedControl_build$1 = /*#__PURE__*/Object.freeze({
40768
40771
  'default': segmentedControl_build
40769
40772
  });
40770
40773
 
40771
- const tagName$16 = 'li';
40774
+ const tagName$18 = 'li';
40772
40775
  register('wm-segment-content', () => {
40773
40776
  return {
40774
- pre: attrs => `<${tagName$16} wmSegmentContent partialContainer wmSmoothscroll=${attrs.get('smoothscroll') || 'false'} wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
40775
- post: () => `</${tagName$16}>`
40777
+ pre: attrs => `<${tagName$18} wmSegmentContent partialContainer wmSmoothscroll=${attrs.get('smoothscroll') || 'false'} wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
40778
+ post: () => `</${tagName$18}>`
40776
40779
  };
40777
40780
  });
40778
40781
  var segmentContent_build = () => { };
@@ -40808,7 +40811,7 @@ var repeatTemplate_build$1 = /*#__PURE__*/Object.freeze({
40808
40811
  'default': repeatTemplate_build
40809
40812
  });
40810
40813
 
40811
- const tagName$15 = 'div';
40814
+ const tagName$17 = 'div';
40812
40815
  const dataSetKey$3 = 'dataset';
40813
40816
  const idGen$h = new IDGenerator('wm_tabs_ref_');
40814
40817
  const isDynamicTabs = node => node.attrs.find(attr => attr.name === 'type' && attr.value === 'dynamic');
@@ -40819,9 +40822,9 @@ register('wm-tabs', () => {
40819
40822
  // generating unique Id for the tabs
40820
40823
  const counter = idGen$h.nextUid();
40821
40824
  shared.set('tabs_ref', counter);
40822
- return `<${tagName$15} wmTabs #${counter}="wmTabs" ${getAttrMarkup(attrs)}>`;
40825
+ return `<${tagName$17} wmTabs #${counter}="wmTabs" ${getAttrMarkup(attrs)}>`;
40823
40826
  },
40824
- post: () => `</${tagName$15}>`,
40827
+ post: () => `</${tagName$17}>`,
40825
40828
  template: (node, shared) => {
40826
40829
  // check if the tab widget is dynamic
40827
40830
  if (isDynamicTabs(node)) {
@@ -40853,11 +40856,11 @@ var tabs_build$1 = /*#__PURE__*/Object.freeze({
40853
40856
  ɵ0: ɵ0$9$1
40854
40857
  });
40855
40858
 
40856
- const tagName$14 = 'div';
40859
+ const tagName$16 = 'div';
40857
40860
  register('wm-tabpane', () => {
40858
40861
  return {
40859
- pre: attrs => `<${tagName$14} wmTabPane partialContainer ${getAttrMarkup(attrs)} wm-navigable-element="true" role="tabpanel">`,
40860
- post: () => `</${tagName$14}>`
40862
+ pre: attrs => `<${tagName$16} wmTabPane partialContainer ${getAttrMarkup(attrs)} wm-navigable-element="true" role="tabpanel">`,
40863
+ post: () => `</${tagName$16}>`
40861
40864
  };
40862
40865
  });
40863
40866
  var tabPane_build = () => { };
@@ -40867,11 +40870,11 @@ var tabPane_build$1 = /*#__PURE__*/Object.freeze({
40867
40870
  'default': tabPane_build
40868
40871
  });
40869
40872
 
40870
- const tagName$13 = 'div';
40873
+ const tagName$15 = 'div';
40871
40874
  register('wm-tile', () => {
40872
40875
  return {
40873
- pre: attrs => `<${tagName$13} wmTile aria-describedby="Tile" wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
40874
- post: () => `</${tagName$13}>`
40876
+ pre: attrs => `<${tagName$15} wmTile aria-describedby="Tile" wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
40877
+ post: () => `</${tagName$15}>`
40875
40878
  };
40876
40879
  });
40877
40880
  var tile_build = () => { };
@@ -40881,11 +40884,11 @@ var tile_build$1 = /*#__PURE__*/Object.freeze({
40881
40884
  'default': tile_build
40882
40885
  });
40883
40886
 
40884
- const tagName$12 = 'div';
40887
+ const tagName$14 = 'div';
40885
40888
  register('wm-wizard', () => {
40886
40889
  return {
40887
- pre: attrs => `<${tagName$12} wmWizard role="tablist" ${getAttrMarkup(attrs)}>`,
40888
- post: () => `</${tagName$12}>`
40890
+ pre: attrs => `<${tagName$14} wmWizard role="tablist" ${getAttrMarkup(attrs)}>`,
40891
+ post: () => `</${tagName$14}>`
40889
40892
  };
40890
40893
  });
40891
40894
  var wizard_build = () => { };
@@ -40895,16 +40898,16 @@ var wizard_build$1 = /*#__PURE__*/Object.freeze({
40895
40898
  'default': wizard_build
40896
40899
  });
40897
40900
 
40898
- const tagName$11 = 'form';
40901
+ const tagName$13 = 'form';
40899
40902
  const idGen$g = new IDGenerator('wizard_step_id_');
40900
40903
  register('wm-wizardstep', () => {
40901
40904
  return {
40902
40905
  pre: attrs => {
40903
40906
  const counter = idGen$g.nextUid();
40904
- return `<${tagName$11} wmWizardStep #${counter}="wmWizardStep" ${getAttrMarkup(attrs)}>
40907
+ return `<${tagName$13} wmWizardStep #${counter}="wmWizardStep" ${getAttrMarkup(attrs)}>
40905
40908
  <ng-template [ngIf]="${counter}.isInitialized">`;
40906
40909
  },
40907
- post: () => `</ng-template></${tagName$11}>`
40910
+ post: () => `</ng-template></${tagName$13}>`
40908
40911
  };
40909
40912
  });
40910
40913
  var wizardStep_build = () => { };
@@ -40914,15 +40917,15 @@ var wizardStep_build$1 = /*#__PURE__*/Object.freeze({
40914
40917
  'default': wizardStep_build
40915
40918
  });
40916
40919
 
40917
- const tagName$10 = 'button';
40920
+ const tagName$12 = 'button';
40918
40921
  const idGen$f = new IDGenerator('wm_barcodescanner');
40919
40922
  register('wm-barcodescanner', () => {
40920
40923
  return {
40921
40924
  pre: (attrs) => {
40922
40925
  const counter = idGen$f.nextUid();
40923
- return `<${tagName$10} wmBarcodescanner #${counter}="wmBarcodescanner" [attr.aria-label]="${counter}.hint || 'Barcode scanner'" ${getAttrMarkup(attrs)}>`;
40926
+ return `<${tagName$12} wmBarcodescanner #${counter}="wmBarcodescanner" [attr.aria-label]="${counter}.hint || 'Barcode scanner'" ${getAttrMarkup(attrs)}>`;
40924
40927
  },
40925
- post: () => `</${tagName$10}>`
40928
+ post: () => `</${tagName$12}>`
40926
40929
  };
40927
40930
  });
40928
40931
  var barcodeScanner_build = () => { };
@@ -40932,15 +40935,15 @@ var barcodeScanner_build$1 = /*#__PURE__*/Object.freeze({
40932
40935
  'default': barcodeScanner_build
40933
40936
  });
40934
40937
 
40935
- const tagName$$ = 'button';
40938
+ const tagName$11 = 'button';
40936
40939
  const idGen$e = new IDGenerator('wm_camera');
40937
40940
  register('wm-camera', () => {
40938
40941
  return {
40939
40942
  pre: (attrs) => {
40940
40943
  const counter = idGen$e.nextUid();
40941
- return `<${tagName$$} type='button' wmCamera #${counter}="wmCamera" [attr.aria-label]="${counter}.hint || 'Camera'" ${getAttrMarkup(attrs)}>`;
40944
+ return `<${tagName$11} type='button' wmCamera #${counter}="wmCamera" [attr.aria-label]="${counter}.hint || 'Camera'" ${getAttrMarkup(attrs)}>`;
40942
40945
  },
40943
- post: () => `</${tagName$$}>`
40946
+ post: () => `</${tagName$11}>`
40944
40947
  };
40945
40948
  });
40946
40949
  var camera_build = () => { };
@@ -40950,11 +40953,11 @@ var camera_build$1 = /*#__PURE__*/Object.freeze({
40950
40953
  'default': camera_build
40951
40954
  });
40952
40955
 
40953
- const tagName$_ = 'div';
40956
+ const tagName$10 = 'div';
40954
40957
  register('wm-alertdialog', () => {
40955
40958
  return {
40956
- pre: attrs => `<${tagName$_} wmAlertDialog role="alertdialog" wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
40957
- post: () => `</${tagName$_}>`
40959
+ pre: attrs => `<${tagName$10} wmAlertDialog role="alertdialog" wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
40960
+ post: () => `</${tagName$10}>`
40958
40961
  };
40959
40962
  });
40960
40963
  var alertDialog_build = () => { };
@@ -40964,11 +40967,11 @@ var alertDialog_build$1 = /*#__PURE__*/Object.freeze({
40964
40967
  'default': alertDialog_build
40965
40968
  });
40966
40969
 
40967
- const tagName$Z = 'div';
40970
+ const tagName$$ = 'div';
40968
40971
  register('wm-confirmdialog', () => {
40969
40972
  return {
40970
- pre: attrs => `<${tagName$Z} wmConfirmDialog wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
40971
- post: () => `</${tagName$Z}>`
40973
+ pre: attrs => `<${tagName$$} wmConfirmDialog wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
40974
+ post: () => `</${tagName$$}>`
40972
40975
  };
40973
40976
  });
40974
40977
  var confirmDialog_build = () => { };
@@ -40978,11 +40981,11 @@ var confirmDialog_build$1 = /*#__PURE__*/Object.freeze({
40978
40981
  'default': confirmDialog_build
40979
40982
  });
40980
40983
 
40981
- const tagName$Y = 'div';
40984
+ const tagName$_ = 'div';
40982
40985
  register('wm-dialogactions', () => {
40983
40986
  return {
40984
- pre: attrs => `<ng-template #dialogFooter><${tagName$Y} wmDialogFooter data-identfier="actions" ${getAttrMarkup(attrs)}>`,
40985
- post: () => `</${tagName$Y}></ng-template>`
40987
+ pre: attrs => `<ng-template #dialogFooter><${tagName$_} wmDialogFooter data-identfier="actions" ${getAttrMarkup(attrs)}>`,
40988
+ post: () => `</${tagName$_}></ng-template>`
40986
40989
  };
40987
40990
  });
40988
40991
  var dialogFooter_build = () => { };
@@ -40992,11 +40995,11 @@ var dialogFooter_build$1 = /*#__PURE__*/Object.freeze({
40992
40995
  'default': dialogFooter_build
40993
40996
  });
40994
40997
 
40995
- const tagName$X = 'div';
40998
+ const tagName$Z = 'div';
40996
40999
  register('wm-dialog', () => {
40997
41000
  return {
40998
- pre: attrs => `<${tagName$X} wmDialog ${getAttrMarkup(attrs)} aria-modal="true" role="dialog" wm-navigable-element="true"><ng-template #dialogBody>`,
40999
- post: () => `</ng-template></${tagName$X}>`
41001
+ pre: attrs => `<${tagName$Z} wmDialog ${getAttrMarkup(attrs)} aria-modal="true" role="dialog" wm-navigable-element="true"><ng-template #dialogBody>`,
41002
+ post: () => `</ng-template></${tagName$Z}>`
41000
41003
  };
41001
41004
  });
41002
41005
  // Todo:vinay remove wm-view in migration
@@ -41013,11 +41016,11 @@ var dialog_build$1 = /*#__PURE__*/Object.freeze({
41013
41016
  'default': dialog_build
41014
41017
  });
41015
41018
 
41016
- const tagName$W = 'div';
41019
+ const tagName$Y = 'div';
41017
41020
  register('wm-iframedialog', () => {
41018
41021
  return {
41019
- pre: attrs => `<${tagName$W} wmIframeDialog wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
41020
- post: () => `</${tagName$W}>`
41022
+ pre: attrs => `<${tagName$Y} wmIframeDialog wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
41023
+ post: () => `</${tagName$Y}>`
41021
41024
  };
41022
41025
  });
41023
41026
  var iframeDialog_build = () => { };
@@ -41027,11 +41030,11 @@ var iframeDialog_build$1 = /*#__PURE__*/Object.freeze({
41027
41030
  'default': iframeDialog_build
41028
41031
  });
41029
41032
 
41030
- const tagName$V = 'div';
41033
+ const tagName$X = 'div';
41031
41034
  register('wm-logindialog', () => {
41032
41035
  return {
41033
- pre: attrs => `<${tagName$V} wmDialog wmLoginDialog ${getAttrMarkup(attrs)} eventsource.bind="Actions.loginAction" wm-navigable-element="true"><ng-template #dialogBody>`,
41034
- post: () => `</ng-template></${tagName$V}>`
41036
+ pre: attrs => `<${tagName$X} wmDialog wmLoginDialog ${getAttrMarkup(attrs)} eventsource.bind="Actions.loginAction" wm-navigable-element="true"><ng-template #dialogBody>`,
41037
+ post: () => `</ng-template></${tagName$X}>`
41035
41038
  };
41036
41039
  });
41037
41040
  var loginDialog_build = () => { };
@@ -41041,7 +41044,7 @@ var loginDialog_build$1 = /*#__PURE__*/Object.freeze({
41041
41044
  'default': loginDialog_build
41042
41045
  });
41043
41046
 
41044
- const tagName$U = 'div';
41047
+ const tagName$W = 'div';
41045
41048
  register('wm-pagedialog', () => {
41046
41049
  return {
41047
41050
  pre: (attrs, shared) => {
@@ -41067,14 +41070,14 @@ register('wm-pagedialog', () => {
41067
41070
  shared.set('hasPartialContent', true);
41068
41071
  containerMarkup += `<ng-template><div wmContainer #partial partialContainer ${contentMarkup} width="100%" height="100%" ${onLoadEvtMarkup}>`;
41069
41072
  }
41070
- return `<${tagName$U} wmPartialDialog ${getAttrMarkup(attrs)}>${containerMarkup}`;
41073
+ return `<${tagName$W} wmPartialDialog ${getAttrMarkup(attrs)}>${containerMarkup}`;
41071
41074
  },
41072
41075
  post: (attrs, shared) => {
41073
41076
  let preContent = '';
41074
41077
  if (shared.get('hasPartialContent')) {
41075
41078
  preContent = `</div></ng-template>`;
41076
41079
  }
41077
- return `${preContent}</${tagName$U}>`;
41080
+ return `${preContent}</${tagName$W}>`;
41078
41081
  }
41079
41082
  };
41080
41083
  });
@@ -41153,7 +41156,7 @@ const getEditModeWidget = colDef => {
41153
41156
  return (fieldTypeWidgetTypeMap[colDef.type] && fieldTypeWidgetTypeMap[colDef.type][0]) || FormWidgetType.TEXT;
41154
41157
  };
41155
41158
 
41156
- const tagName$T = 'div';
41159
+ const tagName$V = 'div';
41157
41160
  const idGen$d = new IDGenerator('formfield_');
41158
41161
  const getEventsTemplate = (attrs) => {
41159
41162
  const eventAttrs = new Map();
@@ -41280,7 +41283,7 @@ const registerFormField = (isFormField) => {
41280
41283
  else {
41281
41284
  setDefaultPlaceholder(attrs, widgetType, 2);
41282
41285
  }
41283
- return `<${tagName$T} data-role="${dataRole}" [formGroup]="${pCounter}.ngform" wmFormField captionPosition #${counter}="wmFormField" widgettype="${widgetType}" ${getFormMarkupAttr(attrs)}>
41286
+ return `<${tagName$V} data-role="${dataRole}" [formGroup]="${pCounter}.ngform" wmFormField captionPosition #${counter}="wmFormField" widgettype="${widgetType}" ${getFormMarkupAttr(attrs)}>
41284
41287
  <div class="live-field form-group app-composite-widget clearfix caption-{{${pCounter}.captionposition}}" widget="${widgetType}">
41285
41288
  <label [hidden]="!${counter}.displayname" class="app-label control-label formfield-label {{${pCounter}._captionClass}}"
41286
41289
  [ngStyle]="{width: ${pCounter}.captionsize}" [ngClass]="{'text-danger': ${counter}._control?.invalid && ${counter}._control?.touched && ${pCounter}.isUpdateMode,
@@ -41296,7 +41299,7 @@ const registerFormField = (isFormField) => {
41296
41299
  </div>
41297
41300
  </div>`;
41298
41301
  },
41299
- post: () => `</${tagName$T}>`,
41302
+ post: () => `</${tagName$V}>`,
41300
41303
  provide: (attrs, shared) => {
41301
41304
  const provider = new Map();
41302
41305
  provider.set('form_reference', shared.get('counter'));
@@ -41325,11 +41328,11 @@ var formField_build$1 = /*#__PURE__*/Object.freeze({
41325
41328
  ɵ5: ɵ5$1$1
41326
41329
  });
41327
41330
 
41328
- const tagName$S = 'div';
41331
+ const tagName$U = 'div';
41329
41332
  const registerAction = (tmpl) => {
41330
41333
  return {
41331
- pre: attrs => `<${tagName$S} wmFormAction name="${attrs.get('name') || attrs.get('key')}" ${getAttrMarkup(attrs)} ${tmpl}>`,
41332
- post: () => `</${tagName$S}>`
41334
+ pre: attrs => `<${tagName$U} wmFormAction name="${attrs.get('name') || attrs.get('key')}" ${getAttrMarkup(attrs)} ${tmpl}>`,
41335
+ post: () => `</${tagName$U}>`
41333
41336
  };
41334
41337
  };
41335
41338
  const ɵ0$7$1 = registerAction;
@@ -41343,7 +41346,7 @@ var formAction_build$1 = /*#__PURE__*/Object.freeze({
41343
41346
  ɵ0: ɵ0$7$1
41344
41347
  });
41345
41348
 
41346
- const tagName$R = 'form';
41349
+ const tagName$T = 'form';
41347
41350
  const idGen$c = new IDGenerator('form_');
41348
41351
  const formWidgets$1 = new Set([
41349
41352
  'wm-text',
@@ -41419,7 +41422,7 @@ const buildTask = (directiveAttr = '') => {
41419
41422
  const classProp = attrs.get('formlayout') === 'page' ? 'app-device-liveform panel liveform-inline' : '';
41420
41423
  const dialogAttributes = ['title', 'title.bind', 'iconclass', 'iconclass.bind', 'width'];
41421
41424
  attrs.delete('dependson');
41422
- const liveFormTmpl = `<${tagName$R} wmForm data-role="${role}" ${directiveAttr} #${counter} ngNativeValidate [formGroup]="${counter}.ngform" [noValidate]="${counter}.validationtype !== 'html'"
41425
+ const liveFormTmpl = `<${tagName$T} wmForm data-role="${role}" ${directiveAttr} #${counter} ngNativeValidate [formGroup]="${counter}.ngform" [noValidate]="${counter}.validationtype !== 'html'"
41423
41426
  class="${classProp}" [class]="${counter}.captionAlignClass" [autocomplete]="${counter}.autocomplete ? 'on' : 'off'" captionposition=${attrs.get('captionposition')}`;
41424
41427
  attrs.set('numberOfFields', `${numberOfFields}`);
41425
41428
  shared.set('counter', counter);
@@ -41468,9 +41471,9 @@ const buildTask = (directiveAttr = '') => {
41468
41471
  return '</form></ng-template></div></div>';
41469
41472
  }
41470
41473
  if (attrs.get('formlayout') === 'page') {
41471
- return `</div></${tagName$R}>`;
41474
+ return `</div></${tagName$T}>`;
41472
41475
  }
41473
- return `</${tagName$R}>`;
41476
+ return `</${tagName$T}>`;
41474
41477
  },
41475
41478
  provide: (attrs, shared) => {
41476
41479
  const provider = new Map();
@@ -41493,14 +41496,14 @@ var form_build$1 = /*#__PURE__*/Object.freeze({
41493
41496
  ɵ2: ɵ2$2$1
41494
41497
  });
41495
41498
 
41496
- const tagName$Q = 'div';
41499
+ const tagName$S = 'div';
41497
41500
  register('wm-calendar', () => {
41498
41501
  return {
41499
41502
  pre: (attrs) => {
41500
41503
  let viewType = attrs.get('view') ? attrs.get('view') + ' view' : 'month view';
41501
- return `<${tagName$Q} wmCalendar redrawable style="width:100%" aria-label="${viewType}" ${getAttrMarkup(attrs)}>`;
41504
+ return `<${tagName$S} wmCalendar redrawable style="width:100%" aria-label="${viewType}" ${getAttrMarkup(attrs)}>`;
41502
41505
  },
41503
- post: () => `</${tagName$Q}>`
41506
+ post: () => `</${tagName$S}>`
41504
41507
  };
41505
41508
  });
41506
41509
  var calendar_build = () => { };
@@ -41510,11 +41513,11 @@ var calendar_build$1 = /*#__PURE__*/Object.freeze({
41510
41513
  'default': calendar_build
41511
41514
  });
41512
41515
 
41513
- const tagName$P = 'ul';
41516
+ const tagName$R = 'ul';
41514
41517
  register('wm-chips', () => {
41515
41518
  return {
41516
- pre: attrs => `<${tagName$P} wmChips role="listbox" ${getAttrMarkup(attrs)} ${getNgModelAttr(attrs)}>`,
41517
- post: () => `</${tagName$P}>`
41519
+ pre: attrs => `<${tagName$R} wmChips role="listbox" ${getAttrMarkup(attrs)} ${getNgModelAttr(attrs)}>`,
41520
+ post: () => `</${tagName$R}>`
41518
41521
  };
41519
41522
  });
41520
41523
  var chips_build = () => { };
@@ -41524,11 +41527,11 @@ var chips_build$1 = /*#__PURE__*/Object.freeze({
41524
41527
  'default': chips_build
41525
41528
  });
41526
41529
 
41527
- const tagName$O = 'div';
41530
+ const tagName$Q = 'div';
41528
41531
  register('wm-colorpicker', () => {
41529
41532
  return {
41530
- pre: attrs => `<${tagName$O} wmColorPicker ${getAttrMarkup(attrs)} role="input" ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
41531
- post: () => `</${tagName$O}>`
41533
+ pre: attrs => `<${tagName$Q} wmColorPicker ${getAttrMarkup(attrs)} role="input" ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
41534
+ post: () => `</${tagName$Q}>`
41532
41535
  };
41533
41536
  });
41534
41537
  var colorPicker_build = () => { };
@@ -41538,11 +41541,11 @@ var colorPicker_build$1 = /*#__PURE__*/Object.freeze({
41538
41541
  'default': colorPicker_build
41539
41542
  });
41540
41543
 
41541
- const tagName$N = 'div';
41544
+ const tagName$P = 'div';
41542
41545
  register('wm-currency', () => {
41543
41546
  return {
41544
- pre: attrs => `<${tagName$N} wmCurrency ${getAttrMarkup(attrs)} role="input" ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
41545
- post: () => `</${tagName$N}>`
41547
+ pre: attrs => `<${tagName$P} wmCurrency ${getAttrMarkup(attrs)} role="input" ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
41548
+ post: () => `</${tagName$P}>`
41546
41549
  };
41547
41550
  });
41548
41551
  var currency_build = () => { };
@@ -41552,11 +41555,11 @@ var currency_build$1 = /*#__PURE__*/Object.freeze({
41552
41555
  'default': currency_build
41553
41556
  });
41554
41557
 
41555
- const tagName$M = 'div';
41558
+ const tagName$O = 'div';
41556
41559
  register('wm-buttongroup', () => {
41557
41560
  return {
41558
- pre: attrs => `<${tagName$M} wmButtonGroup role="group" aria-labelledby="button group" ${getAttrMarkup(attrs)}>`,
41559
- post: () => `</${tagName$M}>`
41561
+ pre: attrs => `<${tagName$O} wmButtonGroup role="group" aria-labelledby="button group" ${getAttrMarkup(attrs)}>`,
41562
+ post: () => `</${tagName$O}>`
41560
41563
  };
41561
41564
  });
41562
41565
  var buttonGroup_build = () => { };
@@ -41566,15 +41569,15 @@ var buttonGroup_build$1 = /*#__PURE__*/Object.freeze({
41566
41569
  'default': buttonGroup_build
41567
41570
  });
41568
41571
 
41569
- const tagName$L = 'button';
41572
+ const tagName$N = 'button';
41570
41573
  const idGen$b = new IDGenerator('wm_button');
41571
41574
  register('wm-button', () => {
41572
41575
  return {
41573
41576
  pre: (attrs) => {
41574
41577
  const counter = idGen$b.nextUid();
41575
- return `<${tagName$L} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption || 'Button'" ${getAttrMarkup(attrs)}>`;
41578
+ return `<${tagName$N} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption || 'Button'" ${getAttrMarkup(attrs)}>`;
41576
41579
  },
41577
- post: () => `</${tagName$L}>`
41580
+ post: () => `</${tagName$N}>`
41578
41581
  };
41579
41582
  });
41580
41583
  var button_build = () => { };
@@ -41584,11 +41587,11 @@ var button_build$1 = /*#__PURE__*/Object.freeze({
41584
41587
  'default': button_build
41585
41588
  });
41586
41589
 
41587
- const tagName$K = 'div';
41590
+ const tagName$M = 'div';
41588
41591
  register('wm-checkbox', () => {
41589
41592
  return {
41590
- pre: attrs => `<${tagName$K} wmCheckbox ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
41591
- post: () => `</${tagName$K}>`
41593
+ pre: attrs => `<${tagName$M} wmCheckbox ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
41594
+ post: () => `</${tagName$M}>`
41592
41595
  };
41593
41596
  });
41594
41597
  var checkbox_build = () => { };
@@ -41598,11 +41601,11 @@ var checkbox_build$1 = /*#__PURE__*/Object.freeze({
41598
41601
  'default': checkbox_build
41599
41602
  });
41600
41603
 
41601
- const tagName$J = 'ul';
41604
+ const tagName$L = 'ul';
41602
41605
  register('wm-checkboxset', () => {
41603
41606
  return {
41604
- pre: attrs => `<${tagName$J} wmCheckboxset ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
41605
- post: () => `</${tagName$J}>`
41607
+ pre: attrs => `<${tagName$L} wmCheckboxset ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
41608
+ post: () => `</${tagName$L}>`
41606
41609
  };
41607
41610
  });
41608
41611
  var checkboxset_build = () => { };
@@ -41612,11 +41615,11 @@ var checkboxset_build$1 = /*#__PURE__*/Object.freeze({
41612
41615
  'default': checkboxset_build
41613
41616
  });
41614
41617
 
41615
- const tagName$I = 'div';
41618
+ const tagName$K = 'div';
41616
41619
  register('wm-composite', () => {
41617
41620
  return {
41618
- pre: attrs => `<${tagName$I} wmComposite captionPosition ${setChildAttrs(attrs)} ${getAttrMarkup(attrs)}>`,
41619
- post: () => `</${tagName$I}${clearChildAttrs()}>`
41621
+ pre: attrs => `<${tagName$K} wmComposite captionPosition ${setChildAttrs(attrs)} ${getAttrMarkup(attrs)}>`,
41622
+ post: () => `</${tagName$K}${clearChildAttrs()}>`
41620
41623
  };
41621
41624
  });
41622
41625
  var composite_build = () => { };
@@ -41626,11 +41629,11 @@ var composite_build$1 = /*#__PURE__*/Object.freeze({
41626
41629
  'default': composite_build
41627
41630
  });
41628
41631
 
41629
- const tagName$H = 'div';
41632
+ const tagName$J = 'div';
41630
41633
  register('wm-number', () => {
41631
41634
  return {
41632
- pre: attrs => `<${tagName$H} wmNumber ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
41633
- post: () => `</${tagName$H}>`
41635
+ pre: attrs => `<${tagName$J} wmNumber ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
41636
+ post: () => `</${tagName$J}>`
41634
41637
  };
41635
41638
  });
41636
41639
  var number_build = () => { };
@@ -41640,11 +41643,11 @@ var number_build$1 = /*#__PURE__*/Object.freeze({
41640
41643
  'default': number_build
41641
41644
  });
41642
41645
 
41643
- const tagName$G = 'ul';
41646
+ const tagName$I = 'ul';
41644
41647
  register('wm-radioset', () => {
41645
41648
  return {
41646
- pre: attrs => `<${tagName$G} wmRadioset ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
41647
- post: () => `</${tagName$G}>`
41649
+ pre: attrs => `<${tagName$I} wmRadioset ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
41650
+ post: () => `</${tagName$I}>`
41648
41651
  };
41649
41652
  });
41650
41653
  var radioset_build = () => { };
@@ -41654,11 +41657,11 @@ var radioset_build$1 = /*#__PURE__*/Object.freeze({
41654
41657
  'default': radioset_build
41655
41658
  });
41656
41659
 
41657
- const tagName$F = 'wm-select';
41660
+ const tagName$H = 'wm-select';
41658
41661
  register('wm-select', () => {
41659
41662
  return {
41660
- pre: attrs => `<${tagName$F} ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
41661
- post: () => `</${tagName$F}>`
41663
+ pre: attrs => `<${tagName$H} ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
41664
+ post: () => `</${tagName$H}>`
41662
41665
  };
41663
41666
  });
41664
41667
  var select_build = () => { };
@@ -41668,15 +41671,15 @@ var select_build$1 = /*#__PURE__*/Object.freeze({
41668
41671
  'default': select_build
41669
41672
  });
41670
41673
 
41671
- const tagName$E = 'div';
41674
+ const tagName$G = 'div';
41672
41675
  const idGen$a = new IDGenerator('wm_switch');
41673
41676
  register('wm-switch', () => {
41674
41677
  return {
41675
41678
  pre: (attrs) => {
41676
41679
  const counter = idGen$a.nextUid();
41677
- return `<${tagName$E} wmSwitch #${counter}="wmSwitch" [attr.aria-label]="${counter}.hint || 'Switch button'" ${getFormMarkupAttr(attrs)} ${getNgModelAttr(attrs)}>`;
41680
+ return `<${tagName$G} wmSwitch #${counter}="wmSwitch" [attr.aria-label]="${counter}.hint || 'Switch button'" ${getFormMarkupAttr(attrs)} ${getNgModelAttr(attrs)}>`;
41678
41681
  },
41679
- post: () => `</${tagName$E}>`
41682
+ post: () => `</${tagName$G}>`
41680
41683
  };
41681
41684
  });
41682
41685
  var switch_build = () => { };
@@ -41686,11 +41689,11 @@ var switch_build$1 = /*#__PURE__*/Object.freeze({
41686
41689
  'default': switch_build
41687
41690
  });
41688
41691
 
41689
- const tagName$D = 'wm-input';
41692
+ const tagName$F = 'wm-input';
41690
41693
  register('wm-text', () => {
41691
41694
  return {
41692
- pre: attrs => `<${tagName$D} ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
41693
- post: () => `</${tagName$D}>`
41695
+ pre: attrs => `<${tagName$F} ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
41696
+ post: () => `</${tagName$F}>`
41694
41697
  };
41695
41698
  });
41696
41699
  var text_build = () => { };
@@ -41700,11 +41703,11 @@ var text_build$1 = /*#__PURE__*/Object.freeze({
41700
41703
  'default': text_build
41701
41704
  });
41702
41705
 
41703
- const tagName$C = 'wm-textarea';
41706
+ const tagName$E = 'wm-textarea';
41704
41707
  register('wm-textarea', () => {
41705
41708
  return {
41706
- pre: attrs => `<${tagName$C} ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
41707
- post: () => `</${tagName$C}>`
41709
+ pre: attrs => `<${tagName$E} ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
41710
+ post: () => `</${tagName$E}>`
41708
41711
  };
41709
41712
  });
41710
41713
  var textarea_build = () => { };
@@ -41714,11 +41717,11 @@ var textarea_build$1 = /*#__PURE__*/Object.freeze({
41714
41717
  'default': textarea_build
41715
41718
  });
41716
41719
 
41717
- const tagName$B = 'div';
41720
+ const tagName$D = 'div';
41718
41721
  register('wm-datetime', () => {
41719
41722
  return {
41720
- pre: attrs => `<${tagName$B} wmDateTime ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
41721
- post: () => `</${tagName$B}>`
41723
+ pre: attrs => `<${tagName$D} wmDateTime ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
41724
+ post: () => `</${tagName$D}>`
41722
41725
  };
41723
41726
  });
41724
41727
  var dateTime_build = () => { };
@@ -41728,11 +41731,11 @@ var dateTime_build$1 = /*#__PURE__*/Object.freeze({
41728
41731
  'default': dateTime_build
41729
41732
  });
41730
41733
 
41731
- const tagName$A = 'div';
41734
+ const tagName$C = 'div';
41732
41735
  register('wm-date', () => {
41733
41736
  return {
41734
- pre: attrs => `<${tagName$A} wmDate ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
41735
- post: () => `</${tagName$A}>`
41737
+ pre: attrs => `<${tagName$C} wmDate ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
41738
+ post: () => `</${tagName$C}>`
41736
41739
  };
41737
41740
  });
41738
41741
  var date_build = () => { };
@@ -41742,11 +41745,11 @@ var date_build$1 = /*#__PURE__*/Object.freeze({
41742
41745
  'default': date_build
41743
41746
  });
41744
41747
 
41745
- const tagName$z = 'div';
41748
+ const tagName$B = 'div';
41746
41749
  register('wm-time', () => {
41747
41750
  return {
41748
- pre: attrs => `<${tagName$z} wmTime ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
41749
- post: () => `</${tagName$z}>`
41751
+ pre: attrs => `<${tagName$B} wmTime ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
41752
+ post: () => `</${tagName$B}>`
41750
41753
  };
41751
41754
  });
41752
41755
  var time_build = () => { };
@@ -41756,7 +41759,7 @@ var time_build$1 = /*#__PURE__*/Object.freeze({
41756
41759
  'default': time_build
41757
41760
  });
41758
41761
 
41759
- const tagName$y = 'div';
41762
+ const tagName$A = 'div';
41760
41763
  register('wm-fileupload', () => {
41761
41764
  return {
41762
41765
  pre: attrs => {
@@ -41764,9 +41767,9 @@ register('wm-fileupload', () => {
41764
41767
  const onSelectBinding = getDataSource(attrs.get('select.event'));
41765
41768
  attrs.set('datasource.bind', onSelectBinding);
41766
41769
  }
41767
- return `<${tagName$y} wmFileUpload ${getAttrMarkup(attrs)} role="input">`;
41770
+ return `<${tagName$A} wmFileUpload ${getAttrMarkup(attrs)} role="input">`;
41768
41771
  },
41769
- post: () => `</${tagName$y}>`
41772
+ post: () => `</${tagName$A}>`
41770
41773
  };
41771
41774
  });
41772
41775
  var fileUpload_build = () => { };
@@ -41776,11 +41779,11 @@ var fileUpload_build$1 = /*#__PURE__*/Object.freeze({
41776
41779
  'default': fileUpload_build
41777
41780
  });
41778
41781
 
41779
- const tagName$x = 'div';
41782
+ const tagName$z = 'div';
41780
41783
  register('wm-rating', () => {
41781
41784
  return {
41782
- pre: attrs => `<${tagName$x} wmRating ${getFormMarkupAttr(attrs)} ${getNgModelAttr(attrs)}>`,
41783
- post: () => `</${tagName$x}>`
41785
+ pre: attrs => `<${tagName$z} wmRating ${getFormMarkupAttr(attrs)} ${getNgModelAttr(attrs)}>`,
41786
+ post: () => `</${tagName$z}>`
41784
41787
  };
41785
41788
  });
41786
41789
  var rating_build = () => { };
@@ -41790,11 +41793,11 @@ var rating_build$1 = /*#__PURE__*/Object.freeze({
41790
41793
  'default': rating_build
41791
41794
  });
41792
41795
 
41793
- const tagName$w = 'div';
41796
+ const tagName$y = 'div';
41794
41797
  register('wm-slider', () => {
41795
41798
  return {
41796
- pre: attrs => `<${tagName$w} wmSlider ${getAttrMarkup(attrs)} ${getNgModelAttr(attrs)}>`,
41797
- post: () => `</${tagName$w}>`
41799
+ pre: attrs => `<${tagName$y} wmSlider ${getAttrMarkup(attrs)} ${getNgModelAttr(attrs)}>`,
41800
+ post: () => `</${tagName$y}>`
41798
41801
  };
41799
41802
  });
41800
41803
  var slider_build = () => { };
@@ -41805,7 +41808,7 @@ var slider_build$1 = /*#__PURE__*/Object.freeze({
41805
41808
  });
41806
41809
 
41807
41810
  const wmlistTag = 'wm-list';
41808
- const tagName$v = 'div';
41811
+ const tagName$x = 'div';
41809
41812
  const dataSetKey$2 = 'dataset';
41810
41813
  function copyAttribute$1(from, fromAttrName, to, toAttrName) {
41811
41814
  const fromAttr = from.attrs.find(a => a.name === fromAttrName);
@@ -41853,8 +41856,8 @@ register('wm-media-list', () => {
41853
41856
  copyAttribute$1(template, 'height', node, 'thumbnailheight');
41854
41857
  }
41855
41858
  },
41856
- pre: attrs => `<${tagName$v} wmMediaList ${getAttrMarkup(attrs)}>`,
41857
- post: () => `</${tagName$v}>`
41859
+ pre: attrs => `<${tagName$x} wmMediaList ${getAttrMarkup(attrs)}>`,
41860
+ post: () => `</${tagName$x}>`
41858
41861
  };
41859
41862
  });
41860
41863
  var mediaList_build = () => { };
@@ -41864,11 +41867,11 @@ var mediaList_build$1 = /*#__PURE__*/Object.freeze({
41864
41867
  'default': mediaList_build
41865
41868
  });
41866
41869
 
41867
- const tagName$u = 'ng-template';
41870
+ const tagName$w = 'ng-template';
41868
41871
  register('wm-media-template', () => {
41869
41872
  return {
41870
- pre: () => `<${tagName$u} #mediaListTemplate let-item="item" let-index="index">`,
41871
- post: () => `</${tagName$u}>`
41873
+ pre: () => `<${tagName$w} #mediaListTemplate let-item="item" let-index="index">`,
41874
+ post: () => `</${tagName$w}>`
41872
41875
  };
41873
41876
  });
41874
41877
  var mediaListItem_build = () => { };
@@ -41952,16 +41955,16 @@ var list_build$1 = /*#__PURE__*/Object.freeze({
41952
41955
  'default': list_build
41953
41956
  });
41954
41957
 
41955
- const tagName$t = 'div';
41958
+ const tagName$v = 'div';
41956
41959
  const idGen$9 = new IDGenerator('liveform_dialog_id_');
41957
41960
  register('wm-livetable', () => {
41958
41961
  return {
41959
41962
  pre: (attrs, shared) => {
41960
41963
  const counter = idGen$9.nextUid();
41961
41964
  shared.set('counter', counter);
41962
- return `<${tagName$t} wmLiveTable role="table" ${getAttrMarkup(attrs)} dialogid="${counter}">`;
41965
+ return `<${tagName$v} wmLiveTable role="table" ${getAttrMarkup(attrs)} dialogid="${counter}">`;
41963
41966
  },
41964
- post: () => `</${tagName$t}>`,
41967
+ post: () => `</${tagName$v}>`,
41965
41968
  provide: (attrs, shared) => {
41966
41969
  const provider = new Map();
41967
41970
  provider.set('liveform_dialog_id', shared.get('counter'));
@@ -41976,15 +41979,15 @@ var liveTable_build$1 = /*#__PURE__*/Object.freeze({
41976
41979
  'default': liveTable_build
41977
41980
  });
41978
41981
 
41979
- const tagName$s = 'p';
41982
+ const tagName$u = 'p';
41980
41983
  const idGen$8 = new IDGenerator('wm_message');
41981
41984
  register('wm-message', () => {
41982
41985
  return {
41983
41986
  pre: (attrs) => {
41984
41987
  const counter = idGen$8.nextUid();
41985
- return `<${tagName$s} wmMessage tabindex="0" #${counter}="wmMessage" ${getAttrMarkup(attrs)}>`;
41988
+ return `<${tagName$u} wmMessage tabindex="0" #${counter}="wmMessage" ${getAttrMarkup(attrs)}>`;
41986
41989
  },
41987
- post: () => `</${tagName$s}>`
41990
+ post: () => `</${tagName$u}>`
41988
41991
  };
41989
41992
  });
41990
41993
  var message_build = () => { };
@@ -41994,11 +41997,11 @@ var message_build$1 = /*#__PURE__*/Object.freeze({
41994
41997
  'default': message_build
41995
41998
  });
41996
41999
 
41997
- const tagName$r = 'ol';
42000
+ const tagName$t = 'ol';
41998
42001
  register('wm-breadcrumb', () => {
41999
42002
  return {
42000
- pre: attrs => `<${tagName$r} wmBreadcrumb ${getAttrMarkup(attrs)}>`,
42001
- post: () => `</${tagName$r}>`
42003
+ pre: attrs => `<${tagName$t} wmBreadcrumb ${getAttrMarkup(attrs)}>`,
42004
+ post: () => `</${tagName$t}>`
42002
42005
  };
42003
42006
  });
42004
42007
  var breadcrumb_build = () => { };
@@ -42008,11 +42011,11 @@ var breadcrumb_build$1 = /*#__PURE__*/Object.freeze({
42008
42011
  'default': breadcrumb_build
42009
42012
  });
42010
42013
 
42011
- const tagName$q = 'div';
42014
+ const tagName$s = 'div';
42012
42015
  register('wm-menu', () => {
42013
42016
  return {
42014
- pre: attrs => `<${tagName$q} wmMenu dropdown ${getAttrMarkup(attrs)}>`,
42015
- post: () => `</${tagName$q}>`
42017
+ pre: attrs => `<${tagName$s} wmMenu dropdown ${getAttrMarkup(attrs)}>`,
42018
+ post: () => `</${tagName$s}>`
42016
42019
  };
42017
42020
  });
42018
42021
  var menu_build = () => { };
@@ -42022,11 +42025,11 @@ var menu_build$1 = /*#__PURE__*/Object.freeze({
42022
42025
  'default': menu_build
42023
42026
  });
42024
42027
 
42025
- const tagName$p = 'li';
42028
+ const tagName$r = 'li';
42026
42029
  register('wm-nav-item', () => {
42027
42030
  return {
42028
- pre: attrs => `<${tagName$p} wmNavItem role="listitem" ${getAttrMarkup(attrs)}>`,
42029
- post: () => `</${tagName$p}>`
42031
+ pre: attrs => `<${tagName$r} wmNavItem role="listitem" ${getAttrMarkup(attrs)}>`,
42032
+ post: () => `</${tagName$r}>`
42030
42033
  };
42031
42034
  });
42032
42035
  var navItem_build = () => { };
@@ -42036,11 +42039,11 @@ var navItem_build$1 = /*#__PURE__*/Object.freeze({
42036
42039
  'default': navItem_build
42037
42040
  });
42038
42041
 
42039
- const tagName$o = 'ul';
42042
+ const tagName$q = 'ul';
42040
42043
  register('wm-nav', () => {
42041
42044
  return {
42042
- pre: attrs => `<${tagName$o} wmNav data-element-type="wmNav" data-role="page-header" role="list" ${getAttrMarkup(attrs)}>`,
42043
- post: () => `</${tagName$o}>`
42045
+ pre: attrs => `<${tagName$q} wmNav data-element-type="wmNav" data-role="page-header" role="list" ${getAttrMarkup(attrs)}>`,
42046
+ post: () => `</${tagName$q}>`
42044
42047
  };
42045
42048
  });
42046
42049
  var nav_build = () => { };
@@ -42050,11 +42053,11 @@ var nav_build$1 = /*#__PURE__*/Object.freeze({
42050
42053
  'default': nav_build
42051
42054
  });
42052
42055
 
42053
- const tagName$n = 'nav';
42056
+ const tagName$p = 'nav';
42054
42057
  register('wm-navbar', () => {
42055
42058
  return {
42056
- pre: attrs => `<${tagName$n} wmNavbar data-element-type="wmNavbar" role="navigation" ${getAttrMarkup(attrs)}>`,
42057
- post: () => `</${tagName$n}>`
42059
+ pre: attrs => `<${tagName$p} wmNavbar data-element-type="wmNavbar" role="navigation" ${getAttrMarkup(attrs)}>`,
42060
+ post: () => `</${tagName$p}>`
42058
42061
  };
42059
42062
  });
42060
42063
  var navbar_build = () => { };
@@ -42064,7 +42067,7 @@ var navbar_build$1 = /*#__PURE__*/Object.freeze({
42064
42067
  'default': navbar_build
42065
42068
  });
42066
42069
 
42067
- const tagName$m = 'wm-popover';
42070
+ const tagName$o = 'wm-popover';
42068
42071
  register('wm-popover', () => {
42069
42072
  return {
42070
42073
  requires: ['wm-table'],
@@ -42084,7 +42087,7 @@ register('wm-popover', () => {
42084
42087
  popoverTemplate = `<div wmContainer #partial partialContainer ${contentMarkup}>`;
42085
42088
  shared.set('hasPopoverContent', true);
42086
42089
  }
42087
- let markup = `<${tagName$m} wmPopover ${getAttrMarkup(attrs)}>`;
42090
+ let markup = `<${tagName$o} wmPopover ${getAttrMarkup(attrs)}>`;
42088
42091
  const contextAttrs = table ? `let-row="row"` : ``;
42089
42092
  markup += `<ng-template ${contextAttrs}><button class="popover-start"></button>`;
42090
42093
  // todo keyboard navigation - tab
@@ -42098,7 +42101,7 @@ register('wm-popover', () => {
42098
42101
  if (shared.get('hasPopoverContent')) {
42099
42102
  markup += `</div>`;
42100
42103
  }
42101
- return `${markup}<button class="popover-end"></button></ng-template></${tagName$m}>`;
42104
+ return `${markup}<button class="popover-end"></button></ng-template></${tagName$o}>`;
42102
42105
  }
42103
42106
  };
42104
42107
  });
@@ -42109,7 +42112,7 @@ var popover_build$1 = /*#__PURE__*/Object.freeze({
42109
42112
  'default': popover_build
42110
42113
  });
42111
42114
 
42112
- const tagName$l = 'div';
42115
+ const tagName$n = 'div';
42113
42116
  const findChild = (node, childName) => {
42114
42117
  const child = node && node.children.find(e => (e instanceof Element$1$1 && e.name === childName));
42115
42118
  return child;
@@ -42168,9 +42171,9 @@ register('wm-page', () => {
42168
42171
  },
42169
42172
  pre: (attrs) => {
42170
42173
  const counter = idGen$7.nextUid();
42171
- return `<${tagName$l} wmPage #${counter}="wmPage" data-role="pageContainer" [attr.aria-label]="${counter}.hint || 'Main page content'" ${getAttrMarkup(attrs)}>`;
42174
+ return `<${tagName$n} wmPage #${counter}="wmPage" data-role="pageContainer" [attr.aria-label]="${counter}.hint || 'Main page content'" ${getAttrMarkup(attrs)}>`;
42172
42175
  },
42173
- post: () => `</${tagName$l}>`
42176
+ post: () => `</${tagName$n}>`
42174
42177
  };
42175
42178
  });
42176
42179
  var page_build = () => { };
@@ -42184,11 +42187,11 @@ var page_build$1 = /*#__PURE__*/Object.freeze({
42184
42187
  ɵ3: ɵ3$1$2
42185
42188
  });
42186
42189
 
42187
- const tagName$k = 'nav';
42190
+ const tagName$m = 'nav';
42188
42191
  register('wm-pagination', () => {
42189
42192
  return {
42190
- pre: attrs => `<${tagName$k} wmPagination data-identifier="pagination" aria-label="Page navigation" ${getAttrMarkup(attrs)}>`,
42191
- post: () => `</${tagName$k}>`
42193
+ pre: attrs => `<${tagName$m} wmPagination data-identifier="pagination" aria-label="Page navigation" ${getAttrMarkup(attrs)}>`,
42194
+ post: () => `</${tagName$m}>`
42192
42195
  };
42193
42196
  });
42194
42197
  var pagination_build = () => { };
@@ -42198,11 +42201,11 @@ var pagination_build$1 = /*#__PURE__*/Object.freeze({
42198
42201
  'default': pagination_build
42199
42202
  });
42200
42203
 
42201
- const tagName$j = 'main';
42204
+ const tagName$l = 'main';
42202
42205
  register('wm-content', () => {
42203
42206
  return {
42204
- pre: attrs => `<${tagName$j} wmContent data-role="page-content" role="main" ${getAttrMarkup(attrs)}>`,
42205
- post: () => `</${tagName$j}>`
42207
+ pre: attrs => `<${tagName$l} wmContent data-role="page-content" role="main" ${getAttrMarkup(attrs)}>`,
42208
+ post: () => `</${tagName$l}>`
42206
42209
  };
42207
42210
  });
42208
42211
  var content_build = () => { };
@@ -42212,15 +42215,15 @@ var content_build$1 = /*#__PURE__*/Object.freeze({
42212
42215
  'default': content_build
42213
42216
  });
42214
42217
 
42215
- const tagName$i = 'footer';
42218
+ const tagName$k = 'footer';
42216
42219
  const idGen$6 = new IDGenerator('wm_footer');
42217
42220
  register('wm-footer', () => {
42218
42221
  return {
42219
42222
  pre: (attrs) => {
42220
42223
  const counter = idGen$6.nextUid();
42221
- return `<${tagName$i} wmFooter #${counter}="wmFooter" partialContainer data-role="page-footer" role="contentinfo" [attr.aria-label]="${counter}.hint || 'Page footer'" ${getAttrMarkup(attrs)}>`;
42224
+ return `<${tagName$k} wmFooter #${counter}="wmFooter" partialContainer data-role="page-footer" role="contentinfo" [attr.aria-label]="${counter}.hint || 'Page footer'" ${getAttrMarkup(attrs)}>`;
42222
42225
  },
42223
- post: () => `</${tagName$i}>`
42226
+ post: () => `</${tagName$k}>`
42224
42227
  };
42225
42228
  });
42226
42229
  var footer_build = () => { };
@@ -42230,15 +42233,15 @@ var footer_build$1 = /*#__PURE__*/Object.freeze({
42230
42233
  'default': footer_build
42231
42234
  });
42232
42235
 
42233
- const tagName$h = 'header';
42236
+ const tagName$j = 'header';
42234
42237
  const idGen$5 = new IDGenerator('wm_header');
42235
42238
  register('wm-header', () => {
42236
42239
  return {
42237
42240
  pre: (attrs) => {
42238
42241
  const counter = idGen$5.nextUid();
42239
- return `<${tagName$h} wmHeader #${counter}="wmHeader" partialContainer data-role="page-header" role="banner" [attr.aria-label]="${counter}.hint || 'Page header'" ${getAttrMarkup(attrs)}>`;
42242
+ return `<${tagName$j} wmHeader #${counter}="wmHeader" partialContainer data-role="page-header" role="banner" [attr.aria-label]="${counter}.hint || 'Page header'" ${getAttrMarkup(attrs)}>`;
42240
42243
  },
42241
- post: () => `</${tagName$h}>`
42244
+ post: () => `</${tagName$j}>`
42242
42245
  };
42243
42246
  });
42244
42247
  var header_build = () => { };
@@ -42248,15 +42251,15 @@ var header_build$1 = /*#__PURE__*/Object.freeze({
42248
42251
  'default': header_build
42249
42252
  });
42250
42253
 
42251
- const tagName$g = 'aside';
42254
+ const tagName$i = 'aside';
42252
42255
  const idGen$4 = new IDGenerator('wm_left_panel');
42253
42256
  register('wm-left-panel', () => {
42254
42257
  return {
42255
42258
  pre: (attrs) => {
42256
42259
  const counter = idGen$4.nextUid();
42257
- return `<${tagName$g} wmLeftPanel #${counter}="wmLeftPanel" partialContainer data-role="page-left-panel" role="navigation" [attr.aria-label]="${counter}.hint || 'Left navigation panel'" wmSmoothscroll="${attrs.get('smoothscroll') || 'false'}" ${getAttrMarkup(attrs)}>`;
42260
+ return `<${tagName$i} wmLeftPanel #${counter}="wmLeftPanel" partialContainer data-role="page-left-panel" role="navigation" [attr.aria-label]="${counter}.hint || 'Left navigation panel'" wmSmoothscroll="${attrs.get('smoothscroll') || 'false'}" ${getAttrMarkup(attrs)}>`;
42258
42261
  },
42259
- post: () => `</${tagName$g}>`
42262
+ post: () => `</${tagName$i}>`
42260
42263
  };
42261
42264
  });
42262
42265
  var leftPanel_build = () => { };
@@ -42266,11 +42269,11 @@ var leftPanel_build$1 = /*#__PURE__*/Object.freeze({
42266
42269
  'default': leftPanel_build
42267
42270
  });
42268
42271
 
42269
- const tagName$f = 'header';
42272
+ const tagName$h = 'header';
42270
42273
  register('wm-mobile-navbar', () => {
42271
42274
  return {
42272
- pre: attrs => `<${tagName$f} wmMobileNavbar ${getAttrMarkup(attrs)}>`,
42273
- post: () => `</${tagName$f}>`
42275
+ pre: attrs => `<${tagName$h} wmMobileNavbar ${getAttrMarkup(attrs)}>`,
42276
+ post: () => `</${tagName$h}>`
42274
42277
  };
42275
42278
  });
42276
42279
  var mobileNavbar_build = () => { };
@@ -42280,15 +42283,15 @@ var mobileNavbar_build$1 = /*#__PURE__*/Object.freeze({
42280
42283
  'default': mobileNavbar_build
42281
42284
  });
42282
42285
 
42283
- const tagName$e = 'aside';
42286
+ const tagName$g = 'aside';
42284
42287
  const idGen$3 = new IDGenerator('wm_right_panel');
42285
42288
  register('wm-right-panel', () => {
42286
42289
  return {
42287
42290
  pre: (attrs) => {
42288
42291
  const counter = idGen$3.nextUid();
42289
- return `<${tagName$e} wmRightPanel #${counter}="wmRightPanel" partialContainer data-role="page-right-panel" role="complementary" [attr.aria-label]="${counter}.hint || 'Right navigation panel'" ${getAttrMarkup(attrs)}>`;
42292
+ return `<${tagName$g} wmRightPanel #${counter}="wmRightPanel" partialContainer data-role="page-right-panel" role="complementary" [attr.aria-label]="${counter}.hint || 'Right navigation panel'" ${getAttrMarkup(attrs)}>`;
42290
42293
  },
42291
- post: () => `</${tagName$e}>`
42294
+ post: () => `</${tagName$g}>`
42292
42295
  };
42293
42296
  });
42294
42297
  var rightPanel_build = () => { };
@@ -42298,11 +42301,11 @@ var rightPanel_build$1 = /*#__PURE__*/Object.freeze({
42298
42301
  'default': rightPanel_build
42299
42302
  });
42300
42303
 
42301
- const tagName$d = 'div';
42304
+ const tagName$f = 'div';
42302
42305
  register('wm-page-content', () => {
42303
42306
  return {
42304
- pre: attrs => `<${tagName$d} wmPageContent wmSmoothscroll="${attrs.get('smoothscroll') || 'false'}" ${getAttrMarkup(attrs)}>`,
42305
- post: () => `</${tagName$d}>`
42307
+ pre: attrs => `<${tagName$f} wmPageContent wmSmoothscroll="${attrs.get('smoothscroll') || 'false'}" ${getAttrMarkup(attrs)}>`,
42308
+ post: () => `</${tagName$f}>`
42306
42309
  };
42307
42310
  });
42308
42311
  var pageContent_build = () => { };
@@ -42312,11 +42315,11 @@ var pageContent_build$1 = /*#__PURE__*/Object.freeze({
42312
42315
  'default': pageContent_build
42313
42316
  });
42314
42317
 
42315
- const tagName$c = 'div';
42318
+ const tagName$e = 'div';
42316
42319
  register('wm-mobile-tabbar', () => {
42317
42320
  return {
42318
- pre: attrs => `<${tagName$c} wmMobileTabbar ${getAttrMarkup(attrs)}>`,
42319
- post: () => `</${tagName$c}>`
42321
+ pre: attrs => `<${tagName$e} wmMobileTabbar ${getAttrMarkup(attrs)}>`,
42322
+ post: () => `</${tagName$e}>`
42320
42323
  };
42321
42324
  });
42322
42325
  var tabBar_build = () => { };
@@ -42326,15 +42329,15 @@ var tabBar_build$1 = /*#__PURE__*/Object.freeze({
42326
42329
  'default': tabBar_build
42327
42330
  });
42328
42331
 
42329
- const tagName$b = 'section';
42332
+ const tagName$d = 'section';
42330
42333
  const idGen$2 = new IDGenerator('wm_top_nav');
42331
42334
  register('wm-top-nav', () => {
42332
42335
  return {
42333
42336
  pre: (attrs) => {
42334
42337
  const counter = idGen$2.nextUid();
42335
- return `<${tagName$b} wmTopNav #${counter}="wmTopNav" partialContainer data-role="page-topnav" role="navigation" [attr.aria-label]="${counter}.hint || 'Second level navigation'" ${getAttrMarkup(attrs)}>`;
42338
+ return `<${tagName$d} wmTopNav #${counter}="wmTopNav" partialContainer data-role="page-topnav" role="navigation" [attr.aria-label]="${counter}.hint || 'Second level navigation'" ${getAttrMarkup(attrs)}>`;
42336
42339
  },
42337
- post: () => `</${tagName$b}>`
42340
+ post: () => `</${tagName$d}>`
42338
42341
  };
42339
42342
  });
42340
42343
  var topNav_build = () => { };
@@ -42344,7 +42347,7 @@ var topNav_build$1 = /*#__PURE__*/Object.freeze({
42344
42347
  'default': topNav_build
42345
42348
  });
42346
42349
 
42347
- const tagName$a = 'section';
42350
+ const tagName$c = 'section';
42348
42351
  const noSpan$1 = {};
42349
42352
  const createElement$1$1 = name => {
42350
42353
  return new Element$1$1(name, [], [], noSpan$1, noSpan$1, noSpan$1);
@@ -42364,8 +42367,8 @@ register('wm-partial', () => {
42364
42367
  node.children.length = 0;
42365
42368
  node.children.push(conditionalNode);
42366
42369
  },
42367
- pre: attrs => `<${tagName$a} wmPartial data-role="partial" role="complementary" ${getAttrMarkup(attrs)}>`,
42368
- post: () => `</${tagName$a}>`
42370
+ pre: attrs => `<${tagName$c} wmPartial data-role="partial" role="complementary" ${getAttrMarkup(attrs)}>`,
42371
+ post: () => `</${tagName$c}>`
42369
42372
  };
42370
42373
  });
42371
42374
  var partial_build = () => { };
@@ -42377,11 +42380,11 @@ var partial_build$1 = /*#__PURE__*/Object.freeze({
42377
42380
  ɵ1: ɵ1$3$2
42378
42381
  });
42379
42382
 
42380
- const tagName$9 = 'div';
42383
+ const tagName$b = 'div';
42381
42384
  register('wm-param', () => {
42382
42385
  return {
42383
- pre: attrs => `<${tagName$9} wmParam hidden ${getAttrMarkup(attrs)}>`,
42384
- post: () => `</${tagName$9}>`
42386
+ pre: attrs => `<${tagName$b} wmParam hidden ${getAttrMarkup(attrs)}>`,
42387
+ post: () => `</${tagName$b}>`
42385
42388
  };
42386
42389
  });
42387
42390
  var partialParam_build = () => { };
@@ -42391,11 +42394,11 @@ var partialParam_build$1 = /*#__PURE__*/Object.freeze({
42391
42394
  'default': partialParam_build
42392
42395
  });
42393
42396
 
42394
- const tagName$8 = 'section';
42397
+ const tagName$a = 'section';
42395
42398
  register('wm-prefab', () => {
42396
42399
  return {
42397
- pre: attrs => `<${tagName$8} wmPrefab redrawable data-role="perfab" ${getAttrMarkup(attrs)}>`,
42398
- post: () => `</${tagName$8}>`
42400
+ pre: attrs => `<${tagName$a} wmPrefab redrawable data-role="perfab" ${getAttrMarkup(attrs)}>`,
42401
+ post: () => `</${tagName$a}>`
42399
42402
  };
42400
42403
  });
42401
42404
  var prefab_build = () => { };
@@ -42415,7 +42418,7 @@ const addAtrribute = (node, name, value) => {
42415
42418
  node.attrs.push(attr);
42416
42419
  };
42417
42420
  const ɵ1$2$2 = addAtrribute;
42418
- const tagName$7 = 'div';
42421
+ const tagName$9 = 'div';
42419
42422
  register('wm-prefab-container', () => {
42420
42423
  return {
42421
42424
  template: (node) => {
@@ -42425,8 +42428,8 @@ register('wm-prefab-container', () => {
42425
42428
  node.children.length = 0;
42426
42429
  node.children.push(conditionalNode);
42427
42430
  },
42428
- pre: attrs => `<${tagName$7} wmPrefabContainer ${getAttrMarkup(attrs)}>`,
42429
- post: () => `</${tagName$7}>`
42431
+ pre: attrs => `<${tagName$9} wmPrefabContainer ${getAttrMarkup(attrs)}>`,
42432
+ post: () => `</${tagName$9}>`
42430
42433
  };
42431
42434
  });
42432
42435
  var prefabContainer_build = () => { };
@@ -42438,11 +42441,11 @@ var prefabContainer_build$1 = /*#__PURE__*/Object.freeze({
42438
42441
  ɵ1: ɵ1$2$2
42439
42442
  });
42440
42443
 
42441
- const tagName$6 = 'div';
42444
+ const tagName$8 = 'div';
42442
42445
  register('wm-table-action', () => {
42443
42446
  return {
42444
- pre: attrs => `<${tagName$6} name="${attrs.get('name') || attrs.get('key')}" wmTableAction ${getAttrMarkup(attrs)}>`,
42445
- post: () => `</${tagName$6}>`
42447
+ pre: attrs => `<${tagName$8} name="${attrs.get('name') || attrs.get('key')}" wmTableAction ${getAttrMarkup(attrs)}>`,
42448
+ post: () => `</${tagName$8}>`
42446
42449
  };
42447
42450
  });
42448
42451
  var tableAction_build = () => { };
@@ -42452,11 +42455,11 @@ var tableAction_build$1 = /*#__PURE__*/Object.freeze({
42452
42455
  'default': tableAction_build
42453
42456
  });
42454
42457
 
42455
- const tagName$5 = 'div';
42458
+ const tagName$7 = 'div';
42456
42459
  register('wm-table-column-group', () => {
42457
42460
  return {
42458
- pre: attrs => `<${tagName$5} wmTableColumnGroup ${getAttrMarkup(attrs)}>`,
42459
- post: () => `</${tagName$5}>`
42461
+ pre: attrs => `<${tagName$7} wmTableColumnGroup ${getAttrMarkup(attrs)}>`,
42462
+ post: () => `</${tagName$7}>`
42460
42463
  };
42461
42464
  });
42462
42465
  var tableColumnGroup_build = () => { };
@@ -42466,7 +42469,7 @@ var tableColumnGroup_build$1 = /*#__PURE__*/Object.freeze({
42466
42469
  'default': tableColumnGroup_build
42467
42470
  });
42468
42471
 
42469
- const tagName$4 = 'div';
42472
+ const tagName$6 = 'div';
42470
42473
  const idGen$1 = new IDGenerator('data_table_form_');
42471
42474
  const formWidgets = new Set([
42472
42475
  'wm-text',
@@ -42726,7 +42729,7 @@ register('wm-table-column', () => {
42726
42729
  customExprTmpl = `${customExpr}<div data-col-identifier="${attrs.get('binding')}" title="${formatExprTmpl}">${formatExprTmpl}`;
42727
42730
  }
42728
42731
  }
42729
- return `<${tagName$4} wmTableColumn ${getAttrMarkup(attrs)} ${parentForm}>
42732
+ return `<${tagName$6} wmTableColumn ${getAttrMarkup(attrs)} ${parentForm}>
42730
42733
  ${rowFilterTmpl}
42731
42734
  ${inlineEditTmpl}
42732
42735
  ${inlineNewEditTmpl}
@@ -42737,7 +42740,7 @@ register('wm-table-column', () => {
42737
42740
  if (shared.get('customExpression')) {
42738
42741
  customExprTmpl = `</div></ng-template>`;
42739
42742
  }
42740
- return `${customExprTmpl}</${tagName$4}>`;
42743
+ return `${customExprTmpl}</${tagName$6}>`;
42741
42744
  },
42742
42745
  imports: (attrs) => {
42743
42746
  const editWidgetType = attrs.get('edit-widget-type');
@@ -42760,7 +42763,7 @@ var tableColumn_build$1 = /*#__PURE__*/Object.freeze({
42760
42763
  ɵ6: ɵ6$3
42761
42764
  });
42762
42765
 
42763
- const tagName$3 = 'div';
42766
+ const tagName$5 = 'div';
42764
42767
  const getRowExpansionActionTmpl = (attrs) => {
42765
42768
  const tag = attrs.get('widget-type') === 'anchor' ? 'a' : 'button';
42766
42769
  const directive = attrs.get('widget-type') === 'anchor' ? 'wmAnchor' : 'wmButton';
@@ -42776,7 +42779,7 @@ const ɵ0$1$2 = getRowExpansionActionTmpl;
42776
42779
  register('wm-table-row', () => {
42777
42780
  return {
42778
42781
  pre: (attrs) => {
42779
- return `<${tagName$3} wmTableRow ${getAttrMarkup(attrs)}>
42782
+ return `<${tagName$5} wmTableRow ${getAttrMarkup(attrs)}>
42780
42783
  ${getRowExpansionActionTmpl(attrs)}
42781
42784
  <ng-template #rowExpansionTmpl let-row="row" let-rowDef="rowDef" let-containerLoad="containerLoad">
42782
42785
  <div wmContainer partialContainer content.bind="rowDef.content" load.event="containerLoad(widget)"
@@ -42784,7 +42787,7 @@ register('wm-table-row', () => {
42784
42787
  <div *ngFor="let param of rowDef.partialParams | keyvalue" wmParam hidden
42785
42788
  [name]="param.key" [value]="param.value"></div>`;
42786
42789
  },
42787
- post: () => `</div></ng-template></${tagName$3}>`
42790
+ post: () => `</div></ng-template></${tagName$5}>`
42788
42791
  };
42789
42792
  });
42790
42793
  var tableRow_build = () => { };
@@ -42795,7 +42798,7 @@ var tableRow_build$1 = /*#__PURE__*/Object.freeze({
42795
42798
  ɵ0: ɵ0$1$2
42796
42799
  });
42797
42800
 
42798
- const tagName$2 = 'div';
42801
+ const tagName$4 = 'div';
42799
42802
  const getSaveCancelTemplate = () => {
42800
42803
  return `<button type="button" aria-label="Save edit icon" class="save row-action-button btn app-button btn-transparent save-edit-row-button hidden" title="Save">
42801
42804
  <i class="wi wi-done" aria-hidden="true"></i>
@@ -42829,9 +42832,9 @@ const getRowActionTmpl = (attrs) => {
42829
42832
  const ɵ1$8 = getRowActionTmpl;
42830
42833
  register('wm-table-row-action', () => {
42831
42834
  return {
42832
- pre: attrs => `<${tagName$2} wmTableRowAction ${getAttrMarkup(attrs)}>
42835
+ pre: attrs => `<${tagName$4} wmTableRowAction ${getAttrMarkup(attrs)}>
42833
42836
  ${getRowActionTmpl(attrs)}`,
42834
- post: () => `</${tagName$2}>`
42837
+ post: () => `</${tagName$4}>`
42835
42838
  };
42836
42839
  });
42837
42840
  var tableRowAction_build = () => { };
@@ -42843,7 +42846,7 @@ var tableRowAction_build$1 = /*#__PURE__*/Object.freeze({
42843
42846
  ɵ1: ɵ1$8
42844
42847
  });
42845
42848
 
42846
- const tagName$1 = 'div';
42849
+ const tagName$3 = 'div';
42847
42850
  const dataSetKey = 'dataset';
42848
42851
  const idGen = new IDGenerator('table_');
42849
42852
  let columnIndex = 0;
@@ -42910,9 +42913,9 @@ register('wm-table', () => {
42910
42913
  attrs.set('isdynamictable', shared.get('isdynamictable'));
42911
42914
  attrs.set('isrowexpansionenabled', shared.get('isrowexpansionenabled'));
42912
42915
  attrs.set('table_reference', counter);
42913
- return `<${tagName$1} wmTable="${counter}" wmTableFilterSort wmTableCUD #${counter} data-identifier="table" role="table" ${getAttrMarkup(attrs)}>`;
42916
+ return `<${tagName$3} wmTable="${counter}" wmTableFilterSort wmTableCUD #${counter} data-identifier="table" role="table" ${getAttrMarkup(attrs)}>`;
42914
42917
  },
42915
- post: () => `</${tagName$1}>`,
42918
+ post: () => `</${tagName$3}>`,
42916
42919
  provide: (attrs, shared) => {
42917
42920
  const provider = new Map();
42918
42921
  provider.set('table_reference', shared.get('counter'));
@@ -42931,11 +42934,11 @@ var table_build$1 = /*#__PURE__*/Object.freeze({
42931
42934
  'default': table_build
42932
42935
  });
42933
42936
 
42934
- const tagName = 'div';
42937
+ const tagName$2 = 'div';
42935
42938
  register('wm-video', () => {
42936
42939
  return {
42937
- pre: attrs => `<${tagName} wmVideo ${getAttrMarkup(attrs)}>`,
42938
- post: () => `</${tagName}>`
42940
+ pre: attrs => `<${tagName$2} wmVideo ${getAttrMarkup(attrs)}>`,
42941
+ post: () => `</${tagName$2}>`
42939
42942
  };
42940
42943
  });
42941
42944
  var video_build = () => { };
@@ -42945,6 +42948,34 @@ var video_build$1 = /*#__PURE__*/Object.freeze({
42945
42948
  'default': video_build
42946
42949
  });
42947
42950
 
42951
+ const tagName$1 = 'div';
42952
+ register('wm-linearlayout', () => {
42953
+ return {
42954
+ pre: attrs => `<${tagName$1} wmLinearLayout ${getAttrMarkup(attrs)}>`,
42955
+ post: () => `</${tagName$1}>`
42956
+ };
42957
+ });
42958
+ var linearLayout_build = () => { };
42959
+
42960
+ var linearLayout_build$1 = /*#__PURE__*/Object.freeze({
42961
+ __proto__: null,
42962
+ 'default': linearLayout_build
42963
+ });
42964
+
42965
+ const tagName = 'div';
42966
+ register('wm-linearlayoutitem', () => {
42967
+ return {
42968
+ pre: attrs => `<${tagName} wmLinearLayoutItem ${getAttrMarkup(attrs)}>`,
42969
+ post: () => `</${tagName}>`
42970
+ };
42971
+ });
42972
+ var linearLayoutItem_build = () => { };
42973
+
42974
+ var linearLayoutItem_build$1 = /*#__PURE__*/Object.freeze({
42975
+ __proto__: null,
42976
+ 'default': linearLayoutItem_build
42977
+ });
42978
+
42948
42979
  const initComponentsBuildTask = () => { };
42949
42980
 
42950
42981
  exports.accordionBuild = accordion_build$1;
@@ -42994,6 +43025,8 @@ exports.leftPanelBuild = leftPanel_build$1;
42994
43025
  exports.lgBuild = layoutGrid_build$1;
42995
43026
  exports.lgcolBuild = layoutGridColumn_build$1;
42996
43027
  exports.lgrowBuild = layoutGridRow_build$1;
43028
+ exports.linearLayoutBuild = linearLayout_build$1;
43029
+ exports.linearLayoutItemBuild = linearLayoutItem_build$1;
42997
43030
  exports.listBuild = list_build$1;
42998
43031
  exports.liveTableBuild = liveTable_build$1;
42999
43032
  exports.loginBuild = login_build$1;