@wavemaker/angular-codegen 10.11.1-rc.5143 → 11.0.0-next.139029

Sign up to get free protection for your applications and to get access to all the features.
@@ -41409,6 +41409,7 @@ const DIALOG_MODULE = [...NGX_MODAL_MODULE, ...INPUT_MODULE, { from: '@wm/compon
41409
41409
  const PAGINATION_MODULE = [...NG_FORM_MODULE, ...NGX_PAGINATION_MODULE, { from: '@wm/components/data/pagination', name: 'PaginationModule' }];
41410
41410
  const SEARCH_MODULE = [...NG_FORM_MODULE, ...NGX_TYPE_HEAD_MODULE, { from: '@wm/components/basic/search', name: 'SearchModule' }];
41411
41411
  const ACCORDION_MODULE = [{ from: '@wm/components/containers/accordion', name: 'AccordionModule' }];
41412
+ const LINEAR_LAYOUT_MODULE = [{ from: ' @wm/components/containers/linear-layout', name: 'LinearLayoutModule' }];
41412
41413
  const ALERT_DIALOG_MODULE = [...DIALOG_MODULE, { from: '@wm/components/dialogs/alert-dialog', name: 'AlertDialogModule' }];
41413
41414
  const BARCODE_SCANNER_MODULE = [{ from: '@wm/mobile/components/device/barcode-scanner', name: 'BarcodeScannerModule' }];
41414
41415
  const MENU_MODULE = [...BASIC_MODULE, ...NGX_DROP_DOWN_MODULE, ...INPUT_MODULE, { from: '@wm/components/navigation/menu', name: 'MenuModule' }];
@@ -41503,6 +41504,8 @@ const WIDGET_IMPORTS = new Map([
41503
41504
  ['wm-label', BASIC_MODULE],
41504
41505
  ['wm-layoutgrid', LAYOUT_GRID_MODULE],
41505
41506
  ['wm-left-panel', LEFT_PANEL_MODULE],
41507
+ ['wm-linearlayout', LINEAR_LAYOUT_MODULE],
41508
+ ['wm-linearlayoutitem', LINEAR_LAYOUT_MODULE],
41506
41509
  ['wm-list', LIST_MODULE],
41507
41510
  ['wm-livetable', LIVE_TABLE_MODULE],
41508
41511
  ['wm-login', LOGIN_MODULE],
@@ -42120,11 +42123,11 @@ var carouselTemplate_build$1 = /*#__PURE__*/Object.freeze({
42120
42123
  'default': carouselTemplate_build
42121
42124
  });
42122
42125
 
42123
- const tagName$1y = 'div';
42126
+ const tagName$1A = 'div';
42124
42127
  register('wm-login', () => {
42125
42128
  return {
42126
- pre: attrs => `<${tagName$1y} wmLogin ${getAttrMarkup(attrs)} eventsource.bind="Actions.loginAction">`,
42127
- post: () => `</${tagName$1y}>`,
42129
+ pre: attrs => `<${tagName$1A} wmLogin ${getAttrMarkup(attrs)} eventsource.bind="Actions.loginAction">`,
42130
+ post: () => `</${tagName$1A}>`,
42128
42131
  provide: () => {
42129
42132
  const provider = new Map();
42130
42133
  provider.set('isLogin', true);
@@ -42139,11 +42142,11 @@ var login_build$1 = /*#__PURE__*/Object.freeze({
42139
42142
  'default': login_build
42140
42143
  });
42141
42144
 
42142
- const tagName$1x = 'marquee';
42145
+ const tagName$1z = 'marquee';
42143
42146
  register('wm-marquee', () => {
42144
42147
  return {
42145
- pre: attrs => `<${tagName$1x} onmouseover="this.stop();" onmouseout="this.start();" wmMarquee role="marquee" aria-live="off" ${getAttrMarkup(attrs)}>`,
42146
- post: () => `</${tagName$1x}>`
42148
+ pre: attrs => `<${tagName$1z} onmouseover="this.stop();" onmouseout="this.start();" wmMarquee role="marquee" aria-live="off" ${getAttrMarkup(attrs)}>`,
42149
+ post: () => `</${tagName$1z}>`
42147
42150
  };
42148
42151
  });
42149
42152
  var marquee_build = () => { };
@@ -42153,15 +42156,15 @@ var marquee_build$1 = /*#__PURE__*/Object.freeze({
42153
42156
  'default': marquee_build
42154
42157
  });
42155
42158
 
42156
- const tagName$1w = 'a';
42159
+ const tagName$1y = 'a';
42157
42160
  const idGen$p = new IDGenerator('wm_anchor');
42158
42161
  register('wm-anchor', () => {
42159
42162
  return {
42160
42163
  pre: (attrs) => {
42161
42164
  const counter = idGen$p.nextUid();
42162
- return `<${tagName$1w} wmAnchor #${counter}="wmAnchor" role="link" data-identifier="anchor" [attr.aria-label]="${counter}.hint || ${counter}.caption || 'Link'" ${getAttrMarkup(attrs)}>`;
42165
+ return `<${tagName$1y} wmAnchor #${counter}="wmAnchor" role="link" data-identifier="anchor" [attr.aria-label]="${counter}.hint || ${counter}.caption || 'Link'" ${getAttrMarkup(attrs)}>`;
42163
42166
  },
42164
- post: () => `</${tagName$1w}>`
42167
+ post: () => `</${tagName$1y}>`
42165
42168
  };
42166
42169
  });
42167
42170
  var anchor_build = () => { };
@@ -42171,11 +42174,11 @@ var anchor_build$1 = /*#__PURE__*/Object.freeze({
42171
42174
  'default': anchor_build
42172
42175
  });
42173
42176
 
42174
- const tagName$1v = 'div';
42177
+ const tagName$1x = 'div';
42175
42178
  register('wm-audio', () => {
42176
42179
  return {
42177
- pre: attrs => `<${tagName$1v} wmAudio ${getAttrMarkup(attrs)}>`,
42178
- post: () => `</${tagName$1v}>`
42180
+ pre: attrs => `<${tagName$1x} wmAudio ${getAttrMarkup(attrs)}>`,
42181
+ post: () => `</${tagName$1x}>`
42179
42182
  };
42180
42183
  });
42181
42184
  var audio_build = () => { };
@@ -42185,15 +42188,15 @@ var audio_build$1 = /*#__PURE__*/Object.freeze({
42185
42188
  'default': audio_build
42186
42189
  });
42187
42190
 
42188
- const tagName$1u = 'div';
42191
+ const tagName$1w = 'div';
42189
42192
  const idGen$o = new IDGenerator('wm_html');
42190
42193
  register('wm-html', () => {
42191
42194
  return {
42192
42195
  pre: (attrs) => {
42193
42196
  const counter = idGen$o.nextUid();
42194
- return `<${tagName$1u} wmHtml #${counter}="wmHtml" [attr.aria-label]="${counter}.hint || 'HTML content'" ${getAttrMarkup(attrs)}>`;
42197
+ return `<${tagName$1w} wmHtml #${counter}="wmHtml" [attr.aria-label]="${counter}.hint || 'HTML content'" ${getAttrMarkup(attrs)}>`;
42195
42198
  },
42196
- post: () => `</${tagName$1u}>`
42199
+ post: () => `</${tagName$1w}>`
42197
42200
  };
42198
42201
  });
42199
42202
  var html_build = () => { };
@@ -42203,11 +42206,11 @@ var html_build$1 = /*#__PURE__*/Object.freeze({
42203
42206
  'default': html_build
42204
42207
  });
42205
42208
 
42206
- const tagName$1t = 'span';
42209
+ const tagName$1v = 'span';
42207
42210
  register('wm-icon', () => {
42208
42211
  return {
42209
- pre: attrs => `<${tagName$1t} wmIcon aria-hidden="true" ${getAttrMarkup(attrs)}>`,
42210
- post: () => `</${tagName$1t}>`
42212
+ pre: attrs => `<${tagName$1v} wmIcon aria-hidden="true" ${getAttrMarkup(attrs)}>`,
42213
+ post: () => `</${tagName$1v}>`
42211
42214
  };
42212
42215
  });
42213
42216
  var icon_build = () => { };
@@ -42217,11 +42220,11 @@ var icon_build$1 = /*#__PURE__*/Object.freeze({
42217
42220
  'default': icon_build
42218
42221
  });
42219
42222
 
42220
- const tagName$1s = 'div';
42223
+ const tagName$1u = 'div';
42221
42224
  register('wm-iframe', () => {
42222
42225
  return {
42223
- pre: attrs => `<${tagName$1s} wmIframe ${getAttrMarkup(attrs)}>`,
42224
- post: () => `</${tagName$1s}>`
42226
+ pre: attrs => `<${tagName$1u} wmIframe ${getAttrMarkup(attrs)}>`,
42227
+ post: () => `</${tagName$1u}>`
42225
42228
  };
42226
42229
  });
42227
42230
  var iframe_build = () => { };
@@ -42231,15 +42234,15 @@ var iframe_build$1 = /*#__PURE__*/Object.freeze({
42231
42234
  'default': iframe_build
42232
42235
  });
42233
42236
 
42234
- const tagName$1r = 'label';
42237
+ const tagName$1t = 'label';
42235
42238
  const idGen$n = new IDGenerator('wm_label');
42236
42239
  register('wm-label', () => {
42237
42240
  return {
42238
42241
  pre: (attrs) => {
42239
42242
  const counter = idGen$n.nextUid();
42240
- return `<${tagName$1r} wmLabel #${counter}="wmLabel" [attr.aria-label]="${counter}.hint || 'Label text'" ${getAttrMarkup(attrs)}>`;
42243
+ return `<${tagName$1t} wmLabel #${counter}="wmLabel" [attr.aria-label]="${counter}.hint || 'Label text'" ${getAttrMarkup(attrs)}>`;
42241
42244
  },
42242
- post: () => `</${tagName$1r}>`
42245
+ post: () => `</${tagName$1t}>`
42243
42246
  };
42244
42247
  });
42245
42248
  var label_build = () => { };
@@ -42249,13 +42252,13 @@ var label_build$1 = /*#__PURE__*/Object.freeze({
42249
42252
  'default': label_build
42250
42253
  });
42251
42254
 
42252
- const tagName$1q = 'img';
42255
+ const tagName$1s = 'img';
42253
42256
  const idGen$m = new IDGenerator('wm_picture');
42254
42257
  register('wm-picture', () => {
42255
42258
  return {
42256
42259
  pre: (attrs) => {
42257
42260
  const counter = idGen$m.nextUid();
42258
- return `<${tagName$1q} wmPicture #${counter}="wmPicture" alt="image" wmImageCache="${attrs.get('offline') || 'true'}" [attr.aria-label]="${counter}.hint || 'Image'" ${getAttrMarkup(attrs)}>`;
42261
+ return `<${tagName$1s} wmPicture #${counter}="wmPicture" alt="image" wmImageCache="${attrs.get('offline') || 'true'}" [attr.aria-label]="${counter}.hint || 'Image'" ${getAttrMarkup(attrs)}>`;
42259
42262
  }
42260
42263
  };
42261
42264
  });
@@ -42266,15 +42269,15 @@ var picture_build$1 = /*#__PURE__*/Object.freeze({
42266
42269
  'default': picture_build
42267
42270
  });
42268
42271
 
42269
- const tagName$1p = 'div';
42272
+ const tagName$1r = 'div';
42270
42273
  const idGen$l = new IDGenerator('wm_spinner');
42271
42274
  register('wm-spinner', () => {
42272
42275
  return {
42273
42276
  pre: (attrs) => {
42274
42277
  const counter = idGen$l.nextUid();
42275
- return `<${tagName$1p} wmSpinner #${counter}="wmSpinner" role="alert" [attr.aria-label]="${counter}.hint || 'Loading...'" aria-live="assertive" aria-busy="true" ${getAttrMarkup(attrs)}>`;
42278
+ return `<${tagName$1r} wmSpinner #${counter}="wmSpinner" role="alert" [attr.aria-label]="${counter}.hint || 'Loading...'" aria-live="assertive" aria-busy="true" ${getAttrMarkup(attrs)}>`;
42276
42279
  },
42277
- post: () => `</${tagName$1p}>`
42280
+ post: () => `</${tagName$1r}>`
42278
42281
  };
42279
42282
  });
42280
42283
  var spinner_build = () => { };
@@ -42284,7 +42287,7 @@ var spinner_build$1 = /*#__PURE__*/Object.freeze({
42284
42287
  'default': spinner_build
42285
42288
  });
42286
42289
 
42287
- const tagName$1o = 'div';
42290
+ const tagName$1q = 'div';
42288
42291
  const getAttr = (node, attrName) => node.attrs.find(attr => attr.name === attrName);
42289
42292
  const ɵ0$b$1 = getAttr;
42290
42293
  const getAttrValue = (node, attrName) => {
@@ -42315,8 +42318,8 @@ register('wm-progress-bar', () => {
42315
42318
  }
42316
42319
  }
42317
42320
  },
42318
- pre: attrs => `<${tagName$1o} wmProgressBar ${getAttrMarkup(attrs)}>`,
42319
- post: () => `</${tagName$1o}>`
42321
+ pre: attrs => `<${tagName$1q} wmProgressBar ${getAttrMarkup(attrs)}>`,
42322
+ post: () => `</${tagName$1q}>`
42320
42323
  };
42321
42324
  });
42322
42325
  var progressBar_build = () => { };
@@ -42329,11 +42332,11 @@ var progressBar_build$1 = /*#__PURE__*/Object.freeze({
42329
42332
  'ɵ2': ɵ2$4$1
42330
42333
  });
42331
42334
 
42332
- const tagName$1n = 'div';
42335
+ const tagName$1p = 'div';
42333
42336
  register('wm-progress-circle', () => {
42334
42337
  return {
42335
- pre: attrs => `<${tagName$1n} wmProgressCircle ${getAttrMarkup(attrs)}>`,
42336
- post: () => `</${tagName$1n}>`
42338
+ pre: attrs => `<${tagName$1p} wmProgressCircle ${getAttrMarkup(attrs)}>`,
42339
+ post: () => `</${tagName$1p}>`
42337
42340
  };
42338
42341
  });
42339
42342
  var progressCircle_build = () => { };
@@ -42343,15 +42346,15 @@ var progressCircle_build$1 = /*#__PURE__*/Object.freeze({
42343
42346
  'default': progressCircle_build
42344
42347
  });
42345
42348
 
42346
- const tagName$1m = 'div';
42349
+ const tagName$1o = 'div';
42347
42350
  const idGen$k = new IDGenerator('wm_richtexteditor');
42348
42351
  register('wm-richtexteditor', () => {
42349
42352
  return {
42350
42353
  pre: (attrs) => {
42351
42354
  const counter = idGen$k.nextUid();
42352
- return `<${tagName$1m} wmRichTextEditor #${counter}="wmRichTextEditor" role="textbox" [attr.aria-label]="${counter}.hint || 'Richtext editor'" ${getFormMarkupAttr(attrs)}>`;
42355
+ return `<${tagName$1o} wmRichTextEditor #${counter}="wmRichTextEditor" role="textbox" [attr.aria-label]="${counter}.hint || 'Richtext editor'" ${getFormMarkupAttr(attrs)}>`;
42353
42356
  },
42354
- post: () => `</${tagName$1m}>`
42357
+ post: () => `</${tagName$1o}>`
42355
42358
  };
42356
42359
  });
42357
42360
  var richTextEditor_build = () => { };
@@ -42361,11 +42364,11 @@ var richTextEditor_build$1 = /*#__PURE__*/Object.freeze({
42361
42364
  'default': richTextEditor_build
42362
42365
  });
42363
42366
 
42364
- const tagName$1l = 'div';
42367
+ const tagName$1n = 'div';
42365
42368
  register('wm-search', () => {
42366
42369
  return {
42367
- pre: attrs => `<${tagName$1l} wmSearch ${getFormMarkupAttr(attrs)} ${getNgModelAttr(attrs)}>`,
42368
- post: () => `</${tagName$1l}>`
42370
+ pre: attrs => `<${tagName$1n} wmSearch ${getFormMarkupAttr(attrs)} ${getNgModelAttr(attrs)}>`,
42371
+ post: () => `</${tagName$1n}>`
42369
42372
  };
42370
42373
  });
42371
42374
  var search_build = () => { };
@@ -42375,11 +42378,11 @@ var search_build$1 = /*#__PURE__*/Object.freeze({
42375
42378
  'default': search_build
42376
42379
  });
42377
42380
 
42378
- const tagName$1k = 'div';
42381
+ const tagName$1m = 'div';
42379
42382
  register('wm-tree', () => {
42380
42383
  return {
42381
- pre: attrs => `<${tagName$1k} wmTree redrawable ${getAttrMarkup(attrs)}>`,
42382
- post: () => `</${tagName$1k}>`
42384
+ pre: attrs => `<${tagName$1m} wmTree redrawable ${getAttrMarkup(attrs)}>`,
42385
+ post: () => `</${tagName$1m}>`
42383
42386
  };
42384
42387
  });
42385
42388
  var tree_build = () => { };
@@ -42389,11 +42392,11 @@ var tree_build$1 = /*#__PURE__*/Object.freeze({
42389
42392
  'default': tree_build
42390
42393
  });
42391
42394
 
42392
- const tagName$1j = 'div';
42395
+ const tagName$1l = 'div';
42393
42396
  register('wm-card', () => {
42394
42397
  return {
42395
- pre: attrs => `<${tagName$1j} wmCard ${getAttrMarkup(attrs)}>`,
42396
- post: () => `</${tagName$1j}>`
42398
+ pre: attrs => `<${tagName$1l} wmCard ${getAttrMarkup(attrs)}>`,
42399
+ post: () => `</${tagName$1l}>`
42397
42400
  };
42398
42401
  });
42399
42402
  var card_build = () => { };
@@ -42403,11 +42406,11 @@ var card_build$1 = /*#__PURE__*/Object.freeze({
42403
42406
  'default': card_build
42404
42407
  });
42405
42408
 
42406
- const tagName$1i = 'div';
42409
+ const tagName$1k = 'div';
42407
42410
  register('wm-card-content', () => {
42408
42411
  return {
42409
- pre: attrs => `<${tagName$1i} wmCardContent partialContainer ${getAttrMarkup(attrs)}>`,
42410
- post: () => `</${tagName$1i}>`
42412
+ pre: attrs => `<${tagName$1k} wmCardContent partialContainer ${getAttrMarkup(attrs)}>`,
42413
+ post: () => `</${tagName$1k}>`
42411
42414
  };
42412
42415
  });
42413
42416
  var cardContent_build = () => { };
@@ -42417,11 +42420,11 @@ var cardContent_build$1 = /*#__PURE__*/Object.freeze({
42417
42420
  'default': cardContent_build
42418
42421
  });
42419
42422
 
42420
- const tagName$1h = 'div';
42423
+ const tagName$1j = 'div';
42421
42424
  register('wm-card-actions', () => {
42422
42425
  return {
42423
- pre: attrs => `<${tagName$1h} wmCardActions ${getAttrMarkup(attrs)}>`,
42424
- post: () => `</${tagName$1h}>`
42426
+ pre: attrs => `<${tagName$1j} wmCardActions ${getAttrMarkup(attrs)}>`,
42427
+ post: () => `</${tagName$1j}>`
42425
42428
  };
42426
42429
  });
42427
42430
  var cardActions_build = () => { };
@@ -42431,11 +42434,11 @@ var cardActions_build$1 = /*#__PURE__*/Object.freeze({
42431
42434
  'default': cardActions_build
42432
42435
  });
42433
42436
 
42434
- const tagName$1g = 'div';
42437
+ const tagName$1i = 'div';
42435
42438
  register('wm-card-footer', () => {
42436
42439
  return {
42437
- pre: attrs => `<${tagName$1g} wmCardFooter ${getAttrMarkup(attrs)}>`,
42438
- post: () => `</${tagName$1g}>`
42440
+ pre: attrs => `<${tagName$1i} wmCardFooter ${getAttrMarkup(attrs)}>`,
42441
+ post: () => `</${tagName$1i}>`
42439
42442
  };
42440
42443
  });
42441
42444
  var cardFooter_build = () => { };
@@ -42445,11 +42448,11 @@ var cardFooter_build$1 = /*#__PURE__*/Object.freeze({
42445
42448
  'default': cardFooter_build
42446
42449
  });
42447
42450
 
42448
- const tagName$1f = 'div';
42451
+ const tagName$1h = 'div';
42449
42452
  register('wm-chart', () => {
42450
42453
  return {
42451
- pre: attrs => `<${tagName$1f} wmChart redrawable aria-label="${attrs.get('type')} Chart" ${getAttrMarkup(attrs)}>`,
42452
- post: () => `</${tagName$1f}>`
42454
+ pre: attrs => `<${tagName$1h} wmChart redrawable aria-label="${attrs.get('type')} Chart" ${getAttrMarkup(attrs)}>`,
42455
+ post: () => `</${tagName$1h}>`
42453
42456
  };
42454
42457
  });
42455
42458
  var chart_build = () => { };
@@ -42459,7 +42462,7 @@ var chart_build$1 = /*#__PURE__*/Object.freeze({
42459
42462
  'default': chart_build
42460
42463
  });
42461
42464
 
42462
- const tagName$1e = 'div';
42465
+ const tagName$1g = 'div';
42463
42466
  const dataSetKey$4 = 'dataset';
42464
42467
  const idGen$j = new IDGenerator('wm_accordion_ref_');
42465
42468
  const isDynamicAccordion = node => node.attrs.find(attr => attr.name === 'type' && attr.value === 'dynamic');
@@ -42470,9 +42473,9 @@ register('wm-accordion', () => {
42470
42473
  // generating unique Id for the accordion
42471
42474
  const counter = idGen$j.nextUid();
42472
42475
  shared.set('accordion_ref', counter);
42473
- return `<${tagName$1e} wmAccordion #${counter}="wmAccordion" role="tablist" aria-multiselectable="true" ${getAttrMarkup(attrs)}>`;
42476
+ return `<${tagName$1g} wmAccordion #${counter}="wmAccordion" role="tablist" aria-multiselectable="true" ${getAttrMarkup(attrs)}>`;
42474
42477
  },
42475
- post: () => `</${tagName$1e}>`,
42478
+ post: () => `</${tagName$1g}>`,
42476
42479
  template: (node, shared) => {
42477
42480
  // check if the accordion is dynamic
42478
42481
  if (isDynamicAccordion(node)) {
@@ -42504,11 +42507,11 @@ var accordion_build$1 = /*#__PURE__*/Object.freeze({
42504
42507
  'ɵ0': ɵ0$a$1
42505
42508
  });
42506
42509
 
42507
- const tagName$1d = 'div';
42510
+ const tagName$1f = 'div';
42508
42511
  register('wm-accordionpane', () => {
42509
42512
  return {
42510
- pre: attrs => `<${tagName$1d} wmAccordionPane partialContainer wm-navigable-element="true" role="tab" ${getAttrMarkup(attrs)}>`,
42511
- post: () => `</${tagName$1d}>`
42513
+ pre: attrs => `<${tagName$1f} wmAccordionPane partialContainer wm-navigable-element="true" role="tab" ${getAttrMarkup(attrs)}>`,
42514
+ post: () => `</${tagName$1f}>`
42512
42515
  };
42513
42516
  });
42514
42517
  var accordionPane_build = () => { };
@@ -42518,11 +42521,11 @@ var accordionPane_build$1 = /*#__PURE__*/Object.freeze({
42518
42521
  'default': accordionPane_build
42519
42522
  });
42520
42523
 
42521
- const tagName$1c = 'div';
42524
+ const tagName$1e = 'div';
42522
42525
  register('wm-container', () => {
42523
42526
  return {
42524
- pre: attrs => `<${tagName$1c} wmContainer partialContainer wmSmoothscroll="${attrs.get('smoothscroll') || 'false'}" ${getAttrMarkup(attrs)}>`,
42525
- post: () => `</${tagName$1c}>`
42527
+ pre: attrs => `<${tagName$1e} wmContainer partialContainer wmSmoothscroll="${attrs.get('smoothscroll') || 'false'}" ${getAttrMarkup(attrs)}>`,
42528
+ post: () => `</${tagName$1e}>`
42526
42529
  };
42527
42530
  });
42528
42531
  var container_build = () => { };
@@ -42532,11 +42535,11 @@ var container_build$1 = /*#__PURE__*/Object.freeze({
42532
42535
  'default': container_build
42533
42536
  });
42534
42537
 
42535
- const tagName$1b = 'div';
42538
+ const tagName$1d = 'div';
42536
42539
  register('wm-gridcolumn', () => {
42537
42540
  return {
42538
- pre: attrs => `<${tagName$1b} wmLayoutGridColumn ${getAttrMarkup(attrs)}>`,
42539
- post: () => `</${tagName$1b}>`
42541
+ pre: attrs => `<${tagName$1d} wmLayoutGridColumn ${getAttrMarkup(attrs)}>`,
42542
+ post: () => `</${tagName$1d}>`
42540
42543
  };
42541
42544
  });
42542
42545
  var layoutGridColumn_build = () => { };
@@ -42546,11 +42549,11 @@ var layoutGridColumn_build$1 = /*#__PURE__*/Object.freeze({
42546
42549
  'default': layoutGridColumn_build
42547
42550
  });
42548
42551
 
42549
- const tagName$1a = 'div';
42552
+ const tagName$1c = 'div';
42550
42553
  register('wm-gridrow', () => {
42551
42554
  return {
42552
- pre: attrs => `<${tagName$1a} wmLayoutGridRow ${getAttrMarkup(attrs)}>`,
42553
- post: () => `</${tagName$1a}>`
42555
+ pre: attrs => `<${tagName$1c} wmLayoutGridRow ${getAttrMarkup(attrs)}>`,
42556
+ post: () => `</${tagName$1c}>`
42554
42557
  };
42555
42558
  });
42556
42559
  var layoutGridRow_build = () => { };
@@ -42560,11 +42563,11 @@ var layoutGridRow_build$1 = /*#__PURE__*/Object.freeze({
42560
42563
  'default': layoutGridRow_build
42561
42564
  });
42562
42565
 
42563
- const tagName$19 = 'div';
42566
+ const tagName$1b = 'div';
42564
42567
  register('wm-layoutgrid', () => {
42565
42568
  return {
42566
- pre: attrs => `<${tagName$19} wmLayoutGrid ${getAttrMarkup(attrs)}>`,
42567
- post: () => `</${tagName$19}>`
42569
+ pre: attrs => `<${tagName$1b} wmLayoutGrid ${getAttrMarkup(attrs)}>`,
42570
+ post: () => `</${tagName$1b}>`
42568
42571
  };
42569
42572
  });
42570
42573
  var layoutGrid_build = () => { };
@@ -42574,21 +42577,21 @@ var layoutGrid_build$1 = /*#__PURE__*/Object.freeze({
42574
42577
  'default': layoutGrid_build
42575
42578
  });
42576
42579
 
42577
- const tagName$18 = 'div';
42580
+ const tagName$1a = 'div';
42578
42581
  const idGen$i = new IDGenerator('wm_panel');
42579
42582
  register('wm-panel', () => {
42580
42583
  return {
42581
42584
  pre: (attrs) => {
42582
42585
  const counter = idGen$i.nextUid();
42583
- return `<${tagName$18} wmPanel #${counter}="wmPanel" partialContainer [attr.aria-label]="${counter}.hint || 'Panel'" wm-navigable-element="true" ${getAttrMarkup(attrs)}>`;
42586
+ return `<${tagName$1a} wmPanel #${counter}="wmPanel" partialContainer [attr.aria-label]="${counter}.hint || 'Panel'" wm-navigable-element="true" ${getAttrMarkup(attrs)}>`;
42584
42587
  },
42585
- post: () => `</${tagName$18}>`
42588
+ post: () => `</${tagName$1a}>`
42586
42589
  };
42587
42590
  });
42588
42591
  register('wm-panel-footer', () => {
42589
42592
  return {
42590
- pre: attrs => `<${tagName$18} wmPanelFooter ${getAttrMarkup(attrs)}>`,
42591
- post: () => `</${tagName$18}>`
42593
+ pre: attrs => `<${tagName$1a} wmPanelFooter ${getAttrMarkup(attrs)}>`,
42594
+ post: () => `</${tagName$1a}>`
42592
42595
  };
42593
42596
  });
42594
42597
  var panel_build = () => { };
@@ -42598,11 +42601,11 @@ var panel_build$1 = /*#__PURE__*/Object.freeze({
42598
42601
  'default': panel_build
42599
42602
  });
42600
42603
 
42601
- const tagName$17 = 'div';
42604
+ const tagName$19 = 'div';
42602
42605
  register('wm-segmented-control', () => {
42603
42606
  return {
42604
- pre: attrs => `<${tagName$17} wmSegmentedControl ${getAttrMarkup(attrs)}>`,
42605
- post: () => `</${tagName$17}>`
42607
+ pre: attrs => `<${tagName$19} wmSegmentedControl ${getAttrMarkup(attrs)}>`,
42608
+ post: () => `</${tagName$19}>`
42606
42609
  };
42607
42610
  });
42608
42611
  var segmentedControl_build = () => { };
@@ -42612,11 +42615,11 @@ var segmentedControl_build$1 = /*#__PURE__*/Object.freeze({
42612
42615
  'default': segmentedControl_build
42613
42616
  });
42614
42617
 
42615
- const tagName$16 = 'li';
42618
+ const tagName$18 = 'li';
42616
42619
  register('wm-segment-content', () => {
42617
42620
  return {
42618
- pre: attrs => `<${tagName$16} wmSegmentContent partialContainer wmSmoothscroll=${attrs.get('smoothscroll') || 'false'} wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
42619
- post: () => `</${tagName$16}>`
42621
+ pre: attrs => `<${tagName$18} wmSegmentContent partialContainer wmSmoothscroll=${attrs.get('smoothscroll') || 'false'} wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
42622
+ post: () => `</${tagName$18}>`
42620
42623
  };
42621
42624
  });
42622
42625
  var segmentContent_build = () => { };
@@ -42652,7 +42655,7 @@ var repeatTemplate_build$1 = /*#__PURE__*/Object.freeze({
42652
42655
  'default': repeatTemplate_build
42653
42656
  });
42654
42657
 
42655
- const tagName$15 = 'div';
42658
+ const tagName$17 = 'div';
42656
42659
  const dataSetKey$3 = 'dataset';
42657
42660
  const idGen$h = new IDGenerator('wm_tabs_ref_');
42658
42661
  const isDynamicTabs = node => node.attrs.find(attr => attr.name === 'type' && attr.value === 'dynamic');
@@ -42663,9 +42666,9 @@ register('wm-tabs', () => {
42663
42666
  // generating unique Id for the tabs
42664
42667
  const counter = idGen$h.nextUid();
42665
42668
  shared.set('tabs_ref', counter);
42666
- return `<${tagName$15} wmTabs #${counter}="wmTabs" ${getAttrMarkup(attrs)}>`;
42669
+ return `<${tagName$17} wmTabs #${counter}="wmTabs" ${getAttrMarkup(attrs)}>`;
42667
42670
  },
42668
- post: () => `</${tagName$15}>`,
42671
+ post: () => `</${tagName$17}>`,
42669
42672
  template: (node, shared) => {
42670
42673
  // check if the tab widget is dynamic
42671
42674
  if (isDynamicTabs(node)) {
@@ -42697,11 +42700,11 @@ var tabs_build$1 = /*#__PURE__*/Object.freeze({
42697
42700
  'ɵ0': ɵ0$9$1
42698
42701
  });
42699
42702
 
42700
- const tagName$14 = 'div';
42703
+ const tagName$16 = 'div';
42701
42704
  register('wm-tabpane', () => {
42702
42705
  return {
42703
- pre: attrs => `<${tagName$14} wmTabPane partialContainer ${getAttrMarkup(attrs)} wm-navigable-element="true" role="tabpanel">`,
42704
- post: () => `</${tagName$14}>`
42706
+ pre: attrs => `<${tagName$16} wmTabPane partialContainer ${getAttrMarkup(attrs)} wm-navigable-element="true" role="tabpanel">`,
42707
+ post: () => `</${tagName$16}>`
42705
42708
  };
42706
42709
  });
42707
42710
  var tabPane_build = () => { };
@@ -42711,11 +42714,11 @@ var tabPane_build$1 = /*#__PURE__*/Object.freeze({
42711
42714
  'default': tabPane_build
42712
42715
  });
42713
42716
 
42714
- const tagName$13 = 'div';
42717
+ const tagName$15 = 'div';
42715
42718
  register('wm-tile', () => {
42716
42719
  return {
42717
- pre: attrs => `<${tagName$13} wmTile aria-describedby="Tile" wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
42718
- post: () => `</${tagName$13}>`
42720
+ pre: attrs => `<${tagName$15} wmTile aria-describedby="Tile" wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
42721
+ post: () => `</${tagName$15}>`
42719
42722
  };
42720
42723
  });
42721
42724
  var tile_build = () => { };
@@ -42725,11 +42728,11 @@ var tile_build$1 = /*#__PURE__*/Object.freeze({
42725
42728
  'default': tile_build
42726
42729
  });
42727
42730
 
42728
- const tagName$12 = 'div';
42731
+ const tagName$14 = 'div';
42729
42732
  register('wm-wizard', () => {
42730
42733
  return {
42731
- pre: attrs => `<${tagName$12} wmWizard role="tablist" ${getAttrMarkup(attrs)}>`,
42732
- post: () => `</${tagName$12}>`
42734
+ pre: attrs => `<${tagName$14} wmWizard role="tablist" ${getAttrMarkup(attrs)}>`,
42735
+ post: () => `</${tagName$14}>`
42733
42736
  };
42734
42737
  });
42735
42738
  var wizard_build = () => { };
@@ -42739,16 +42742,16 @@ var wizard_build$1 = /*#__PURE__*/Object.freeze({
42739
42742
  'default': wizard_build
42740
42743
  });
42741
42744
 
42742
- const tagName$11 = 'form';
42745
+ const tagName$13 = 'form';
42743
42746
  const idGen$g = new IDGenerator('wizard_step_id_');
42744
42747
  register('wm-wizardstep', () => {
42745
42748
  return {
42746
42749
  pre: attrs => {
42747
42750
  const counter = idGen$g.nextUid();
42748
- return `<${tagName$11} wmWizardStep #${counter}="wmWizardStep" ${getAttrMarkup(attrs)}>
42751
+ return `<${tagName$13} wmWizardStep #${counter}="wmWizardStep" ${getAttrMarkup(attrs)}>
42749
42752
  <ng-template [ngIf]="${counter}.isInitialized">`;
42750
42753
  },
42751
- post: () => `</ng-template></${tagName$11}>`
42754
+ post: () => `</ng-template></${tagName$13}>`
42752
42755
  };
42753
42756
  });
42754
42757
  var wizardStep_build = () => { };
@@ -42758,15 +42761,15 @@ var wizardStep_build$1 = /*#__PURE__*/Object.freeze({
42758
42761
  'default': wizardStep_build
42759
42762
  });
42760
42763
 
42761
- const tagName$10 = 'button';
42764
+ const tagName$12 = 'button';
42762
42765
  const idGen$f = new IDGenerator('wm_barcodescanner');
42763
42766
  register('wm-barcodescanner', () => {
42764
42767
  return {
42765
42768
  pre: (attrs) => {
42766
42769
  const counter = idGen$f.nextUid();
42767
- return `<${tagName$10} wmBarcodescanner #${counter}="wmBarcodescanner" [attr.aria-label]="${counter}.hint || 'Barcode scanner'" ${getAttrMarkup(attrs)}>`;
42770
+ return `<${tagName$12} wmBarcodescanner #${counter}="wmBarcodescanner" [attr.aria-label]="${counter}.hint || 'Barcode scanner'" ${getAttrMarkup(attrs)}>`;
42768
42771
  },
42769
- post: () => `</${tagName$10}>`
42772
+ post: () => `</${tagName$12}>`
42770
42773
  };
42771
42774
  });
42772
42775
  var barcodeScanner_build = () => { };
@@ -42776,15 +42779,15 @@ var barcodeScanner_build$1 = /*#__PURE__*/Object.freeze({
42776
42779
  'default': barcodeScanner_build
42777
42780
  });
42778
42781
 
42779
- const tagName$$ = 'button';
42782
+ const tagName$11 = 'button';
42780
42783
  const idGen$e = new IDGenerator('wm_camera');
42781
42784
  register('wm-camera', () => {
42782
42785
  return {
42783
42786
  pre: (attrs) => {
42784
42787
  const counter = idGen$e.nextUid();
42785
- return `<${tagName$$} type='button' wmCamera #${counter}="wmCamera" [attr.aria-label]="${counter}.hint || 'Camera'" ${getAttrMarkup(attrs)}>`;
42788
+ return `<${tagName$11} type='button' wmCamera #${counter}="wmCamera" [attr.aria-label]="${counter}.hint || 'Camera'" ${getAttrMarkup(attrs)}>`;
42786
42789
  },
42787
- post: () => `</${tagName$$}>`
42790
+ post: () => `</${tagName$11}>`
42788
42791
  };
42789
42792
  });
42790
42793
  var camera_build = () => { };
@@ -42794,11 +42797,11 @@ var camera_build$1 = /*#__PURE__*/Object.freeze({
42794
42797
  'default': camera_build
42795
42798
  });
42796
42799
 
42797
- const tagName$_ = 'div';
42800
+ const tagName$10 = 'div';
42798
42801
  register('wm-alertdialog', () => {
42799
42802
  return {
42800
- pre: attrs => `<${tagName$_} wmAlertDialog role="alertdialog" wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
42801
- post: () => `</${tagName$_}>`
42803
+ pre: attrs => `<${tagName$10} wmAlertDialog role="alertdialog" wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
42804
+ post: () => `</${tagName$10}>`
42802
42805
  };
42803
42806
  });
42804
42807
  var alertDialog_build = () => { };
@@ -42808,11 +42811,11 @@ var alertDialog_build$1 = /*#__PURE__*/Object.freeze({
42808
42811
  'default': alertDialog_build
42809
42812
  });
42810
42813
 
42811
- const tagName$Z = 'div';
42814
+ const tagName$$ = 'div';
42812
42815
  register('wm-confirmdialog', () => {
42813
42816
  return {
42814
- pre: attrs => `<${tagName$Z} wmConfirmDialog wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
42815
- post: () => `</${tagName$Z}>`
42817
+ pre: attrs => `<${tagName$$} wmConfirmDialog wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
42818
+ post: () => `</${tagName$$}>`
42816
42819
  };
42817
42820
  });
42818
42821
  var confirmDialog_build = () => { };
@@ -42822,11 +42825,11 @@ var confirmDialog_build$1 = /*#__PURE__*/Object.freeze({
42822
42825
  'default': confirmDialog_build
42823
42826
  });
42824
42827
 
42825
- const tagName$Y = 'div';
42828
+ const tagName$_ = 'div';
42826
42829
  register('wm-dialogactions', () => {
42827
42830
  return {
42828
- pre: attrs => `<ng-template #dialogFooter><${tagName$Y} wmDialogFooter data-identfier="actions" ${getAttrMarkup(attrs)}>`,
42829
- post: () => `</${tagName$Y}></ng-template>`
42831
+ pre: attrs => `<ng-template #dialogFooter><${tagName$_} wmDialogFooter data-identfier="actions" ${getAttrMarkup(attrs)}>`,
42832
+ post: () => `</${tagName$_}></ng-template>`
42830
42833
  };
42831
42834
  });
42832
42835
  var dialogFooter_build = () => { };
@@ -42836,11 +42839,11 @@ var dialogFooter_build$1 = /*#__PURE__*/Object.freeze({
42836
42839
  'default': dialogFooter_build
42837
42840
  });
42838
42841
 
42839
- const tagName$X = 'div';
42842
+ const tagName$Z = 'div';
42840
42843
  register('wm-dialog', () => {
42841
42844
  return {
42842
- pre: attrs => `<${tagName$X} wmDialog ${getAttrMarkup(attrs)} aria-modal="true" role="dialog" wm-navigable-element="true"><ng-template #dialogBody>`,
42843
- post: () => `</ng-template></${tagName$X}>`
42845
+ pre: attrs => `<${tagName$Z} wmDialog ${getAttrMarkup(attrs)} aria-modal="true" role="dialog" wm-navigable-element="true"><ng-template #dialogBody>`,
42846
+ post: () => `</ng-template></${tagName$Z}>`
42844
42847
  };
42845
42848
  });
42846
42849
  // Todo:vinay remove wm-view in migration
@@ -42857,11 +42860,11 @@ var dialog_build$1 = /*#__PURE__*/Object.freeze({
42857
42860
  'default': dialog_build
42858
42861
  });
42859
42862
 
42860
- const tagName$W = 'div';
42863
+ const tagName$Y = 'div';
42861
42864
  register('wm-iframedialog', () => {
42862
42865
  return {
42863
- pre: attrs => `<${tagName$W} wmIframeDialog wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
42864
- post: () => `</${tagName$W}>`
42866
+ pre: attrs => `<${tagName$Y} wmIframeDialog wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
42867
+ post: () => `</${tagName$Y}>`
42865
42868
  };
42866
42869
  });
42867
42870
  var iframeDialog_build = () => { };
@@ -42871,11 +42874,11 @@ var iframeDialog_build$1 = /*#__PURE__*/Object.freeze({
42871
42874
  'default': iframeDialog_build
42872
42875
  });
42873
42876
 
42874
- const tagName$V = 'div';
42877
+ const tagName$X = 'div';
42875
42878
  register('wm-logindialog', () => {
42876
42879
  return {
42877
- pre: attrs => `<${tagName$V} wmDialog wmLoginDialog ${getAttrMarkup(attrs)} eventsource.bind="Actions.loginAction" wm-navigable-element="true"><ng-template #dialogBody>`,
42878
- post: () => `</ng-template></${tagName$V}>`
42880
+ pre: attrs => `<${tagName$X} wmDialog wmLoginDialog ${getAttrMarkup(attrs)} eventsource.bind="Actions.loginAction" wm-navigable-element="true"><ng-template #dialogBody>`,
42881
+ post: () => `</ng-template></${tagName$X}>`
42879
42882
  };
42880
42883
  });
42881
42884
  var loginDialog_build = () => { };
@@ -42885,7 +42888,7 @@ var loginDialog_build$1 = /*#__PURE__*/Object.freeze({
42885
42888
  'default': loginDialog_build
42886
42889
  });
42887
42890
 
42888
- const tagName$U = 'div';
42891
+ const tagName$W = 'div';
42889
42892
  register('wm-pagedialog', () => {
42890
42893
  return {
42891
42894
  pre: (attrs, shared) => {
@@ -42911,14 +42914,14 @@ register('wm-pagedialog', () => {
42911
42914
  shared.set('hasPartialContent', true);
42912
42915
  containerMarkup += `<ng-template><div wmContainer #partial partialContainer ${contentMarkup} width="100%" height="100%" ${onLoadEvtMarkup}>`;
42913
42916
  }
42914
- return `<${tagName$U} wmPartialDialog ${getAttrMarkup(attrs)}>${containerMarkup}`;
42917
+ return `<${tagName$W} wmPartialDialog ${getAttrMarkup(attrs)}>${containerMarkup}`;
42915
42918
  },
42916
42919
  post: (attrs, shared) => {
42917
42920
  let preContent = '';
42918
42921
  if (shared.get('hasPartialContent')) {
42919
42922
  preContent = `</div></ng-template>`;
42920
42923
  }
42921
- return `${preContent}</${tagName$U}>`;
42924
+ return `${preContent}</${tagName$W}>`;
42922
42925
  }
42923
42926
  };
42924
42927
  });
@@ -42997,7 +43000,7 @@ const getEditModeWidget = colDef => {
42997
43000
  return (fieldTypeWidgetTypeMap[colDef.type] && fieldTypeWidgetTypeMap[colDef.type][0]) || FormWidgetType.TEXT;
42998
43001
  };
42999
43002
 
43000
- const tagName$T = 'div';
43003
+ const tagName$V = 'div';
43001
43004
  const idGen$d = new IDGenerator('formfield_');
43002
43005
  const getEventsTemplate = (attrs) => {
43003
43006
  const eventAttrs = new Map();
@@ -43124,7 +43127,7 @@ const registerFormField = (isFormField) => {
43124
43127
  else {
43125
43128
  setDefaultPlaceholder(attrs, widgetType, 2);
43126
43129
  }
43127
- return `<${tagName$T} data-role="${dataRole}" [formGroup]="${pCounter}.ngform" wmFormField captionPosition #${counter}="wmFormField" widgettype="${widgetType}" ${getFormMarkupAttr(attrs)}>
43130
+ return `<${tagName$V} data-role="${dataRole}" [formGroup]="${pCounter}.ngform" wmFormField captionPosition #${counter}="wmFormField" widgettype="${widgetType}" ${getFormMarkupAttr(attrs)}>
43128
43131
  <div class="live-field form-group app-composite-widget clearfix caption-{{${pCounter}.captionposition}}" widget="${widgetType}">
43129
43132
  <label [hidden]="!${counter}.displayname" class="app-label control-label formfield-label {{${pCounter}._captionClass}}"
43130
43133
  [ngStyle]="{width: ${pCounter}.captionsize}" [ngClass]="{'text-danger': ${counter}._control?.invalid && ${counter}._control?.touched && ${pCounter}.isUpdateMode,
@@ -43140,7 +43143,7 @@ const registerFormField = (isFormField) => {
43140
43143
  </div>
43141
43144
  </div>`;
43142
43145
  },
43143
- post: () => `</${tagName$T}>`,
43146
+ post: () => `</${tagName$V}>`,
43144
43147
  provide: (attrs, shared) => {
43145
43148
  const provider = new Map();
43146
43149
  provider.set('form_reference', shared.get('counter'));
@@ -43169,11 +43172,11 @@ var formField_build$1 = /*#__PURE__*/Object.freeze({
43169
43172
  'ɵ5': ɵ5$1$1
43170
43173
  });
43171
43174
 
43172
- const tagName$S = 'div';
43175
+ const tagName$U = 'div';
43173
43176
  const registerAction = (tmpl) => {
43174
43177
  return {
43175
- pre: attrs => `<${tagName$S} wmFormAction name="${attrs.get('name') || attrs.get('key')}" ${getAttrMarkup(attrs)} ${tmpl}>`,
43176
- post: () => `</${tagName$S}>`
43178
+ pre: attrs => `<${tagName$U} wmFormAction name="${attrs.get('name') || attrs.get('key')}" ${getAttrMarkup(attrs)} ${tmpl}>`,
43179
+ post: () => `</${tagName$U}>`
43177
43180
  };
43178
43181
  };
43179
43182
  const ɵ0$7$1 = registerAction;
@@ -43187,7 +43190,7 @@ var formAction_build$1 = /*#__PURE__*/Object.freeze({
43187
43190
  'ɵ0': ɵ0$7$1
43188
43191
  });
43189
43192
 
43190
- const tagName$R = 'form';
43193
+ const tagName$T = 'form';
43191
43194
  const idGen$c = new IDGenerator('form_');
43192
43195
  const formWidgets$1 = new Set([
43193
43196
  'wm-text',
@@ -43263,7 +43266,7 @@ const buildTask = (directiveAttr = '') => {
43263
43266
  const classProp = attrs.get('formlayout') === 'page' ? 'app-device-liveform panel liveform-inline' : '';
43264
43267
  const dialogAttributes = ['title', 'title.bind', 'iconclass', 'iconclass.bind', 'width'];
43265
43268
  attrs.delete('dependson');
43266
- const liveFormTmpl = `<${tagName$R} wmForm data-role="${role}" ${directiveAttr} #${counter} ngNativeValidate [formGroup]="${counter}.ngform" [noValidate]="${counter}.validationtype !== 'html'"
43269
+ const liveFormTmpl = `<${tagName$T} wmForm data-role="${role}" ${directiveAttr} #${counter} ngNativeValidate [formGroup]="${counter}.ngform" [noValidate]="${counter}.validationtype !== 'html'"
43267
43270
  class="${classProp}" [class]="${counter}.captionAlignClass" [autocomplete]="${counter}.autocomplete ? 'on' : 'off'" captionposition=${attrs.get('captionposition')}`;
43268
43271
  attrs.set('numberOfFields', `${numberOfFields}`);
43269
43272
  shared.set('counter', counter);
@@ -43312,9 +43315,9 @@ const buildTask = (directiveAttr = '') => {
43312
43315
  return '</form></ng-template></div></div>';
43313
43316
  }
43314
43317
  if (attrs.get('formlayout') === 'page') {
43315
- return `</div></${tagName$R}>`;
43318
+ return `</div></${tagName$T}>`;
43316
43319
  }
43317
- return `</${tagName$R}>`;
43320
+ return `</${tagName$T}>`;
43318
43321
  },
43319
43322
  provide: (attrs, shared) => {
43320
43323
  const provider = new Map();
@@ -43337,14 +43340,14 @@ var form_build$1 = /*#__PURE__*/Object.freeze({
43337
43340
  'ɵ2': ɵ2$2$1
43338
43341
  });
43339
43342
 
43340
- const tagName$Q = 'div';
43343
+ const tagName$S = 'div';
43341
43344
  register('wm-calendar', () => {
43342
43345
  return {
43343
43346
  pre: (attrs) => {
43344
43347
  let viewType = attrs.get('view') ? attrs.get('view') + ' view' : 'month view';
43345
- return `<${tagName$Q} wmCalendar redrawable style="width:100%" aria-label="${viewType}" ${getAttrMarkup(attrs)}>`;
43348
+ return `<${tagName$S} wmCalendar redrawable style="width:100%" aria-label="${viewType}" ${getAttrMarkup(attrs)}>`;
43346
43349
  },
43347
- post: () => `</${tagName$Q}>`
43350
+ post: () => `</${tagName$S}>`
43348
43351
  };
43349
43352
  });
43350
43353
  var calendar_build = () => { };
@@ -43354,11 +43357,11 @@ var calendar_build$1 = /*#__PURE__*/Object.freeze({
43354
43357
  'default': calendar_build
43355
43358
  });
43356
43359
 
43357
- const tagName$P = 'ul';
43360
+ const tagName$R = 'ul';
43358
43361
  register('wm-chips', () => {
43359
43362
  return {
43360
- pre: attrs => `<${tagName$P} wmChips role="listbox" ${getAttrMarkup(attrs)} ${getNgModelAttr(attrs)}>`,
43361
- post: () => `</${tagName$P}>`
43363
+ pre: attrs => `<${tagName$R} wmChips role="listbox" ${getAttrMarkup(attrs)} ${getNgModelAttr(attrs)}>`,
43364
+ post: () => `</${tagName$R}>`
43362
43365
  };
43363
43366
  });
43364
43367
  var chips_build = () => { };
@@ -43368,11 +43371,11 @@ var chips_build$1 = /*#__PURE__*/Object.freeze({
43368
43371
  'default': chips_build
43369
43372
  });
43370
43373
 
43371
- const tagName$O = 'div';
43374
+ const tagName$Q = 'div';
43372
43375
  register('wm-colorpicker', () => {
43373
43376
  return {
43374
- pre: attrs => `<${tagName$O} wmColorPicker ${getAttrMarkup(attrs)} role="input" ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43375
- post: () => `</${tagName$O}>`
43377
+ pre: attrs => `<${tagName$Q} wmColorPicker ${getAttrMarkup(attrs)} role="input" ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43378
+ post: () => `</${tagName$Q}>`
43376
43379
  };
43377
43380
  });
43378
43381
  var colorPicker_build = () => { };
@@ -43382,11 +43385,11 @@ var colorPicker_build$1 = /*#__PURE__*/Object.freeze({
43382
43385
  'default': colorPicker_build
43383
43386
  });
43384
43387
 
43385
- const tagName$N = 'div';
43388
+ const tagName$P = 'div';
43386
43389
  register('wm-currency', () => {
43387
43390
  return {
43388
- pre: attrs => `<${tagName$N} wmCurrency ${getAttrMarkup(attrs)} role="input" ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43389
- post: () => `</${tagName$N}>`
43391
+ pre: attrs => `<${tagName$P} wmCurrency ${getAttrMarkup(attrs)} role="input" ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43392
+ post: () => `</${tagName$P}>`
43390
43393
  };
43391
43394
  });
43392
43395
  var currency_build = () => { };
@@ -43396,11 +43399,11 @@ var currency_build$1 = /*#__PURE__*/Object.freeze({
43396
43399
  'default': currency_build
43397
43400
  });
43398
43401
 
43399
- const tagName$M = 'div';
43402
+ const tagName$O = 'div';
43400
43403
  register('wm-buttongroup', () => {
43401
43404
  return {
43402
- pre: attrs => `<${tagName$M} wmButtonGroup role="group" aria-labelledby="button group" ${getAttrMarkup(attrs)}>`,
43403
- post: () => `</${tagName$M}>`
43405
+ pre: attrs => `<${tagName$O} wmButtonGroup role="group" aria-labelledby="button group" ${getAttrMarkup(attrs)}>`,
43406
+ post: () => `</${tagName$O}>`
43404
43407
  };
43405
43408
  });
43406
43409
  var buttonGroup_build = () => { };
@@ -43410,15 +43413,15 @@ var buttonGroup_build$1 = /*#__PURE__*/Object.freeze({
43410
43413
  'default': buttonGroup_build
43411
43414
  });
43412
43415
 
43413
- const tagName$L = 'button';
43416
+ const tagName$N = 'button';
43414
43417
  const idGen$b = new IDGenerator('wm_button');
43415
43418
  register('wm-button', () => {
43416
43419
  return {
43417
43420
  pre: (attrs) => {
43418
43421
  const counter = idGen$b.nextUid();
43419
- return `<${tagName$L} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption || 'Button'" ${getAttrMarkup(attrs)}>`;
43422
+ return `<${tagName$N} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption || 'Button'" ${getAttrMarkup(attrs)}>`;
43420
43423
  },
43421
- post: () => `</${tagName$L}>`
43424
+ post: () => `</${tagName$N}>`
43422
43425
  };
43423
43426
  });
43424
43427
  var button_build = () => { };
@@ -43428,11 +43431,11 @@ var button_build$1 = /*#__PURE__*/Object.freeze({
43428
43431
  'default': button_build
43429
43432
  });
43430
43433
 
43431
- const tagName$K = 'div';
43434
+ const tagName$M = 'div';
43432
43435
  register('wm-checkbox', () => {
43433
43436
  return {
43434
- pre: attrs => `<${tagName$K} wmCheckbox ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43435
- post: () => `</${tagName$K}>`
43437
+ pre: attrs => `<${tagName$M} wmCheckbox ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43438
+ post: () => `</${tagName$M}>`
43436
43439
  };
43437
43440
  });
43438
43441
  var checkbox_build = () => { };
@@ -43442,11 +43445,11 @@ var checkbox_build$1 = /*#__PURE__*/Object.freeze({
43442
43445
  'default': checkbox_build
43443
43446
  });
43444
43447
 
43445
- const tagName$J = 'ul';
43448
+ const tagName$L = 'ul';
43446
43449
  register('wm-checkboxset', () => {
43447
43450
  return {
43448
- pre: attrs => `<${tagName$J} wmCheckboxset ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43449
- post: () => `</${tagName$J}>`
43451
+ pre: attrs => `<${tagName$L} wmCheckboxset ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43452
+ post: () => `</${tagName$L}>`
43450
43453
  };
43451
43454
  });
43452
43455
  var checkboxset_build = () => { };
@@ -43456,11 +43459,11 @@ var checkboxset_build$1 = /*#__PURE__*/Object.freeze({
43456
43459
  'default': checkboxset_build
43457
43460
  });
43458
43461
 
43459
- const tagName$I = 'div';
43462
+ const tagName$K = 'div';
43460
43463
  register('wm-composite', () => {
43461
43464
  return {
43462
- pre: attrs => `<${tagName$I} wmComposite captionPosition ${setChildAttrs(attrs)} ${getAttrMarkup(attrs)}>`,
43463
- post: () => `</${tagName$I}${clearChildAttrs()}>`
43465
+ pre: attrs => `<${tagName$K} wmComposite captionPosition ${setChildAttrs(attrs)} ${getAttrMarkup(attrs)}>`,
43466
+ post: () => `</${tagName$K}${clearChildAttrs()}>`
43464
43467
  };
43465
43468
  });
43466
43469
  var composite_build = () => { };
@@ -43470,11 +43473,11 @@ var composite_build$1 = /*#__PURE__*/Object.freeze({
43470
43473
  'default': composite_build
43471
43474
  });
43472
43475
 
43473
- const tagName$H = 'div';
43476
+ const tagName$J = 'div';
43474
43477
  register('wm-number', () => {
43475
43478
  return {
43476
- pre: attrs => `<${tagName$H} wmNumber ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43477
- post: () => `</${tagName$H}>`
43479
+ pre: attrs => `<${tagName$J} wmNumber ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43480
+ post: () => `</${tagName$J}>`
43478
43481
  };
43479
43482
  });
43480
43483
  var number_build = () => { };
@@ -43484,11 +43487,11 @@ var number_build$1 = /*#__PURE__*/Object.freeze({
43484
43487
  'default': number_build
43485
43488
  });
43486
43489
 
43487
- const tagName$G = 'ul';
43490
+ const tagName$I = 'ul';
43488
43491
  register('wm-radioset', () => {
43489
43492
  return {
43490
- pre: attrs => `<${tagName$G} wmRadioset ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43491
- post: () => `</${tagName$G}>`
43493
+ pre: attrs => `<${tagName$I} wmRadioset ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43494
+ post: () => `</${tagName$I}>`
43492
43495
  };
43493
43496
  });
43494
43497
  var radioset_build = () => { };
@@ -43498,11 +43501,11 @@ var radioset_build$1 = /*#__PURE__*/Object.freeze({
43498
43501
  'default': radioset_build
43499
43502
  });
43500
43503
 
43501
- const tagName$F = 'wm-select';
43504
+ const tagName$H = 'wm-select';
43502
43505
  register('wm-select', () => {
43503
43506
  return {
43504
- pre: attrs => `<${tagName$F} ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43505
- post: () => `</${tagName$F}>`
43507
+ pre: attrs => `<${tagName$H} ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43508
+ post: () => `</${tagName$H}>`
43506
43509
  };
43507
43510
  });
43508
43511
  var select_build = () => { };
@@ -43512,15 +43515,15 @@ var select_build$1 = /*#__PURE__*/Object.freeze({
43512
43515
  'default': select_build
43513
43516
  });
43514
43517
 
43515
- const tagName$E = 'div';
43518
+ const tagName$G = 'div';
43516
43519
  const idGen$a = new IDGenerator('wm_switch');
43517
43520
  register('wm-switch', () => {
43518
43521
  return {
43519
43522
  pre: (attrs) => {
43520
43523
  const counter = idGen$a.nextUid();
43521
- return `<${tagName$E} wmSwitch #${counter}="wmSwitch" [attr.aria-label]="${counter}.hint || 'Switch button'" ${getFormMarkupAttr(attrs)} ${getNgModelAttr(attrs)}>`;
43524
+ return `<${tagName$G} wmSwitch #${counter}="wmSwitch" [attr.aria-label]="${counter}.hint || 'Switch button'" ${getFormMarkupAttr(attrs)} ${getNgModelAttr(attrs)}>`;
43522
43525
  },
43523
- post: () => `</${tagName$E}>`
43526
+ post: () => `</${tagName$G}>`
43524
43527
  };
43525
43528
  });
43526
43529
  var switch_build = () => { };
@@ -43530,11 +43533,11 @@ var switch_build$1 = /*#__PURE__*/Object.freeze({
43530
43533
  'default': switch_build
43531
43534
  });
43532
43535
 
43533
- const tagName$D = 'wm-input';
43536
+ const tagName$F = 'wm-input';
43534
43537
  register('wm-text', () => {
43535
43538
  return {
43536
- pre: attrs => `<${tagName$D} ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43537
- post: () => `</${tagName$D}>`
43539
+ pre: attrs => `<${tagName$F} ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43540
+ post: () => `</${tagName$F}>`
43538
43541
  };
43539
43542
  });
43540
43543
  var text_build = () => { };
@@ -43544,11 +43547,11 @@ var text_build$1 = /*#__PURE__*/Object.freeze({
43544
43547
  'default': text_build
43545
43548
  });
43546
43549
 
43547
- const tagName$C = 'wm-textarea';
43550
+ const tagName$E = 'wm-textarea';
43548
43551
  register('wm-textarea', () => {
43549
43552
  return {
43550
- pre: attrs => `<${tagName$C} ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43551
- post: () => `</${tagName$C}>`
43553
+ pre: attrs => `<${tagName$E} ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43554
+ post: () => `</${tagName$E}>`
43552
43555
  };
43553
43556
  });
43554
43557
  var textarea_build = () => { };
@@ -43558,11 +43561,11 @@ var textarea_build$1 = /*#__PURE__*/Object.freeze({
43558
43561
  'default': textarea_build
43559
43562
  });
43560
43563
 
43561
- const tagName$B = 'div';
43564
+ const tagName$D = 'div';
43562
43565
  register('wm-datetime', () => {
43563
43566
  return {
43564
- pre: attrs => `<${tagName$B} wmDateTime ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43565
- post: () => `</${tagName$B}>`
43567
+ pre: attrs => `<${tagName$D} wmDateTime ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43568
+ post: () => `</${tagName$D}>`
43566
43569
  };
43567
43570
  });
43568
43571
  var dateTime_build = () => { };
@@ -43572,11 +43575,11 @@ var dateTime_build$1 = /*#__PURE__*/Object.freeze({
43572
43575
  'default': dateTime_build
43573
43576
  });
43574
43577
 
43575
- const tagName$A = 'div';
43578
+ const tagName$C = 'div';
43576
43579
  register('wm-date', () => {
43577
43580
  return {
43578
- pre: attrs => `<${tagName$A} wmDate ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43579
- post: () => `</${tagName$A}>`
43581
+ pre: attrs => `<${tagName$C} wmDate ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43582
+ post: () => `</${tagName$C}>`
43580
43583
  };
43581
43584
  });
43582
43585
  var date_build = () => { };
@@ -43586,11 +43589,11 @@ var date_build$1 = /*#__PURE__*/Object.freeze({
43586
43589
  'default': date_build
43587
43590
  });
43588
43591
 
43589
- const tagName$z = 'div';
43592
+ const tagName$B = 'div';
43590
43593
  register('wm-time', () => {
43591
43594
  return {
43592
- pre: attrs => `<${tagName$z} wmTime ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43593
- post: () => `</${tagName$z}>`
43595
+ pre: attrs => `<${tagName$B} wmTime ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
43596
+ post: () => `</${tagName$B}>`
43594
43597
  };
43595
43598
  });
43596
43599
  var time_build = () => { };
@@ -43600,7 +43603,7 @@ var time_build$1 = /*#__PURE__*/Object.freeze({
43600
43603
  'default': time_build
43601
43604
  });
43602
43605
 
43603
- const tagName$y = 'div';
43606
+ const tagName$A = 'div';
43604
43607
  register('wm-fileupload', () => {
43605
43608
  return {
43606
43609
  pre: attrs => {
@@ -43608,9 +43611,9 @@ register('wm-fileupload', () => {
43608
43611
  const onSelectBinding = getDataSource(attrs.get('select.event'));
43609
43612
  attrs.set('datasource.bind', onSelectBinding);
43610
43613
  }
43611
- return `<${tagName$y} wmFileUpload ${getAttrMarkup(attrs)} role="input">`;
43614
+ return `<${tagName$A} wmFileUpload ${getAttrMarkup(attrs)} role="input">`;
43612
43615
  },
43613
- post: () => `</${tagName$y}>`
43616
+ post: () => `</${tagName$A}>`
43614
43617
  };
43615
43618
  });
43616
43619
  var fileUpload_build = () => { };
@@ -43620,11 +43623,11 @@ var fileUpload_build$1 = /*#__PURE__*/Object.freeze({
43620
43623
  'default': fileUpload_build
43621
43624
  });
43622
43625
 
43623
- const tagName$x = 'div';
43626
+ const tagName$z = 'div';
43624
43627
  register('wm-rating', () => {
43625
43628
  return {
43626
- pre: attrs => `<${tagName$x} wmRating ${getFormMarkupAttr(attrs)} ${getNgModelAttr(attrs)}>`,
43627
- post: () => `</${tagName$x}>`
43629
+ pre: attrs => `<${tagName$z} wmRating ${getFormMarkupAttr(attrs)} ${getNgModelAttr(attrs)}>`,
43630
+ post: () => `</${tagName$z}>`
43628
43631
  };
43629
43632
  });
43630
43633
  var rating_build = () => { };
@@ -43634,11 +43637,11 @@ var rating_build$1 = /*#__PURE__*/Object.freeze({
43634
43637
  'default': rating_build
43635
43638
  });
43636
43639
 
43637
- const tagName$w = 'div';
43640
+ const tagName$y = 'div';
43638
43641
  register('wm-slider', () => {
43639
43642
  return {
43640
- pre: attrs => `<${tagName$w} wmSlider ${getAttrMarkup(attrs)} ${getNgModelAttr(attrs)}>`,
43641
- post: () => `</${tagName$w}>`
43643
+ pre: attrs => `<${tagName$y} wmSlider ${getAttrMarkup(attrs)} ${getNgModelAttr(attrs)}>`,
43644
+ post: () => `</${tagName$y}>`
43642
43645
  };
43643
43646
  });
43644
43647
  var slider_build = () => { };
@@ -43649,7 +43652,7 @@ var slider_build$1 = /*#__PURE__*/Object.freeze({
43649
43652
  });
43650
43653
 
43651
43654
  const wmlistTag = 'wm-list';
43652
- const tagName$v = 'div';
43655
+ const tagName$x = 'div';
43653
43656
  const dataSetKey$2 = 'dataset';
43654
43657
  function copyAttribute$1(from, fromAttrName, to, toAttrName) {
43655
43658
  const fromAttr = from.attrs.find(a => a.name === fromAttrName);
@@ -43697,8 +43700,8 @@ register('wm-media-list', () => {
43697
43700
  copyAttribute$1(template, 'height', node, 'thumbnailheight');
43698
43701
  }
43699
43702
  },
43700
- pre: attrs => `<${tagName$v} wmMediaList ${getAttrMarkup(attrs)}>`,
43701
- post: () => `</${tagName$v}>`
43703
+ pre: attrs => `<${tagName$x} wmMediaList ${getAttrMarkup(attrs)}>`,
43704
+ post: () => `</${tagName$x}>`
43702
43705
  };
43703
43706
  });
43704
43707
  var mediaList_build = () => { };
@@ -43708,11 +43711,11 @@ var mediaList_build$1 = /*#__PURE__*/Object.freeze({
43708
43711
  'default': mediaList_build
43709
43712
  });
43710
43713
 
43711
- const tagName$u = 'ng-template';
43714
+ const tagName$w = 'ng-template';
43712
43715
  register('wm-media-template', () => {
43713
43716
  return {
43714
- pre: () => `<${tagName$u} #mediaListTemplate let-item="item" let-index="index">`,
43715
- post: () => `</${tagName$u}>`
43717
+ pre: () => `<${tagName$w} #mediaListTemplate let-item="item" let-index="index">`,
43718
+ post: () => `</${tagName$w}>`
43716
43719
  };
43717
43720
  });
43718
43721
  var mediaListItem_build = () => { };
@@ -43796,16 +43799,16 @@ var list_build$1 = /*#__PURE__*/Object.freeze({
43796
43799
  'default': list_build
43797
43800
  });
43798
43801
 
43799
- const tagName$t = 'div';
43802
+ const tagName$v = 'div';
43800
43803
  const idGen$9 = new IDGenerator('liveform_dialog_id_');
43801
43804
  register('wm-livetable', () => {
43802
43805
  return {
43803
43806
  pre: (attrs, shared) => {
43804
43807
  const counter = idGen$9.nextUid();
43805
43808
  shared.set('counter', counter);
43806
- return `<${tagName$t} wmLiveTable role="table" ${getAttrMarkup(attrs)} dialogid="${counter}">`;
43809
+ return `<${tagName$v} wmLiveTable role="table" ${getAttrMarkup(attrs)} dialogid="${counter}">`;
43807
43810
  },
43808
- post: () => `</${tagName$t}>`,
43811
+ post: () => `</${tagName$v}>`,
43809
43812
  provide: (attrs, shared) => {
43810
43813
  const provider = new Map();
43811
43814
  provider.set('liveform_dialog_id', shared.get('counter'));
@@ -43820,15 +43823,15 @@ var liveTable_build$1 = /*#__PURE__*/Object.freeze({
43820
43823
  'default': liveTable_build
43821
43824
  });
43822
43825
 
43823
- const tagName$s = 'p';
43826
+ const tagName$u = 'p';
43824
43827
  const idGen$8 = new IDGenerator('wm_message');
43825
43828
  register('wm-message', () => {
43826
43829
  return {
43827
43830
  pre: (attrs) => {
43828
43831
  const counter = idGen$8.nextUid();
43829
- return `<${tagName$s} wmMessage tabindex="0" #${counter}="wmMessage" ${getAttrMarkup(attrs)}>`;
43832
+ return `<${tagName$u} wmMessage tabindex="0" #${counter}="wmMessage" ${getAttrMarkup(attrs)}>`;
43830
43833
  },
43831
- post: () => `</${tagName$s}>`
43834
+ post: () => `</${tagName$u}>`
43832
43835
  };
43833
43836
  });
43834
43837
  var message_build = () => { };
@@ -43838,11 +43841,11 @@ var message_build$1 = /*#__PURE__*/Object.freeze({
43838
43841
  'default': message_build
43839
43842
  });
43840
43843
 
43841
- const tagName$r = 'ol';
43844
+ const tagName$t = 'ol';
43842
43845
  register('wm-breadcrumb', () => {
43843
43846
  return {
43844
- pre: attrs => `<${tagName$r} wmBreadcrumb ${getAttrMarkup(attrs)}>`,
43845
- post: () => `</${tagName$r}>`
43847
+ pre: attrs => `<${tagName$t} wmBreadcrumb ${getAttrMarkup(attrs)}>`,
43848
+ post: () => `</${tagName$t}>`
43846
43849
  };
43847
43850
  });
43848
43851
  var breadcrumb_build = () => { };
@@ -43852,11 +43855,11 @@ var breadcrumb_build$1 = /*#__PURE__*/Object.freeze({
43852
43855
  'default': breadcrumb_build
43853
43856
  });
43854
43857
 
43855
- const tagName$q = 'div';
43858
+ const tagName$s = 'div';
43856
43859
  register('wm-menu', () => {
43857
43860
  return {
43858
- pre: attrs => `<${tagName$q} wmMenu dropdown ${getAttrMarkup(attrs)}>`,
43859
- post: () => `</${tagName$q}>`
43861
+ pre: attrs => `<${tagName$s} wmMenu dropdown ${getAttrMarkup(attrs)}>`,
43862
+ post: () => `</${tagName$s}>`
43860
43863
  };
43861
43864
  });
43862
43865
  var menu_build = () => { };
@@ -43866,11 +43869,11 @@ var menu_build$1 = /*#__PURE__*/Object.freeze({
43866
43869
  'default': menu_build
43867
43870
  });
43868
43871
 
43869
- const tagName$p = 'li';
43872
+ const tagName$r = 'li';
43870
43873
  register('wm-nav-item', () => {
43871
43874
  return {
43872
- pre: attrs => `<${tagName$p} wmNavItem role="listitem" ${getAttrMarkup(attrs)}>`,
43873
- post: () => `</${tagName$p}>`
43875
+ pre: attrs => `<${tagName$r} wmNavItem role="listitem" ${getAttrMarkup(attrs)}>`,
43876
+ post: () => `</${tagName$r}>`
43874
43877
  };
43875
43878
  });
43876
43879
  var navItem_build = () => { };
@@ -43880,11 +43883,11 @@ var navItem_build$1 = /*#__PURE__*/Object.freeze({
43880
43883
  'default': navItem_build
43881
43884
  });
43882
43885
 
43883
- const tagName$o = 'ul';
43886
+ const tagName$q = 'ul';
43884
43887
  register('wm-nav', () => {
43885
43888
  return {
43886
- pre: attrs => `<${tagName$o} wmNav data-element-type="wmNav" data-role="page-header" role="list" ${getAttrMarkup(attrs)}>`,
43887
- post: () => `</${tagName$o}>`
43889
+ pre: attrs => `<${tagName$q} wmNav data-element-type="wmNav" data-role="page-header" role="list" ${getAttrMarkup(attrs)}>`,
43890
+ post: () => `</${tagName$q}>`
43888
43891
  };
43889
43892
  });
43890
43893
  var nav_build = () => { };
@@ -43894,11 +43897,11 @@ var nav_build$1 = /*#__PURE__*/Object.freeze({
43894
43897
  'default': nav_build
43895
43898
  });
43896
43899
 
43897
- const tagName$n = 'nav';
43900
+ const tagName$p = 'nav';
43898
43901
  register('wm-navbar', () => {
43899
43902
  return {
43900
- pre: attrs => `<${tagName$n} wmNavbar data-element-type="wmNavbar" role="navigation" ${getAttrMarkup(attrs)}>`,
43901
- post: () => `</${tagName$n}>`
43903
+ pre: attrs => `<${tagName$p} wmNavbar data-element-type="wmNavbar" role="navigation" ${getAttrMarkup(attrs)}>`,
43904
+ post: () => `</${tagName$p}>`
43902
43905
  };
43903
43906
  });
43904
43907
  var navbar_build = () => { };
@@ -43908,7 +43911,7 @@ var navbar_build$1 = /*#__PURE__*/Object.freeze({
43908
43911
  'default': navbar_build
43909
43912
  });
43910
43913
 
43911
- const tagName$m = 'wm-popover';
43914
+ const tagName$o = 'wm-popover';
43912
43915
  register('wm-popover', () => {
43913
43916
  return {
43914
43917
  requires: ['wm-table'],
@@ -43928,7 +43931,7 @@ register('wm-popover', () => {
43928
43931
  popoverTemplate = `<div wmContainer #partial partialContainer ${contentMarkup}>`;
43929
43932
  shared.set('hasPopoverContent', true);
43930
43933
  }
43931
- let markup = `<${tagName$m} wmPopover ${getAttrMarkup(attrs)}>`;
43934
+ let markup = `<${tagName$o} wmPopover ${getAttrMarkup(attrs)}>`;
43932
43935
  const contextAttrs = table ? `let-row="row"` : ``;
43933
43936
  markup += `<ng-template ${contextAttrs}><button class="popover-start"></button>`;
43934
43937
  // todo keyboard navigation - tab
@@ -43942,7 +43945,7 @@ register('wm-popover', () => {
43942
43945
  if (shared.get('hasPopoverContent')) {
43943
43946
  markup += `</div>`;
43944
43947
  }
43945
- return `${markup}<button class="popover-end"></button></ng-template></${tagName$m}>`;
43948
+ return `${markup}<button class="popover-end"></button></ng-template></${tagName$o}>`;
43946
43949
  }
43947
43950
  };
43948
43951
  });
@@ -43953,7 +43956,7 @@ var popover_build$1 = /*#__PURE__*/Object.freeze({
43953
43956
  'default': popover_build
43954
43957
  });
43955
43958
 
43956
- const tagName$l = 'div';
43959
+ const tagName$n = 'div';
43957
43960
  const findChild = (node, childName) => {
43958
43961
  const child = node && node.children.find(e => (e instanceof Element$1$1 && e.name === childName));
43959
43962
  return child;
@@ -44012,9 +44015,9 @@ register('wm-page', () => {
44012
44015
  },
44013
44016
  pre: (attrs) => {
44014
44017
  const counter = idGen$7.nextUid();
44015
- return `<${tagName$l} wmPage #${counter}="wmPage" data-role="pageContainer" [attr.aria-label]="${counter}.hint || 'Main page content'" ${getAttrMarkup(attrs)}>`;
44018
+ return `<${tagName$n} wmPage #${counter}="wmPage" data-role="pageContainer" [attr.aria-label]="${counter}.hint || 'Main page content'" ${getAttrMarkup(attrs)}>`;
44016
44019
  },
44017
- post: () => `</${tagName$l}>`
44020
+ post: () => `</${tagName$n}>`
44018
44021
  };
44019
44022
  });
44020
44023
  var page_build = () => { };
@@ -44028,11 +44031,11 @@ var page_build$1 = /*#__PURE__*/Object.freeze({
44028
44031
  'ɵ3': ɵ3$1$2
44029
44032
  });
44030
44033
 
44031
- const tagName$k = 'nav';
44034
+ const tagName$m = 'nav';
44032
44035
  register('wm-pagination', () => {
44033
44036
  return {
44034
- pre: attrs => `<${tagName$k} wmPagination data-identifier="pagination" aria-label="Page navigation" ${getAttrMarkup(attrs)}>`,
44035
- post: () => `</${tagName$k}>`
44037
+ pre: attrs => `<${tagName$m} wmPagination data-identifier="pagination" aria-label="Page navigation" ${getAttrMarkup(attrs)}>`,
44038
+ post: () => `</${tagName$m}>`
44036
44039
  };
44037
44040
  });
44038
44041
  var pagination_build = () => { };
@@ -44042,11 +44045,11 @@ var pagination_build$1 = /*#__PURE__*/Object.freeze({
44042
44045
  'default': pagination_build
44043
44046
  });
44044
44047
 
44045
- const tagName$j = 'main';
44048
+ const tagName$l = 'main';
44046
44049
  register('wm-content', () => {
44047
44050
  return {
44048
- pre: attrs => `<${tagName$j} wmContent data-role="page-content" role="main" ${getAttrMarkup(attrs)}>`,
44049
- post: () => `</${tagName$j}>`
44051
+ pre: attrs => `<${tagName$l} wmContent data-role="page-content" role="main" ${getAttrMarkup(attrs)}>`,
44052
+ post: () => `</${tagName$l}>`
44050
44053
  };
44051
44054
  });
44052
44055
  var content_build = () => { };
@@ -44056,15 +44059,15 @@ var content_build$1 = /*#__PURE__*/Object.freeze({
44056
44059
  'default': content_build
44057
44060
  });
44058
44061
 
44059
- const tagName$i = 'footer';
44062
+ const tagName$k = 'footer';
44060
44063
  const idGen$6 = new IDGenerator('wm_footer');
44061
44064
  register('wm-footer', () => {
44062
44065
  return {
44063
44066
  pre: (attrs) => {
44064
44067
  const counter = idGen$6.nextUid();
44065
- return `<${tagName$i} wmFooter #${counter}="wmFooter" partialContainer data-role="page-footer" role="contentinfo" [attr.aria-label]="${counter}.hint || 'Page footer'" ${getAttrMarkup(attrs)}>`;
44068
+ return `<${tagName$k} wmFooter #${counter}="wmFooter" partialContainer data-role="page-footer" role="contentinfo" [attr.aria-label]="${counter}.hint || 'Page footer'" ${getAttrMarkup(attrs)}>`;
44066
44069
  },
44067
- post: () => `</${tagName$i}>`
44070
+ post: () => `</${tagName$k}>`
44068
44071
  };
44069
44072
  });
44070
44073
  var footer_build = () => { };
@@ -44074,15 +44077,15 @@ var footer_build$1 = /*#__PURE__*/Object.freeze({
44074
44077
  'default': footer_build
44075
44078
  });
44076
44079
 
44077
- const tagName$h = 'header';
44080
+ const tagName$j = 'header';
44078
44081
  const idGen$5 = new IDGenerator('wm_header');
44079
44082
  register('wm-header', () => {
44080
44083
  return {
44081
44084
  pre: (attrs) => {
44082
44085
  const counter = idGen$5.nextUid();
44083
- return `<${tagName$h} wmHeader #${counter}="wmHeader" partialContainer data-role="page-header" role="banner" [attr.aria-label]="${counter}.hint || 'Page header'" ${getAttrMarkup(attrs)}>`;
44086
+ return `<${tagName$j} wmHeader #${counter}="wmHeader" partialContainer data-role="page-header" role="banner" [attr.aria-label]="${counter}.hint || 'Page header'" ${getAttrMarkup(attrs)}>`;
44084
44087
  },
44085
- post: () => `</${tagName$h}>`
44088
+ post: () => `</${tagName$j}>`
44086
44089
  };
44087
44090
  });
44088
44091
  var header_build = () => { };
@@ -44092,15 +44095,15 @@ var header_build$1 = /*#__PURE__*/Object.freeze({
44092
44095
  'default': header_build
44093
44096
  });
44094
44097
 
44095
- const tagName$g = 'aside';
44098
+ const tagName$i = 'aside';
44096
44099
  const idGen$4 = new IDGenerator('wm_left_panel');
44097
44100
  register('wm-left-panel', () => {
44098
44101
  return {
44099
44102
  pre: (attrs) => {
44100
44103
  const counter = idGen$4.nextUid();
44101
- 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)}>`;
44104
+ 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)}>`;
44102
44105
  },
44103
- post: () => `</${tagName$g}>`
44106
+ post: () => `</${tagName$i}>`
44104
44107
  };
44105
44108
  });
44106
44109
  var leftPanel_build = () => { };
@@ -44110,11 +44113,11 @@ var leftPanel_build$1 = /*#__PURE__*/Object.freeze({
44110
44113
  'default': leftPanel_build
44111
44114
  });
44112
44115
 
44113
- const tagName$f = 'header';
44116
+ const tagName$h = 'header';
44114
44117
  register('wm-mobile-navbar', () => {
44115
44118
  return {
44116
- pre: attrs => `<${tagName$f} wmMobileNavbar ${getAttrMarkup(attrs)}>`,
44117
- post: () => `</${tagName$f}>`
44119
+ pre: attrs => `<${tagName$h} wmMobileNavbar ${getAttrMarkup(attrs)}>`,
44120
+ post: () => `</${tagName$h}>`
44118
44121
  };
44119
44122
  });
44120
44123
  var mobileNavbar_build = () => { };
@@ -44124,15 +44127,15 @@ var mobileNavbar_build$1 = /*#__PURE__*/Object.freeze({
44124
44127
  'default': mobileNavbar_build
44125
44128
  });
44126
44129
 
44127
- const tagName$e = 'aside';
44130
+ const tagName$g = 'aside';
44128
44131
  const idGen$3 = new IDGenerator('wm_right_panel');
44129
44132
  register('wm-right-panel', () => {
44130
44133
  return {
44131
44134
  pre: (attrs) => {
44132
44135
  const counter = idGen$3.nextUid();
44133
- return `<${tagName$e} wmRightPanel #${counter}="wmRightPanel" partialContainer data-role="page-right-panel" role="complementary" [attr.aria-label]="${counter}.hint || 'Right navigation panel'" ${getAttrMarkup(attrs)}>`;
44136
+ return `<${tagName$g} wmRightPanel #${counter}="wmRightPanel" partialContainer data-role="page-right-panel" role="complementary" [attr.aria-label]="${counter}.hint || 'Right navigation panel'" ${getAttrMarkup(attrs)}>`;
44134
44137
  },
44135
- post: () => `</${tagName$e}>`
44138
+ post: () => `</${tagName$g}>`
44136
44139
  };
44137
44140
  });
44138
44141
  var rightPanel_build = () => { };
@@ -44142,11 +44145,11 @@ var rightPanel_build$1 = /*#__PURE__*/Object.freeze({
44142
44145
  'default': rightPanel_build
44143
44146
  });
44144
44147
 
44145
- const tagName$d = 'div';
44148
+ const tagName$f = 'div';
44146
44149
  register('wm-page-content', () => {
44147
44150
  return {
44148
- pre: attrs => `<${tagName$d} wmPageContent wmSmoothscroll="${attrs.get('smoothscroll') || 'false'}" ${getAttrMarkup(attrs)}>`,
44149
- post: () => `</${tagName$d}>`
44151
+ pre: attrs => `<${tagName$f} wmPageContent wmSmoothscroll="${attrs.get('smoothscroll') || 'false'}" ${getAttrMarkup(attrs)}>`,
44152
+ post: () => `</${tagName$f}>`
44150
44153
  };
44151
44154
  });
44152
44155
  var pageContent_build = () => { };
@@ -44156,11 +44159,11 @@ var pageContent_build$1 = /*#__PURE__*/Object.freeze({
44156
44159
  'default': pageContent_build
44157
44160
  });
44158
44161
 
44159
- const tagName$c = 'div';
44162
+ const tagName$e = 'div';
44160
44163
  register('wm-mobile-tabbar', () => {
44161
44164
  return {
44162
- pre: attrs => `<${tagName$c} wmMobileTabbar ${getAttrMarkup(attrs)}>`,
44163
- post: () => `</${tagName$c}>`
44165
+ pre: attrs => `<${tagName$e} wmMobileTabbar ${getAttrMarkup(attrs)}>`,
44166
+ post: () => `</${tagName$e}>`
44164
44167
  };
44165
44168
  });
44166
44169
  var tabBar_build = () => { };
@@ -44170,15 +44173,15 @@ var tabBar_build$1 = /*#__PURE__*/Object.freeze({
44170
44173
  'default': tabBar_build
44171
44174
  });
44172
44175
 
44173
- const tagName$b = 'section';
44176
+ const tagName$d = 'section';
44174
44177
  const idGen$2 = new IDGenerator('wm_top_nav');
44175
44178
  register('wm-top-nav', () => {
44176
44179
  return {
44177
44180
  pre: (attrs) => {
44178
44181
  const counter = idGen$2.nextUid();
44179
- return `<${tagName$b} wmTopNav #${counter}="wmTopNav" partialContainer data-role="page-topnav" role="navigation" [attr.aria-label]="${counter}.hint || 'Second level navigation'" ${getAttrMarkup(attrs)}>`;
44182
+ return `<${tagName$d} wmTopNav #${counter}="wmTopNav" partialContainer data-role="page-topnav" role="navigation" [attr.aria-label]="${counter}.hint || 'Second level navigation'" ${getAttrMarkup(attrs)}>`;
44180
44183
  },
44181
- post: () => `</${tagName$b}>`
44184
+ post: () => `</${tagName$d}>`
44182
44185
  };
44183
44186
  });
44184
44187
  var topNav_build = () => { };
@@ -44188,7 +44191,7 @@ var topNav_build$1 = /*#__PURE__*/Object.freeze({
44188
44191
  'default': topNav_build
44189
44192
  });
44190
44193
 
44191
- const tagName$a = 'section';
44194
+ const tagName$c = 'section';
44192
44195
  const noSpan$1 = {};
44193
44196
  const createElement$1$1 = name => {
44194
44197
  return new Element$1$1(name, [], [], noSpan$1, noSpan$1, noSpan$1);
@@ -44208,8 +44211,8 @@ register('wm-partial', () => {
44208
44211
  node.children.length = 0;
44209
44212
  node.children.push(conditionalNode);
44210
44213
  },
44211
- pre: attrs => `<${tagName$a} wmPartial data-role="partial" role="complementary" ${getAttrMarkup(attrs)}>`,
44212
- post: () => `</${tagName$a}>`
44214
+ pre: attrs => `<${tagName$c} wmPartial data-role="partial" role="complementary" ${getAttrMarkup(attrs)}>`,
44215
+ post: () => `</${tagName$c}>`
44213
44216
  };
44214
44217
  });
44215
44218
  var partial_build = () => { };
@@ -44221,11 +44224,11 @@ var partial_build$1 = /*#__PURE__*/Object.freeze({
44221
44224
  'ɵ1': ɵ1$3$2
44222
44225
  });
44223
44226
 
44224
- const tagName$9 = 'div';
44227
+ const tagName$b = 'div';
44225
44228
  register('wm-param', () => {
44226
44229
  return {
44227
- pre: attrs => `<${tagName$9} wmParam hidden ${getAttrMarkup(attrs)}>`,
44228
- post: () => `</${tagName$9}>`
44230
+ pre: attrs => `<${tagName$b} wmParam hidden ${getAttrMarkup(attrs)}>`,
44231
+ post: () => `</${tagName$b}>`
44229
44232
  };
44230
44233
  });
44231
44234
  var partialParam_build = () => { };
@@ -44235,11 +44238,11 @@ var partialParam_build$1 = /*#__PURE__*/Object.freeze({
44235
44238
  'default': partialParam_build
44236
44239
  });
44237
44240
 
44238
- const tagName$8 = 'section';
44241
+ const tagName$a = 'section';
44239
44242
  register('wm-prefab', () => {
44240
44243
  return {
44241
- pre: attrs => `<${tagName$8} wmPrefab redrawable data-role="perfab" ${getAttrMarkup(attrs)}>`,
44242
- post: () => `</${tagName$8}>`
44244
+ pre: attrs => `<${tagName$a} wmPrefab redrawable data-role="perfab" ${getAttrMarkup(attrs)}>`,
44245
+ post: () => `</${tagName$a}>`
44243
44246
  };
44244
44247
  });
44245
44248
  var prefab_build = () => { };
@@ -44259,7 +44262,7 @@ const addAtrribute = (node, name, value) => {
44259
44262
  node.attrs.push(attr);
44260
44263
  };
44261
44264
  const ɵ1$2$2 = addAtrribute;
44262
- const tagName$7 = 'div';
44265
+ const tagName$9 = 'div';
44263
44266
  register('wm-prefab-container', () => {
44264
44267
  return {
44265
44268
  template: (node) => {
@@ -44269,8 +44272,8 @@ register('wm-prefab-container', () => {
44269
44272
  node.children.length = 0;
44270
44273
  node.children.push(conditionalNode);
44271
44274
  },
44272
- pre: attrs => `<${tagName$7} wmPrefabContainer ${getAttrMarkup(attrs)}>`,
44273
- post: () => `</${tagName$7}>`
44275
+ pre: attrs => `<${tagName$9} wmPrefabContainer ${getAttrMarkup(attrs)}>`,
44276
+ post: () => `</${tagName$9}>`
44274
44277
  };
44275
44278
  });
44276
44279
  var prefabContainer_build = () => { };
@@ -44282,11 +44285,11 @@ var prefabContainer_build$1 = /*#__PURE__*/Object.freeze({
44282
44285
  'ɵ1': ɵ1$2$2
44283
44286
  });
44284
44287
 
44285
- const tagName$6 = 'div';
44288
+ const tagName$8 = 'div';
44286
44289
  register('wm-table-action', () => {
44287
44290
  return {
44288
- pre: attrs => `<${tagName$6} name="${attrs.get('name') || attrs.get('key')}" wmTableAction ${getAttrMarkup(attrs)}>`,
44289
- post: () => `</${tagName$6}>`
44291
+ pre: attrs => `<${tagName$8} name="${attrs.get('name') || attrs.get('key')}" wmTableAction ${getAttrMarkup(attrs)}>`,
44292
+ post: () => `</${tagName$8}>`
44290
44293
  };
44291
44294
  });
44292
44295
  var tableAction_build = () => { };
@@ -44296,11 +44299,11 @@ var tableAction_build$1 = /*#__PURE__*/Object.freeze({
44296
44299
  'default': tableAction_build
44297
44300
  });
44298
44301
 
44299
- const tagName$5 = 'div';
44302
+ const tagName$7 = 'div';
44300
44303
  register('wm-table-column-group', () => {
44301
44304
  return {
44302
- pre: attrs => `<${tagName$5} wmTableColumnGroup ${getAttrMarkup(attrs)}>`,
44303
- post: () => `</${tagName$5}>`
44305
+ pre: attrs => `<${tagName$7} wmTableColumnGroup ${getAttrMarkup(attrs)}>`,
44306
+ post: () => `</${tagName$7}>`
44304
44307
  };
44305
44308
  });
44306
44309
  var tableColumnGroup_build = () => { };
@@ -44310,7 +44313,7 @@ var tableColumnGroup_build$1 = /*#__PURE__*/Object.freeze({
44310
44313
  'default': tableColumnGroup_build
44311
44314
  });
44312
44315
 
44313
- const tagName$4 = 'div';
44316
+ const tagName$6 = 'div';
44314
44317
  const idGen$1 = new IDGenerator('data_table_form_');
44315
44318
  const formWidgets = new Set([
44316
44319
  'wm-text',
@@ -44570,7 +44573,7 @@ register('wm-table-column', () => {
44570
44573
  customExprTmpl = `${customExpr}<div data-col-identifier="${attrs.get('binding')}" title="${formatExprTmpl}">${formatExprTmpl}`;
44571
44574
  }
44572
44575
  }
44573
- return `<${tagName$4} wmTableColumn ${getAttrMarkup(attrs)} ${parentForm}>
44576
+ return `<${tagName$6} wmTableColumn ${getAttrMarkup(attrs)} ${parentForm}>
44574
44577
  ${rowFilterTmpl}
44575
44578
  ${inlineEditTmpl}
44576
44579
  ${inlineNewEditTmpl}
@@ -44581,7 +44584,7 @@ register('wm-table-column', () => {
44581
44584
  if (shared.get('customExpression')) {
44582
44585
  customExprTmpl = `</div></ng-template>`;
44583
44586
  }
44584
- return `${customExprTmpl}</${tagName$4}>`;
44587
+ return `${customExprTmpl}</${tagName$6}>`;
44585
44588
  },
44586
44589
  imports: (attrs) => {
44587
44590
  const editWidgetType = attrs.get('edit-widget-type');
@@ -44604,7 +44607,7 @@ var tableColumn_build$1 = /*#__PURE__*/Object.freeze({
44604
44607
  'ɵ6': ɵ6$3
44605
44608
  });
44606
44609
 
44607
- const tagName$3 = 'div';
44610
+ const tagName$5 = 'div';
44608
44611
  const getRowExpansionActionTmpl = (attrs) => {
44609
44612
  const tag = attrs.get('widget-type') === 'anchor' ? 'a' : 'button';
44610
44613
  const directive = attrs.get('widget-type') === 'anchor' ? 'wmAnchor' : 'wmButton';
@@ -44620,7 +44623,7 @@ const ɵ0$1$2 = getRowExpansionActionTmpl;
44620
44623
  register('wm-table-row', () => {
44621
44624
  return {
44622
44625
  pre: (attrs) => {
44623
- return `<${tagName$3} wmTableRow ${getAttrMarkup(attrs)}>
44626
+ return `<${tagName$5} wmTableRow ${getAttrMarkup(attrs)}>
44624
44627
  ${getRowExpansionActionTmpl(attrs)}
44625
44628
  <ng-template #rowExpansionTmpl let-row="row" let-rowDef="rowDef" let-containerLoad="containerLoad">
44626
44629
  <div wmContainer partialContainer content.bind="rowDef.content" load.event="containerLoad(widget)"
@@ -44628,7 +44631,7 @@ register('wm-table-row', () => {
44628
44631
  <div *ngFor="let param of rowDef.partialParams | keyvalue" wmParam hidden
44629
44632
  [name]="param.key" [value]="param.value"></div>`;
44630
44633
  },
44631
- post: () => `</div></ng-template></${tagName$3}>`
44634
+ post: () => `</div></ng-template></${tagName$5}>`
44632
44635
  };
44633
44636
  });
44634
44637
  var tableRow_build = () => { };
@@ -44639,7 +44642,7 @@ var tableRow_build$1 = /*#__PURE__*/Object.freeze({
44639
44642
  'ɵ0': ɵ0$1$2
44640
44643
  });
44641
44644
 
44642
- const tagName$2 = 'div';
44645
+ const tagName$4 = 'div';
44643
44646
  const getSaveCancelTemplate = () => {
44644
44647
  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">
44645
44648
  <i class="wi wi-done" aria-hidden="true"></i>
@@ -44673,9 +44676,9 @@ const getRowActionTmpl = (attrs) => {
44673
44676
  const ɵ1$8 = getRowActionTmpl;
44674
44677
  register('wm-table-row-action', () => {
44675
44678
  return {
44676
- pre: attrs => `<${tagName$2} wmTableRowAction ${getAttrMarkup(attrs)}>
44679
+ pre: attrs => `<${tagName$4} wmTableRowAction ${getAttrMarkup(attrs)}>
44677
44680
  ${getRowActionTmpl(attrs)}`,
44678
- post: () => `</${tagName$2}>`
44681
+ post: () => `</${tagName$4}>`
44679
44682
  };
44680
44683
  });
44681
44684
  var tableRowAction_build = () => { };
@@ -44687,7 +44690,7 @@ var tableRowAction_build$1 = /*#__PURE__*/Object.freeze({
44687
44690
  'ɵ1': ɵ1$8
44688
44691
  });
44689
44692
 
44690
- const tagName$1 = 'div';
44693
+ const tagName$3 = 'div';
44691
44694
  const dataSetKey = 'dataset';
44692
44695
  const idGen = new IDGenerator('table_');
44693
44696
  let columnIndex = 0;
@@ -44754,9 +44757,9 @@ register('wm-table', () => {
44754
44757
  attrs.set('isdynamictable', shared.get('isdynamictable'));
44755
44758
  attrs.set('isrowexpansionenabled', shared.get('isrowexpansionenabled'));
44756
44759
  attrs.set('table_reference', counter);
44757
- return `<${tagName$1} wmTable="${counter}" wmTableFilterSort wmTableCUD #${counter} data-identifier="table" role="table" ${getAttrMarkup(attrs)}>`;
44760
+ return `<${tagName$3} wmTable="${counter}" wmTableFilterSort wmTableCUD #${counter} data-identifier="table" role="table" ${getAttrMarkup(attrs)}>`;
44758
44761
  },
44759
- post: () => `</${tagName$1}>`,
44762
+ post: () => `</${tagName$3}>`,
44760
44763
  provide: (attrs, shared) => {
44761
44764
  const provider = new Map();
44762
44765
  provider.set('table_reference', shared.get('counter'));
@@ -44775,11 +44778,11 @@ var table_build$1 = /*#__PURE__*/Object.freeze({
44775
44778
  'default': table_build
44776
44779
  });
44777
44780
 
44778
- const tagName = 'div';
44781
+ const tagName$2 = 'div';
44779
44782
  register('wm-video', () => {
44780
44783
  return {
44781
- pre: attrs => `<${tagName} wmVideo ${getAttrMarkup(attrs)}>`,
44782
- post: () => `</${tagName}>`
44784
+ pre: attrs => `<${tagName$2} wmVideo ${getAttrMarkup(attrs)}>`,
44785
+ post: () => `</${tagName$2}>`
44783
44786
  };
44784
44787
  });
44785
44788
  var video_build = () => { };
@@ -44789,6 +44792,34 @@ var video_build$1 = /*#__PURE__*/Object.freeze({
44789
44792
  'default': video_build
44790
44793
  });
44791
44794
 
44795
+ const tagName$1 = 'div';
44796
+ register('wm-linearlayout', () => {
44797
+ return {
44798
+ pre: attrs => `<${tagName$1} wmLinearLayout ${getAttrMarkup(attrs)}>`,
44799
+ post: () => `</${tagName$1}>`
44800
+ };
44801
+ });
44802
+ var linearLayout_build = () => { };
44803
+
44804
+ var linearLayout_build$1 = /*#__PURE__*/Object.freeze({
44805
+ __proto__: null,
44806
+ 'default': linearLayout_build
44807
+ });
44808
+
44809
+ const tagName = 'div';
44810
+ register('wm-linearlayoutitem', () => {
44811
+ return {
44812
+ pre: attrs => `<${tagName} wmLinearLayoutItem ${getAttrMarkup(attrs)}>`,
44813
+ post: () => `</${tagName}>`
44814
+ };
44815
+ });
44816
+ var linearLayoutItem_build = () => { };
44817
+
44818
+ var linearLayoutItem_build$1 = /*#__PURE__*/Object.freeze({
44819
+ __proto__: null,
44820
+ 'default': linearLayoutItem_build
44821
+ });
44822
+
44792
44823
  const initComponentsBuildTask = () => { };
44793
44824
 
44794
44825
  exports.accordionBuild = accordion_build$1;
@@ -44838,6 +44869,8 @@ exports.leftPanelBuild = leftPanel_build$1;
44838
44869
  exports.lgBuild = layoutGrid_build$1;
44839
44870
  exports.lgcolBuild = layoutGridColumn_build$1;
44840
44871
  exports.lgrowBuild = layoutGridRow_build$1;
44872
+ exports.linearLayoutBuild = linearLayout_build$1;
44873
+ exports.linearLayoutItemBuild = linearLayoutItem_build$1;
44841
44874
  exports.listBuild = list_build$1;
44842
44875
  exports.liveTableBuild = liveTable_build$1;
44843
44876
  exports.loginBuild = login_build$1;