@xplortech/apollo-core 1.0.0-beta.5 → 1.0.0-beta.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (155) hide show
  1. package/LICENSE +21 -0
  2. package/build/style.css +1 -1
  3. package/dist/apollo-core/apollo-core.css +9 -5841
  4. package/dist/apollo-core/apollo-core.esm.js +1 -125
  5. package/dist/apollo-core/index.esm.js +0 -1
  6. package/dist/apollo-core/p-ee16942f.entry.js +1 -0
  7. package/dist/cjs/apollo-core.cjs.js +4 -112
  8. package/dist/cjs/index.cjs.js +0 -1
  9. package/dist/cjs/loader.cjs.js +2 -18
  10. package/dist/cjs/xpl-application-shell.cjs.entry.js +1 -1
  11. package/dist/cjs/xpl-avatar_12.cjs.entry.js +17 -17
  12. package/dist/cjs/xpl-backdrop.cjs.entry.js +1 -1
  13. package/dist/cjs/xpl-button-row.cjs.entry.js +1 -1
  14. package/dist/cjs/xpl-choicelist.cjs.entry.js +1 -1
  15. package/dist/cjs/xpl-divider.cjs.entry.js +1 -1
  16. package/dist/cjs/xpl-dropdown-group_3.cjs.entry.js +4 -1
  17. package/dist/cjs/xpl-dropdown_2.cjs.entry.js +1 -2
  18. package/dist/cjs/xpl-grid-item.cjs.entry.js +1 -1
  19. package/dist/cjs/xpl-grid.cjs.entry.js +1 -1
  20. package/dist/cjs/xpl-input.cjs.entry.js +4 -21
  21. package/dist/cjs/xpl-list.cjs.entry.js +2 -2
  22. package/dist/cjs/xpl-main-nav.cjs.entry.js +1 -1
  23. package/dist/cjs/xpl-pagination.cjs.entry.js +1 -1
  24. package/dist/cjs/xpl-select.cjs.entry.js +3 -44
  25. package/dist/cjs/xpl-toggle.cjs.entry.js +3 -3
  26. package/dist/collection/collection-manifest.json +1 -1
  27. package/dist/collection/components/xpl-choicelist/choice.js +1 -0
  28. package/dist/collection/components/xpl-choicelist/xpl-choicelist.js +3 -3
  29. package/dist/collection/components/xpl-dropdown/dropdownoption.js +1 -0
  30. package/dist/collection/components/xpl-dropdown/xpl-dropdown-group/xpl-dropdown-group.js +2 -1
  31. package/dist/collection/components/xpl-dropdown/xpl-dropdown-option/xpl-dropdown-option.js +4 -1
  32. package/dist/collection/components/xpl-dropdown/xpl-dropdown.js +16 -8
  33. package/dist/collection/components/xpl-list/listitem.js +1 -0
  34. package/dist/collection/components/xpl-list/xpl-list.js +2 -2
  35. package/dist/collection/components/xpl-select/selectchoice.js +1 -0
  36. package/dist/collection/components/xpl-select/xpl-select.js +2 -1
  37. package/dist/collection/components/xpl-table/xpl-table.js +17 -17
  38. package/dist/custom-elements/index.js +23 -604
  39. package/dist/esm/apollo-core.js +4 -112
  40. package/dist/esm/index.js +1 -1
  41. package/dist/esm/loader.js +2 -18
  42. package/dist/esm/xpl-application-shell.entry.js +1 -1
  43. package/dist/esm/xpl-avatar_12.entry.js +17 -17
  44. package/dist/esm/xpl-backdrop.entry.js +1 -1
  45. package/dist/esm/xpl-button-row.entry.js +1 -1
  46. package/dist/esm/xpl-choicelist.entry.js +1 -1
  47. package/dist/esm/xpl-divider.entry.js +1 -1
  48. package/dist/esm/xpl-dropdown-group_3.entry.js +4 -1
  49. package/dist/esm/xpl-dropdown_2.entry.js +1 -2
  50. package/dist/esm/xpl-grid-item.entry.js +1 -1
  51. package/dist/esm/xpl-grid.entry.js +1 -1
  52. package/dist/esm/xpl-input.entry.js +3 -20
  53. package/dist/esm/xpl-list.entry.js +2 -2
  54. package/dist/esm/xpl-main-nav.entry.js +1 -1
  55. package/dist/esm/xpl-pagination.entry.js +1 -1
  56. package/dist/esm/xpl-select.entry.js +2 -43
  57. package/dist/esm/xpl-toggle.entry.js +2 -2
  58. package/dist/types/components/xpl-choicelist/choice.d.ts +5 -5
  59. package/dist/types/components/xpl-choicelist/xpl-choicelist.d.ts +2 -1
  60. package/dist/types/components/xpl-dropdown/dropdownoption.d.ts +8 -10
  61. package/dist/types/components/xpl-dropdown/xpl-dropdown-group/xpl-dropdown-group.d.ts +1 -0
  62. package/dist/types/components/xpl-dropdown/xpl-dropdown.d.ts +6 -4
  63. package/dist/types/components/xpl-list/listitem.d.ts +15 -19
  64. package/dist/types/components/xpl-list/xpl-list.d.ts +1 -0
  65. package/dist/types/components/xpl-select/selectchoice.d.ts +3 -2
  66. package/dist/types/components/xpl-select/xpl-select.d.ts +1 -0
  67. package/dist/types/components/xpl-table/xpl-table.d.ts +5 -6
  68. package/dist/types/components.d.ts +17 -6
  69. package/package.json +2 -2
  70. package/dist/apollo-core/app-globals-0f993ce5.js +0 -3
  71. package/dist/apollo-core/css-shim-bbdf0cc6.js +0 -4
  72. package/dist/apollo-core/dom-1f98a75f.js +0 -73
  73. package/dist/apollo-core/index-5b4a209e.js +0 -2938
  74. package/dist/apollo-core/index-912d1a21.js +0 -584
  75. package/dist/apollo-core/p-50eb8239.entry.js +0 -1
  76. package/dist/apollo-core/regular-133c23b5.js +0 -16052
  77. package/dist/apollo-core/shadow-css-67b66845.js +0 -389
  78. package/dist/apollo-core/xpl-application-shell.entry.js +0 -60
  79. package/dist/apollo-core/xpl-avatar.entry.js +0 -19
  80. package/dist/apollo-core/xpl-backdrop.entry.js +0 -21
  81. package/dist/apollo-core/xpl-badge.entry.js +0 -17
  82. package/dist/apollo-core/xpl-breadcrumb-item.entry.js +0 -17
  83. package/dist/apollo-core/xpl-breadcrumbs.entry.js +0 -12
  84. package/dist/apollo-core/xpl-button-row.entry.js +0 -18
  85. package/dist/apollo-core/xpl-button.entry.js +0 -60
  86. package/dist/apollo-core/xpl-checkbox.entry.js +0 -25
  87. package/dist/apollo-core/xpl-choicelist.entry.js +0 -39
  88. package/dist/apollo-core/xpl-content-area.entry.js +0 -16
  89. package/dist/apollo-core/xpl-divider.entry.js +0 -14
  90. package/dist/apollo-core/xpl-dropdown-group.entry.js +0 -31
  91. package/dist/apollo-core/xpl-dropdown-heading.entry.js +0 -12
  92. package/dist/apollo-core/xpl-dropdown-option.entry.js +0 -61
  93. package/dist/apollo-core/xpl-dropdown.entry.js +0 -104
  94. package/dist/apollo-core/xpl-grid-item.entry.js +0 -21
  95. package/dist/apollo-core/xpl-grid.entry.js +0 -31
  96. package/dist/apollo-core/xpl-input.entry.js +0 -2547
  97. package/dist/apollo-core/xpl-list.entry.js +0 -57
  98. package/dist/apollo-core/xpl-main-nav.entry.js +0 -26
  99. package/dist/apollo-core/xpl-nav-item.entry.js +0 -26
  100. package/dist/apollo-core/xpl-pagination.entry.js +0 -72
  101. package/dist/apollo-core/xpl-radio.entry.js +0 -25
  102. package/dist/apollo-core/xpl-secondary-nav.entry.js +0 -12
  103. package/dist/apollo-core/xpl-select.entry.js +0 -662
  104. package/dist/apollo-core/xpl-table.entry.js +0 -91
  105. package/dist/apollo-core/xpl-tag.entry.js +0 -17
  106. package/dist/apollo-core/xpl-toggle.entry.js +0 -30
  107. package/dist/apollo-core/xpl-utility-bar.entry.js +0 -27
  108. package/dist/cjs/app-globals-3a1e7e63.js +0 -5
  109. package/dist/cjs/css-shim-a7379e2b.js +0 -6
  110. package/dist/cjs/dom-3e7d9c3b.js +0 -75
  111. package/dist/cjs/index-318d5fc7.js +0 -586
  112. package/dist/cjs/index-88e58962.js +0 -2975
  113. package/dist/cjs/regular-503465f4.js +0 -16054
  114. package/dist/cjs/shadow-css-09555044.js +0 -391
  115. package/dist/cjs/xpl-avatar.cjs.entry.js +0 -23
  116. package/dist/cjs/xpl-badge.cjs.entry.js +0 -21
  117. package/dist/cjs/xpl-breadcrumb-item.cjs.entry.js +0 -21
  118. package/dist/cjs/xpl-breadcrumbs.cjs.entry.js +0 -16
  119. package/dist/cjs/xpl-button.cjs.entry.js +0 -64
  120. package/dist/cjs/xpl-checkbox.cjs.entry.js +0 -29
  121. package/dist/cjs/xpl-content-area.cjs.entry.js +0 -20
  122. package/dist/cjs/xpl-dropdown-group.cjs.entry.js +0 -35
  123. package/dist/cjs/xpl-dropdown-heading.cjs.entry.js +0 -16
  124. package/dist/cjs/xpl-dropdown-option.cjs.entry.js +0 -65
  125. package/dist/cjs/xpl-dropdown.cjs.entry.js +0 -108
  126. package/dist/cjs/xpl-nav-item.cjs.entry.js +0 -30
  127. package/dist/cjs/xpl-radio.cjs.entry.js +0 -29
  128. package/dist/cjs/xpl-secondary-nav.cjs.entry.js +0 -16
  129. package/dist/cjs/xpl-table.cjs.entry.js +0 -95
  130. package/dist/cjs/xpl-tag.cjs.entry.js +0 -21
  131. package/dist/cjs/xpl-utility-bar.cjs.entry.js +0 -31
  132. package/dist/esm/app-globals-0f993ce5.js +0 -3
  133. package/dist/esm/css-shim-bbdf0cc6.js +0 -4
  134. package/dist/esm/dom-1f98a75f.js +0 -73
  135. package/dist/esm/index-5b4a209e.js +0 -2938
  136. package/dist/esm/index-912d1a21.js +0 -584
  137. package/dist/esm/regular-133c23b5.js +0 -16052
  138. package/dist/esm/shadow-css-67b66845.js +0 -389
  139. package/dist/esm/xpl-avatar.entry.js +0 -19
  140. package/dist/esm/xpl-badge.entry.js +0 -17
  141. package/dist/esm/xpl-breadcrumb-item.entry.js +0 -17
  142. package/dist/esm/xpl-breadcrumbs.entry.js +0 -12
  143. package/dist/esm/xpl-button.entry.js +0 -60
  144. package/dist/esm/xpl-checkbox.entry.js +0 -25
  145. package/dist/esm/xpl-content-area.entry.js +0 -16
  146. package/dist/esm/xpl-dropdown-group.entry.js +0 -31
  147. package/dist/esm/xpl-dropdown-heading.entry.js +0 -12
  148. package/dist/esm/xpl-dropdown-option.entry.js +0 -61
  149. package/dist/esm/xpl-dropdown.entry.js +0 -104
  150. package/dist/esm/xpl-nav-item.entry.js +0 -26
  151. package/dist/esm/xpl-radio.entry.js +0 -25
  152. package/dist/esm/xpl-secondary-nav.entry.js +0 -12
  153. package/dist/esm/xpl-table.entry.js +0 -91
  154. package/dist/esm/xpl-tag.entry.js +0 -17
  155. package/dist/esm/xpl-utility-bar.entry.js +0 -27
