@xplortech/apollo-core 2.7.1 → 2.8.0

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 (36) hide show
  1. package/.typings/apollo-components.html-data.json +8 -4
  2. package/dist/apollo-core/apollo-core.esm.js +1 -1
  3. package/dist/apollo-core/p-689f1dae.entry.js +1 -0
  4. package/dist/apollo-core/p-cd56a3d5.entry.js +1 -0
  5. package/dist/cjs/apollo-core.cjs.js +1 -1
  6. package/dist/cjs/loader.cjs.js +1 -1
  7. package/dist/cjs/xpl-avatar_54.cjs.entry.js +1071 -40
  8. package/dist/cjs/xpl-toggle.cjs.entry.js +8 -3
  9. package/dist/collection/components/xpl-checkbox/xpl-checkbox.js +7 -12
  10. package/dist/collection/components/xpl-choicelist/xpl-choicelist.js +7 -6
  11. package/dist/collection/components/xpl-input/xpl-input.js +28 -24
  12. package/dist/collection/components/xpl-radio/radio.stories.js +10 -1
  13. package/dist/collection/components/xpl-radio/xpl-radio.js +30 -5
  14. package/dist/collection/components/xpl-toggle/xpl-toggle.js +26 -4
  15. package/dist/components/xpl-checkbox2.js +1 -1
  16. package/dist/components/xpl-choicelist.js +1 -1
  17. package/dist/components/xpl-icon2.js +1 -1
  18. package/dist/components/xpl-input2.js +1 -1
  19. package/dist/components/xpl-radio2.js +1 -1
  20. package/dist/components/xpl-toggle.js +1 -1
  21. package/dist/docs/xpl-checkbox/readme.md +5 -3
  22. package/dist/docs/xpl-radio/readme.md +10 -9
  23. package/dist/docs/xpl-toggle/readme.md +16 -9
  24. package/dist/esm/apollo-core.js +1 -1
  25. package/dist/esm/loader.js +1 -1
  26. package/dist/esm/xpl-avatar_54.entry.js +1071 -40
  27. package/dist/esm/xpl-toggle.entry.js +9 -4
  28. package/dist/types/components/xpl-checkbox/xpl-checkbox.d.ts +1 -1
  29. package/dist/types/components/xpl-input/xpl-input.d.ts +3 -2
  30. package/dist/types/components/xpl-radio/radio.stories.d.ts +10 -1
  31. package/dist/types/components/xpl-radio/xpl-radio.d.ts +2 -0
  32. package/dist/types/components/xpl-toggle/xpl-toggle.d.ts +3 -0
  33. package/dist/types/components.d.ts +39 -11
  34. package/package.json +29 -4
  35. package/dist/apollo-core/p-d1c9c233.entry.js +0 -1
  36. package/dist/apollo-core/p-e2a5d41c.entry.js +0 -1
@@ -590,7 +590,7 @@
590
590
  "name": "xpl-checkbox",
591
591
  "description": {
592
592
  "kind": "markdown",
593
- "value": "Checkboxes allow users to make selections or choices. Checkboxes can be multi-select, and also act as controls."
593
+ "value": "Checkboxes allow users to make selections or choices. Checkboxes can be multi-select, and also act as controls.\n\nProvide visible label text in the default slot, or set `aria-label` when the checkbox has no adjacent label (for example, icon-only toolbars or table selection cells)."
594
594
  },
595
595
  "attributes": [
596
596
  {
@@ -2069,19 +2069,23 @@
2069
2069
  },
2070
2070
  {
2071
2071
  "name": "name",
2072
- "description": "The name attribute for the html input.\n(submittted in form as name/value pair)"
2072
+ "description": "The name attribute for the html input.\n(submitted in form as name/value pair)"
2073
2073
  },
2074
2074
  {
2075
2075
  "name": "required",
2076
2076
  "description": "Whether the input is required"
2077
2077
  },
2078
+ {
2079
+ "name": "selected-value",
2080
+ "description": "The currently selected value for the radio group this radio belongs to.\n\nWhen set, the radio renders as checked when `selectedValue` equals its\nown `value` prop. Use this to drive radio-group selection from a single\nsource of truth — e.g. Vue `v-model` on a shared `selectedValue` across\nevery radio in a group, where each radio still declares its own `value`.\n\nFalls back to the boolean `checked` prop when not set."
2081
+ },
2078
2082
  {
2079
2083
  "name": "styled",
2080
2084
  "description": "Whether the input is contained in a box with a border and, in disabled\nstate, a background"
2081
2085
  },
2082
2086
  {
2083
2087
  "name": "value",
2084
- "description": "The value attribute for the radio input.\n(submittted in form as name/value pair)"
2088
+ "description": "The value attribute for the radio input.\n(submitted in form as name/value pair)"
2085
2089
  }
2086
2090
  ]
2087
2091
  },
@@ -2721,7 +2725,7 @@
2721
2725
  },
2722
2726
  {
2723
2727
  "name": "name",
2724
- "description": "The name attribute for the html input.\n(submittted in form as name/value pair)"
2728
+ "description": "The name attribute for the html input.\n(submitted in form as name/value pair)"
2725
2729
  },