@@ -1,125 +1 @@
1
- import { B as BUILD, c as consoleDevInfo, p as plt, w as win, H, d as doc, N as NAMESPACE, a as promiseResolve, b as bootstrapLazy } from './index-5b4a209e.js';
2
- import { g as globalScripts } from './app-globals-0f993ce5.js';
3
-
4
- /*
5
- Stencil Client Patch Browser v2.8.0 | MIT Licensed | https://stenciljs.com
6
- */
7
- const getDynamicImportFunction = (namespace) => `__sc_import_${namespace.replace(/\s|-/g, '_')}`;
8
- const patchBrowser = () => {
9
- // NOTE!! This fn cannot use async/await!
10
- if (BUILD.isDev && !BUILD.isTesting) {
11
- consoleDevInfo('Running in development mode.');
12
- }
13
- if (BUILD.cssVarShim) {
14
- // shim css vars
15
- plt.$cssShim$ = win.__cssshim;
16
- }
17
- if (BUILD.cloneNodeFix) {
18
- // opted-in to polyfill cloneNode() for slot polyfilled components
19
- patchCloneNodeFix(H.prototype);
20
- }
21
- if (BUILD.profile && !performance.mark) {
22
- // not all browsers support performance.mark/measure (Safari 10)
23
- performance.mark = performance.measure = () => {
24
- /*noop*/
25
- };
26
- performance.getEntriesByName = () => [];
27
- }
28
- // @ts-ignore
29
- const scriptElm = BUILD.scriptDataOpts || BUILD.safari10 || BUILD.dynamicImportShim
30
- ? Array.from(doc.querySelectorAll('script')).find((s) => new RegExp(`\/${NAMESPACE}(\\.esm)?\\.js($|\\?|#)`).test(s.src) ||
31
- s.getAttribute('data-stencil-namespace') === NAMESPACE)
32
- : null;
33
- const importMeta = import.meta.url;
34
- const opts = BUILD.scriptDataOpts ? scriptElm['data-opts'] || {} : {};
35
- if (BUILD.safari10 && 'onbeforeload' in scriptElm && !history.scrollRestoration /* IS_ESM_BUILD */) {
36
- // Safari < v11 support: This IF is true if it's Safari below v11.
37
- // This fn cannot use async/await since Safari didn't support it until v11,
38
- // however, Safari 10 did support modules. Safari 10 also didn't support "nomodule",
39
- // so both the ESM file and nomodule file would get downloaded. Only Safari
40
- // has 'onbeforeload' in the script, and "history.scrollRestoration" was added
41
- // to Safari in v11. Return a noop then() so the async/await ESM code doesn't continue.
42
- // IS_ESM_BUILD is replaced at build time so this check doesn't happen in systemjs builds.
43
- return {
44
- then() {
45
- /* promise noop */
46
- },
47
- };
48
- }
49
- if (!BUILD.safari10 && importMeta !== '') {
50
- opts.resourcesUrl = new URL('.', importMeta).href;
51
- }
52
- else if (BUILD.dynamicImportShim || BUILD.safari10) {
53
- opts.resourcesUrl = new URL('.', new URL(scriptElm.getAttribute('data-resources-url') || scriptElm.src, win.location.href)).href;
54
- if (BUILD.dynamicImportShim) {
55
- patchDynamicImport(opts.resourcesUrl, scriptElm);
56
- }
57
- if (BUILD.dynamicImportShim && !win.customElements) {
58
- // module support, but no custom elements support (Old Edge)
59
- // @ts-ignore
60
- return import(/* webpackChunkName: "polyfills-dom" */ './dom-1f98a75f.js').then(() => opts);
61
- }
62
- }
63
- return promiseResolve(opts);
64
- };
65
- const patchDynamicImport = (base, orgScriptElm) => {
66
- const importFunctionName = getDynamicImportFunction(NAMESPACE);
67
- try {
68
- // test if this browser supports dynamic imports
69
- // There is a caching issue in V8, that breaks using import() in Function
70
- // By generating a random string, we can workaround it
71
- // Check https://bugs.chromium.org/p/chromium/issues/detail?id=990810 for more info
72
- win[importFunctionName] = new Function('w', `return import(w);//${Math.random()}`);
73
- }
74
- catch (e) {
75
- // this shim is specifically for browsers that do support "esm" imports
76
- // however, they do NOT support "dynamic" imports
77
- // basically this code is for old Edge, v18 and below
78
- const moduleMap = new Map();
79
- win[importFunctionName] = (src) => {
80
- const url = new URL(src, base).href;
81
- let mod = moduleMap.get(url);
82
- if (!mod) {
83
- const script = doc.createElement('script');
84
- script.type = 'module';
85
- script.crossOrigin = orgScriptElm.crossOrigin;
86
- script.src = URL.createObjectURL(new Blob([`import * as m from '${url}'; window.${importFunctionName}.m = m;`], {
87
- type: 'application/javascript',
88
- }));
89
- mod = new Promise((resolve) => {
90
- script.onload = () => {
91
- resolve(win[importFunctionName].m);
92
- script.remove();
93
- };
94
- });
95
- moduleMap.set(url, mod);
96
- doc.head.appendChild(script);
97
- }
98
- return mod;
99
- };
100
- }
101
- };
102
- const patchCloneNodeFix = (HTMLElementPrototype) => {
103
- const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;
104
- HTMLElementPrototype.cloneNode = function (deep) {
105
- if (this.nodeName === 'TEMPLATE') {
106
- return nativeCloneNodeFn.call(this, deep);
107
- }
108
- const clonedNode = nativeCloneNodeFn.call(this, false);
109
- const srcChildNodes = this.childNodes;
110
- if (deep) {
111
- for (let i = 0; i < srcChildNodes.length; i++) {
112
- // Node.ATTRIBUTE_NODE === 2, and checking because IE11
113
- if (srcChildNodes[i].nodeType !== 2) {
114
- clonedNode.appendChild(srcChildNodes[i].cloneNode(true));
115
- }
116
- }
117
- }
118
- return clonedNode;
119
- };
120
- };
121
-
122
- patchBrowser().then(options => {
123
- globalScripts();
124
- return bootstrapLazy([["xpl-select",[[0,"xpl-select",{"choices":[16],"description":[1],"disabled":[4],"error":[1],"label":[1],"mode":[1],"placeholder":[1],"truncate":[4],"active":[32],"id":[32],"keepFocus":[32],"selected":[32],"value":[32],"displayValue":[32],"visibleChoices":[32]}]]],["xpl-choicelist",[[0,"xpl-choicelist",{"choices":[16],"description":[1],"heading":[1],"multi":[4],"name":[1],"styled":[4],"selected":[32]}]]],["xpl-list",[[0,"xpl-list",{"items":[16]}]]],["xpl-application-shell",[[4,"xpl-application-shell",{"withSubnav":[4,"with-subnav"],"withUtility":[4,"with-utility"],"navWidth":[1,"nav-width"],"isNavOpenAtStartup":[4,"is-nav-open-at-startup"],"navOpen":[32]},[[0,"navOpen","navToggleHandler"],[0,"navWidth","navWithHandler"],[9,"resize","onWindowResize"]]]]],["xpl-button-row",[[0,"xpl-button-row",{"primary":[1],"secondary":[1],"tertiary":[1]}]]],["xpl-breadcrumb-item",[[4,"xpl-breadcrumb-item"]]],["xpl-breadcrumbs",[[4,"xpl-breadcrumbs"]]],["xpl-content-area",[[4,"xpl-content-area",{"size":[1]}]]],["xpl-divider",[[4,"xpl-divider",{"tier":[2]}]]],["xpl-grid",[[0,"xpl-grid"]]],["xpl-grid-item",[[4,"xpl-grid-item",{"xs":[2],"sm":[2],"md":[2],"lg":[2]}]]],["xpl-input",[[0,"xpl-input",{"_id":[1],"autocomplete":[1],"dateFormat":[1,"date-format"],"description":[1],"disabled":[4],"error":[1],"label":[1],"max":[8],"maxCharacterCount":[2,"max-character-count"],"min":[8],"mode":[1],"multiline":[4],"name":[1],"placeholder":[1],"post":[1],"pre":[1],"readonly":[4],"required":[4],"step":[2],"type":[1],"value":[1],"characterCount":[32],"passwordVisible":[32]}]]],["xpl-main-nav",[[4,"xpl-main-nav",{"width":[1]}]]],["xpl-nav-item",[[4,"xpl-nav-item",{"navControl":[4,"nav-control"]}]]],["xpl-pagination",[[0,"xpl-pagination",{"total":[2],"perPage":[2,"per-page"],"waitForCallback":[4,"wait-for-callback"],"current":[32],"goto":[64]}]]],["xpl-secondary-nav",[[4,"xpl-secondary-nav"]]],["xpl-table",[[0,"xpl-table",{"columns":[16],"data":[16],"freeze":[4],"multiselect":[4],"striped":[4],"areAllSelected":[32],"rowData":[32],"hasScrolled":[32],"selected":[32]}]]],["xpl-toggle",[[0,"xpl-toggle",{"checked":[4],"description":[1],"disabled":[4],"heading":[1],"label":[1],"name":[1],"variant":[1],"id":[32]}]]],["xpl-utility-bar",[[4,"xpl-utility-bar",{"navControl":[4,"nav-control"],"isNavOpenAtStartup":[4,"is-nav-open-at-startup"],"open":[32]}]]],["xpl-dropdown",[[4,"xpl-dropdown",{"isOpen":[1540,"open"],"closeOnSelect":[4,"close-on-select"],"mode":[1],"options":[16],"selectOnFocus":[4,"select-on-focus"],"triggerId":[1,"trigger-id"],"update":[16],"handleSelect":[64]}]]],["xpl-avatar",[[4,"xpl-avatar",{"color":[1],"disabled":[4],"href":[1],"name":[1],"size":[1],"src":[1],"status":[1],"target":[1]}]]],["xpl-backdrop",[[0,"xpl-backdrop",{"relative":[4]}]]],["xpl-badge",[[4,"xpl-badge",{"dot":[4],"variant":[1]}]]],["xpl-button",[[4,"xpl-button",{"disabled":[4],"link":[4],"iconOnly":[4,"icon-only"],"fullWidth":[4,"full-width"],"name":[1],"size":[1],"type":[1],"value":[1],"variant":[1],"state":[1]}]]],["xpl-checkbox",[[4,"xpl-checkbox",{"checked":[4],"description":[1],"disabled":[4],"indeterminate":[4],"name":[1],"required":[4],"styled":[4],"value":[1],"id":[32]}]]],["xpl-radio",[[4,"xpl-radio",{"checked":[4],"description":[1],"disabled":[4],"name":[1],"required":[4],"styled":[4],"value":[1],"id":[32]}]]],["xpl-tag",[[4,"xpl-tag"]]],["xpl-dropdown-heading",[[4,"xpl-dropdown-heading",{"label":[1]}]]],["xpl-dropdown-option",[[4,"xpl-dropdown-option",{"isDisabled":[516,"disabled"],"label":[1],"isSelected":[1540,"selected"]}]]],["xpl-dropdown-group",[[4,"xpl-dropdown-group",{"groupName":[1,"label"],"options":[16]}]]]], options);
125
- });
1
+ import{p as e,b as a}from"./p-d4aa2fa9.js";(()=>{const a=import.meta.url,t={};return""!==a&&(t.resourcesUrl=new URL(".",a).href),e(t)})().then((e=>a([["p-bc0ebed2",[[0,"xpl-select",{choices:[16],description:[1],disabled:[4],error:[1],label:[1],mode:[1],placeholder:[1],truncate:[4],active:[32],id:[32],keepFocus:[32],selected:[32],value:[32],displayValue:[32],visibleChoices:[32]}]]],["p-25f84d39",[[4,"xpl-application-shell",{withSubnav:[4,"with-subnav"],withUtility:[4,"with-utility"],navWidth:[1,"nav-width"],isNavOpenAtStartup:[4,"is-nav-open-at-startup"],navOpen:[32]},[[0,"navOpen","navToggleHandler"],[0,"navWidth","navWithHandler"],[9,"resize","onWindowResize"]]]]],["p-ee16942f",[[4,"xpl-breadcrumb-item"],[4,"xpl-breadcrumbs"],[4,"xpl-content-area",{size:[1]}],[4,"xpl-nav-item",{navControl:[4,"nav-control"]}],[4,"xpl-secondary-nav"],[0,"xpl-table",{columns:[16],data:[16],freeze:[4],multiselect:[4],striped:[4],areAllSelected:[32],rowData:[32],hasScrolled:[32],selected:[32]}],[4,"xpl-utility-bar",{navControl:[4,"nav-control"],isNavOpenAtStartup:[4,"is-nav-open-at-startup"],open:[32]}],[4,"xpl-avatar",{color:[1],disabled:[4],href:[1],name:[1],size:[1],src:[1],status:[1],target:[1]}],[4,"xpl-badge",{dot:[4],variant:[1]}],[4,"xpl-button",{disabled:[4],link:[4],iconOnly:[4,"icon-only"],fullWidth:[4,"full-width"],name:[1],size:[1],type:[1],value:[1],variant:[1],state:[1]}],[4,"xpl-checkbox",{checked:[4],description:[1],disabled:[4],indeterminate:[4],name:[1],required:[4],styled:[4],value:[1],id:[32]}],[4,"xpl-radio",{checked:[4],description:[1],disabled:[4],name:[1],required:[4],styled:[4],value:[1],id:[32]}]]],["p-db74c99c",[[0,"xpl-choicelist",{choices:[16],description:[1],heading:[1],multi:[4],name:[1],styled:[4],selected:[32]}]]],["p-918b0731",[[0,"xpl-list",{items:[16]}]]],["p-2ce2fe5c",[[0,"xpl-button-row",{primary:[1],secondary:[1],tertiary:[1]}]]],["p-d4e5d3aa",[[4,"xpl-divider",{tier:[2]}]]],["p-c8af4ed6",[[0,"xpl-grid"]]],["p-dad11011",[[4,"xpl-grid-item",{xs:[2],sm:[2],md:[2],lg:[2]}]]],["p-63dd9a65",[[0,"xpl-input",{_id:[1],autocomplete:[1],dateFormat:[1,"date-format"],description:[1],disabled:[4],error:[1],label:[1],max:[8],maxCharacterCount:[2,"max-character-count"],min:[8],mode:[1],multiline:[4],name:[1],placeholder:[1],post:[1],pre:[1],readonly:[4],required:[4],step:[2],type:[1],value:[1],characterCount:[32],passwordVisible:[32]}]]],["p-a7cc4114",[[4,"xpl-main-nav",{width:[1]}]]],["p-a43e2d1f",[[0,"xpl-pagination",{total:[2],perPage:[2,"per-page"],waitForCallback:[4,"wait-for-callback"],current:[32],goto:[64]}]]],["p-3ff1ff38",[[0,"xpl-toggle",{checked:[4],description:[1],disabled:[4],heading:[1],label:[1],name:[1],variant:[1],id:[32]}]]],["p-81a6ce4c",[[0,"xpl-backdrop",{relative:[4]}]]],["p-6c3c1e3d",[[4,"xpl-dropdown-group",{groupName:[1,"label"],options:[16]}],[4,"xpl-dropdown-heading",{label:[1]}],[4,"xpl-dropdown-option",{isDisabled:[516,"disabled"],label:[1],isSelected:[1540,"selected"]}]]],["p-b6d1b135",[[4,"xpl-dropdown",{isOpen:[1540,"open"],closeOnSelect:[4,"close-on-select"],mode:[1],options:[16],selectOnFocus:[4,"select-on-focus"],triggerId:[1,"trigger-id"],update:[16],handleSelect:[64]}],[4,"xpl-tag"]]]],e)));
@@ -1 +0,0 @@
1
- //! Autogenerated index
@@ -0,0 +1 @@
1
+ import{r as t,h as s,H as l,g as i,c as a}from"./p-d4aa2fa9.js";import{v as e}from"./p-ad90fe4d.js";const n=class{constructor(s){t(this,s),this.disabled=!1}render(){let t="xpl-avatar";this.size&&(t+=` xpl-avatar--${this.size}`),this.color&&(t+=` xpl-avatar--${this.color}`);const i=s("div",null,this.src?s("img",{alt:this.name,src:this.src}):s("div",{class:"xpl-avatar__placeholder"},s("slot",null)),this.status&&s("div",{class:`xpl-avatar__dot--${this.status}`}));return s(l,null,this.href&&!this.disabled?s("a",{href:this.href,class:t,target:this.target},i):s("div",this.href&&this.disabled?{class:t+" xpl-avatar--disabled"}:{class:t},i))}},h=class{constructor(s){t(this,s)}render(){let t="xpl-badge";return this.dot&&(t+=" xpl-badge--dot"),this.variant&&(t+=" xpl-badge--"+this.variant),s(l,null,s("div",{class:t},s("slot",null)))}},r=class{constructor(s){t(this,s),this.chevron='<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-right" class="svg-inline--fa fa-chevron-right fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">\n <path fill="currentColor" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"></path>\n </svg>\n '}render(){return s(l,{class:"xpl-breadcrumb-item",role:"listitem"},s("li",{role:"none"},s("slot",null)),s("span",{innerHTML:`${this.chevron}`}))}},c=class{constructor(s){t(this,s)}render(){return s(l,null,s("nav",{class:"xpl-breadcrumbs","aria-label":"Breadcrumb"},s("ol",{role:"list"},s("slot",null))))}},o=class{constructor(s){t(this,s),this.size="default",this.variant="primary",this.state="neutral"}componentDidRender(){const t=this.el.attributes,s=Object.keys(t).filter((s=>{const l=t[s].name;return!!l&&(l.includes("data-test")||l.includes("aria-"))})).reduce(((s,l)=>Object.assign(Object.assign({},s),{[t[l].name]:t[l].value})),{}),l=this.el.querySelector("button");Object.keys(s).forEach((t=>{l.setAttribute(t,s[t]),this.el.removeAttribute(t)}))}render(){let t=`xpl-button\n xpl-button--${this.size}\n xpl-button--${this.state}\n xpl-button--${this.variant}`;return this.iconOnly&&(t+=" xpl-button--icon-only"),this.fullWidth&&(t+=" xpl-button--full-width"),this.link&&this.disabled&&(t+=" xpl-button--link-disabled"),s(l,{class:t},this.link?s("slot",null):s("button",{disabled:this.disabled,name:this.name,type:this.type,value:this.value},s("slot",null)))}get el(){return i(this)}},d=class{constructor(s){t(this,s),this.checkboxChange=a(this,"checkboxChange",7),this.id=e()}render(){return s(l,{class:{"xpl-checkbox-radio-container":!0,styled:this.styled,disabled:this.disabled}},s("input",{class:"xpl-checkbox",type:"checkbox",checked:this.checked,disabled:this.disabled,id:this.id,indeterminate:this.indeterminate,onChange:()=>this.checkboxChange.emit(this.input.checked),name:this.name,ref:t=>this.input=t,required:this.required,value:this.value}),s("label",{class:{"xpl-label":!0,"xpl-label--disabled":this.disabled},htmlFor:this.id},s("slot",null),this.description&&s("small",{class:{"xpl-description":!0,"xpl-description--disabled":this.disabled}},this.description)))}},p=class{constructor(s){t(this,s),this.size="wide"}render(){return s(l,null,s("main",{class:`xpl-content-area-wrapper xpl-content-area-wrapper__${this.size}`},s("div",{class:"xpl-content-area"},s("slot",null))))}},u=class{constructor(s){t(this,s),this.navOpen=a(this,"navOpen",7),this.navControl=!1}onNavToggle(){window.innerWidth<=640&&this.navOpen.emit(!1)}render(){return s(l,{class:"xpl-nav-item",role:"listitem",onClick:()=>{this.navControl&&this.onNavToggle()}},s("slot",{name:"link"},s("slot",{name:"icon"}),s("slot",null)))}},b=class{constructor(s){t(this,s),this.radioChange=a(this,"radioChange",7),this.id=e()}render(){return s(l,{class:{"xpl-checkbox-radio-container":!0,styled:this.styled,disabled:this.disabled}},s("input",{class:"xpl-radio",type:"radio",checked:this.checked,disabled:this.disabled,id:this.id,name:this.name,required:this.required,value:this.value,onChange:()=>this.radioChange.emit(!0)}),s("label",{class:{"xpl-label":!0,"xpl-label--disabled":this.disabled},htmlFor:this.id},s("slot",null),this.description&&s("small",{class:{"xpl-description":!0,"xpl-description--disabled":this.disabled}},this.description)))}},x=class{constructor(s){t(this,s)}render(){return s(l,{class:"xpl-secondary-nav"},s("nav",{"aria-label":"Secondary Nav"},s("slot",null)))}},v=class{constructor(s){t(this,s),this.tableSelect=a(this,"tableSelect",7),this.areAllSelected=!1,this.hasScrolled=!1,this.selectAll=t=>{const{target:s}=t;if(!(s instanceof HTMLInputElement))return;const{checked:l}=s;this.areAllSelected=l,this.selected=this.selected.map((()=>l)),this.onChange()},this.selectOne=(t,s)=>{const{target:l}=t;if(!(l instanceof HTMLInputElement))return;const{checked:i}=l;this.areAllSelected=!1,this.selected=this.selected.map(((t,l)=>l===s?i:t)),this.onChange()},this.onChange=()=>{this.tableSelect.emit({selected:this.selected,areAllSelected:this.areAllSelected})},this.onScroll=()=>{this.hasScrolled=this.container.scrollLeft>0}}componentWillLoad(){this.areAllSelected=!1,this.rowData=void 0!==this.data?Array.from(this.data):[],this.selected=new Array(this.rowData.length).fill(!1)}render(){let t="xpl-table";return this.striped&&(t+=" xpl-table--striped"),this.freeze&&(t+=" xpl-table--freeze"),this.hasScrolled&&(t+=" xpl-table--has-scrolled"),s(l,null,s("div",{class:"xpl-table-container",onScroll:this.onScroll,ref:t=>this.container=t},s("table",{class:t},this.columns&&s("thead",null,this.columns.map(((t,l)=>s("th",null,this.multiselect&&0===l?s("label",{htmlFor:"__xpl-table-th"},s("input",{checked:this.areAllSelected,id:"__xpl-table-th",indeterminate:!this.areAllSelected&&this.selected.some((t=>t)),onChange:t=>{this.selectAll(t)},type:"checkbox"}),t):t)))),s("tbody",null,this.rowData.map(((t,l)=>s("tr",{class:this.selected&&this.selected[l]?"xpl-table-row-selected":""},t.map(((t,i)=>s("td",null,this.multiselect&&0===i?s("label",{htmlFor:"__xpl-table-row-"+l},s("input",{id:"__xpl-table-row-"+l,checked:this.selected[l],type:"checkbox",onChange:t=>this.selectOne(t,l)}),s("div",{innerHTML:t})):s("div",{innerHTML:t})))))))))))}},m=class{constructor(s){t(this,s),this.navOpen=a(this,"navOpen",7),this.open=!0,this.bars='\n <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="bars" class="svg-inline--fa fa-bars fa-w-14 xpl-utility-nav__bars" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"></path></svg>\n '}onNavToggle(){this.open=!this.open,this.navOpen.emit(this.open)}componentWillLoad(){this.open=void 0!==this.isNavOpenAtStartup?this.isNavOpenAtStartup:this.open}render(){return s(l,null,s("nav",{"aria-label":"utility navigation bar",class:"xpl-utility-bar"},this.navControl?s("div",null,s("button",{class:"xpl-utility-bar__nav-control",onClick:()=>this.onNavToggle(),innerHTML:`${this.bars}`}),s("slot",{name:"aside"})):s("slot",{name:"aside"}),s("slot",{name:"main"})))}};export{n as xpl_avatar,h as xpl_badge,r as xpl_breadcrumb_item,c as xpl_breadcrumbs,o as xpl_button,d as xpl_checkbox,p as xpl_content_area,u as xpl_nav_item,b as xpl_radio,x as xpl_secondary_nav,v as xpl_table,m as xpl_utility_bar}
@@ -1,127 +1,19 @@
1
1
  'use strict';
2
2
 
3
- const index = require('./index-88e58962.js');
4
- const appGlobals = require('./app-globals-3a1e7e63.js');
3
+ const index = require('./index-acf3dd7a.js');
5
4
 
6
5
  /*
7
6
  Stencil Client Patch Browser v2.8.0 | MIT Licensed | https://stenciljs.com
8
7
  */
9
- const getDynamicImportFunction = (namespace) => `__sc_import_${namespace.replace(/\s|-/g, '_')}`;
10
8
  const patchBrowser = () => {
11
- // NOTE!! This fn cannot use async/await!
12
- if (index.BUILD.isDev && !index.BUILD.isTesting) {
13
- index.consoleDevInfo('Running in development mode.');
14
- }
15
- if (index.BUILD.cssVarShim) {
16
- // shim css vars
17
- index.plt.$cssShim$ = index.win.__cssshim;
18
- }
19
- if (index.BUILD.cloneNodeFix) {
20
- // opted-in to polyfill cloneNode() for slot polyfilled components
21
- patchCloneNodeFix(index.H.prototype);
22
- }
23
- if (index.BUILD.profile && !performance.mark) {
24
- // not all browsers support performance.mark/measure (Safari 10)
25
- performance.mark = performance.measure = () => {
26
- /*noop*/
27
- };
28
- performance.getEntriesByName = () => [];
29
- }
30
- // @ts-ignore
31
- const scriptElm = index.BUILD.scriptDataOpts || index.BUILD.safari10 || index.BUILD.dynamicImportShim
32
- ? Array.from(index.doc.querySelectorAll('script')).find((s) => new RegExp(`\/${index.NAMESPACE}(\\.esm)?\\.js($|\\?|#)`).test(s.src) ||
33
- s.getAttribute('data-stencil-namespace') === index.NAMESPACE)
34
- : null;
35
9
  const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('apollo-core.cjs.js', document.baseURI).href));