2726
2730
  {
2727
2731
  "name": "variant",
@@ -1 +1 @@
1
- import{p as e,b as a}from"./p-C7bgJs6C.js";export{s as setNonce}from"./p-C7bgJs6C.js";import{g as t}from"./p-DQuL1Twl.js";(()=>{const a=import.meta.url,t={};return""!==a&&(t.resourcesUrl=new URL(".",a).href),e(t)})().then((async e=>(await t(),a(JSON.parse('[["p-5d63b4ce",[[0,"xpl-button-row",{"primary":[1],"secondary":[1],"tertiary":[1]}]]],["p-36ba29da",[[0,"xpl-table-header-cell",{"icon":[1],"sortable":[4],"label":[1],"type":[1],"width":[2],"sortDirection":[32]}]]],["p-6a15f1e0",[[260,"xpl-accordion",{"contentId":[1,"content-id"],"header":[1],"description":[1],"initialExpanded":[4,"initial-expanded"],"size":[1],"borderType":[1,"border-type"],"expanded":[32],"parentCheckboxChange":[64]},[[0,"checkboxChange","listenToChangeEvent"]],{"initialExpanded":[{"watchInitialExpanded":0}]}]]],["p-0bf50890",[[260,"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-27928cb0",[[260,"xpl-large-card",{"link":[4],"name":[1],"description":[1]}]]],["p-b61d7952",[[0,"xpl-calendar",{"inputId":[1,"input-id"],"dateFormat":[1,"date-format"],"max":[8],"min":[8],"mode":[1],"defaultDate":[1,"default-date"],"setDate":[64]}]]],["p-ca127ee8",[[260,"xpl-dynamic-table",{"selectedItemCount":[32],"colCount":[32]},[[8,"deselectAll","listenToDeselectEvent"],[8,"checkboxChange","listenToChangeEvent"]]]]],["p-dc205893",[[260,"xpl-dynamic-table-cell",{"disabled":[4]}]]],["p-34438721",[[260,"xpl-dynamic-table-row",{"disabled":[4],"selected":[4],"isDisabled":[32]}]]],["p-35c2f72d",[[0,"xpl-grid"]]],["p-1947e7a8",[[260,"xpl-grid-item",{"xs":[2],"sm":[2],"md":[2],"lg":[2]}]]],["p-406b27a8",[[260,"xpl-main-nav",{"width":[1]}]]],["p-8d692d05",[[260,"xpl-table-header"]]],["p-d1c9c233",[[0,"xpl-toggle",{"checked":[4],"description":[1],"disabled":[4],"heading":[1],"label":[1],"name":[1],"variant":[1],"id":[32]}]]],["p-368c81f1",[[260,"xpl-toolbar",{"selectedItemCount":[2,"selected-item-count"]},[[8,"selectedItemCountChange","listenToSelectedItemCountChange"]]]]],["p-e2a5d41c",[[260,"xpl-list",{"items":[16],"label":[1],"labelledBy":[1,"labelled-by"],"reorderable":[4],"selectable":[4],"keyboardReorderItemId":[32],"reorderLiveMessage":[32],"clearSelection":[64]},[[0,"keydown","handleKeyDown"],[0,"itemSelect","handleChildItemSelect"],[0,"slotchange","handleSlotChange"],[0,"itemDragStart","handleItemDragStart"],[0,"itemDragEnd","handleItemDragEnd"],[0,"itemDrop","handleItemDrop"],[0,"xplListItemReorder","handleItemReorder"]],{"keyboardReorderItemId":[{"handleKeyboardReorderItemIdChange":0}],"items":[{"handleItemsChange":0}],"reorderable":[{"handleReorderableChange":0}],"selectable":[{"handleSelectableChange":0}]}],[0,"xpl-pagination",{"totalPages":[2,"total-pages"],"withPageControl":[4,"with-page-control"],"currentPage":[1026,"current-page"],"rowsPerPageOptions":[1,"rows-per-page-options"],"selectedRowsPerPage":[1026,"selected-rows-per-page"]},null,{"currentPage":[{"onPageUpdate":0}],"selectedRowsPerPage":[{"onRowsPerPageUpdate":0}]}],[260,"xpl-tabs",{"disabled":[4],"fullWidth":[4,"full-width"],"type":[513],"value":[1],"activeBarPosition":[32],"choicesTick":[32],"isMobileSelectChange":[32],"selectedValue":[32]},[[9,"resize","onWindowResize"]],{"disabled":[{"onDisabledChanged":0}],"fullWidth":[{"onFullWidthChanged":0}],"type":[{"onTypeChanged":0}],"value":[{"onValueChanged":0}]}],[260,"xpl-slideout",{"isOpen":[1540,"is-open"],"backdrop":[4],"variant":[1],"showFooter":[4,"show-footer"]},[[9,"scroll","handleScroll"]],{"isOpen":[{"watchPropHandler":0}]}],[260,"xpl-top-nav",{"brandHref":[1,"brand-href"],"brandLogo":[1,"brand-logo"],"brandName":[1,"brand-name"],"childAccountLabel":[1,"child-account-label"],"label":[1],"navControl":[516,"nav-control"],"brandLogoSlotPresent":[32],"open":[32],"userMenuSlotPresent":[32],"userMenuTriggerSlotPresent":[32]},null,{"navControl":[{"onNavControlChanged":0}]}],[260,"xpl-modal",{"isOpen":[1540,"is-open"],"size":[1],"variant":[1]},null,{"isOpen":[{"updateModalState":0}]}],[0,"xpl-banner",{"actionText":[1,"action-text"],"appearance":[1],"description":[1],"hasIcon":[4,"has-icon"],"heading":[1],"isDismissible":[4,"is-dismissible"],"isSection":[4,"is-section"],"secondaryActionText":[1,"secondary-action-text"],"truncateDesc":[4,"truncate-desc"]}],[0,"xpl-choicelist",{"choices":[16],"description":[1],"heading":[1],"multi":[4],"name":[1],"styled":[4],"selected":[32]},null,{"choices":[{"onChoicesPropChange":0}],"selected":[{"onSelectedChange":0}]}],[260,"xpl-data-card",{"link":[4],"name":[1],"stat":[1],"shortStat":[1,"short-stat"],"variant":[1],"leadingIcon":[4,"leading-icon"],"icon":[1],"smallStat":[1,"small-stat"],"smallStatIcon":[1,"small-stat-icon"],"detail":[1],"smallStatVariant":[1,"small-stat-variant"],"tooltipTextSmallStat":[1,"tooltip-text-small-stat"],"tooltipTextStat":[1,"tooltip-text-stat"]},null,{"stat":[{"watchStat":0}],"shortStat":[{"watchShortStat":0}]}],[260,"xpl-header-accordion",{"contentId":[1,"content-id"],"initialExpanded":[4,"initial-expanded"],"disabled":[4],"selectedCount":[2,"selected-count"],"hasCheckbox":[4,"has-checkbox"],"expanded":[32],"parentChecked":[32],"parentIndeterminate":[32]},[[0,"checkboxChange","handleChildCheckboxChange"]],{"selectedCount":[{"watchSelectedCount":0}]}],[260,"xpl-spotlight",{"actionLayout":[1,"action-layout"],"anchorPosition":[1,"anchor-position"],"body":[1],"currentStep":[2,"current-step"],"heading":[1],"isDismissible":[4,"is-dismissible"],"isOpen":[4,"is-open"],"primaryActionLabel":[1,"primary-action-label"],"secondaryActionLabel":[1,"secondary-action-label"],"showActions":[4,"show-actions"],"showImage":[4,"show-image"],"showSteps":[4,"show-steps"],"target":[1],"totalSteps":[2,"total-steps"],"hasBodySlotContent":[32],"hasFloatingPosition":[32],"hasImageSlotContent":[32],"hasTitleSlotContent":[32],"isVisible":[32],"resolvedAnchorPosition":[32]},[[4,"keydown","handleKeyDown"]],{"anchorPosition":[{"onAnchorPositionChange":0}],"isOpen":[{"onIsOpenChange":0}],"target":[{"onTargetChange":0}]}],[260,"xpl-tab",{"disabled":[516],"fullWidth":[4,"full-width"],"groupDisabled":[1540,"data-group-disabled"],"icon":[513],"iconPosition":[1,"icon-position"],"selected":[4],"target":[1],"variant":[1],"getFocusableElement":[64],"setTabIndex":[64],"focusTrigger":[64]}],[0,"xpl-progress-bar",{"helperText":[1,"helper-text"],"label":[1],"max":[2],"size":[1],"value":[2],"variant":[1]}],[0,"xpl-progress-indicator",{"currentStep":[1026,"current-step"],"layout":[1],"showLabels":[4,"show-labels"],"showNumbers":[4,"show-numbers"],"steps":[16]},null,{"steps":[{"validateCurrentStep":0}],"currentStep":[{"validateCurrentStep":0}]}],[260,"xpl-side-nav-item",{"disabled":[516],"expanded":[1540],"hasChildren":[1540,"has-children"],"hidden":[516],"icon":[1],"label":[1],"link":[516],"selected":[516]},null,{"hasChildren":[{"syncLinkHasChildrenExclusivity":0}],"link":[{"syncLinkHasChildrenExclusivity":0}]}],[0,"xpl-table",{"columns":[16],"data":[16],"footer":[16],"freeze":[4],"multiselect":[4],"striped":[4],"selectedValues":[16],"isSortable":[4,"is-sortable"],"sortableColumns":[16],"areAllSelected":[32],"rowData":[32],"rowFooterData":[32],"hasScrolled":[32],"selected":[32],"sortTypeArray":[32]},null,{"data":[{"watchData":0}],"footer":[{"watchFooterData":0}],"columns":[{"watchColumns":0}]}],[260,"xpl-toast",{"variant":[1],"showIcon":[4,"show-icon"],"caption":[1],"dismissable":[4],"timeout":[2]}],[260,"xpl-utility-bar",{"navControl":[4,"nav-control"],"isNavOpenAtStartup":[4,"is-nav-open-at-startup"],"open":[32]}],[260,"xpl-breadcrumb-item"],[260,"xpl-breadcrumbs"],[260,"xpl-content-area",{"size":[1]}],[260,"xpl-dashboard"],[260,"xpl-nav-header-menu",{"email":[1],"username":[1],"rightAsideMobilePresent":[32]}],[260,"xpl-nav-item",{"navControl":[4,"nav-control"]}],[260,"xpl-panel",{"accent":[1],"padding":[1]}],[260,"xpl-secondary-nav"],[260,"xpl-side-nav",{"label":[1]}],[0,"xpl-skeleton",{"classNames":[1,"class-names"],"fullWidth":[4,"full-width"],"height":[1],"width":[1],"margin":[1],"shape":[1],"size":[1]}],[260,"xpl-tab-panel",{"selected":[4],"target":[1]}],[260,"xpl-list-item",{"disabled":[4],"error":[4],"hidden":[4],"href":[1],"item":[16],"itemId":[1025,"item-id"],"keyboardActive":[4,"keyboard-active"],"radioName":[1,"radio-name"],"reorderable":[4],"selectable":[4],"selected":[4],"showDivider":[4,"show-divider"],"titleBadgeVariant":[1,"title-badge-variant"],"slotPresence":[32],"isKeyboardMode":[32]},[[0,"slotchange","handleSlotChange"]],{"item":[{"handleItemChange":0}],"keyboardActive":[{"handleKeyboardActiveChange":0}],"selected":[{"handleSelectedChange":0}],"titleBadgeVariant":[{"handleTitleBadgeVariantChange":0}]}],[260,"xpl-top-nav-item",{"active":[516],"href":[1],"icon":[1],"itemAriaLabel":[1,"item-aria-label"],"label":[1],"selected":[516],"hasDropdown":[32],"hostListitemRole":[32],"open":[32]},[[0,"_xplCloseNavDropdown","handleCloseNavDropdownRequest"]],{"hasDropdown":[{"onHasDropdownChanged":0}]}],[260,"xpl-tooltip",{"text":[1],"position":[1],"hideArrow":[4,"hide-arrow"]}],[260,"xpl-select",{"choices":[16],"selectIcon":[1,"select-icon"],"description":[1],"disabled":[4],"dropdownFlipFallbackPlacements":[16],"dropdownPlacement":[1,"dropdown-placement"],"error":[1],"label":[1],"mode":[1],"name":[1],"placeholder":[1],"truncate":[4],"customDisplayValue":[4,"custom-display-value"],"selectedValues":[1,"selected-values"],"classNames":[1,"class-names"],"active":[32],"id":[32],"keepFocus":[32],"visibleChoices":[32],"choicesState":[32],"value":[32],"dropdownOpenState":[32],"reset":[64]},[[8,"click","handleClickEvent"],[8,"keydown","handleKeyDown"],[9,"resize","handleResize"]],{"choices":[{"onChoicesPropChanged":0}],"selectedValues":[{"onSelectedValuesPropChanged":0}],"choicesState":[{"onChoicesStateChanged":0}],"value":[{"handleValueStateChange":0}],"dropdownOpenState":[{"onDropdownOpenStateChanged":0}]}],[260,"xpl-avatar",{"color":[1],"disabled":[4],"groupData":[1,"group-data"],"href":[1],"name":[1],"size":[1],"src":[1],"status":[1],"subText":[1,"sub-text"],"target":[1],"variant":[1],"cachedGroupItems":[32],"cachedSlotContent":[32]},null,{"groupData":[{"onGroupDataChange":0}]}],[260,"xpl-tag",{"disabled":[4],"dismissible":[4],"isDraggable":[4,"is-draggable"],"size":[1],"tagId":[1,"tag-id"],"dismissAriaLabelSuffix":[32],"isDragging":[32]},null,{"disabled":[{"onDisabledChange":0}],"isDraggable":[{"onIsDraggableChange":0}]}],[0,"xpl-backdrop",{"relative":[4]}],[260,"xpl-badge",{"bordered":[4],"dot":[4],"dotOnly":[4,"dot-only"],"shape":[1],"size":[1],"variant":[1]}],[260,"xpl-checkbox",{"ariaLabel":[1,"aria-label"],"checked":[4],"description":[1],"disabled":[4],"indeterminate":[4],"name":[1],"value":[1],"required":[4],"styled":[4],"dataId":[1,"data-id"],"id":[32]}],[260,"xpl-divider",{"tier":[2]}],[260,"xpl-radio",{"checked":[4],"description":[1],"disabled":[4],"name":[1],"value":[1],"required":[4],"styled":[4],"id":[32]}],[260,"xpl-input",{"_id":[1],"description":[1],"disabled":[4],"error":[1],"label":[1],"name":[1],"required":[4],"readonly":[4],"value":[1],"autocomplete":[1],"placeholder":[1],"post":[1],"pre":[1],"max":[8],"min":[8],"step":[2],"multiline":[4],"maxCharacterCount":[2,"max-character-count"],"dateFormat":[1,"date-format"],"timeFormat":[1,"time-format"],"allowCustomOption":[4,"allow-custom-option"],"mode":[1],"accept":[1],"multiple":[4],"hideTriggerOnSelect":[4,"hide-trigger-on-select"],"hideFileNames":[4,"hide-file-names"],"hideAcceptText":[4,"hide-accept-text"],"hideEyeDropper":[4,"hide-eye-dropper"],"defaultCountry":[1,"default-country"],"preferredCountries":[16],"isInternational":[4,"is-international"],"ariaLabel":[1,"aria-label"],"shape":[1],"type":[1],"characterCount":[32],"passwordVisible":[32],"hasPreSlotContent":[32],"setFocus":[64]}],[0,"xpl-input-color",{"value":[1],"placeholder":[1],"disabled":[4],"required":[4],"hideEyeDropper":[4,"hide-eye-dropper"],"hasErrorState":[32],"colorValues":[32],"eyeDropperSupported":[32],"hue":[32]},null,{"colorValues":[{"valueChanged":0}],"hasErrorState":[{"onHasErrorStateChanged":0}],"value":[{"onValuePropChange":0}]}],[260,"xpl-popover",{"isOpen":[4,"is-open"],"disabled":[4],"position":[1],"display":[1],"isOpenState":[32],"actualPosition":[32],"updateListener":[32]},null,{"isOpen":[{"onIsOpenPropChange":0}],"isOpenState":[{"onIsOpenStateChange":0}]}],[0,"xpl-input-phone",{"defaultCountry":[1,"default-country"],"disabled":[4],"inputId":[1,"input-id"],"isInternational":[4,"is-international"],"name":[1],"placeholder":[1],"preferredCountries":[16],"readonly":[4],"required":[4],"value":[1537],"dropdownOpen":[32],"hasErrorState":[32],"nationalNumber":[32],"searchQuery":[32],"selectedCountry":[32],"triggerId":[32]},null,{"dropdownOpen":[{"onDropdownOpenChange":0}],"hasErrorState":[{"onHasErrorStateChanged":0}],"value":[{"onValueChange":0}]}],[0,"xpl-input-time",{"inputId":[1,"input-id"],"disabled":[4],"name":[1],"required":[4],"readonly":[4],"value":[1537],"placeholder":[1],"max":[8],"min":[8],"step":[2],"mode":[1],"timeFormat":[1,"time-format"],"allowCustomOption":[4,"allow-custom-option"],"formattedValue":[32],"hasErrorState":[32],"showOptions":[32],"options":[32],"amPm":[32]},null,{"value":[{"onValueChange":0}],"hasErrorState":[{"onHasErrorStateChanged":0}]}],[0,"xpl-input-date",{"inputId":[1,"input-id"],"disabled":[4],"name":[1],"required":[4],"readonly":[4],"value":[1],"placeholder":[1],"post":[1],"pre":[1],"max":[8],"min":[8],"dateFormat":[1,"date-format"],"mode":[1],"flatpickrStaticLayout":[32],"hasErrorState":[32]},null,{"hasErrorState":[{"onHasErrorStateChanged":0}],"value":[{"onValueChanged":0}]}],[260,"xpl-input-file",{"disabled":[4],"name":[1],"_id":[1],"accept":[1],"multiple":[4],"hideTriggerOnSelect":[4,"hide-trigger-on-select"],"hideFileNames":[4,"hide-file-names"],"hideAcceptText":[4,"hide-accept-text"],"files":[32],"removeFileByIndex":[64]},null,{"files":[{"onFilesChange":0}]}],[0,"xpl-input-search",{"ariaLabel":[1,"aria-label"],"autocomplete":[1],"disabled":[4],"errorMessageId":[1,"error-message-id"],"hasError":[4,"has-error"],"hasVisibleLabel":[4,"has-visible-label"],"inputId":[1,"input-id"],"name":[1],"placeholder":[1],"readonly":[4],"required":[4],"shape":[1],"value":[1025],"hasAncestorForm":[32],"setFocus":[64]}],[260,"xpl-dropdown",{"isOpen":[1540,"open"],"closeOnSelect":[4,"close-on-select"],"mode":[1],"options":[1040],"anchorToTrigger":[4,"anchor-to-trigger"],"flipFallbackPlacements":[16],"placement":[1],"selectedValues":[1,"selected-values"],"selectOnFocus":[4,"select-on-focus"],"triggerId":[1,"trigger-id"],"update":[16],"handleSelect":[64]},null,{"anchorToTrigger":[{"onAnchorToTriggerChanged":0}],"flipFallbackPlacements":[{"onFlipFallbackPlacementsChanged":0}],"placement":[{"onPlacementChanged":0}],"triggerId":[{"onTriggerIdChanged":0}],"selectedValues":[{"onSelectedValuesChanged":0}],"isOpen":[{"onIsOpenStateChange":0}]}],[260,"xpl-dropdown-group",{"groupName":[1,"label"],"options":[16]}],[260,"xpl-dropdown-option",{"isDisabled":[516,"disabled"],"label":[1],"value":[1],"subtitle":[1],"icon":[1],"isSelected":[4,"selected"]}],[260,"xpl-dropdown-heading",{"label":[1]}],[260,"xpl-button",{"controlAttrs":[16],"disabled":[4],"form":[1],"fullWidth":[4,"full-width"],"icon":[1],"iconOnly":[4,"icon-only"],"iconPosition":[1,"icon-position"],"isLoading":[4,"is-loading"],"link":[4],"name":[1],"sentiment":[1],"size":[1],"state":[1],"type":[1],"value":[1],"variant":[1]}],[0,"xpl-icon",{"icon":[1],"size":[2],"backgroundColor":[1,"background-color"]}]]]]'),e))));
1
+ import{p as e,b as a}from"./p-C7bgJs6C.js";export{s as setNonce}from"./p-C7bgJs6C.js";import{g as t}from"./p-DQuL1Twl.js";(()=>{const a=import.meta.url,t={};return""!==a&&(t.resourcesUrl=new URL(".",a).href),e(t)})().then((async e=>(await t(),a(JSON.parse('[["p-5d63b4ce",[[0,"xpl-button-row",{"primary":[1],"secondary":[1],"tertiary":[1]}]]],["p-36ba29da",[[0,"xpl-table-header-cell",{"icon":[1],"sortable":[4],"label":[1],"type":[1],"width":[2],"sortDirection":[32]}]]],["p-6a15f1e0",[[260,"xpl-accordion",{"contentId":[1,"content-id"],"header":[1],"description":[1],"initialExpanded":[4,"initial-expanded"],"size":[1],"borderType":[1,"border-type"],"expanded":[32],"parentCheckboxChange":[64]},[[0,"checkboxChange","listenToChangeEvent"]],{"initialExpanded":[{"watchInitialExpanded":0}]}]]],["p-0bf50890",[[260,"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-27928cb0",[[260,"xpl-large-card",{"link":[4],"name":[1],"description":[1]}]]],["p-b61d7952",[[0,"xpl-calendar",{"inputId":[1,"input-id"],"dateFormat":[1,"date-format"],"max":[8],"min":[8],"mode":[1],"defaultDate":[1,"default-date"],"setDate":[64]}]]],["p-ca127ee8",[[260,"xpl-dynamic-table",{"selectedItemCount":[32],"colCount":[32]},[[8,"deselectAll","listenToDeselectEvent"],[8,"checkboxChange","listenToChangeEvent"]]]]],["p-dc205893",[[260,"xpl-dynamic-table-cell",{"disabled":[4]}]]],["p-34438721",[[260,"xpl-dynamic-table-row",{"disabled":[4],"selected":[4],"isDisabled":[32]}]]],["p-35c2f72d",[[0,"xpl-grid"]]],["p-1947e7a8",[[260,"xpl-grid-item",{"xs":[2],"sm":[2],"md":[2],"lg":[2]}]]],["p-406b27a8",[[260,"xpl-main-nav",{"width":[1]}]]],["p-8d692d05",[[260,"xpl-table-header"]]],["p-cd56a3d5",[[0,"xpl-toggle",{"checked":[4],"description":[1],"disabled":[4],"heading":[1],"label":[1],"name":[1],"variant":[1],"id":[32]}]]],["p-368c81f1",[[260,"xpl-toolbar",{"selectedItemCount":[2,"selected-item-count"]},[[8,"selectedItemCountChange","listenToSelectedItemCountChange"]]]]],["p-689f1dae",[[260,"xpl-list",{"items":[16],"label":[1],"labelledBy":[1,"labelled-by"],"reorderable":[4],"selectable":[4],"keyboardReorderItemId":[32],"reorderLiveMessage":[32],"clearSelection":[64]},[[0,"keydown","handleKeyDown"],[0,"itemSelect","handleChildItemSelect"],[0,"slotchange","handleSlotChange"],[0,"itemDragStart","handleItemDragStart"],[0,"itemDragEnd","handleItemDragEnd"],[0,"itemDrop","handleItemDrop"],[0,"xplListItemReorder","handleItemReorder"]],{"keyboardReorderItemId":[{"handleKeyboardReorderItemIdChange":0}],"items":[{"handleItemsChange":0}],"reorderable":[{"handleReorderableChange":0}],"selectable":[{"handleSelectableChange":0}]}],[0,"xpl-pagination",{"totalPages":[2,"total-pages"],"withPageControl":[4,"with-page-control"],"currentPage":[1026,"current-page"],"rowsPerPageOptions":[1,"rows-per-page-options"],"selectedRowsPerPage":[1026,"selected-rows-per-page"]},null,{"currentPage":[{"onPageUpdate":0}],"selectedRowsPerPage":[{"onRowsPerPageUpdate":0}]}],[260,"xpl-tabs",{"disabled":[4],"fullWidth":[4,"full-width"],"type":[513],"value":[1],"activeBarPosition":[32],"choicesTick":[32],"isMobileSelectChange":[32],"selectedValue":[32]},[[9,"resize","onWindowResize"]],{"disabled":[{"onDisabledChanged":0}],"fullWidth":[{"onFullWidthChanged":0}],"type":[{"onTypeChanged":0}],"value":[{"onValueChanged":0}]}],[260,"xpl-slideout",{"isOpen":[1540,"is-open"],"backdrop":[4],"variant":[1],"showFooter":[4,"show-footer"]},[[9,"scroll","handleScroll"]],{"isOpen":[{"watchPropHandler":0}]}],[260,"xpl-top-nav",{"brandHref":[1,"brand-href"],"brandLogo":[1,"brand-logo"],"brandName":[1,"brand-name"],"childAccountLabel":[1,"child-account-label"],"label":[1],"navControl":[516,"nav-control"],"brandLogoSlotPresent":[32],"open":[32],"userMenuSlotPresent":[32],"userMenuTriggerSlotPresent":[32]},null,{"navControl":[{"onNavControlChanged":0}]}],[260,"xpl-modal",{"isOpen":[1540,"is-open"],"size":[1],"variant":[1]},null,{"isOpen":[{"updateModalState":0}]}],[0,"xpl-banner",{"actionText":[1,"action-text"],"appearance":[1],"description":[1],"hasIcon":[4,"has-icon"],"heading":[1],"isDismissible":[4,"is-dismissible"],"isSection":[4,"is-section"],"secondaryActionText":[1,"secondary-action-text"],"truncateDesc":[4,"truncate-desc"]}],[0,"xpl-choicelist",{"choices":[16],"description":[1],"heading":[1],"multi":[4],"name":[1],"styled":[4],"selected":[32]},null,{"choices":[{"onChoicesPropChange":0}],"selected":[{"onSelectedChange":0}]}],[260,"xpl-data-card",{"link":[4],"name":[1],"stat":[1],"shortStat":[1,"short-stat"],"variant":[1],"leadingIcon":[4,"leading-icon"],"icon":[1],"smallStat":[1,"small-stat"],"smallStatIcon":[1,"small-stat-icon"],"detail":[1],"smallStatVariant":[1,"small-stat-variant"],"tooltipTextSmallStat":[1,"tooltip-text-small-stat"],"tooltipTextStat":[1,"tooltip-text-stat"]},null,{"stat":[{"watchStat":0}],"shortStat":[{"watchShortStat":0}]}],[260,"xpl-header-accordion",{"contentId":[1,"content-id"],"initialExpanded":[4,"initial-expanded"],"disabled":[4],"selectedCount":[2,"selected-count"],"hasCheckbox":[4,"has-checkbox"],"expanded":[32],"parentChecked":[32],"parentIndeterminate":[32]},[[0,"checkboxChange","handleChildCheckboxChange"]],{"selectedCount":[{"watchSelectedCount":0}]}],[260,"xpl-spotlight",{"actionLayout":[1,"action-layout"],"anchorPosition":[1,"anchor-position"],"body":[1],"currentStep":[2,"current-step"],"heading":[1],"isDismissible":[4,"is-dismissible"],"isOpen":[4,"is-open"],"primaryActionLabel":[1,"primary-action-label"],"secondaryActionLabel":[1,"secondary-action-label"],"showActions":[4,"show-actions"],"showImage":[4,"show-image"],"showSteps":[4,"show-steps"],"target":[1],"totalSteps":[2,"total-steps"],"hasBodySlotContent":[32],"hasFloatingPosition":[32],"hasImageSlotContent":[32],"hasTitleSlotContent":[32],"isVisible":[32],"resolvedAnchorPosition":[32]},[[4,"keydown","handleKeyDown"]],{"anchorPosition":[{"onAnchorPositionChange":0}],"isOpen":[{"onIsOpenChange":0}],"target":[{"onTargetChange":0}]}],[260,"xpl-tab",{"disabled":[516],"fullWidth":[4,"full-width"],"groupDisabled":[1540,"data-group-disabled"],"icon":[513],"iconPosition":[1,"icon-position"],"selected":[4],"target":[1],"variant":[1],"getFocusableElement":[64],"setTabIndex":[64],"focusTrigger":[64]}],[0,"xpl-progress-bar",{"helperText":[1,"helper-text"],"label":[1],"max":[2],"size":[1],"value":[2],"variant":[1]}],[0,"xpl-progress-indicator",{"currentStep":[1026,"current-step"],"layout":[1],"showLabels":[4,"show-labels"],"showNumbers":[4,"show-numbers"],"steps":[16]},null,{"steps":[{"validateCurrentStep":0}],"currentStep":[{"validateCurrentStep":0}]}],[260,"xpl-side-nav-item",{"disabled":[516],"expanded":[1540],"hasChildren":[1540,"has-children"],"hidden":[516],"icon":[1],"label":[1],"link":[516],"selected":[516]},null,{"hasChildren":[{"syncLinkHasChildrenExclusivity":0}],"link":[{"syncLinkHasChildrenExclusivity":0}]}],[0,"xpl-table",{"columns":[16],"data":[16],"footer":[16],"freeze":[4],"multiselect":[4],"striped":[4],"selectedValues":[16],"isSortable":[4,"is-sortable"],"sortableColumns":[16],"areAllSelected":[32],"rowData":[32],"rowFooterData":[32],"hasScrolled":[32],"selected":[32],"sortTypeArray":[32]},null,{"data":[{"watchData":0}],"footer":[{"watchFooterData":0}],"columns":[{"watchColumns":0}]}],[260,"xpl-toast",{"variant":[1],"showIcon":[4,"show-icon"],"caption":[1],"dismissable":[4],"timeout":[2]}],[260,"xpl-utility-bar",{"navControl":[4,"nav-control"],"isNavOpenAtStartup":[4,"is-nav-open-at-startup"],"open":[32]}],[260,"xpl-breadcrumb-item"],[260,"xpl-breadcrumbs"],[260,"xpl-content-area",{"size":[1]}],[260,"xpl-dashboard"],[260,"xpl-nav-header-menu",{"email":[1],"username":[1],"rightAsideMobilePresent":[32]}],[260,"xpl-nav-item",{"navControl":[4,"nav-control"]}],[260,"xpl-panel",{"accent":[1],"padding":[1]}],[260,"xpl-secondary-nav"],[260,"xpl-side-nav",{"label":[1]}],[0,"xpl-skeleton",{"classNames":[1,"class-names"],"fullWidth":[4,"full-width"],"height":[1],"width":[1],"margin":[1],"shape":[1],"size":[1]}],[260,"xpl-tab-panel",{"selected":[4],"target":[1]}],[260,"xpl-list-item",{"disabled":[4],"error":[4],"hidden":[4],"href":[1],"item":[16],"itemId":[1025,"item-id"],"keyboardActive":[4,"keyboard-active"],"radioName":[1,"radio-name"],"reorderable":[4],"selectable":[4],"selected":[4],"showDivider":[4,"show-divider"],"titleBadgeVariant":[1,"title-badge-variant"],"slotPresence":[32],"isKeyboardMode":[32]},[[0,"slotchange","handleSlotChange"]],{"item":[{"handleItemChange":0}],"keyboardActive":[{"handleKeyboardActiveChange":0}],"selected":[{"handleSelectedChange":0}],"titleBadgeVariant":[{"handleTitleBadgeVariantChange":0}]}],[260,"xpl-top-nav-item",{"active":[516],"href":[1],"icon":[1],"itemAriaLabel":[1,"item-aria-label"],"label":[1],"selected":[516],"hasDropdown":[32],"hostListitemRole":[32],"open":[32]},[[0,"_xplCloseNavDropdown","handleCloseNavDropdownRequest"]],{"hasDropdown":[{"onHasDropdownChanged":0}]}],[260,"xpl-tooltip",{"text":[1],"position":[1],"hideArrow":[4,"hide-arrow"]}],[260,"xpl-select",{"choices":[16],"selectIcon":[1,"select-icon"],"description":[1],"disabled":[4],"dropdownFlipFallbackPlacements":[16],"dropdownPlacement":[1,"dropdown-placement"],"error":[1],"label":[1],"mode":[1],"name":[1],"placeholder":[1],"truncate":[4],"customDisplayValue":[4,"custom-display-value"],"selectedValues":[1,"selected-values"],"classNames":[1,"class-names"],"active":[32],"id":[32],"keepFocus":[32],"visibleChoices":[32],"choicesState":[32],"value":[32],"dropdownOpenState":[32],"reset":[64]},[[8,"click","handleClickEvent"],[8,"keydown","handleKeyDown"],[9,"resize","handleResize"]],{"choices":[{"onChoicesPropChanged":0}],"selectedValues":[{"onSelectedValuesPropChanged":0}],"choicesState":[{"onChoicesStateChanged":0}],"value":[{"handleValueStateChange":0}],"dropdownOpenState":[{"onDropdownOpenStateChanged":0}]}],[260,"xpl-avatar",{"color":[1],"disabled":[4],"groupData":[1,"group-data"],"href":[1],"name":[1],"size":[1],"src":[1],"status":[1],"subText":[1,"sub-text"],"target":[1],"variant":[1],"cachedGroupItems":[32],"cachedSlotContent":[32]},null,{"groupData":[{"onGroupDataChange":0}]}],[260,"xpl-tag",{"disabled":[4],"dismissible":[4],"isDraggable":[4,"is-draggable"],"size":[1],"tagId":[1,"tag-id"],"dismissAriaLabelSuffix":[32],"isDragging":[32]},null,{"disabled":[{"onDisabledChange":0}],"isDraggable":[{"onIsDraggableChange":0}]}],[0,"xpl-backdrop",{"relative":[4]}],[260,"xpl-badge",{"bordered":[4],"dot":[4],"dotOnly":[4,"dot-only"],"shape":[1],"size":[1],"variant":[1]}],[260,"xpl-checkbox",{"ariaLabel":[1,"aria-label"],"checked":[4],"description":[1],"disabled":[4],"indeterminate":[4],"name":[1],"value":[1],"required":[4],"styled":[4],"dataId":[1,"data-id"],"id":[32]}],[260,"xpl-divider",{"tier":[2]}],[260,"xpl-radio",{"checked":[4],"description":[1],"disabled":[4],"name":[1],"value":[1],"required":[4],"selectedValue":[1,"selected-value"],"styled":[4],"id":[32]}],[260,"xpl-input",{"_id":[1],"description":[1],"disabled":[4],"error":[1],"label":[1],"name":[1],"required":[4],"readonly":[4],"value":[1],"autocomplete":[1],"placeholder":[1],"post":[1],"pre":[1],"max":[8],"min":[8],"step":[2],"multiline":[4],"maxCharacterCount":[2,"max-character-count"],"dateFormat":[1,"date-format"],"timeFormat":[1,"time-format"],"allowCustomOption":[4,"allow-custom-option"],"mode":[1],"accept":[1],"multiple":[4],"hideTriggerOnSelect":[4,"hide-trigger-on-select"],"hideFileNames":[4,"hide-file-names"],"hideAcceptText":[4,"hide-accept-text"],"hideEyeDropper":[4,"hide-eye-dropper"],"defaultCountry":[1,"default-country"],"preferredCountries":[16],"isInternational":[4,"is-international"],"ariaLabel":[1,"aria-label"],"shape":[1],"type":[1],"characterCount":[32],"passwordVisible":[32],"hasPreSlotContent":[32],"setFocus":[64]}],[0,"xpl-input-color",{"value":[1],"placeholder":[1],"disabled":[4],"required":[4],"hideEyeDropper":[4,"hide-eye-dropper"],"hasErrorState":[32],"colorValues":[32],"eyeDropperSupported":[32],"hue":[32]},null,{"colorValues":[{"valueChanged":0}],"hasErrorState":[{"onHasErrorStateChanged":0}],"value":[{"onValuePropChange":0}]}],[260,"xpl-popover",{"isOpen":[4,"is-open"],"disabled":[4],"position":[1],"display":[1],"isOpenState":[32],"actualPosition":[32],"updateListener":[32]},null,{"isOpen":[{"onIsOpenPropChange":0}],"isOpenState":[{"onIsOpenStateChange":0}]}],[0,"xpl-input-phone",{"defaultCountry":[1,"default-country"],"disabled":[4],"inputId":[1,"input-id"],"isInternational":[4,"is-international"],"name":[1],"placeholder":[1],"preferredCountries":[16],"readonly":[4],"required":[4],"value":[1537],"dropdownOpen":[32],"hasErrorState":[32],"nationalNumber":[32],"searchQuery":[32],"selectedCountry":[32],"triggerId":[32]},null,{"dropdownOpen":[{"onDropdownOpenChange":0}],"hasErrorState":[{"onHasErrorStateChanged":0}],"value":[{"onValueChange":0}]}],[0,"xpl-input-time",{"inputId":[1,"input-id"],"disabled":[4],"name":[1],"required":[4],"readonly":[4],"value":[1537],"placeholder":[1],"max":[8],"min":[8],"step":[2],"mode":[1],"timeFormat":[1,"time-format"],"allowCustomOption":[4,"allow-custom-option"],"formattedValue":[32],"hasErrorState":[32],"showOptions":[32],"options":[32],"amPm":[32]},null,{"value":[{"onValueChange":0}],"hasErrorState":[{"onHasErrorStateChanged":0}]}],[0,"xpl-input-date",{"inputId":[1,"input-id"],"disabled":[4],"name":[1],"required":[4],"readonly":[4],"value":[1],"placeholder":[1],"post":[1],"pre":[1],"max":[8],"min":[8],"dateFormat":[1,"date-format"],"mode":[1],"flatpickrStaticLayout":[32],"hasErrorState":[32]},null,{"hasErrorState":[{"onHasErrorStateChanged":0}],"value":[{"onValueChanged":0}]}],[260,"xpl-input-file",{"disabled":[4],"name":[1],"_id":[1],"accept":[1],"multiple":[4],"hideTriggerOnSelect":[4,"hide-trigger-on-select"],"hideFileNames":[4,"hide-file-names"],"hideAcceptText":[4,"hide-accept-text"],"files":[32],"removeFileByIndex":[64]},null,{"files":[{"onFilesChange":0}]}],[0,"xpl-input-search",{"ariaLabel":[1,"aria-label"],"autocomplete":[1],"disabled":[4],"errorMessageId":[1,"error-message-id"],"hasError":[4,"has-error"],"hasVisibleLabel":[4,"has-visible-label"],"inputId":[1,"input-id"],"name":[1],"placeholder":[1],"readonly":[4],"required":[4],"shape":[1],"value":[1025],"hasAncestorForm":[32],"setFocus":[64]}],[260,"xpl-dropdown",{"isOpen":[1540,"open"],"closeOnSelect":[4,"close-on-select"],"mode":[1],"options":[1040],"anchorToTrigger":[4,"anchor-to-trigger"],"flipFallbackPlacements":[16],"placement":[1],"selectedValues":[1,"selected-values"],"selectOnFocus":[4,"select-on-focus"],"triggerId":[1,"trigger-id"],"update":[16],"handleSelect":[64]},null,{"anchorToTrigger":[{"onAnchorToTriggerChanged":0}],"flipFallbackPlacements":[{"onFlipFallbackPlacementsChanged":0}],"placement":[{"onPlacementChanged":0}],"triggerId":[{"onTriggerIdChanged":0}],"selectedValues":[{"onSelectedValuesChanged":0}],"isOpen":[{"onIsOpenStateChange":0}]}],[260,"xpl-dropdown-group",{"groupName":[1,"label"],"options":[16]}],[260,"xpl-dropdown-option",{"isDisabled":[516,"disabled"],"label":[1],"value":[1],"subtitle":[1],"icon":[1],"isSelected":[4,"selected"]}],[260,"xpl-dropdown-heading",{"label":[1]}],[260,"xpl-button",{"controlAttrs":[16],"disabled":[4],"form":[1],"fullWidth":[4,"full-width"],"icon":[1],"iconOnly":[4,"icon-only"],"iconPosition":[1,"icon-position"],"isLoading":[4,"is-loading"],"link":[4],"name":[1],"sentiment":[1],"size":[1],"state":[1],"type":[1],"value":[1],"variant":[1]}],[0,"xpl-icon",{"icon":[1],"size":[2],"backgroundColor":[1,"background-color"]}]]]]'),e))));