36
- const opts = index.BUILD.scriptDataOpts ? scriptElm['data-opts'] || {} : {};
37
- if (index.BUILD.safari10 && 'onbeforeload' in scriptElm && !history.scrollRestoration /* IS_ESM_BUILD */) {
38
- // Safari < v11 support: This IF is true if it's Safari below v11.
39
- // This fn cannot use async/await since Safari didn't support it until v11,
40
- // however, Safari 10 did support modules. Safari 10 also didn't support "nomodule",
41
- // so both the ESM file and nomodule file would get downloaded. Only Safari
42
- // has 'onbeforeload' in the script, and "history.scrollRestoration" was added
43
- // to Safari in v11. Return a noop then() so the async/await ESM code doesn't continue.
44
- // IS_ESM_BUILD is replaced at build time so this check doesn't happen in systemjs builds.
45
- return {
46
- then() {
47
- /* promise noop */
48
- },
49
- };
50
- }
51
- if (!index.BUILD.safari10 && importMeta !== '') {
10
+ const opts = {};
11
+ if (importMeta !== '') {
52
12
  opts.resourcesUrl = new URL('.', importMeta).href;
53
13
  }
54
- else if (index.BUILD.dynamicImportShim || index.BUILD.safari10) {
55
- opts.resourcesUrl = new URL('.', new URL(scriptElm.getAttribute('data-resources-url') || scriptElm.src, index.win.location.href)).href;
56
- if (index.BUILD.dynamicImportShim) {
57
- patchDynamicImport(opts.resourcesUrl, scriptElm);
58
- }
59
- if (index.BUILD.dynamicImportShim && !index.win.customElements) {
60
- // module support, but no custom elements support (Old Edge)
61
- // @ts-ignore
62
- return Promise.resolve().then(function () { return require(/* webpackChunkName: "polyfills-dom" */ './dom-3e7d9c3b.js'); }).then(() => opts);
63
- }
64
- }
65
14
  return index.promiseResolve(opts);
66
15
  };
67
- const patchDynamicImport = (base, orgScriptElm) => {
68
- const importFunctionName = getDynamicImportFunction(index.NAMESPACE);
69
- try {
70
- // test if this browser supports dynamic imports
71
- // There is a caching issue in V8, that breaks using import() in Function
72
- // By generating a random string, we can workaround it
73
- // Check https://bugs.chromium.org/p/chromium/issues/detail?id=990810 for more info
74
- index.win[importFunctionName] = new Function('w', `return import(w);//${Math.random()}`);
75
- }
76
- catch (e) {
77
- // this shim is specifically for browsers that do support "esm" imports
78
- // however, they do NOT support "dynamic" imports
79
- // basically this code is for old Edge, v18 and below
80
- const moduleMap = new Map();
81
- index.win[importFunctionName] = (src) => {
82
- const url = new URL(src, base).href;
83
- let mod = moduleMap.get(url);
84
- if (!mod) {
85
- const script = index.doc.createElement('script');
86
- script.type = 'module';
87
- script.crossOrigin = orgScriptElm.crossOrigin;
88
- script.src = URL.createObjectURL(new Blob([`import * as m from '${url}'; window.${importFunctionName}.m = m;`], {
89
- type: 'application/javascript',
90
- }));
91
- mod = new Promise((resolve) => {
92
- script.onload = () => {
93
- resolve(index.win[importFunctionName].m);
94
- script.remove();
95
- };
96
- });
97
- moduleMap.set(url, mod);
98
- index.doc.head.appendChild(script);
99
- }
100
- return mod;
101
- };
102
- }
103
- };
104
- const patchCloneNodeFix = (HTMLElementPrototype) => {
105
- const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;
106
- HTMLElementPrototype.cloneNode = function (deep) {
107
- if (this.nodeName === 'TEMPLATE') {
108
- return nativeCloneNodeFn.call(this, deep);
109
- }
110
- const clonedNode = nativeCloneNodeFn.call(this, false);
111
- const srcChildNodes = this.childNodes;
112
- if (deep) {
113
- for (let i = 0; i < srcChildNodes.length; i++) {
114
- // Node.ATTRIBUTE_NODE === 2, and checking because IE11
115
- if (srcChildNodes[i].nodeType !== 2) {
116
- clonedNode.appendChild(srcChildNodes[i].cloneNode(true));
117
- }
118
- }
119
- }
120
- return clonedNode;
121
- };
122
- };
123
16
 
124
17
  patchBrowser().then(options => {
125
- appGlobals.globalScripts();
126
- return index.bootstrapLazy([["xpl-select.cjs",[[0,"xpl-select",{"choices":[16],"description":[1],"disabled":[4],"error":[1],"label":[1],"mode":[1],"placeholder":[1],"truncate":[4],"active":[32],"id":[32],"keepFocus":[32],"selected":[32],"value":[32],"displayValue":[32],"visibleChoices":[32]}]]],["xpl-choicelist.cjs",[[0,"xpl-choicelist",{"choices":[16],"description":[1],"heading":[1],"multi":[4],"name":[1],"styled":[4],"selected":[32]}]]],["xpl-list.cjs",[[0,"xpl-list",{"items":[16]}]]],["xpl-application-shell.cjs",[[4,"xpl-application-shell",{"withSubnav":[4,"with-subnav"],"withUtility":[4,"with-utility"],"navWidth":[1,"nav-width"],"isNavOpenAtStartup":[4,"is-nav-open-at-startup"],"navOpen":[32]},[[0,"navOpen","navToggleHandler"],[0,"navWidth","navWithHandler"],[9,"resize","onWindowResize"]]]]],["xpl-button-row.cjs",[[0,"xpl-button-row",{"primary":[1],"secondary":[1],"tertiary":[1]}]]],["xpl-breadcrumb-item.cjs",[[4,"xpl-breadcrumb-item"]]],["xpl-breadcrumbs.cjs",[[4,"xpl-breadcrumbs"]]],["xpl-content-area.cjs",[[4,"xpl-content-area",{"size":[1]}]]],["xpl-divider.cjs",[[4,"xpl-divider",{"tier":[2]}]]],["xpl-grid.cjs",[[0,"xpl-grid"]]],["xpl-grid-item.cjs",[[4,"xpl-grid-item",{"xs":[2],"sm":[2],"md":[2],"lg":[2]}]]],["xpl-input.cjs",[[0,"xpl-input",{"_id":[1],"autocomplete":[1],"dateFormat":[1,"date-format"],"description":[1],"disabled":[4],"error":[1],"label":[1],"max":[8],"maxCharacterCount":[2,"max-character-count"],"min":[8],"mode":[1],"multiline":[4],"name":[1],"placeholder":[1],"post":[1],"pre":[1],"readonly":[4],"required":[4],"step":[2],"type":[1],"value":[1],"characterCount":[32],"passwordVisible":[32]}]]],["xpl-main-nav.cjs",[[4,"xpl-main-nav",{"width":[1]}]]],["xpl-nav-item.cjs",[[4,"xpl-nav-item",{"navControl":[4,"nav-control"]}]]],["xpl-pagination.cjs",[[0,"xpl-pagination",{"total":[2],"perPage":[2,"per-page"],"waitForCallback":[4,"wait-for-callback"],"current":[32],"goto":[64]}]]],["xpl-secondary-nav.cjs",[[4,"xpl-secondary-nav"]]],["xpl-table.cjs",[[0,"xpl-table",{"columns":[16],"data":[16],"freeze":[4],"multiselect":[4],"striped":[4],"areAllSelected":[32],"rowData":[32],"hasScrolled":[32],"selected":[32]}]]],["xpl-toggle.cjs",[[0,"xpl-toggle",{"checked":[4],"description":[1],"disabled":[4],"heading":[1],"label":[1],"name":[1],"variant":[1],"id":[32]}]]],["xpl-utility-bar.cjs",[[4,"xpl-utility-bar",{"navControl":[4,"nav-control"],"isNavOpenAtStartup":[4,"is-nav-open-at-startup"],"open":[32]}]]],["xpl-dropdown.cjs",[[4,"xpl-dropdown",{"isOpen":[1540,"open"],"closeOnSelect":[4,"close-on-select"],"mode":[1],"options":[16],"selectOnFocus":[4,"select-on-focus"],"triggerId":[1,"trigger-id"],"update":[16],"handleSelect":[64]}]]],["xpl-avatar.cjs",[[4,"xpl-avatar",{"color":[1],"disabled":[4],"href":[1],"name":[1],"size":[1],"src":[1],"status":[1],"target":[1]}]]],["xpl-backdrop.cjs",[[0,"xpl-backdrop",{"relative":[4]}]]],["xpl-badge.cjs",[[4,"xpl-badge",{"dot":[4],"variant":[1]}]]],["xpl-button.cjs",[[4,"xpl-button",{"disabled":[4],"link":[4],"iconOnly":[4,"icon-only"],"fullWidth":[4,"full-width"],"name":[1],"size":[1],"type":[1],"value":[1],"variant":[1],"state":[1]}]]],["xpl-checkbox.cjs",[[4,"xpl-checkbox",{"checked":[4],"description":[1],"disabled":[4],"indeterminate":[4],"name":[1],"required":[4],"styled":[4],"value":[1],"id":[32]}]]],["xpl-radio.cjs",[[4,"xpl-radio",{"checked":[4],"description":[1],"disabled":[4],"name":[1],"required":[4],"styled":[4],"value":[1],"id":[32]}]]],["xpl-tag.cjs",[[4,"xpl-tag"]]],["xpl-dropdown-heading.cjs",[[4,"xpl-dropdown-heading",{"label":[1]}]]],["xpl-dropdown-option.cjs",[[4,"xpl-dropdown-option",{"isDisabled":[516,"disabled"],"label":[1],"isSelected":[1540,"selected"]}]]],["xpl-dropdown-group.cjs",[[4,"xpl-dropdown-group",{"groupName":[1,"label"],"options":[16]}]]]], options);
18
+ return index.bootstrapLazy([["xpl-select.cjs",[[0,"xpl-select",{"choices":[16],"description":[1],"disabled":[4],"error":[1],"label":[1],"mode":[1],"placeholder":[1],"truncate":[4],"active":[32],"id":[32],"keepFocus":[32],"selected":[32],"value":[32],"displayValue":[32],"visibleChoices":[32]}]]],["xpl-application-shell.cjs",[[4,"xpl-application-shell",{"withSubnav":[4,"with-subnav"],"withUtility":[4,"with-utility"],"navWidth":[1,"nav-width"],"isNavOpenAtStartup":[4,"is-nav-open-at-startup"],"navOpen":[32]},[[0,"navOpen","navToggleHandler"],[0,"navWidth","navWithHandler"],[9,"resize","onWindowResize"]]]]],["xpl-avatar_12.cjs",[[4,"xpl-breadcrumb-item"],[4,"xpl-breadcrumbs"],[4,"xpl-content-area",{"size":[1]}],[4,"xpl-nav-item",{"navControl":[4,"nav-control"]}],[4,"xpl-secondary-nav"],[0,"xpl-table",{"columns":[16],"data":[16],"freeze":[4],"multiselect":[4],"striped":[4],"areAllSelected":[32],"rowData":[32],"hasScrolled":[32],"selected":[32]}],[4,"xpl-utility-bar",{"navControl":[4,"nav-control"],"isNavOpenAtStartup":[4,"is-nav-open-at-startup"],"open":[32]}],[4,"xpl-avatar",{"color":[1],"disabled":[4],"href":[1],"name":[1],"size":[1],"src":[1],"status":[1],"target":[1]}],[4,"xpl-badge",{"dot":[4],"variant":[1]}],[4,"xpl-button",{"disabled":[4],"link":[4],"iconOnly":[4,"icon-only"],"fullWidth":[4,"full-width"],"name":[1],"size":[1],"type":[1],"value":[1],"variant":[1],"state":[1]}],[4,"xpl-checkbox",{"checked":[4],"description":[1],"disabled":[4],"indeterminate":[4],"name":[1],"required":[4],"styled":[4],"value":[1],"id":[32]}],[4,"xpl-radio",{"checked":[4],"description":[1],"disabled":[4],"name":[1],"required":[4],"styled":[4],"value":[1],"id":[32]}]]],["xpl-choicelist.cjs",[[0,"xpl-choicelist",{"choices":[16],"description":[1],"heading":[1],"multi":[4],"name":[1],"styled":[4],"selected":[32]}]]],["xpl-list.cjs",[[0,"xpl-list",{"items":[16]}]]],["xpl-button-row.cjs",[[0,"xpl-button-row",{"primary":[1],"secondary":[1],"tertiary":[1]}]]],["xpl-divider.cjs",[[4,"xpl-divider",{"tier":[2]}]]],["xpl-grid.cjs",[[0,"xpl-grid"]]],["xpl-grid-item.cjs",[[4,"xpl-grid-item",{"xs":[2],"sm":[2],"md":[2],"lg":[2]}]]],["xpl-input.cjs",[[0,"xpl-input",{"_id":[1],"autocomplete":[1],"dateFormat":[1,"date-format"],"description":[1],"disabled":[4],"error":[1],"label":[1],"max":[8],"maxCharacterCount":[2,"max-character-count"],"min":[8],"mode":[1],"multiline":[4],"name":[1],"placeholder":[1],"post":[1],"pre":[1],"readonly":[4],"required":[4],"step":[2],"type":[1],"value":[1],"characterCount":[32],"passwordVisible":[32]}]]],["xpl-main-nav.cjs",[[4,"xpl-main-nav",{"width":[1]}]]],["xpl-pagination.cjs",[[0,"xpl-pagination",{"total":[2],"perPage":[2,"per-page"],"waitForCallback":[4,"wait-for-callback"],"current":[32],"goto":[64]}]]],["xpl-toggle.cjs",[[0,"xpl-toggle",{"checked":[4],"description":[1],"disabled":[4],"heading":[1],"label":[1],"name":[1],"variant":[1],"id":[32]}]]],["xpl-backdrop.cjs",[[0,"xpl-backdrop",{"relative":[4]}]]],["xpl-dropdown-group_3.cjs",[[4,"xpl-dropdown-group",{"groupName":[1,"label"],"options":[16]}],[4,"xpl-dropdown-heading",{"label":[1]}],[4,"xpl-dropdown-option",{"isDisabled":[516,"disabled"],"label":[1],"isSelected":[1540,"selected"]}]]],["xpl-dropdown_2.cjs",[[4,"xpl-dropdown",{"isOpen":[1540,"open"],"closeOnSelect":[4,"close-on-select"],"mode":[1],"options":[16],"selectOnFocus":[4,"select-on-focus"],"triggerId":[1,"trigger-id"],"update":[16],"handleSelect":[64]}],[4,"xpl-tag"]]]], options);
127
19
  });
@@ -1,3 +1,2 @@
1
1
  'use strict';
2
2
 
3
- //! Autogenerated index
@@ -2,35 +2,19 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-88e58962.js');
6
- const appGlobals = require('./app-globals-3a1e7e63.js');
5
+ const index = require('./index-acf3dd7a.js');
7
6
 
8
7
  /*
9
8
  Stencil Client Patch Esm v2.8.0 | MIT Licensed | https://stenciljs.com
10
9
  */
11
10
  const patchEsm = () => {
12
- // NOTE!! This fn cannot use async/await!
13
- // @ts-ignore
14
- if (index.BUILD.cssVarShim && !(index.CSS && index.CSS.supports && index.CSS.supports('color', 'var(--c)'))) {
15
- // @ts-ignore
16
- return Promise.resolve().then(function () { return require(/* webpackChunkName: "polyfills-css-shim" */ './css-shim-a7379e2b.js'); }).then(() => {
17
- if ((index.plt.$cssShim$ = index.win.__cssshim)) {
18
- return index.plt.$cssShim$.i();
19
- }
20
- else {
21
- // for better minification
22
- return 0;
23
- }
24
- });
25
- }
26
11
  return index.promiseResolve();
27
12
  };
28
13
 
29
14
  const defineCustomElements = (win, options) => {
30
15
  if (typeof window === 'undefined') return Promise.resolve();
31
16
  return patchEsm().then(() => {
32
- appGlobals.globalScripts();
33
- return index.bootstrapLazy([["xpl-select.cjs",[[0,"xpl-select",{"choices":[16],"description":[1],"disabled":[4],"error":[1],"label":[1],"mode":[1],"placeholder":[1],"truncate":[4],"active":[32],"id":[32],"keepFocus":[32],"selected":[32],"value":[32],"displayValue":[32],"visibleChoices":[32]}]]],["xpl-choicelist.cjs",[[0,"xpl-choicelist",{"choices":[16],"description":[1],"heading":[1],"multi":[4],"name":[1],"styled":[4],"selected":[32]}]]],["xpl-list.cjs",[[0,"xpl-list",{"items":[16]}]]],["xpl-application-shell.cjs",[[4,"xpl-application-shell",{"withSubnav":[4,"with-subnav"],"withUtility":[4,"with-utility"],"navWidth":[1,"nav-width"],"isNavOpenAtStartup":[4,"is-nav-open-at-startup"],"navOpen":[32]},[[0,"navOpen","navToggleHandler"],[0,"navWidth","navWithHandler"],[9,"resize","onWindowResize"]]]]],["xpl-button-row.cjs",[[0,"xpl-button-row",{"primary":[1],"secondary":[1],"tertiary":[1]}]]],["xpl-breadcrumb-item.cjs",[[4,"xpl-breadcrumb-item"]]],["xpl-breadcrumbs.cjs",[[4,"xpl-breadcrumbs"]]],["xpl-content-area.cjs",[[4,"xpl-content-area",{"size":[1]}]]],["xpl-divider.cjs",[[4,"xpl-divider",{"tier":[2]}]]],["xpl-grid.cjs",[[0,"xpl-grid"]]],["xpl-grid-item.cjs",[[4,"xpl-grid-item",{"xs":[2],"sm":[2],"md":[2],"lg":[2]}]]],["xpl-input.cjs",[[0,"xpl-input",{"_id":[1],"autocomplete":[1],"dateFormat":[1,"date-format"],"description":[1],"disabled":[4],"error":[1],"label":[1],"max":[8],"maxCharacterCount":[2,"max-character-count"],"min":[8],"mode":[1],"multiline":[4],"name":[1],"placeholder":[1],"post":[1],"pre":[1],"readonly":[4],"required":[4],"step":[2],"type":[1],"value":[1],"characterCount":[32],"passwordVisible":[32]}]]],["xpl-main-nav.cjs",[[4,"xpl-main-nav",{"width":[1]}]]],["xpl-nav-item.cjs",[[4,"xpl-nav-item",{"navControl":[4,"nav-control"]}]]],["xpl-pagination.cjs",[[0,"xpl-pagination",{"total":[2],"perPage":[2,"per-page"],"waitForCallback":[4,"wait-for-callback"],"current":[32],"goto":[64]}]]],["xpl-secondary-nav.cjs",[[4,"xpl-secondary-nav"]]],["xpl-table.cjs",[[0,"xpl-table",{"columns":[16],"data":[16],"freeze":[4],"multiselect":[4],"striped":[4],"areAllSelected":[32],"rowData":[32],"hasScrolled":[32],"selected":[32]}]]],["xpl-toggle.cjs",[[0,"xpl-toggle",{"checked":[4],"description":[1],"disabled":[4],"heading":[1],"label":[1],"name":[1],"variant":[1],"id":[32]}]]],["xpl-utility-bar.cjs",[[4,"xpl-utility-bar",{"navControl":[4,"nav-control"],"isNavOpenAtStartup":[4,"is-nav-open-at-startup"],"open":[32]}]]],["xpl-dropdown.cjs",[[4,"xpl-dropdown",{"isOpen":[1540,"open"],"closeOnSelect":[4,"close-on-select"],"mode":[1],"options":[16],"selectOnFocus":[4,"select-on-focus"],"triggerId":[1,"trigger-id"],"update":[16],"handleSelect":[64]}]]],["xpl-avatar.cjs",[[4,"xpl-avatar",{"color":[1],"disabled":[4],"href":[1],"name":[1],"size":[1],"src":[1],"status":[1],"target":[1]}]]],["xpl-backdrop.cjs",[[0,"xpl-backdrop",{"relative":[4]}]]],["xpl-badge.cjs",[[4,"xpl-badge",{"dot":[4],"variant":[1]}]]],["xpl-button.cjs",[[4,"xpl-button",{"disabled":[4],"link":[4],"iconOnly":[4,"icon-only"],"fullWidth":[4,"full-width"],"name":[1],"size":[1],"type":[1],"value":[1],"variant":[1],"state":[1]}]]],["xpl-checkbox.cjs",[[4,"xpl-checkbox",{"checked":[4],"description":[1],"disabled":[4],"indeterminate":[4],"name":[1],"required":[4],"styled":[4],"value":[1],"id":[32]}]]],["xpl-radio.cjs",[[4,"xpl-radio",{"checked":[4],"description":[1],"disabled":[4],"name":[1],"required":[4],"styled":[4],"value":[1],"id":[32]}]]],["xpl-tag.cjs",[[4,"xpl-tag"]]],["xpl-dropdown-heading.cjs",[[4,"xpl-dropdown-heading",{"label":[1]}]]],["xpl-dropdown-option.cjs",[[4,"xpl-dropdown-option",{"isDisabled":[516,"disabled"],"label":[1],"isSelected":[1540,"selected"]}]]],["xpl-dropdown-group.cjs",[[4,"xpl-dropdown-group",{"groupName":[1,"label"],"options":[16]}]]]], options);
17
+ return index.bootstrapLazy([["xpl-select.cjs",[[0,"xpl-select",{"choices":[16],"description":[1],"disabled":[4],"error":[1],"label":[1],"mode":[1],"placeholder":[1],"truncate":[4],"active":[32],"id":[32],"keepFocus":[32],"selected":[32],"value":[32],"displayValue":[32],"visibleChoices":[32]}]]],["xpl-application-shell.cjs",[[4,"xpl-application-shell",{"withSubnav":[4,"with-subnav"],"withUtility":[4,"with-utility"],"navWidth":[1,"nav-width"],"isNavOpenAtStartup":[4,"is-nav-open-at-startup"],"navOpen":[32]},[[0,"navOpen","navToggleHandler"],[0,"navWidth","navWithHandler"],[9,"resize","onWindowResize"]]]]],["xpl-avatar_12.cjs",[[4,"xpl-breadcrumb-item"],[4,"xpl-breadcrumbs"],[4,"xpl-content-area",{"size":[1]}],[4,"xpl-nav-item",{"navControl":[4,"nav-control"]}],[4,"xpl-secondary-nav"],[0,"xpl-table",{"columns":[16],"data":[16],"freeze":[4],"multiselect":[4],"striped":[4],"areAllSelected":[32],"rowData":[32],"hasScrolled":[32],"selected":[32]}],[4,"xpl-utility-bar",{"navControl":[4,"nav-control"],"isNavOpenAtStartup":[4,"is-nav-open-at-startup"],"open":[32]}],[4,"xpl-avatar",{"color":[1],"disabled":[4],"href":[1],"name":[1],"size":[1],"src":[1],"status":[1],"target":[1]}],[4,"xpl-badge",{"dot":[4],"variant":[1]}],[4,"xpl-button",{"disabled":[4],"link":[4],"iconOnly":[4,"icon-only"],"fullWidth":[4,"full-width"],"name":[1],"size":[1],"type":[1],"value":[1],"variant":[1],"state":[1]}],[4,"xpl-checkbox",{"checked":[4],"description":[1],"disabled":[4],"indeterminate":[4],"name":[1],"required":[4],"styled":[4],"value":[1],"id":[32]}],[4,"xpl-radio",{"checked":[4],"description":[1],"disabled":[4],"name":[1],"required":[4],"styled":[4],"value":[1],"id":[32]}]]],["xpl-choicelist.cjs",[[0,"xpl-choicelist",{"choices":[16],"description":[1],"heading":[1],"multi":[4],"name":[1],"styled":[4],"selected":[32]}]]],["xpl-list.cjs",[[0,"xpl-list",{"items":[16]}]]],["xpl-button-row.cjs",[[0,"xpl-button-row",{"primary":[1],"secondary":[1],"tertiary":[1]}]]],["xpl-divider.cjs",[[4,"xpl-divider",{"tier":[2]}]]],["xpl-grid.cjs",[[0,"xpl-grid"]]],["xpl-grid-item.cjs",[[4,"xpl-grid-item",{"xs":[2],"sm":[2],"md":[2],"lg":[2]}]]],["xpl-input.cjs",[[0,"xpl-input",{"_id":[1],"autocomplete":[1],"dateFormat":[1,"date-format"],"description":[1],"disabled":[4],"error":[1],"label":[1],"max":[8],"maxCharacterCount":[2,"max-character-count"],"min":[8],"mode":[1],"multiline":[4],"name":[1],"placeholder":[1],"post":[1],"pre":[1],"readonly":[4],"required":[4],"step":[2],"type":[1],"value":[1],"characterCount":[32],"passwordVisible":[32]}]]],["xpl-main-nav.cjs",[[4,"xpl-main-nav",{"width":[1]}]]],["xpl-pagination.cjs",[[0,"xpl-pagination",{"total":[2],"perPage":[2,"per-page"],"waitForCallback":[4,"wait-for-callback"],"current":[32],"goto":[64]}]]],["xpl-toggle.cjs",[[0,"xpl-toggle",{"checked":[4],"description":[1],"disabled":[4],"heading":[1],"label":[1],"name":[1],"variant":[1],"id":[32]}]]],["xpl-backdrop.cjs",[[0,"xpl-backdrop",{"relative":[4]}]]],["xpl-dropdown-group_3.cjs",[[4,"xpl-dropdown-group",{"groupName":[1,"label"],"options":[16]}],[4,"xpl-dropdown-heading",{"label":[1]}],[4,"xpl-dropdown-option",{"isDisabled":[516,"disabled"],"label":[1],"isSelected":[1540,"selected"]}]]],["xpl-dropdown_2.cjs",[[4,"xpl-dropdown",{"isOpen":[1540,"open"],"closeOnSelect":[4,"close-on-select"],"mode":[1],"options":[16],"selectOnFocus":[4,"select-on-focus"],"triggerId":[1,"trigger-id"],"update":[16],"handleSelect":[64]}],[4,"xpl-tag"]]]], options);
34
18
  });
35
19
  };
36
20
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-88e58962.js');
5
+ const index = require('./index-acf3dd7a.js');
6
6
 
7
7
  const XplApplicationShell = class {
8
8
  constructor(hostRef) {
@@ -235,24 +235,24 @@ const XplTable = class {
235
235
  this.onScroll = () => {
236
236
  this.hasScrolled = this.container.scrollLeft > 0;
237
237
  };
238
- /**
239
- * TODO: Need to figure out how this interplays with data
240
- * received from an API/server
241
- */
242
- this.sortBy = (col, ascending = true) => {
243
- this.rowData.sort((a, b) => {
244
- const A = a[col];
245
- const B = b[col];
246
- if (typeof A === 'number' && typeof B === 'number') {
247
- const f = ascending ? 1 : -1;
248
- return A > B ? f : -f;
249
- }
250
- return -1;
251
- });
252
- this.rowData = Array.from(this.rowData);
253
- this.render();
254
- };
255
238
  }
239
+ /**
240
+ * TODO: Need to figure out how this interplays with data
241
+ * received from an API/server
242
+ */
243
+ // private sortBy = (col: number, ascending = true) => {
244
+ // this.rowData.sort((a, b) => {
245
+ // const A = a[col];
246
+ // const B = b[col];
247
+ // if (typeof A === 'number' && typeof B === 'number') {
248
+ // const f = ascending ? 1 : -1;
249
+ // return A > B ? f : -f;
250
+ // }
251
+ // return -1;
252
+ // });
253
+ // this.rowData = Array.from(this.rowData);
254
+ // this.render();
255
+ // };
256
256
  componentWillLoad() {
257
257
  this.areAllSelected = false;
258
258
  this.rowData = this.data !== undefined ? Array.from(this.data) : [];
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-88e58962.js');
5
+ const index = require('./index-acf3dd7a.js');
6
6
 
7
7
  const XplBackdrop = class {
8
8
  constructor(hostRef) {
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-88e58962.js');
5
+ const index = require('./index-acf3dd7a.js');
6
6
 
7
7
  const XplButtonRow = class {
8
8
  constructor(hostRef) {
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-88e58962.js');
5
+ const index = require('./index-acf3dd7a.js');
6
6
 
7
7
  const XplChoicelist = class {
8
8
  constructor(hostRef) {
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-88e58962.js');
5
+ const index = require('./index-acf3dd7a.js');
6
6
 
7
7
  const XplDivider = class {
8
8
  constructor(hostRef) {
@@ -68,7 +68,10 @@ const XplDropdownOption = class {
68
68
  const { closeOnSelect, mode, selectOnFocus } = this.dropdown;
69
69
  if (selectOnFocus && navigationKeys.includes(ev.key)) {
70
70
  const hostElement = document.activeElement.closest('xpl-dropdown-option');
71
- dropdown.handleSelect(ev, { component: { hostElement } });
71
+ const component = {
72
+ component: { hostElement },
73
+ };
74
+ dropdown.handleSelect(ev, component);
72
75
  if (mode === 'single' && closeOnSelect)
73
76
  this.dropdown.isOpen = false;
74
77
  return;
@@ -20,7 +20,6 @@ const XplDropdown = class {
20
20
  constructor(hostRef) {
21
21
  index.registerInstance(this, hostRef);
22
22
  /** text to display as heading */
23
- // eslint-disable-next-line @stencil/strict-mutable
24
23
  this.isOpen = false;
25
24
  /** options that are listed */
26
25
  this.closeOnSelect = true;
@@ -37,7 +36,7 @@ const XplDropdown = class {
37
36
  };
38
37
  }
39
38
  /**
40
- * called on dropdown option click and keydown events to update isSelected states
39
+ * called on dropdown option click and keydown events to update isSelected states
41
40
  */
42
41
  async handleSelect(e, { component }) {
43
42
  const { hostElement, mode, options, update } = this;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-88e58962.js');
5
+ const index = require('./index-acf3dd7a.js');
6
6
 
7
7
  const XplGridItem = class {
8
8
  constructor(hostRef) {
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-88e58962.js');
5
+ const index = require('./index-acf3dd7a.js');
6
6
 
7
7
  const XplGrid = class {
8
8
  constructor(hostRef) {
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-88e58962.js');
6
- const index$1 = require('./index-318d5fc7.js');
7
- require('./regular-503465f4.js');
5
+ const index = require('./index-acf3dd7a.js');
6
+ require('./regular-872f5226.js');
7
+ const v4 = require('./v4-14140ff3.js');
8
8
 
9
9
  const HOOKS = [
10
10
  "onChange",
@@ -437,12 +437,6 @@ function compareDates(date1, date2, timeless = true) {
437
437
  }
438
438
  return date1.getTime() - date2.getTime();
439
439
  }
440
- function compareTimes(date1, date2) {
441
- return (3600 * (date1.getHours() - date2.getHours()) +
442
- 60 * (date1.getMinutes() - date2.getMinutes()) +
443
- date1.getSeconds() -
444
- date2.getSeconds());
445
- }
446
440
  const isBetween = (ts, ts1, ts2) => {
447
441
  return ts > Math.min(ts1, ts2) && ts < Math.max(ts1, ts2);
448
442
  };
@@ -478,7 +472,6 @@ function getDefaultHours(config) {
478
472
  return { hours, minutes, seconds };
479
473
  }
480
474
 
481
- "use strict";
482
475
  if (typeof Object.assign !== "function") {
483
476
  Object.assign = function (target, ...args) {
484
477
  if (!target) {
@@ -1581,8 +1574,6 @@ function FlatpickrInstance(element, instanceConfig) {
1581
1574
  self._input.focus();
1582
1575
  }
1583
1576
  break;
1584
- default:
1585
- break;
1586
1577
  }
1587
1578
  }
1588
1579
  if (self.amPM !== undefined && eventTarget === self.amPM) {
@@ -1929,12 +1920,6 @@ function FlatpickrInstance(element, instanceConfig) {
1929
1920
  let editableSheet = null;
1930
1921
  for (let i = 0; i < document.styleSheets.length; i++) {
1931
1922
  const sheet = document.styleSheets[i];
1932
- try {
1933
- sheet.cssRules;
1934
- }
1935
- catch (err) {
1936
- continue;
1937
- }
1938
1923
  editableSheet = sheet;
1939
1924
  break;
1940
1925
  }
@@ -2090,8 +2075,6 @@ function FlatpickrInstance(element, instanceConfig) {
2090
2075
  .split(self.l10n.rangeSeparator)
2091
2076
  .map((date) => self.parseDate(date, format));
2092
2077
  break;
2093
- default:
2094
- break;
2095
2078
  }
2096
2079
  }
2097
2080
  else
@@ -2493,7 +2476,7 @@ const XplInput = class {
2493
2476
  }
2494
2477
  componentWillLoad() {
2495
2478
  if (this._id === undefined || this._id === null || this._id === '')
2496
- this._id = index$1.v4();
2479
+ this._id = v4.v4();
2497
2480
  if (this.multiline && this.maxCharacterCount !== undefined) {
2498
2481
  this.characterCount =
2499
2482
  this.value !== undefined ? this.value.length : 0;
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-88e58962.js');
6
- require('./regular-503465f4.js');
5
+ const index = require('./index-acf3dd7a.js');
6
+ require('./regular-872f5226.js');
7
7
 
8
8
  const ListItemCpt = ({ avatar, avatars, badges, href, title, subtext, metadata, }) => {
9
9
  const hasRight = avatars || badges || subtext;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-88e58962.js');
5
+ const index = require('./index-acf3dd7a.js');
6
6
 
7
7
  const XplMainNav = class {
8
8
  constructor(hostRef) {
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-88e58962.js');
5
+ const index = require('./index-acf3dd7a.js');
6
6
 
7
7
  const XplPagination = class {
8
8
  constructor(hostRef) {