@revotech-group/revotech-ui-kit 0.2.2 → 0.2.4
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.
- package/dist/library.css +501 -12
- package/dist/rtg-ui-kit.js +3335 -2913
- package/dist/rtg-ui-kit.umd.cjs +340 -318
- package/dist/src/assets/icons/arrow-up-circle.icon.d.ts +1 -1
- package/dist/src/assets/icons/arrows.icon.d.ts +1 -1
- package/dist/src/assets/icons/carousel-arrow-left.d.ts +1 -1
- package/dist/src/assets/icons/carousel-arrow-right.d.ts +1 -1
- package/dist/src/assets/icons/chart.icon.d.ts +1 -1
- package/dist/src/assets/icons/chorven-down.icon.d.ts +1 -1
- package/dist/src/assets/icons/circle-x.icon.d.ts +1 -1
- package/dist/src/assets/icons/circle.icon.d.ts +1 -1
- package/dist/src/assets/icons/close.icon.d.ts +1 -1
- package/dist/src/assets/icons/decrease.icon.d.ts +1 -1
- package/dist/src/assets/icons/dot.icon.d.ts +1 -1
- package/dist/src/assets/icons/eye-off.d.ts +1 -1
- package/dist/src/assets/icons/eye-on.d.ts +1 -1
- package/dist/src/assets/icons/help-circle.icon.d.ts +1 -1
- package/dist/src/assets/icons/plus.icon.d.ts +1 -1
- package/dist/src/assets/icons/radio-group.icon.d.ts +1 -1
- package/dist/src/assets/icons/radio.icon.d.ts +1 -1
- package/dist/src/assets/icons/tick.icon.d.ts +1 -1
- package/dist/src/components/ui/accordion/accordion-content.d.ts +1 -1
- package/dist/src/components/ui/accordion/accordion-item.d.ts +1 -1
- package/dist/src/components/ui/accordion/accordion-trigger.d.ts +1 -1
- package/dist/src/components/ui/accordion/accordion.d.ts +1 -1
- package/dist/src/components/ui/alert/_alert-action.d.ts +1 -1
- package/dist/src/components/ui/alert/_alert-description.d.ts +1 -1
- package/dist/src/components/ui/alert/_alert-title.d.ts +1 -1
- package/dist/src/components/ui/alert/_alert.d.ts +1 -1
- package/dist/src/components/ui/aspect-ratio/aspect-ratio.d.ts +1 -1
- package/dist/src/components/ui/avatar/_avatar-badge.d.ts +1 -1
- package/dist/src/components/ui/avatar/_avatar-fallback.d.ts +1 -1
- package/dist/src/components/ui/avatar/_avatar-group-count.d.ts +1 -1
- package/dist/src/components/ui/avatar/_avatar-group.d.ts +1 -1
- package/dist/src/components/ui/avatar/_avatar-image.d.ts +1 -1
- package/dist/src/components/ui/avatar/_avatar.d.ts +1 -1
- package/dist/src/components/ui/badge/badge.d.ts +2 -2
- package/dist/src/components/ui/badge/badge.style.d.ts +1 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb-ellipsis.d.ts +1 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb-item.d.ts +1 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb-link.d.ts +1 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb-list.d.ts +1 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb-separator.d.ts +1 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb-text.d.ts +1 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb.d.ts +1 -1
- package/dist/src/components/ui/button/_button.d.ts +1 -1
- package/dist/src/components/ui/button/button.style.d.ts +1 -1
- package/dist/src/components/ui/calendar/calendar.d.ts +1 -1
- package/dist/src/components/ui/card/_card-action.d.ts +1 -1
- package/dist/src/components/ui/card/_card-content.d.ts +1 -1
- package/dist/src/components/ui/card/_card-description.d.ts +1 -1
- package/dist/src/components/ui/card/_card-footer.d.ts +1 -1
- package/dist/src/components/ui/card/_card-header.d.ts +1 -1
- package/dist/src/components/ui/card/_card-title.d.ts +1 -1
- package/dist/src/components/ui/card/_card.d.ts +1 -1
- package/dist/src/components/ui/carousel/carousel.d.ts +1 -1
- package/dist/src/components/ui/checkbox/_checkbox.d.ts +1 -1
- package/dist/src/components/ui/checkbox/checkbox.stories.d.ts +1 -0
- package/dist/src/components/ui/collapsible/collapsible-content.d.ts +1 -1
- package/dist/src/components/ui/collapsible/collapsible-trigger.d.ts +1 -1
- package/dist/src/components/ui/collapsible/collapsible.d.ts +1 -1
- package/dist/src/components/ui/combobox/combo-box-empty.d.ts +1 -1
- package/dist/src/components/ui/combobox/combo-box-group.d.ts +1 -1
- package/dist/src/components/ui/combobox/combo-box-input.d.ts +1 -1
- package/dist/src/components/ui/combobox/combo-box-item.d.ts +1 -1
- package/dist/src/components/ui/combobox/combo-box-trigger.d.ts +1 -1
- package/dist/src/components/ui/combobox/combo-box-value.d.ts +1 -1
- package/dist/src/components/ui/combobox/combo-box.d.ts +1 -1
- package/dist/src/components/ui/command/command-empty.atom.d.ts +1 -1
- package/dist/src/components/ui/command/command-group.atom.d.ts +1 -1
- package/dist/src/components/ui/command/command-input.atom.d.ts +1 -1
- package/dist/src/components/ui/command/command-item.atom.d.ts +1 -1
- package/dist/src/components/ui/command/command-list.atom.d.ts +1 -1
- package/dist/src/components/ui/command/command-separator.atom.d.ts +1 -1
- package/dist/src/components/ui/command/command.d.ts +1 -1
- package/dist/src/components/ui/context-menu/context-menu-checkbox-Item.d.ts +1 -1
- package/dist/src/components/ui/context-menu/context-menu-content.d.ts +1 -1
- package/dist/src/components/ui/context-menu/context-menu-group.d.ts +1 -1
- package/dist/src/components/ui/context-menu/context-menu-item.d.ts +1 -1
- package/dist/src/components/ui/context-menu/context-menu-radio-item.d.ts +1 -1
- package/dist/src/components/ui/context-menu/context-menu-seperator.d.ts +1 -1
- package/dist/src/components/ui/context-menu/context-menu-shortcut.d.ts +1 -1
- package/dist/src/components/ui/context-menu/context-menu-trigger.d.ts +1 -1
- package/dist/src/components/ui/context-menu/context-menu.d.ts +1 -1
- package/dist/src/components/ui/data-table/data-table.d.ts +1 -1
- package/dist/src/components/ui/date-picker/date-picker.d.ts +1 -1
- package/dist/src/components/ui/dialog/dialog-close.d.ts +1 -1
- package/dist/src/components/ui/dialog/dialog-content.d.ts +1 -1
- package/dist/src/components/ui/dialog/dialog-footer.d.ts +1 -1
- package/dist/src/components/ui/dialog/dialog-header.d.ts +1 -1
- package/dist/src/components/ui/dialog/dialog-overly.d.ts +1 -1
- package/dist/src/components/ui/dialog/dialog-trigger.d.ts +1 -1
- package/dist/src/components/ui/dialog/dialog.d.ts +1 -1
- package/dist/src/components/ui/drawer/drawer-close.d.ts +1 -1
- package/dist/src/components/ui/drawer/drawer-content.d.ts +1 -1
- package/dist/src/components/ui/drawer/drawer-description.d.ts +1 -1
- package/dist/src/components/ui/drawer/drawer-footer.d.ts +1 -1
- package/dist/src/components/ui/drawer/drawer-header.d.ts +1 -1
- package/dist/src/components/ui/drawer/drawer-overlay.d.ts +1 -1
- package/dist/src/components/ui/drawer/drawer-title.d.ts +1 -1
- package/dist/src/components/ui/drawer/drawer-trigger.d.ts +1 -1
- package/dist/src/components/ui/drawer/drawer.d.ts +1 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-checkbox-Item.d.ts +1 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-content.d.ts +1 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-group.d.ts +1 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-item.d.ts +1 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-radio-item.d.ts +1 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-seperator.d.ts +1 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-shortcut.d.ts +1 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-trigger.d.ts +1 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu.d.ts +1 -1
- package/dist/src/components/ui/field/_field-content.d.ts +24 -0
- package/dist/src/components/ui/field/_field-description.d.ts +24 -0
- package/dist/src/components/ui/field/_field-error.d.ts +24 -0
- package/dist/src/components/ui/field/_field-group.d.ts +29 -0
- package/dist/src/components/ui/field/_field-label.d.ts +28 -0
- package/dist/src/components/ui/field/_field-legend.d.ts +31 -0
- package/dist/src/components/ui/field/_field-separator.d.ts +39 -0
- package/dist/src/components/ui/field/_field-set.d.ts +23 -0
- package/dist/src/components/ui/field/_field-title.d.ts +23 -0
- package/dist/src/components/ui/field/_field.d.ts +37 -0
- package/dist/src/components/ui/field/field.d.ts +30 -0
- package/dist/src/components/ui/field/field.defs.d.ts +24 -0
- package/dist/src/components/ui/field/field.stories.d.ts +17 -0
- package/dist/src/components/ui/form/rtg-form-controller.d.ts +1 -1
- package/dist/src/components/ui/form/rtg-form-description.d.ts +1 -1
- package/dist/src/components/ui/form/rtg-form-field.d.ts +1 -1
- package/dist/src/components/ui/form/rtg-form-item.d.ts +1 -1
- package/dist/src/components/ui/form/rtg-form-label.d.ts +1 -1
- package/dist/src/components/ui/form/rtg-form-message.d.ts +1 -1
- package/dist/src/components/ui/form/rtg-form.d.ts +1 -1
- package/dist/src/components/ui/hoverCard/hover-card-content.d.ts +1 -1
- package/dist/src/components/ui/hoverCard/hover-card-trigger.d.ts +1 -1
- package/dist/src/components/ui/hoverCard/hover-card.d.ts +1 -1
- package/dist/src/components/ui/index.d.ts +1 -0
- package/dist/src/components/ui/input/_input.d.ts +1 -1
- package/dist/src/components/ui/input-otp/_input-otp-group.d.ts +1 -1
- package/dist/src/components/ui/input-otp/_input-otp-separator.d.ts +1 -1
- package/dist/src/components/ui/input-otp/_input-otp-slot.d.ts +1 -1
- package/dist/src/components/ui/input-otp/_input-otp.d.ts +1 -1
- package/dist/src/components/ui/label/_label.d.ts +1 -1
- package/dist/src/components/ui/menubar/menubar-checkbox.item.d.ts +1 -1
- package/dist/src/components/ui/menubar/menubar-content.d.ts +1 -1
- package/dist/src/components/ui/menubar/menubar-group.d.ts +1 -1
- package/dist/src/components/ui/menubar/menubar-item.d.ts +1 -1
- package/dist/src/components/ui/menubar/menubar-menu.d.ts +1 -1
- package/dist/src/components/ui/menubar/menubar-radio-item.d.ts +1 -1
- package/dist/src/components/ui/menubar/menubar-separator.d.ts +1 -1
- package/dist/src/components/ui/menubar/menubar-shortcut.d.ts +1 -1
- package/dist/src/components/ui/menubar/menubar-trigger.d.ts +1 -1
- package/dist/src/components/ui/menubar/menubar.d.ts +1 -1
- package/dist/src/components/ui/navigation-menu/navigation-menu-content.d.ts +1 -1
- package/dist/src/components/ui/navigation-menu/navigation-menu-item.d.ts +1 -1
- package/dist/src/components/ui/navigation-menu/navigation-menu-link.d.ts +1 -1
- package/dist/src/components/ui/navigation-menu/navigation-menu-list.d.ts +1 -1
- package/dist/src/components/ui/navigation-menu/navigation-menu-trigger.d.ts +1 -1
- package/dist/src/components/ui/navigation-menu/navigation-menu.d.ts +1 -1
- package/dist/src/components/ui/pagination/pagination-content.d.ts +1 -1
- package/dist/src/components/ui/pagination/pagination-ellipsis.d.ts +1 -1
- package/dist/src/components/ui/pagination/pagination-item.d.ts +1 -1
- package/dist/src/components/ui/pagination/pagination-link.d.ts +1 -1
- package/dist/src/components/ui/pagination/pagination-next.d.ts +1 -1
- package/dist/src/components/ui/pagination/pagination-previous.d.ts +1 -1
- package/dist/src/components/ui/pagination/pagination.d.ts +1 -1
- package/dist/src/components/ui/pagination/pagination.styles.d.ts +1 -1
- package/dist/src/components/ui/popover/popover-content.d.ts +1 -1
- package/dist/src/components/ui/popover/popover-trigger.d.ts +1 -1
- package/dist/src/components/ui/popover/popover.d.ts +1 -1
- package/dist/src/components/ui/progress/progress.d.ts +1 -1
- package/dist/src/components/ui/radio-group/radio-group-item.d.ts +1 -1
- package/dist/src/components/ui/radio-group/radio-group.d.ts +1 -1
- package/dist/src/components/ui/sample-demo/sample-demo.d.ts +2 -2
- package/dist/src/components/ui/sample-demo/sample.style.d.ts +1 -1
- package/dist/src/components/ui/scroll-area/scroll-area.d.ts +1 -1
- package/dist/src/components/ui/select/select-group.d.ts +1 -1
- package/dist/src/components/ui/select/select-item.d.ts +1 -1
- package/dist/src/components/ui/select/select-label.d.ts +1 -1
- package/dist/src/components/ui/select/select-list.d.ts +1 -1
- package/dist/src/components/ui/select/select-seperator.d.ts +1 -1
- package/dist/src/components/ui/select/select-trigger.d.ts +1 -1
- package/dist/src/components/ui/select/select-value.d.ts +1 -1
- package/dist/src/components/ui/select/select.d.ts +1 -1
- package/dist/src/components/ui/separator/_separator.d.ts +1 -1
- package/dist/src/components/ui/skeleton/skeleton.d.ts +1 -1
- package/dist/src/components/ui/switch/switch.d.ts +1 -1
- package/dist/src/components/ui/table/table.d.ts +1 -1
- package/dist/src/components/ui/tabs/_tabs-content.d.ts +1 -1
- package/dist/src/components/ui/tabs/_tabs-list.d.ts +1 -1
- package/dist/src/components/ui/tabs/_tabs-trigger.d.ts +1 -1
- package/dist/src/components/ui/tabs/_tabs.d.ts +1 -1
- package/dist/src/components/ui/textarea/textarea.d.ts +1 -1
- package/dist/src/components/ui/toast/toast-action.d.ts +1 -1
- package/dist/src/components/ui/toast/toast-description.d.ts +1 -1
- package/dist/src/components/ui/toast/toast-title.d.ts +1 -1
- package/dist/src/components/ui/toast/toast-trigger.d.ts +1 -1
- package/dist/src/components/ui/toast/toast-view-port.d.ts +1 -1
- package/dist/src/components/ui/toast/toast.d.ts +1 -1
- package/dist/src/components/ui/toggle/toggle.d.ts +2 -2
- package/dist/src/components/ui/toggle/toggle.style.d.ts +1 -1
- package/dist/src/components/ui/toggle-group/toggle-group-item.d.ts +2 -2
- package/dist/src/components/ui/toggle-group/toggle-group.d.ts +1 -1
- package/dist/src/components/ui/toggle-group/toggle-group.style.d.ts +1 -1
- package/dist/src/components/widgets/light-sample-demo/light-sample.demo.d.ts +1 -3
- package/dist/src/helpers/shadow-wrapper.d.ts +1 -1
- package/dist/src/wc-ui-app.d.ts +1 -1
- package/package.json +26 -39
package/dist/rtg-ui-kit.umd.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(o,d){typeof exports=="object"&&typeof module<"u"?d(exports,require("lit"),require("lit/decorators.js"),require("lit/html.js"),require("lit/directive.js"),require("lit/async-directive.js"),require("lit/directives/unsafe-html.js"),require("lit-element"),require("@lit-labs/context"),require("lit/directives/ref.js")):typeof define=="function"&&define.amd?define(["exports","lit","lit/decorators.js","lit/html.js","lit/directive.js","lit/async-directive.js","lit/directives/unsafe-html.js","lit-element","@lit-labs/context","lit/directives/ref.js"],d):(o=typeof globalThis<"u"?globalThis:o||self,d(o["rtg-ui-kit"]={},o.lit,o.
|
|
1
|
+
(function(o,d){typeof exports=="object"&&typeof module<"u"?d(exports,require("lit"),require("lit/decorators.js"),require("lit/html.js"),require("lit/directive.js"),require("lit/async-directive.js"),require("lit/directives/unsafe-html.js"),require("lit-element"),require("@lit-labs/context"),require("lit/directives/ref.js")):typeof define=="function"&&define.amd?define(["exports","lit","lit/decorators.js","lit/html.js","lit/directive.js","lit/async-directive.js","lit/directives/unsafe-html.js","lit-element","@lit-labs/context","lit/directives/ref.js"],d):(o=typeof globalThis<"u"?globalThis:o||self,d(o["rtg-ui-kit"]={},o.lit,o.litDecorators,o.litHtml,o.litDirective,o.litAsyncDirective,o.litUnsafeHtml,o.litElement,o.litContext,o.litRef))})(this,(function(o,d,l,ao,Ge,so,Or,Ve,pt,lo){"use strict";var co=Object.defineProperty,uo=Object.getOwnPropertyDescriptor,Y=(i,t,r,n)=>{for(var e=n>1?void 0:n?uo(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&co(t,r,e),e};o.Input=class extends d.LitElement{constructor(){super(...arguments),this.id="",this.type="text",this._onClick=t=>{this.onClick&&this.onClick(t)},this._onInput=t=>{const r=t.target;this.value=r.value,this.onInput&&this.onInput(t)},this._onChange=t=>{const r=t.target;this.value=r.value,this.onChange&&this.onChange(t)},this._onFocus=t=>{this.dispatchEvent(new FocusEvent("focus",{bubbles:!0,composed:!0,relatedTarget:t.relatedTarget})),this.onFocus&&this.onFocus(t)},this._onBlur=t=>{this.dispatchEvent(new FocusEvent("blur",{bubbles:!0,composed:!0,relatedTarget:t.relatedTarget})),this.onBlur&&this.onBlur(t)}}createRenderRoot(){return this}updated(t){t.has("id")&&(this.id&&(this._inputId=this.id),this.removeAttribute("id"))}firstUpdated(){this._inputId=this.id,this.removeAttribute("id")}render(){return d.html`
|
|
2
2
|
<input
|
|
3
3
|
data-slot="input"
|
|
4
4
|
accept=${this.type==="file"&&this.accept?this.accept:d.nothing}
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
@focus=${this._onFocus}
|
|
29
29
|
@blur=${this._onBlur}
|
|
30
30
|
/>
|
|
31
|
-
`}},Y([l.property({type:String})],o.Input.prototype,"accept",2),Y([l.property({type:String})],o.Input.prototype,"autocomplete",2),Y([l.property({type:Boolean})],o.Input.prototype,"disabled",2),Y([l.property({type:String})],o.Input.prototype,"form",2),Y([l.property({type:String})],o.Input.prototype,"id",2),Y([l.property({type:Boolean})],o.Input.prototype,"invalid",2),Y([l.property({type:Number})],o.Input.prototype,"max",2),Y([l.property({type:Number})],o.Input.prototype,"maxlength",2),Y([l.property({type:Number})],o.Input.prototype,"min",2),Y([l.property({type:Number})],o.Input.prototype,"minlength",2),Y([l.property({type:Boolean})],o.Input.prototype,"multiple",2),Y([l.property({type:String})],o.Input.prototype,"name",2),Y([l.property({type:String})],o.Input.prototype,"pattern",2),Y([l.property({type:String})],o.Input.prototype,"placeholder",2),Y([l.property({type:Boolean})],o.Input.prototype,"readonly",2),Y([l.property({type:Boolean})],o.Input.prototype,"required",2),Y([l.property({type:Number})],o.Input.prototype,"step",2),Y([l.property({type:String})],o.Input.prototype,"type",2),Y([l.property({type:String})],o.Input.prototype,"value",2),Y([l.property({attribute:!1})],o.Input.prototype,"onClick",2),Y([l.property({attribute:!1})],o.Input.prototype,"onInput",2),Y([l.property({attribute:!1})],o.Input.prototype,"onChange",2),Y([l.property({attribute:!1})],o.Input.prototype,"onFocus",2),Y([l.property({attribute:!1})],o.Input.prototype,"onBlur",2),o.Input=Y([l.customElement("rtg-input")],o.Input);var
|
|
31
|
+
`}},Y([l.property({type:String})],o.Input.prototype,"accept",2),Y([l.property({type:String})],o.Input.prototype,"autocomplete",2),Y([l.property({type:Boolean})],o.Input.prototype,"disabled",2),Y([l.property({type:String})],o.Input.prototype,"form",2),Y([l.property({type:String})],o.Input.prototype,"id",2),Y([l.property({type:Boolean})],o.Input.prototype,"invalid",2),Y([l.property({type:Number})],o.Input.prototype,"max",2),Y([l.property({type:Number})],o.Input.prototype,"maxlength",2),Y([l.property({type:Number})],o.Input.prototype,"min",2),Y([l.property({type:Number})],o.Input.prototype,"minlength",2),Y([l.property({type:Boolean})],o.Input.prototype,"multiple",2),Y([l.property({type:String})],o.Input.prototype,"name",2),Y([l.property({type:String})],o.Input.prototype,"pattern",2),Y([l.property({type:String})],o.Input.prototype,"placeholder",2),Y([l.property({type:Boolean})],o.Input.prototype,"readonly",2),Y([l.property({type:Boolean})],o.Input.prototype,"required",2),Y([l.property({type:Number})],o.Input.prototype,"step",2),Y([l.property({type:String})],o.Input.prototype,"type",2),Y([l.property({type:String})],o.Input.prototype,"value",2),Y([l.property({attribute:!1})],o.Input.prototype,"onClick",2),Y([l.property({attribute:!1})],o.Input.prototype,"onInput",2),Y([l.property({attribute:!1})],o.Input.prototype,"onChange",2),Y([l.property({attribute:!1})],o.Input.prototype,"onFocus",2),Y([l.property({attribute:!1})],o.Input.prototype,"onBlur",2),o.Input=Y([l.customElement("rtg-input")],o.Input);var go=Object.defineProperty,po=Object.getOwnPropertyDescriptor,Pr=(i,t,r,n)=>{for(var e=n>1?void 0:n?po(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&go(t,r,e),e};o.Label=class extends d.LitElement{get _rootSlot(){return this.querySelector('[data-slot="label"]')}firstUpdated(t){Array.from(this.childNodes).forEach(r=>{var n;r!==this._rootSlot&&((n=this._rootSlot)==null||n.appendChild(r))})}createRenderRoot(){return this}render(){return d.html`<label data-slot="label" for=${this.for??d.nothing}></label>`}},Pr([l.property({type:String})],o.Label.prototype,"for",2),o.Label=Pr([l.customElement("rtg-label")],o.Label);var ho=Object.defineProperty,Dr=(i,t,r,n)=>{for(var e=void 0,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(t,r,e)||e);return e&&ho(t,r,e),e};class h extends d.LitElement{constructor(){super(),this.customClass="",this.customStyle=""}getAttributesToExclude(){return[]}getAttributesToRemoveFromParent(){return["class"]}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this.mutationObserver)==null||t.disconnect()}removeParentAttributes(){this.getAttributesToRemoveFromParent().forEach(r=>{r==="class"&&this.hasAttribute("class")&&(this.customClass=this.getAttribute("class")||""),r==="style"&&this.hasAttribute("style")&&(this.customStyle=this.getAttribute("style")||""),this.hasAttribute(r)&&this.removeAttribute(r)})}getFilteredAttributes(){const t={};return Array.from(this.attributes).forEach(r=>{this.getAttributesToExclude().includes(r.name)||(t[r.name]=r.value??"")}),t}isCustomPropertySet(t){const r=getComputedStyle(this).getPropertyValue(t).trim();return r!=="inherit"&&r.length>0}applyCustomClass(t,r,n=""){var a,s;let e="";t.some(m=>this.isCustomPropertySet(m))&&(e=n),e&&((s=(a=this.shadowRoot)==null?void 0:a.querySelector(r))==null||s.classList.add(e))}removeDuplicateContent(){var a;const t=document.createTreeWalker(this,NodeFilter.SHOW_TEXT|NodeFilter.SHOW_ELEMENT,{acceptNode:s=>{var m;return s.nodeType===Node.COMMENT_NODE||s.nodeType===Node.TEXT_NODE&&!((m=s.textContent)!=null&&m.trim())?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT}}),r=new Map,n=[];let e;for(;e=t.nextNode();){let s;if(e.nodeType===Node.TEXT_NODE){const m=(a=e.textContent)==null?void 0:a.trim();if(!m)continue;s=`text:${m}`}else if(e instanceof HTMLElement){const m=Array.from(e.attributes).map(_=>`${_.name}=${_.value}`).sort().join(":");s=`element:${e.tagName}:${m}`}else continue;if(r.has(s)){const m=r.get(s);m&&m.parentNode&&n.push(m),r.set(s,e)}else r.set(s,e)}n.forEach(s=>{s.parentNode&&(console.log("Removing duplicate:",s),s.parentNode.removeChild(s))})}moveLightDomChildrenInto(t,r){let n;if(r&&r.length>0){n=r.filter(e=>this.contains(e)&&e!==t&&!e.contains(t));for(const e of n){const a=Array.from(t.childNodes).find(s=>{var m;return(m=s.isEqualNode)==null?void 0:m.call(s,e)});a&&t.removeChild(a)}}else n=Array.from(this.childNodes).filter(e=>e!==t&&!t.contains(e)&&!e.contains(t));for(const e of n)t.appendChild(e)}normalizeEnum(t,r,n){if(!t)return n;const e=Object.values(r),a=Object.keys(r);return e.includes(t)?t:a.includes(t)?r[t]:n}observeStyleAndClassSync(t){this.mutationObserver=new MutationObserver(r=>{for(const n of r)if(n.type==="attributes"){if(n.attributeName==="style"){const e=this.getAttribute("style")||"";e&&(this.customStyle=e,this.removeAttribute("style"))}if(n.attributeName==="class"){const e=this.getAttribute("class")||"";e&&(t.className=e,this.removeAttribute("class"))}}}),this.mutationObserver.observe(this,{attributes:!0,attributeFilter:["style","class"]})}}Dr([l.property({type:String,reflect:!0})],h.prototype,"customClass"),Dr([l.property({type:String,reflect:!0})],h.prototype,"customStyle");function He(){const i=new Date().getTime();return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(r){const n=(i+Math.random()*16)%16|0;return(r=="x"?n:n&3|8).toString(16)})}const kr=d.css`
|
|
32
32
|
@font-face {
|
|
33
33
|
font-family: 'GeistSans';
|
|
34
34
|
|
|
@@ -2888,7 +2888,7 @@ body {
|
|
|
2888
2888
|
.\\[\\&_svg\\]\\:shrink-0 svg {
|
|
2889
2889
|
flex-shrink: 0;
|
|
2890
2890
|
}
|
|
2891
|
-
`,
|
|
2891
|
+
`,Rr=new CSSStyleSheet;Rr.replaceSync(kr.cssText||kr.toString());const Er=class Er extends d.LitElement{constructor(){super()}connectedCallback(){super.connectedCallback(),this.shadowRoot?this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,Rr]:console.error("Shadow root not available in ShadowWrapper")}render(){return d.html`<div><slot></slot></div>`}};Er.styles=d.css`
|
|
2892
2892
|
:host {
|
|
2893
2893
|
display: block;
|
|
2894
2894
|
border: 2px solid black;
|
|
@@ -2897,7 +2897,7 @@ body {
|
|
|
2897
2897
|
.wrapper {
|
|
2898
2898
|
display: block;
|
|
2899
2899
|
}
|
|
2900
|
-
`;let He=xr;customElements.define("shadow-wrapper",He);function Ir(i){var t,r,n="";if(typeof i=="string"||typeof i=="number")n+=i;else if(typeof i=="object")if(Array.isArray(i)){var e=i.length;for(t=0;t<e;t++)i[t]&&(r=Ir(i[t]))&&(n&&(n+=" "),n+=r)}else for(r in i)i[r]&&(n&&(n+=" "),n+=r);return n}function Rr(){for(var i,t,r=0,n="",e=arguments.length;r<e;r++)(i=arguments[r])&&(t=Ir(i))&&(n&&(n+=" "),n+=t);return n}const Ye="-",so=i=>{const t=co(i),{conflictingClassGroups:r,conflictingClassGroupModifiers:n}=i;return{getClassGroupId:s=>{const m=s.split(Ye);return m[0]===""&&m.length!==1&&m.shift(),Ar(m,t)||lo(s)},getConflictingClassGroupIds:(s,m)=>{const _=r[s]||[];return m&&n[s]?[..._,...n[s]]:_}}},Ar=(i,t)=>{var s;if(i.length===0)return t.classGroupId;const r=i[0],n=t.nextPart.get(r),e=n?Ar(i.slice(1),n):void 0;if(e)return e;if(t.validators.length===0)return;const a=i.join(Ye);return(s=t.validators.find(({validator:m})=>m(a)))==null?void 0:s.classGroupId},Tr=/^\[(.+)\]$/,lo=i=>{if(Tr.test(i)){const t=Tr.exec(i)[1],r=t==null?void 0:t.substring(0,t.indexOf(":"));if(r)return"arbitrary.."+r}},co=i=>{const{theme:t,prefix:r}=i,n={nextPart:new Map,validators:[]};return go(Object.entries(i.classGroups),r).forEach(([a,s])=>{We(s,n,a,t)}),n},We=(i,t,r,n)=>{i.forEach(e=>{if(typeof e=="string"){const a=e===""?t:Mr(t,e);a.classGroupId=r;return}if(typeof e=="function"){if(uo(e)){We(e(n),t,r,n);return}t.validators.push({validator:e,classGroupId:r});return}Object.entries(e).forEach(([a,s])=>{We(s,Mr(t,a),r,n)})})},Mr=(i,t)=>{let r=i;return t.split(Ye).forEach(n=>{r.nextPart.has(n)||r.nextPart.set(n,{nextPart:new Map,validators:[]}),r=r.nextPart.get(n)}),r},uo=i=>i.isThemeGetter,go=(i,t)=>t?i.map(([r,n])=>{const e=n.map(a=>typeof a=="string"?t+a:typeof a=="object"?Object.fromEntries(Object.entries(a).map(([s,m])=>[t+s,m])):a);return[r,e]}):i,po=i=>{if(i<1)return{get:()=>{},set:()=>{}};let t=0,r=new Map,n=new Map;const e=(a,s)=>{r.set(a,s),t++,t>i&&(t=0,n=r,r=new Map)};return{get(a){let s=r.get(a);if(s!==void 0)return s;if((s=n.get(a))!==void 0)return e(a,s),s},set(a,s){r.has(a)?r.set(a,s):e(a,s)}}},Lr="!",ho=i=>{const{separator:t,experimentalParseClassName:r}=i,n=t.length===1,e=t[0],a=t.length,s=m=>{const _=[];let C=0,y=0,I;for(let $=0;$<m.length;$++){let R=m[$];if(C===0){if(R===e&&(n||m.slice($,$+a)===t)){_.push(m.slice(y,$)),y=$+a;continue}if(R==="/"){I=$;continue}}R==="["?C++:R==="]"&&C--}const N=_.length===0?m:m.substring(y),V=N.startsWith(Lr),S=V?N.substring(1):N,q=I&&I>y?I-y:void 0;return{modifiers:_,hasImportantModifier:V,baseClassName:S,maybePostfixModifierPosition:q}};return r?m=>r({className:m,parseClassName:s}):s},mo=i=>{if(i.length<=1)return i;const t=[];let r=[];return i.forEach(n=>{n[0]==="["?(t.push(...r.sort(),n),r=[]):r.push(n)}),t.push(...r.sort()),t},vo=i=>({cache:po(i.cacheSize),parseClassName:ho(i),...so(i)}),bo=/\s+/,fo=(i,t)=>{const{parseClassName:r,getClassGroupId:n,getConflictingClassGroupIds:e}=t,a=[],s=i.trim().split(bo);let m="";for(let _=s.length-1;_>=0;_-=1){const C=s[_],{modifiers:y,hasImportantModifier:I,baseClassName:N,maybePostfixModifierPosition:V}=r(C);let S=!!V,q=n(S?N.substring(0,V):N);if(!q){if(!S){m=C+(m.length>0?" "+m:m);continue}if(q=n(N),!q){m=C+(m.length>0?" "+m:m);continue}S=!1}const $=mo(y).join(":"),R=I?$+Lr:$,H=R+q;if(a.includes(H))continue;a.push(H);const Q=e(q,S);for(let tt=0;tt<Q.length;++tt){const D=Q[tt];a.push(R+D)}m=C+(m.length>0?" "+m:m)}return m};function yo(){let i=0,t,r,n="";for(;i<arguments.length;)(t=arguments[i++])&&(r=Nr(t))&&(n&&(n+=" "),n+=r);return n}const Nr=i=>{if(typeof i=="string")return i;let t,r="";for(let n=0;n<i.length;n++)i[n]&&(t=Nr(i[n]))&&(r&&(r+=" "),r+=t);return r};function wo(i,...t){let r,n,e,a=s;function s(_){const C=t.reduce((y,I)=>I(y),i());return r=vo(C),n=r.cache.get,e=r.cache.set,a=m,m(_)}function m(_){const C=n(_);if(C)return C;const y=fo(_,r);return e(_,y),y}return function(){return a(yo.apply(null,arguments))}}const W=i=>{const t=r=>r[i]||[];return t.isThemeGetter=!0,t},zr=/^\[(?:([a-z-]+):)?(.+)\]$/i,_o=/^\d+\/\d+$/,Co=new Set(["px","full","screen"]),xo=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,Eo=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,$o=/^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/,So=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,Oo=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,Dt=i=>Yt(i)||Co.has(i)||_o.test(i),It=i=>Wt(i,"length",Mo),Yt=i=>!!i&&!Number.isNaN(Number(i)),Xe=i=>Wt(i,"number",Yt),ce=i=>!!i&&Number.isInteger(Number(i)),Po=i=>i.endsWith("%")&&Yt(i.slice(0,-1)),O=i=>zr.test(i),Rt=i=>xo.test(i),Do=new Set(["length","size","percentage"]),ko=i=>Wt(i,Do,qr),Io=i=>Wt(i,"position",qr),Ro=new Set(["image","url"]),Ao=i=>Wt(i,Ro,No),To=i=>Wt(i,"",Lo),de=()=>!0,Wt=(i,t,r)=>{const n=zr.exec(i);return n?n[1]?typeof t=="string"?n[1]===t:t.has(n[1]):r(n[2]):!1},Mo=i=>Eo.test(i)&&!$o.test(i),qr=()=>!1,Lo=i=>So.test(i),No=i=>Oo.test(i),zo=wo(()=>{const i=W("colors"),t=W("spacing"),r=W("blur"),n=W("brightness"),e=W("borderColor"),a=W("borderRadius"),s=W("borderSpacing"),m=W("borderWidth"),_=W("contrast"),C=W("grayscale"),y=W("hueRotate"),I=W("invert"),N=W("gap"),V=W("gradientColorStops"),S=W("gradientColorStopPositions"),q=W("inset"),$=W("margin"),R=W("opacity"),H=W("padding"),Q=W("saturate"),tt=W("scale"),D=W("sepia"),Ct=W("skew"),xt=W("space"),rt=W("translate"),nt=()=>["auto","contain","none"],Et=()=>["auto","hidden","clip","visible","scroll"],U=()=>["auto",O,t],F=()=>[O,t],$t=()=>["",Dt,It],ct=()=>["auto",Yt,O],at=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],lt=()=>["solid","dashed","dotted","double","none"],Mt=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],St=()=>["start","end","center","between","around","evenly","stretch"],Ot=()=>["","0",O],g=()=>["auto","avoid","all","avoid-page","page","left","right","column"],v=()=>[Yt,O];return{cacheSize:500,separator:":",theme:{colors:[de],spacing:[Dt,It],blur:["none","",Rt,O],brightness:v(),borderColor:[i],borderRadius:["none","","full",Rt,O],borderSpacing:F(),borderWidth:$t(),contrast:v(),grayscale:Ot(),hueRotate:v(),invert:Ot(),gap:F(),gradientColorStops:[i],gradientColorStopPositions:[Po,It],inset:U(),margin:U(),opacity:v(),padding:F(),saturate:v(),scale:v(),sepia:Ot(),skew:v(),space:F(),translate:F()},classGroups:{aspect:[{aspect:["auto","square","video",O]}],container:["container"],columns:[{columns:[Rt]}],"break-after":[{"break-after":g()}],"break-before":[{"break-before":g()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:[...at(),O]}],overflow:[{overflow:Et()}],"overflow-x":[{"overflow-x":Et()}],"overflow-y":[{"overflow-y":Et()}],overscroll:[{overscroll:nt()}],"overscroll-x":[{"overscroll-x":nt()}],"overscroll-y":[{"overscroll-y":nt()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[q]}],"inset-x":[{"inset-x":[q]}],"inset-y":[{"inset-y":[q]}],start:[{start:[q]}],end:[{end:[q]}],top:[{top:[q]}],right:[{right:[q]}],bottom:[{bottom:[q]}],left:[{left:[q]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",ce,O]}],basis:[{basis:U()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",O]}],grow:[{grow:Ot()}],shrink:[{shrink:Ot()}],order:[{order:["first","last","none",ce,O]}],"grid-cols":[{"grid-cols":[de]}],"col-start-end":[{col:["auto",{span:["full",ce,O]},O]}],"col-start":[{"col-start":ct()}],"col-end":[{"col-end":ct()}],"grid-rows":[{"grid-rows":[de]}],"row-start-end":[{row:["auto",{span:[ce,O]},O]}],"row-start":[{"row-start":ct()}],"row-end":[{"row-end":ct()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",O]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",O]}],gap:[{gap:[N]}],"gap-x":[{"gap-x":[N]}],"gap-y":[{"gap-y":[N]}],"justify-content":[{justify:["normal",...St()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...St(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...St(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[H]}],px:[{px:[H]}],py:[{py:[H]}],ps:[{ps:[H]}],pe:[{pe:[H]}],pt:[{pt:[H]}],pr:[{pr:[H]}],pb:[{pb:[H]}],pl:[{pl:[H]}],m:[{m:[$]}],mx:[{mx:[$]}],my:[{my:[$]}],ms:[{ms:[$]}],me:[{me:[$]}],mt:[{mt:[$]}],mr:[{mr:[$]}],mb:[{mb:[$]}],ml:[{ml:[$]}],"space-x":[{"space-x":[xt]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[xt]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",O,t]}],"min-w":[{"min-w":[O,t,"min","max","fit"]}],"max-w":[{"max-w":[O,t,"none","full","min","max","fit","prose",{screen:[Rt]},Rt]}],h:[{h:[O,t,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[O,t,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[O,t,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[O,t,"auto","min","max","fit"]}],"font-size":[{text:["base",Rt,It]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",Xe]}],"font-family":[{font:[de]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",O]}],"line-clamp":[{"line-clamp":["none",Yt,Xe]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",Dt,O]}],"list-image":[{"list-image":["none",O]}],"list-style-type":[{list:["none","disc","decimal",O]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[i]}],"placeholder-opacity":[{"placeholder-opacity":[R]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[i]}],"text-opacity":[{"text-opacity":[R]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...lt(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",Dt,It]}],"underline-offset":[{"underline-offset":["auto",Dt,O]}],"text-decoration-color":[{decoration:[i]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:F()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",O]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",O]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[R]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...at(),Io]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",ko]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},Ao]}],"bg-color":[{bg:[i]}],"gradient-from-pos":[{from:[S]}],"gradient-via-pos":[{via:[S]}],"gradient-to-pos":[{to:[S]}],"gradient-from":[{from:[V]}],"gradient-via":[{via:[V]}],"gradient-to":[{to:[V]}],rounded:[{rounded:[a]}],"rounded-s":[{"rounded-s":[a]}],"rounded-e":[{"rounded-e":[a]}],"rounded-t":[{"rounded-t":[a]}],"rounded-r":[{"rounded-r":[a]}],"rounded-b":[{"rounded-b":[a]}],"rounded-l":[{"rounded-l":[a]}],"rounded-ss":[{"rounded-ss":[a]}],"rounded-se":[{"rounded-se":[a]}],"rounded-ee":[{"rounded-ee":[a]}],"rounded-es":[{"rounded-es":[a]}],"rounded-tl":[{"rounded-tl":[a]}],"rounded-tr":[{"rounded-tr":[a]}],"rounded-br":[{"rounded-br":[a]}],"rounded-bl":[{"rounded-bl":[a]}],"border-w":[{border:[m]}],"border-w-x":[{"border-x":[m]}],"border-w-y":[{"border-y":[m]}],"border-w-s":[{"border-s":[m]}],"border-w-e":[{"border-e":[m]}],"border-w-t":[{"border-t":[m]}],"border-w-r":[{"border-r":[m]}],"border-w-b":[{"border-b":[m]}],"border-w-l":[{"border-l":[m]}],"border-opacity":[{"border-opacity":[R]}],"border-style":[{border:[...lt(),"hidden"]}],"divide-x":[{"divide-x":[m]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[m]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[R]}],"divide-style":[{divide:lt()}],"border-color":[{border:[e]}],"border-color-x":[{"border-x":[e]}],"border-color-y":[{"border-y":[e]}],"border-color-s":[{"border-s":[e]}],"border-color-e":[{"border-e":[e]}],"border-color-t":[{"border-t":[e]}],"border-color-r":[{"border-r":[e]}],"border-color-b":[{"border-b":[e]}],"border-color-l":[{"border-l":[e]}],"divide-color":[{divide:[e]}],"outline-style":[{outline:["",...lt()]}],"outline-offset":[{"outline-offset":[Dt,O]}],"outline-w":[{outline:[Dt,It]}],"outline-color":[{outline:[i]}],"ring-w":[{ring:$t()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[i]}],"ring-opacity":[{"ring-opacity":[R]}],"ring-offset-w":[{"ring-offset":[Dt,It]}],"ring-offset-color":[{"ring-offset":[i]}],shadow:[{shadow:["","inner","none",Rt,To]}],"shadow-color":[{shadow:[de]}],opacity:[{opacity:[R]}],"mix-blend":[{"mix-blend":[...Mt(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":Mt()}],filter:[{filter:["","none"]}],blur:[{blur:[r]}],brightness:[{brightness:[n]}],contrast:[{contrast:[_]}],"drop-shadow":[{"drop-shadow":["","none",Rt,O]}],grayscale:[{grayscale:[C]}],"hue-rotate":[{"hue-rotate":[y]}],invert:[{invert:[I]}],saturate:[{saturate:[Q]}],sepia:[{sepia:[D]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[r]}],"backdrop-brightness":[{"backdrop-brightness":[n]}],"backdrop-contrast":[{"backdrop-contrast":[_]}],"backdrop-grayscale":[{"backdrop-grayscale":[C]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[y]}],"backdrop-invert":[{"backdrop-invert":[I]}],"backdrop-opacity":[{"backdrop-opacity":[R]}],"backdrop-saturate":[{"backdrop-saturate":[Q]}],"backdrop-sepia":[{"backdrop-sepia":[D]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[s]}],"border-spacing-x":[{"border-spacing-x":[s]}],"border-spacing-y":[{"border-spacing-y":[s]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",O]}],duration:[{duration:v()}],ease:[{ease:["linear","in","out","in-out",O]}],delay:[{delay:v()}],animate:[{animate:["none","spin","ping","pulse","bounce",O]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[tt]}],"scale-x":[{"scale-x":[tt]}],"scale-y":[{"scale-y":[tt]}],rotate:[{rotate:[ce,O]}],"translate-x":[{"translate-x":[rt]}],"translate-y":[{"translate-y":[rt]}],"skew-x":[{"skew-x":[Ct]}],"skew-y":[{"skew-y":[Ct]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",O]}],accent:[{accent:["auto",i]}],appearance:[{appearance:["none","auto"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",O]}],"caret-color":[{caret:[i]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":F()}],"scroll-mx":[{"scroll-mx":F()}],"scroll-my":[{"scroll-my":F()}],"scroll-ms":[{"scroll-ms":F()}],"scroll-me":[{"scroll-me":F()}],"scroll-mt":[{"scroll-mt":F()}],"scroll-mr":[{"scroll-mr":F()}],"scroll-mb":[{"scroll-mb":F()}],"scroll-ml":[{"scroll-ml":F()}],"scroll-p":[{"scroll-p":F()}],"scroll-px":[{"scroll-px":F()}],"scroll-py":[{"scroll-py":F()}],"scroll-ps":[{"scroll-ps":F()}],"scroll-pe":[{"scroll-pe":F()}],"scroll-pt":[{"scroll-pt":F()}],"scroll-pr":[{"scroll-pr":F()}],"scroll-pb":[{"scroll-pb":F()}],"scroll-pl":[{"scroll-pl":F()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",O]}],fill:[{fill:[i,"none"]}],"stroke-w":[{stroke:[Dt,It,Xe]}],stroke:[{stroke:[i,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]}}});function u(...i){return zo(Rr(i))}function qo(){return d.svg` <svg
|
|
2900
|
+
`;let Ye=Er;customElements.define("shadow-wrapper",Ye);function Ir(i){var t,r,n="";if(typeof i=="string"||typeof i=="number")n+=i;else if(typeof i=="object")if(Array.isArray(i)){var e=i.length;for(t=0;t<e;t++)i[t]&&(r=Ir(i[t]))&&(n&&(n+=" "),n+=r)}else for(r in i)i[r]&&(n&&(n+=" "),n+=r);return n}function Ar(){for(var i,t,r=0,n="",e=arguments.length;r<e;r++)(i=arguments[r])&&(t=Ir(i))&&(n&&(n+=" "),n+=t);return n}const We="-",mo=i=>{const t=vo(i),{conflictingClassGroups:r,conflictingClassGroupModifiers:n}=i;return{getClassGroupId:s=>{const m=s.split(We);return m[0]===""&&m.length!==1&&m.shift(),Tr(m,t)||fo(s)},getConflictingClassGroupIds:(s,m)=>{const _=r[s]||[];return m&&n[s]?[..._,...n[s]]:_}}},Tr=(i,t)=>{var s;if(i.length===0)return t.classGroupId;const r=i[0],n=t.nextPart.get(r),e=n?Tr(i.slice(1),n):void 0;if(e)return e;if(t.validators.length===0)return;const a=i.join(We);return(s=t.validators.find(({validator:m})=>m(a)))==null?void 0:s.classGroupId},Lr=/^\[(.+)\]$/,fo=i=>{if(Lr.test(i)){const t=Lr.exec(i)[1],r=t==null?void 0:t.substring(0,t.indexOf(":"));if(r)return"arbitrary.."+r}},vo=i=>{const{theme:t,prefix:r}=i,n={nextPart:new Map,validators:[]};return yo(Object.entries(i.classGroups),r).forEach(([a,s])=>{Xe(s,n,a,t)}),n},Xe=(i,t,r,n)=>{i.forEach(e=>{if(typeof e=="string"){const a=e===""?t:Mr(t,e);a.classGroupId=r;return}if(typeof e=="function"){if(bo(e)){Xe(e(n),t,r,n);return}t.validators.push({validator:e,classGroupId:r});return}Object.entries(e).forEach(([a,s])=>{Xe(s,Mr(t,a),r,n)})})},Mr=(i,t)=>{let r=i;return t.split(We).forEach(n=>{r.nextPart.has(n)||r.nextPart.set(n,{nextPart:new Map,validators:[]}),r=r.nextPart.get(n)}),r},bo=i=>i.isThemeGetter,yo=(i,t)=>t?i.map(([r,n])=>{const e=n.map(a=>typeof a=="string"?t+a:typeof a=="object"?Object.fromEntries(Object.entries(a).map(([s,m])=>[t+s,m])):a);return[r,e]}):i,wo=i=>{if(i<1)return{get:()=>{},set:()=>{}};let t=0,r=new Map,n=new Map;const e=(a,s)=>{r.set(a,s),t++,t>i&&(t=0,n=r,r=new Map)};return{get(a){let s=r.get(a);if(s!==void 0)return s;if((s=n.get(a))!==void 0)return e(a,s),s},set(a,s){r.has(a)?r.set(a,s):e(a,s)}}},Nr="!",_o=i=>{const{separator:t,experimentalParseClassName:r}=i,n=t.length===1,e=t[0],a=t.length,s=m=>{const _=[];let E=0,y=0,I;for(let D=0;D<m.length;D++){let k=m[D];if(E===0){if(k===e&&(n||m.slice(D,D+a)===t)){_.push(m.slice(y,D)),y=D+a;continue}if(k==="/"){I=D;continue}}k==="["?E++:k==="]"&&E--}const M=_.length===0?m:m.substring(y),G=M.startsWith(Nr),O=G?M.substring(1):M,N=I&&I>y?I-y:void 0;return{modifiers:_,hasImportantModifier:G,baseClassName:O,maybePostfixModifierPosition:N}};return r?m=>r({className:m,parseClassName:s}):s},Co=i=>{if(i.length<=1)return i;const t=[];let r=[];return i.forEach(n=>{n[0]==="["?(t.push(...r.sort(),n),r=[]):r.push(n)}),t.push(...r.sort()),t},xo=i=>({cache:wo(i.cacheSize),parseClassName:_o(i),...mo(i)}),Eo=/\s+/,$o=(i,t)=>{const{parseClassName:r,getClassGroupId:n,getConflictingClassGroupIds:e}=t,a=[],s=i.trim().split(Eo);let m="";for(let _=s.length-1;_>=0;_-=1){const E=s[_],{modifiers:y,hasImportantModifier:I,baseClassName:M,maybePostfixModifierPosition:G}=r(E);let O=!!G,N=n(O?M.substring(0,G):M);if(!N){if(!O){m=E+(m.length>0?" "+m:m);continue}if(N=n(M),!N){m=E+(m.length>0?" "+m:m);continue}O=!1}const D=Co(y).join(":"),k=I?D+Nr:D,V=k+N;if(a.includes(V))continue;a.push(V);const rt=e(N,O);for(let j=0;j<rt.length;++j){const K=rt[j];a.push(k+K)}m=E+(m.length>0?" "+m:m)}return m};function So(){let i=0,t,r,n="";for(;i<arguments.length;)(t=arguments[i++])&&(r=zr(t))&&(n&&(n+=" "),n+=r);return n}const zr=i=>{if(typeof i=="string")return i;let t,r="";for(let n=0;n<i.length;n++)i[n]&&(t=zr(i[n]))&&(r&&(r+=" "),r+=t);return r};function Oo(i,...t){let r,n,e,a=s;function s(_){const E=t.reduce((y,I)=>I(y),i());return r=xo(E),n=r.cache.get,e=r.cache.set,a=m,m(_)}function m(_){const E=n(_);if(E)return E;const y=$o(_,r);return e(_,y),y}return function(){return a(So.apply(null,arguments))}}const W=i=>{const t=r=>r[i]||[];return t.isThemeGetter=!0,t},qr=/^\[(?:([a-z-]+):)?(.+)\]$/i,Po=/^\d+\/\d+$/,Do=new Set(["px","full","screen"]),ko=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,Ro=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,Io=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,Ao=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,To=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,Pt=i=>Xt(i)||Do.has(i)||Po.test(i),Rt=i=>Kt(i,"length",Fo),Xt=i=>!!i&&!Number.isNaN(Number(i)),Ke=i=>Kt(i,"number",Xt),de=i=>!!i&&Number.isInteger(Number(i)),Lo=i=>i.endsWith("%")&&Xt(i.slice(0,-1)),P=i=>qr.test(i),It=i=>ko.test(i),Mo=new Set(["length","size","percentage"]),No=i=>Kt(i,Mo,Br),zo=i=>Kt(i,"position",Br),qo=new Set(["image","url"]),Bo=i=>Kt(i,qo,Vo),Uo=i=>Kt(i,"",Go),ue=()=>!0,Kt=(i,t,r)=>{const n=qr.exec(i);return n?n[1]?typeof t=="string"?n[1]===t:t.has(n[1]):r(n[2]):!1},Fo=i=>Ro.test(i)&&!Io.test(i),Br=()=>!1,Go=i=>Ao.test(i),Vo=i=>To.test(i),Ho=Oo(()=>{const i=W("colors"),t=W("spacing"),r=W("blur"),n=W("brightness"),e=W("borderColor"),a=W("borderRadius"),s=W("borderSpacing"),m=W("borderWidth"),_=W("contrast"),E=W("grayscale"),y=W("hueRotate"),I=W("invert"),M=W("gap"),G=W("gradientColorStops"),O=W("gradientColorStopPositions"),N=W("inset"),D=W("margin"),k=W("opacity"),V=W("padding"),rt=W("saturate"),j=W("scale"),K=W("sepia"),St=W("skew"),z=W("space"),bt=W("translate"),tt=()=>["auto","contain","none"],st=()=>["auto","hidden","clip","visible","scroll"],ct=()=>["auto",P,t],C=()=>[P,t],Lt=()=>["",Pt,Rt],lt=()=>["auto",Xt,P],Ot=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],nt=()=>["solid","dashed","dotted","double","none"],yt=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],kt=()=>["start","end","center","between","around","evenly","stretch"],dt=()=>["","0",P],Yt=()=>["auto","avoid","all","avoid-page","page","left","right","column"],g=()=>[Xt,P];return{cacheSize:500,separator:":",theme:{colors:[ue],spacing:[Pt,Rt],blur:["none","",It,P],brightness:g(),borderColor:[i],borderRadius:["none","","full",It,P],borderSpacing:C(),borderWidth:Lt(),contrast:g(),grayscale:dt(),hueRotate:g(),invert:dt(),gap:C(),gradientColorStops:[i],gradientColorStopPositions:[Lo,Rt],inset:ct(),margin:ct(),opacity:g(),padding:C(),saturate:g(),scale:g(),sepia:dt(),skew:g(),space:C(),translate:C()},classGroups:{aspect:[{aspect:["auto","square","video",P]}],container:["container"],columns:[{columns:[It]}],"break-after":[{"break-after":Yt()}],"break-before":[{"break-before":Yt()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:[...Ot(),P]}],overflow:[{overflow:st()}],"overflow-x":[{"overflow-x":st()}],"overflow-y":[{"overflow-y":st()}],overscroll:[{overscroll:tt()}],"overscroll-x":[{"overscroll-x":tt()}],"overscroll-y":[{"overscroll-y":tt()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[N]}],"inset-x":[{"inset-x":[N]}],"inset-y":[{"inset-y":[N]}],start:[{start:[N]}],end:[{end:[N]}],top:[{top:[N]}],right:[{right:[N]}],bottom:[{bottom:[N]}],left:[{left:[N]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",de,P]}],basis:[{basis:ct()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",P]}],grow:[{grow:dt()}],shrink:[{shrink:dt()}],order:[{order:["first","last","none",de,P]}],"grid-cols":[{"grid-cols":[ue]}],"col-start-end":[{col:["auto",{span:["full",de,P]},P]}],"col-start":[{"col-start":lt()}],"col-end":[{"col-end":lt()}],"grid-rows":[{"grid-rows":[ue]}],"row-start-end":[{row:["auto",{span:[de,P]},P]}],"row-start":[{"row-start":lt()}],"row-end":[{"row-end":lt()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",P]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",P]}],gap:[{gap:[M]}],"gap-x":[{"gap-x":[M]}],"gap-y":[{"gap-y":[M]}],"justify-content":[{justify:["normal",...kt()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...kt(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...kt(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[V]}],px:[{px:[V]}],py:[{py:[V]}],ps:[{ps:[V]}],pe:[{pe:[V]}],pt:[{pt:[V]}],pr:[{pr:[V]}],pb:[{pb:[V]}],pl:[{pl:[V]}],m:[{m:[D]}],mx:[{mx:[D]}],my:[{my:[D]}],ms:[{ms:[D]}],me:[{me:[D]}],mt:[{mt:[D]}],mr:[{mr:[D]}],mb:[{mb:[D]}],ml:[{ml:[D]}],"space-x":[{"space-x":[z]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[z]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",P,t]}],"min-w":[{"min-w":[P,t,"min","max","fit"]}],"max-w":[{"max-w":[P,t,"none","full","min","max","fit","prose",{screen:[It]},It]}],h:[{h:[P,t,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[P,t,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[P,t,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[P,t,"auto","min","max","fit"]}],"font-size":[{text:["base",It,Rt]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",Ke]}],"font-family":[{font:[ue]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",P]}],"line-clamp":[{"line-clamp":["none",Xt,Ke]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",Pt,P]}],"list-image":[{"list-image":["none",P]}],"list-style-type":[{list:["none","disc","decimal",P]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[i]}],"placeholder-opacity":[{"placeholder-opacity":[k]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[i]}],"text-opacity":[{"text-opacity":[k]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...nt(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",Pt,Rt]}],"underline-offset":[{"underline-offset":["auto",Pt,P]}],"text-decoration-color":[{decoration:[i]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:C()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",P]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",P]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[k]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...Ot(),zo]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",No]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},Bo]}],"bg-color":[{bg:[i]}],"gradient-from-pos":[{from:[O]}],"gradient-via-pos":[{via:[O]}],"gradient-to-pos":[{to:[O]}],"gradient-from":[{from:[G]}],"gradient-via":[{via:[G]}],"gradient-to":[{to:[G]}],rounded:[{rounded:[a]}],"rounded-s":[{"rounded-s":[a]}],"rounded-e":[{"rounded-e":[a]}],"rounded-t":[{"rounded-t":[a]}],"rounded-r":[{"rounded-r":[a]}],"rounded-b":[{"rounded-b":[a]}],"rounded-l":[{"rounded-l":[a]}],"rounded-ss":[{"rounded-ss":[a]}],"rounded-se":[{"rounded-se":[a]}],"rounded-ee":[{"rounded-ee":[a]}],"rounded-es":[{"rounded-es":[a]}],"rounded-tl":[{"rounded-tl":[a]}],"rounded-tr":[{"rounded-tr":[a]}],"rounded-br":[{"rounded-br":[a]}],"rounded-bl":[{"rounded-bl":[a]}],"border-w":[{border:[m]}],"border-w-x":[{"border-x":[m]}],"border-w-y":[{"border-y":[m]}],"border-w-s":[{"border-s":[m]}],"border-w-e":[{"border-e":[m]}],"border-w-t":[{"border-t":[m]}],"border-w-r":[{"border-r":[m]}],"border-w-b":[{"border-b":[m]}],"border-w-l":[{"border-l":[m]}],"border-opacity":[{"border-opacity":[k]}],"border-style":[{border:[...nt(),"hidden"]}],"divide-x":[{"divide-x":[m]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[m]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[k]}],"divide-style":[{divide:nt()}],"border-color":[{border:[e]}],"border-color-x":[{"border-x":[e]}],"border-color-y":[{"border-y":[e]}],"border-color-s":[{"border-s":[e]}],"border-color-e":[{"border-e":[e]}],"border-color-t":[{"border-t":[e]}],"border-color-r":[{"border-r":[e]}],"border-color-b":[{"border-b":[e]}],"border-color-l":[{"border-l":[e]}],"divide-color":[{divide:[e]}],"outline-style":[{outline:["",...nt()]}],"outline-offset":[{"outline-offset":[Pt,P]}],"outline-w":[{outline:[Pt,Rt]}],"outline-color":[{outline:[i]}],"ring-w":[{ring:Lt()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[i]}],"ring-opacity":[{"ring-opacity":[k]}],"ring-offset-w":[{"ring-offset":[Pt,Rt]}],"ring-offset-color":[{"ring-offset":[i]}],shadow:[{shadow:["","inner","none",It,Uo]}],"shadow-color":[{shadow:[ue]}],opacity:[{opacity:[k]}],"mix-blend":[{"mix-blend":[...yt(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":yt()}],filter:[{filter:["","none"]}],blur:[{blur:[r]}],brightness:[{brightness:[n]}],contrast:[{contrast:[_]}],"drop-shadow":[{"drop-shadow":["","none",It,P]}],grayscale:[{grayscale:[E]}],"hue-rotate":[{"hue-rotate":[y]}],invert:[{invert:[I]}],saturate:[{saturate:[rt]}],sepia:[{sepia:[K]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[r]}],"backdrop-brightness":[{"backdrop-brightness":[n]}],"backdrop-contrast":[{"backdrop-contrast":[_]}],"backdrop-grayscale":[{"backdrop-grayscale":[E]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[y]}],"backdrop-invert":[{"backdrop-invert":[I]}],"backdrop-opacity":[{"backdrop-opacity":[k]}],"backdrop-saturate":[{"backdrop-saturate":[rt]}],"backdrop-sepia":[{"backdrop-sepia":[K]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[s]}],"border-spacing-x":[{"border-spacing-x":[s]}],"border-spacing-y":[{"border-spacing-y":[s]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",P]}],duration:[{duration:g()}],ease:[{ease:["linear","in","out","in-out",P]}],delay:[{delay:g()}],animate:[{animate:["none","spin","ping","pulse","bounce",P]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[j]}],"scale-x":[{"scale-x":[j]}],"scale-y":[{"scale-y":[j]}],rotate:[{rotate:[de,P]}],"translate-x":[{"translate-x":[bt]}],"translate-y":[{"translate-y":[bt]}],"skew-x":[{"skew-x":[St]}],"skew-y":[{"skew-y":[St]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",P]}],accent:[{accent:["auto",i]}],appearance:[{appearance:["none","auto"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",P]}],"caret-color":[{caret:[i]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":C()}],"scroll-mx":[{"scroll-mx":C()}],"scroll-my":[{"scroll-my":C()}],"scroll-ms":[{"scroll-ms":C()}],"scroll-me":[{"scroll-me":C()}],"scroll-mt":[{"scroll-mt":C()}],"scroll-mr":[{"scroll-mr":C()}],"scroll-mb":[{"scroll-mb":C()}],"scroll-ml":[{"scroll-ml":C()}],"scroll-p":[{"scroll-p":C()}],"scroll-px":[{"scroll-px":C()}],"scroll-py":[{"scroll-py":C()}],"scroll-ps":[{"scroll-ps":C()}],"scroll-pe":[{"scroll-pe":C()}],"scroll-pt":[{"scroll-pt":C()}],"scroll-pr":[{"scroll-pr":C()}],"scroll-pb":[{"scroll-pb":C()}],"scroll-pl":[{"scroll-pl":C()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",P]}],fill:[{fill:[i,"none"]}],"stroke-w":[{stroke:[Pt,Rt,Ke]}],stroke:[{stroke:[i,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]}}});function u(...i){return Ho(Ar(i))}function Yo(){return d.svg` <svg
|
|
2901
2901
|
class="shrink-0 size-3.5 text-gray-500 dark:text-neutral-500"
|
|
2902
2902
|
xmlns="http://www.w3.org/2000/svg"
|
|
2903
2903
|
width="24"
|
|
@@ -2912,7 +2912,7 @@ body {
|
|
|
2912
2912
|
<path d="m7 15 5 5 5-5"></path>
|
|
2913
2913
|
<path d="m7 9 5-5 5 5"></path>
|
|
2914
2914
|
</svg>
|
|
2915
|
-
`}function
|
|
2915
|
+
`}function Wo(){return d.svg`
|
|
2916
2916
|
<svg
|
|
2917
2917
|
xmlns="http://www.w3.org/2000/svg"
|
|
2918
2918
|
width="24"
|
|
@@ -2928,7 +2928,7 @@ body {
|
|
|
2928
2928
|
<path d="m12 19-7-7 7-7"></path>
|
|
2929
2929
|
<path d="M19 12H5"></path>
|
|
2930
2930
|
</svg>
|
|
2931
|
-
`}function
|
|
2931
|
+
`}function Xo(){return d.svg`
|
|
2932
2932
|
<svg
|
|
2933
2933
|
xmlns="http://www.w3.org/2000/svg"
|
|
2934
2934
|
width="24"
|
|
@@ -2944,7 +2944,7 @@ body {
|
|
|
2944
2944
|
<path d="M5 12h14"></path>
|
|
2945
2945
|
<path d="m12 5 7 7-7 7"></path>
|
|
2946
2946
|
</svg>
|
|
2947
|
-
`}function
|
|
2947
|
+
`}function Ko(i){return d.html`
|
|
2948
2948
|
<svg
|
|
2949
2949
|
xmlns="http://www.w3.org/2000/svg"
|
|
2950
2950
|
width="24"
|
|
@@ -2959,7 +2959,7 @@ body {
|
|
|
2959
2959
|
>
|
|
2960
2960
|
<path d="M20 6 9 17l-5-5"/>
|
|
2961
2961
|
</svg>
|
|
2962
|
-
`}function
|
|
2962
|
+
`}function jo(i){return d.html`
|
|
2963
2963
|
<svg
|
|
2964
2964
|
xmlns="http://www.w3.org/2000/svg"
|
|
2965
2965
|
width="24"
|
|
@@ -2974,7 +2974,7 @@ body {
|
|
|
2974
2974
|
>
|
|
2975
2975
|
<path d="M5 12h14"/>
|
|
2976
2976
|
</svg>
|
|
2977
|
-
`}function
|
|
2977
|
+
`}function Qo(i){return d.html`
|
|
2978
2978
|
<svg
|
|
2979
2979
|
xmlns="http://www.w3.org/2000/svg"
|
|
2980
2980
|
width="24"
|
|
@@ -2990,7 +2990,7 @@ body {
|
|
|
2990
2990
|
<path d="m21 21-4.34-4.34"/>
|
|
2991
2991
|
<circle cx="11" cy="11" r="8"/>
|
|
2992
2992
|
</svg>
|
|
2993
|
-
`}function
|
|
2993
|
+
`}function Zo(){return d.svg`
|
|
2994
2994
|
<svg
|
|
2995
2995
|
class="rtg-shrink-0 rtg-size-3.5 rtg-text-primary"
|
|
2996
2996
|
xmlns="http://www.w3.org/2000/svg"
|
|
@@ -3005,13 +3005,13 @@ body {
|
|
|
3005
3005
|
>
|
|
3006
3006
|
<path d="M20 6 9 17l-5-5"></path>
|
|
3007
3007
|
</svg>
|
|
3008
|
-
`}var
|
|
3008
|
+
`}var Jo=Object.defineProperty,ti=Object.getOwnPropertyDescriptor,wt=(i,t,r,n)=>{for(var e=n>1?void 0:n?ti(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Jo(t,r,e),e};o.Checkbox=class extends d.LitElement{constructor(){super(...arguments),this.value="on"}_getState(){return this._checked?"checked":"unchecked"}_handleClick(){this._checked=!this._checked,this.dispatchEvent(new CustomEvent("rtg-checkbox:checked-change",{bubbles:!0,composed:!0})),this.onCheckedChange!==void 0&&this.onCheckedChange(this._checked)}_renderIndicator(){return this._checked?d.html`
|
|
3009
3009
|
<span
|
|
3010
3010
|
data-slot="checkbox-indicator"
|
|
3011
3011
|
data-state=${this._getState()}
|
|
3012
3012
|
?data-disabled=${this.disabled}
|
|
3013
3013
|
>
|
|
3014
|
-
${
|
|
3014
|
+
${Ko()}
|
|
3015
3015
|
</span>
|
|
3016
3016
|
`:null}_renderInput(){return this.name===void 0?null:d.html`
|
|
3017
3017
|
<input
|
|
@@ -3042,7 +3042,7 @@ body {
|
|
|
3042
3042
|
</button>
|
|
3043
3043
|
|
|
3044
3044
|
${this._renderInput()}
|
|
3045
|
-
`}},
|
|
3045
|
+
`}},wt([l.property({attribute:"default-checked",type:Boolean})],o.Checkbox.prototype,"defaultChecked",2),wt([l.property({attribute:!0,type:Boolean})],o.Checkbox.prototype,"checked",2),wt([l.property({attribute:!1,type:Function})],o.Checkbox.prototype,"onCheckedChange",2),wt([l.property({type:Boolean})],o.Checkbox.prototype,"disabled",2),wt([l.property({type:Boolean})],o.Checkbox.prototype,"required",2),wt([l.property({type:Boolean})],o.Checkbox.prototype,"invalid",2),wt([l.property({type:String})],o.Checkbox.prototype,"name",2),wt([l.property({type:String})],o.Checkbox.prototype,"value",2),wt([l.state()],o.Checkbox.prototype,"_checked",2),o.Checkbox=wt([l.customElement("rtg-checkbox")],o.Checkbox);var ei=Object.defineProperty,ri=Object.getOwnPropertyDescriptor,ke=(i,t,r,n)=>{for(var e=n>1?void 0:n?ri(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&ei(t,r,e),e};o.Avatar=class extends d.LitElement{constructor(){super(...arguments),this.size="default",this._imageLoaded=!1,this._imageError=!1}get _rootSlot(){return this.querySelector('[data-slot="avatar"]')}get _avatarImageChild(){return this.querySelector("rtg-avatar-image")}get _avatarFallbackChild(){return this.querySelector("rtg-avatar-fallback")}_syncChildren(){const t=this._imageError||!this._imageLoaded;this._avatarImageChild&&(this._avatarImageChild.style.display=t?"none":""),this._avatarFallbackChild&&(this._avatarFallbackChild.style.display=t?"":"none")}_onImageLoad(){this._imageLoaded=!0,this._imageError=!1,this._syncChildren()}_onImageError(){this._imageLoaded=!1,this._imageError=!0,this._syncChildren()}connectedCallback(){super.connectedCallback(),this.addEventListener("rtg-avatar:image-load",this._onImageLoad),this.addEventListener("rtg-avatar:image-error",this._onImageError)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("rtg-avatar:image-load",this._onImageLoad),this.removeEventListener("rtg-avatar:image-error",this._onImageError)}firstUpdated(t){Array.from(this.childNodes).forEach(r=>{var n;r!==this._rootSlot&&((n=this._rootSlot)==null||n.appendChild(r))})}createRenderRoot(){return this}render(){return d.html`<span data-slot="avatar" data-size=${this.size}></span>`}},ke([l.property({type:String})],o.Avatar.prototype,"size",2),ke([l.state()],o.Avatar.prototype,"_imageLoaded",2),ke([l.state()],o.Avatar.prototype,"_imageError",2),o.Avatar=ke([l.customElement("rtg-avatar")],o.Avatar);var ni=Object.defineProperty,oi=Object.getOwnPropertyDescriptor,je=(i,t,r,n)=>{for(var e=n>1?void 0:n?oi(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&ni(t,r,e),e};o.AvatarImage=class extends d.LitElement{_onLoad(){this.dispatchEvent(new CustomEvent("rtg-avatar:image-load",{bubbles:!0,composed:!0}))}_onError(){this.dispatchEvent(new CustomEvent("rtg-avatar:image-error",{bubbles:!0,composed:!0}))}createRenderRoot(){return this}render(){return d.html`
|
|
3046
3046
|
<img
|
|
3047
3047
|
data-slot="avatar-image"
|
|
3048
3048
|
src=${this.src??""}
|
|
@@ -3050,11 +3050,11 @@ body {
|
|
|
3050
3050
|
@load=${this._onLoad}
|
|
3051
3051
|
@error=${this._onError}
|
|
3052
3052
|
/>
|
|
3053
|
-
`}},
|
|
3054
|
-
<div class="${u("aspect-ratio",
|
|
3055
|
-
`}},
|
|
3053
|
+
`}},je([l.property({type:String})],o.AvatarImage.prototype,"src",2),je([l.property({type:String})],o.AvatarImage.prototype,"alt",2),o.AvatarImage=je([l.customElement("rtg-avatar-image")],o.AvatarImage);var ii=Object.getOwnPropertyDescriptor,ai=(i,t,r,n)=>{for(var e=n>1?void 0:n?ii(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.AvatarFallback=class extends d.LitElement{get _fallbackSlot(){return this.querySelector('[data-slot="avatar-fallback"]')}firstUpdated(t){Array.from(this.childNodes).forEach(r=>{var n;r!==this._fallbackSlot&&((n=this._fallbackSlot)==null||n.appendChild(r))})}createRenderRoot(){return this}render(){return d.html`<span data-slot="avatar-fallback"></span>`}},o.AvatarFallback=ai([l.customElement("rtg-avatar-fallback")],o.AvatarFallback);var si=Object.getOwnPropertyDescriptor,li=(i,t,r,n)=>{for(var e=n>1?void 0:n?si(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.AvatarBadge=class extends d.LitElement{get _badgeSlot(){return this.querySelector('[data-slot="avatar-badge"]')}firstUpdated(t){Array.from(this.childNodes).forEach(r=>{var n;r!==this._badgeSlot&&((n=this._badgeSlot)==null||n.appendChild(r))})}createRenderRoot(){return this}render(){return d.html`<span data-slot="avatar-badge"></span>`}},o.AvatarBadge=li([l.customElement("rtg-avatar-badge")],o.AvatarBadge);var ci=Object.getOwnPropertyDescriptor,di=(i,t,r,n)=>{for(var e=n>1?void 0:n?ci(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.AvatarGroup=class extends d.LitElement{get _groupSlot(){return this.querySelector('[data-slot="avatar-group"]')}firstUpdated(t){Array.from(this.childNodes).forEach(r=>{var n;r!==this._groupSlot&&((n=this._groupSlot)==null||n.appendChild(r))})}createRenderRoot(){return this}render(){return d.html`<div data-slot="avatar-group"></div>`}},o.AvatarGroup=di([l.customElement("rtg-avatar-group")],o.AvatarGroup);var ui=Object.getOwnPropertyDescriptor,gi=(i,t,r,n)=>{for(var e=n>1?void 0:n?ui(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.AvatarGroupCount=class extends d.LitElement{get _groupCountSlot(){return this.querySelector('[data-slot="avatar-group-count"]')}firstUpdated(t){Array.from(this.childNodes).forEach(r=>{var n;r!==this._groupCountSlot&&((n=this._groupCountSlot)==null||n.appendChild(r))})}createRenderRoot(){return this}render(){return d.html`<div data-slot="avatar-group-count"></div>`}},o.AvatarGroupCount=gi([l.customElement("rtg-avatar-group-count")],o.AvatarGroupCount);const Ur={host:["rtg-block rtg-relative rtg-w-full"],self:["rtg-absolute rtg-inset-0"]};var pi=Object.defineProperty,hi=Object.getOwnPropertyDescriptor,Fr=(i,t,r,n)=>{for(var e=n>1?void 0:n?hi(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&pi(t,r,e),e};o.AspectRatio=class extends d.LitElement{constructor(){super(...arguments),this.ratio=1/1,this._userClass="",this._userStyle=""}createRenderRoot(){return this}connectedCallback(){super.connectedCallback(),this._userClass=this.getAttribute("class")??"",this._userStyle=this.getAttribute("style")??"",this._userClass&&this.removeAttribute("class"),this._userStyle&&this.removeAttribute("style"),this.className=u(this.className,Ur.host)}updated(t){t.has("ratio")&&(this.style.paddingBottom=this.ratio>0?`${100/this.ratio}%`:"0%")}firstUpdated(){var r;this.style.paddingBottom=this.ratio>0?`${100/this.ratio}%`:"0%";const t=this.querySelector(".aspect-ratio");if(t){if(this._userClass&&(t.className=u(t.className,this._userClass)),this._userStyle){const n=(r=t.getAttribute("style"))==null?void 0:r.trim(),e=this._userStyle.trim();t.setAttribute("style",[n,e].filter(Boolean).join("; "))}Array.from(this.childNodes).forEach(n=>{n!==t&&t.appendChild(n)})}}render(){return d.html`
|
|
3054
|
+
<div class="${u("aspect-ratio",Ur.self)}"></div>
|
|
3055
|
+
`}},Fr([l.property({type:Number,reflect:!0})],o.AspectRatio.prototype,"ratio",2),o.AspectRatio=Fr([l.customElement("rtg-aspect-ratio")],o.AspectRatio);const Gr=i=>typeof i=="boolean"?`${i}`:i===0?"0":i,Vr=Ar,Re=(i,t)=>r=>{var n;if((t==null?void 0:t.variants)==null)return Vr(i,r==null?void 0:r.class,r==null?void 0:r.className);const{variants:e,defaultVariants:a}=t,s=Object.keys(e).map(E=>{const y=r==null?void 0:r[E],I=a==null?void 0:a[E];if(y===null)return null;const M=Gr(y)||Gr(I);return e[E][M]}),m=r&&Object.entries(r).reduce((E,y)=>{let[I,M]=y;return M===void 0||(E[I]=M),E},{}),_=t==null||(n=t.compoundVariants)===null||n===void 0?void 0:n.reduce((E,y)=>{let{class:I,className:M,...G}=y;return Object.entries(G).every(O=>{let[N,D]=O;return Array.isArray(D)?D.includes({...a,...m}[N]):{...a,...m}[N]===D})?[...E,I,M]:E},[]);return Vr(i,s,_,r==null?void 0:r.class,r==null?void 0:r.className)},mi=Re(["rtg-overflow-hidden","rtg-inline-flex rtg-shrink-0 rtg-gap-badge-space-gap rtg-justify-center rtg-items-center","rtg-px-badge-space-px rtg-py-badge-space-py","rtg-w-badge-space-w","rtg-text-badge-font-size rtg-font-badge-font-weight rtg-whitespace-nowrap","rtg-rounded-badge-radius rtg-border-badge-width-border","rtg-transition-[color,box-shadow]","focus-visible:rtg-border-badge-color-border-focus focus-visible:rtg-ring-badge-width-ring-focus","aria-invalid:rtg-border-badge-color-border-invalid aria-invalid:rtg-ring-badge-width-ring-invalid aria-invalid:rtg-ring-badge-color-ring-invalid","[&_svg]:rtg-size-badge-icon-space-size [&_svg]:rtg-pointer-events-none","[&>a]:rtg-inline-flex [&>a]:rtg-items-center [&>a]:rtg-gap-badge-space-gap [&>a]:rtg-no-underline [&>a]:rtg-text-inherit"],{variants:{variant:{default:["rtg-border-badge-default-color-border","rtg-bg-badge-default-color-bg rtg-text-badge-default-color-text","has-[a:hover]:rtg-bg-badge-default-color-bg-hover","focus-visible:rtg-ring-badge-default-color-ring-focus"],secondary:["rtg-border-badge-secondary-color-border","rtg-bg-badge-secondary-color-bg rtg-text-badge-secondary-color-text","has-[a:hover]:rtg-bg-badge-secondary-color-bg-hover","focus-visible:rtg-ring-badge-secondary-color-ring-focus"],destructive:["rtg-border-badge-destructive-color-border","rtg-bg-badge-destructive-color-bg rtg-text-badge-destructive-color-text","has-[a:hover]:rtg-bg-badge-destructive-color-bg-hover","focus-visible:rtg-ring-badge-destructive-color-ring-focus"],outline:["rtg-border-badge-outline-color-border","rtg-text-badge-outline-color-text","has-[a:hover]:rtg-bg-badge-outline-color-bg-hover has-[a:hover]:rtg-text-badge-outline-color-text-hover","focus-visible:rtg-ring-badge-outline-color-ring-focus"]}},defaultVariants:{variant:"default"}});class Hr extends so.AsyncDirective{constructor(){super(...arguments),this.prevData={}}render(t){return ao.nothing}update(t,[r]){var n;this.element!==t.element&&(this.element=t.element),this.host=((n=t.options)===null||n===void 0?void 0:n.host)||this.element,this.apply(r),this.groom(r),this.prevData={...r}}apply(t){if(!t)return;const{prevData:r,element:n}=this;for(const e in t){const a=t[e];a!==r[e]&&(n[e]=a)}}groom(t){const{prevData:r,element:n}=this;if(r)for(const e in r)(!t||!(e in t)&&n[e]===r[e])&&(n[e]=void 0)}}Ge.directive(Hr);class Yr extends Hr{constructor(){super(...arguments),this.eventData={}}apply(t){if(t)for(const r in t){const n=t[r];n!==this.eventData[r]&&this.applyEvent(r,n)}}applyEvent(t,r){const{prevData:n,element:e}=this;this.eventData[t]=r,n[t]&&e.removeEventListener(t,this,r),e.addEventListener(t,this,r)}groom(t){const{prevData:r,element:n}=this;if(r)for(const e in r)(!t||!(e in t)&&n[e]===r[e])&&this.groomEvent(e,r[e])}groomEvent(t,r){const{element:n}=this;delete this.eventData[t],n.removeEventListener(t,this,r)}handleEvent(t){const r=this.eventData[t.type];typeof r=="function"?r.call(this.host,t):r.handleEvent(t)}disconnected(){const{eventData:t,element:r}=this;for(const n in t){const e=n.slice(1),a=t[n];r.removeEventListener(e,this,a)}}reconnected(){const{eventData:t,element:r}=this;for(const n in t){const e=n.slice(1),a=t[n];r.addEventListener(e,this,a)}}}Ge.directive(Yr);class fi extends Yr{apply(t){if(!t)return;const{prevData:r,element:n}=this;for(const e in t){const a=t[e];if(a===r[e])continue;const s=e.slice(1);switch(e[0]){case"@":this.eventData[s]=a,this.applyEvent(s,a);break;case".":n[s]=a;break;case"?":a?n.setAttribute(s,""):n.removeAttribute(s);break;default:a!=null?n.setAttribute(e,String(a)):n.removeAttribute(e);break}}}groom(t){const{prevData:r,element:n}=this;if(r)for(const e in r){const a=e.slice(1);if(!t||!(e in t)&&n[a]===r[e])switch(e[0]){case"@":this.groomEvent(a,r[e]);break;case".":n[a]=void 0;break;case"?":n.removeAttribute(a);break;default:n.removeAttribute(e);break}}}}const Q=Ge.directive(fi);var vi=Object.defineProperty,bi=Object.getOwnPropertyDescriptor,Qe=(i,t,r,n)=>{for(var e=n>1?void 0:n?bi(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&vi(t,r,e),e};o.Badge=class extends h{constructor(){super(...arguments),this.variant="default",this.id="rtg-badge-id",this._children=[]}getAttributesToExclude(){return["variant","data-testid"]}createRenderRoot(){return this}connectedCallback(){super.connectedCallback(),this._children=Array.from(this.childNodes)}render(){const t=this.getFilteredAttributes();return d.html`
|
|
3056
3056
|
<div
|
|
3057
|
-
${
|
|
3057
|
+
${Q(t)}
|
|
3058
3058
|
id="${this.id}"
|
|
3059
3059
|
part="badge"
|
|
3060
3060
|
data-testid="badge-content"
|
|
@@ -3062,18 +3062,18 @@ body {
|
|
|
3062
3062
|
>
|
|
3063
3063
|
${this._children}
|
|
3064
3064
|
</div>
|
|
3065
|
-
`}},o.Badge.badgeVariants=li,je([l.property({type:String})],o.Badge.prototype,"variant",2),je([l.property({type:String})],o.Badge.prototype,"id",2),o.Badge=je([l.customElement("rtg-badge")],o.Badge);var gi=Object.defineProperty,pi=Object.getOwnPropertyDescriptor,Yr=(i,t,r,n)=>{for(var e=n>1?void 0:n?pi(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&gi(t,r,e),e};o.Alert=class extends d.LitElement{constructor(){super(...arguments),this.variant="default"}get _rootSlot(){return this.querySelector('[data-slot="alert"]')}firstUpdated(t){Array.from(this.childNodes).forEach(r=>{var n;r!==this._rootSlot&&((n=this._rootSlot)==null||n.appendChild(r))})}createRenderRoot(){return this}render(){return d.html`<div data-slot="alert" data-variant=${this.variant}></div>`}},Yr([l.property({type:String})],o.Alert.prototype,"variant",2),o.Alert=Yr([l.customElement("rtg-alert")],o.Alert);var hi=Object.getOwnPropertyDescriptor,mi=(i,t,r,n)=>{for(var e=n>1?void 0:n?hi(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.AlertTitle=class extends d.LitElement{get _titleSlot(){return this.querySelector('[data-slot="alert-title"]')}firstUpdated(t){Array.from(this.childNodes).forEach(r=>{var n;r!==this._titleSlot&&((n=this._titleSlot)==null||n.appendChild(r))})}createRenderRoot(){return this}render(){return d.html`<div data-slot="alert-title"></div>`}},o.AlertTitle=mi([l.customElement("rtg-alert-title")],o.AlertTitle);var vi=Object.getOwnPropertyDescriptor,bi=(i,t,r,n)=>{for(var e=n>1?void 0:n?vi(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.AlertDescription=class extends d.LitElement{get _descriptionSlot(){return this.querySelector('[data-slot="alert-description"]')}firstUpdated(t){Array.from(this.childNodes).forEach(r=>{var n;r!==this._descriptionSlot&&((n=this._descriptionSlot)==null||n.appendChild(r))})}createRenderRoot(){return this}render(){return d.html`<div data-slot="alert-description"></div>`}},o.AlertDescription=bi([l.customElement("rtg-alert-description")],o.AlertDescription);var fi=Object.getOwnPropertyDescriptor,yi=(i,t,r,n)=>{for(var e=n>1?void 0:n?fi(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.AlertAction=class extends d.LitElement{get _actionSlot(){return this.querySelector('[data-slot="alert-action"]')}firstUpdated(t){Array.from(this.childNodes).forEach(r=>{var n;r!==this._actionSlot&&((n=this._actionSlot)==null||n.appendChild(r))})}createRenderRoot(){return this}render(){return d.html`<div data-slot="alert-action"></div>`}},o.AlertAction=yi([l.customElement("rtg-alert-action")],o.AlertAction);const wi=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];function _i(i){const t=i%100;if(t>=11&&t<=13)return"th";switch(i%10){case 1:return"st";case 2:return"nd";case 3:return"rd";default:return"th"}}function Ci(i){const t=new Intl.DateTimeFormat("en-US",{weekday:"long"}).format(i),r=new Intl.DateTimeFormat("en-US",{month:"long"}).format(i),n=i.getDate(),e=i.getFullYear();return`${t}, ${r} ${n}${_i(n)}, ${e}`}const ue=De(["rtg-inline-flex rtg-items-center rtg-justify-center rtg-shrink-0","rtg-text-button-font-size rtg-font-button-font-weight rtg-whitespace-nowrap","rtg-rounded-button-radius rtg-outline-none","rtg-transition-all","disabled:rtg-opacity-button-opacity-disabled disabled:rtg-pointer-events-none","focus-visible:rtg-border-button-width-border-focus focus-visible:rtg-border-button-color-border-focus focus-visible:rtg-ring-button-width-ring-focus","aria-invalid:rtg-border-button-width-border-invalid aria-invalid:rtg-border-button-color-border-invalid","aria-invalid:rtg-ring-button-width-ring-invalid aria-invalid:rtg-ring-button-color-ring-invalid",'[&_svg]:rtg-pointer-events-none [&_svg:not([class*="rtg-size-"])]:rtg-size-button-icon-space-size [&_svg]:rtg-shrink-0'],{variants:{variant:{default:["rtg-bg-button-default-color-bg rtg-text-button-default-color-text","hover:rtg-bg-button-default-color-bg-hover","focus-visible:rtg-ring-button-default-color-ring-focus"],destructive:["rtg-bg-button-destructive-color-bg rtg-text-button-destructive-color-text","hover:rtg-bg-button-destructive-color-bg-hover","focus-visible:rtg-ring-button-destructive-color-ring-focus"],outline:["rtg-bg-button-outline-color-bg","rtg-border-button-outline-width-border rtg-border-button-outline-color-border","hover:rtg-bg-button-outline-color-bg-hover hover:rtg-text-button-outline-color-text-hover","focus-visible:rtg-ring-button-outline-color-ring-focus"],secondary:["rtg-bg-button-secondary-color-bg rtg-text-button-secondary-color-text","hover:rtg-bg-button-secondary-color-bg-hover","focus-visible:rtg-ring-button-secondary-color-ring-focus"],ghost:["hover:rtg-bg-button-ghost-color-bg-hover hover:rtg-text-button-ghost-color-text-hover","focus-visible:rtg-ring-button-ghost-color-ring-focus"],link:["rtg-text-button-link-color-text rtg-underline-offset-4","hover:rtg-underline","focus-visible:rtg-ring-button-link-color-ring-focus"]},size:{default:["rtg-h-button-space-h-default","rtg-gap-button-space-gap-default rtg-px-button-space-px-default rtg-py-button-space-py-default","has-[>svg]:rtg-px-button-space-px-default-has-icon"],sm:["rtg-h-button-space-h-sm","rtg-gap-button-space-gap-sm rtg-px-button-space-px-sm","has-[>svg]:rtg-px-button-space-px-sm-has-icon"],lg:["rtg-h-button-space-h-lg","rtg-gap-button-space-gap-lg rtg-px-button-space-px-lg","has-[>svg]:rtg-px-button-space-px-lg-has-icon"],icon:"rtg-size-button-space-size-icon","icon-sm":"rtg-size-button-space-size-icon-sm","icon-lg":"rtg-size-button-space-size-icon-lg"}},defaultVariants:{variant:"default",size:"default"}}),B={host:["rtg-contents"],root:["group/calendar","rtg-relative","rtg-p-calendar-space-p","rtg-w-fit","rtg-bg-calendar-color-bg"],months:["rtg-flex rtg-relative","rtg-flex-col md:rtg-flex-row rtg-gap-calendar-months-space-gap"],nav:["rtg-flex rtg-absolute rtg-top-0 rtg-inset-x-0","rtg-gap-calendar-nav-space-gap rtg-justify-between rtg-items-center","rtg-w-full"],month:["rtg-flex","rtg-flex-col rtg-gap-calendar-month-space-gap","rtg-w-full"],buttonPrevious:[u(ue({variant:"ghost",size:"icon-sm"})),"rtg-select-none","aria-disabled:rtg-opacity-calendar-button-previous-opacity-disabled"],buttonNext:[u(ue({variant:"ghost",size:"icon-sm"})),"rtg-select-none","aria-disabled:rtg-opacity-calendar-button-next-opacity-disabled"],chevron:["rtg-size-calendar-chevron-space-size"],monthCaption:["rtg-flex rtg-justify-center rtg-items-center","rtg-px-calendar-month-caption-space-px","rtg-w-full rtg-h-calendar-month-caption-space-h"],captionLabel:["rtg-text-calendar-caption-label-font rtg-font-calendar-caption-label-font-weight","rtg-select-none"],monthGrid:["rtg-w-full","rtg-border-collapse"],weekdays:["rtg-flex"],weekday:["rtg-flex-1","rtg-text-calendar-weekday-font rtg-font-calendar-weekday-font-weight rtg-text-calendar-weekday-color-text","rtg-rounded-calendar-weekday-radius","rtg-select-none"],weeks:[""],week:["rtg-flex","rtg-mt-calendar-week-space-mt","rtg-w-full"],day:{base:["group/day","rtg-aspect-square rtg-relative","rtg-w-full rtg-h-full","rtg-p-calendar-day-space-p","rtg-text-center","rtg-select-none"],today:["rtg-bg-calendar-day-today-color-bg","rtg-rounded-calendar-day-radius"],selected:{common:["rtg-bg-calendar-day-color-bg-selected"],single:["rtg-rounded-calendar-day-radius"],range:{start:["rtg-rounded-l-calendar-day-radius"],middle:["rtg-rounded-none"],end:["rtg-rounded-r-calendar-day-radius"]}},index:{first:["rtg-rounded-l-calendar-day-radius"],last:["rtg-rounded-r-calendar-day-radius"]}},dayButton:{base:[ue({variant:"ghost",size:"icon"}),"rtg-aspect-square rtg-flex","rtg-flex-col rtg-gap-calendar-day-button-space-gap","rtg-size-auto rtg-w-full rtg-min-w-calendar-day-button-space-min-w","rtg-text-calendar-day-button-font rtg-font-calendar-day-button-font-weight","disabled:rtg-text-calendar-day-button-color-text-disabled disabled:rtg-opacity-calendar-day-button-opacity-disabled","data-[selected-single=true]:rtg-text-calendar-day-button-color-text-single-selected data-[selected-single=true]:rtg-bg-calendar-day-button-color-bg-single-selected","data-[range-start=true]:rtg-text-calendar-day-button-color-text-range-start data-[range-start=true]:rtg-bg-calendar-day-button-color-bg-range-start","data-[range-middle=true]:rtg-text-calendar-day-button-color-text-range-middle data-[range-middle=true]:rtg-bg-calendar-day-button-color-bg-range-middle","data-[range-end=true]:rtg-text-calendar-day-button-color-text-range-end data-[range-end=true]:rtg-bg-calendar-day-button-color-bg-range-end","[&>span]:rtg-text-calendar-day-button-span-font [&>span]:rtg-opacity-calendar-day-button-span-opacity","group-data-[focused=true]/day:rtg-relative group-data-[focused=true]/day:rtg-z-10","group-data-[focused=true]/day:rtg-border-calendar-day-width-border-focus group-data-[focused=true]/day:rtg-border-calendar-day-color-border-focus","group-data-[focused=true]/day:rtg-ring-calendar-day-width-ring-focus group-data-[focused=true]/day:rtg-ring-calendar-day-color-ring-focus"],outside:["rtg-text-calendar-day-button-outside-color-text"],today:["rtg-text-calendar-day-button-today-color-text","rtg-bg-calendar-day-button-today-color-bg"]}};var xi=Object.defineProperty,Ei=Object.getOwnPropertyDescriptor,ge=(i,t,r,n)=>{for(var e=n>1?void 0:n?Ei(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&xi(t,r,e),e};o.Calendar=class extends d.LitElement{constructor(){super(...arguments),this.currentDate=new Date,this.selectedStartDate=null,this.selectedEndDate=null,this.mode="single",this._userClass="",this._userStyle=""}getDaysInMonth(t,r){return new Date(t,r+1,0).getDate()}previousMonth(){this.currentDate=new Date(this.currentDate.getFullYear(),this.currentDate.getMonth()-1)}nextMonth(){this.currentDate=new Date(this.currentDate.getFullYear(),this.currentDate.getMonth()+1)}selectDate(t,r){if(!r){const n=new Date(this.currentDate.getFullYear(),this.currentDate.getMonth(),t);n.getMonth()===this.currentDate.getMonth()&&(this.mode==="single"?(this.selectedStartDate=n,this.selectedEndDate=null):this.mode==="range"&&(!this.selectedStartDate||this.selectedEndDate?(this.selectedStartDate=n,this.selectedEndDate=null):n>=this.selectedStartDate?this.selectedEndDate=n:(this.selectedEndDate=this.selectedStartDate,this.selectedStartDate=n)),this.dispatchEvent(new CustomEvent("date-selected",{detail:{startDate:this.selectedStartDate,endDate:this.selectedEndDate},bubbles:!0,composed:!0})))}}isDayInRange(t,r){return!this.selectedStartDate||!this.selectedEndDate||t.getMonth()!==this.currentDate.getMonth()?!1:r?t>this.selectedStartDate&&t<this.selectedEndDate:t>=this.selectedStartDate&&t<=this.selectedEndDate}createRenderRoot(){return this}connectedCallback(){var t;super.connectedCallback(),this._userClass=((t=this.getAttribute("class"))==null?void 0:t.replace(u(B.host),""))??"",this._userStyle=this.getAttribute("style")??"",this._userClass&&this.removeAttribute("class"),this._userStyle&&this.removeAttribute("style"),this.className=u(B.host)}firstUpdated(t){var n;const r=this.querySelector(".calendar");if(r&&(this._userClass&&(r.className=u("calendar",B.root,this._userClass)),this._userStyle)){const e=(n=r.getAttribute("style"))==null?void 0:n.trim(),a=this._userStyle.trim();r.setAttribute("style",[e,a].filter(Boolean).join("; "))}}render(){const t=this.currentDate.getFullYear(),r=this.currentDate.getMonth(),n=this.getDaysInMonth(t,r),e=new Date(t,r,1).getDay(),a=new Date(t,r,0).getDate(),s=[];for(let y=e-1;y>=0;y--)s.push({day:String(a-y),month:r-1,isOutside:!0});for(let y=1;y<=n;y++)s.push({day:String(y),month:r,isOutside:!1});const m=s.length%7;if(m!==0){const y=7-m;for(let I=1;I<=y;I++)s.push({day:String(I),month:r+1,isOutside:!0})}const _=this.currentDate.toLocaleString("default",{month:"long",year:"numeric"}),C=this.currentDate.toLocaleString("default",{month:"long",year:"numeric"});return d.html`
|
|
3065
|
+
`}},o.Badge.badgeVariants=mi,Qe([l.property({type:String})],o.Badge.prototype,"variant",2),Qe([l.property({type:String})],o.Badge.prototype,"id",2),o.Badge=Qe([l.customElement("rtg-badge")],o.Badge);var yi=Object.defineProperty,wi=Object.getOwnPropertyDescriptor,Wr=(i,t,r,n)=>{for(var e=n>1?void 0:n?wi(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&yi(t,r,e),e};o.Alert=class extends d.LitElement{constructor(){super(...arguments),this.variant="default"}get _rootSlot(){return this.querySelector('[data-slot="alert"]')}firstUpdated(t){Array.from(this.childNodes).forEach(r=>{var n;r!==this._rootSlot&&((n=this._rootSlot)==null||n.appendChild(r))})}createRenderRoot(){return this}render(){return d.html`<div data-slot="alert" data-variant=${this.variant}></div>`}},Wr([l.property({type:String})],o.Alert.prototype,"variant",2),o.Alert=Wr([l.customElement("rtg-alert")],o.Alert);var _i=Object.getOwnPropertyDescriptor,Ci=(i,t,r,n)=>{for(var e=n>1?void 0:n?_i(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.AlertTitle=class extends d.LitElement{get _titleSlot(){return this.querySelector('[data-slot="alert-title"]')}firstUpdated(t){Array.from(this.childNodes).forEach(r=>{var n;r!==this._titleSlot&&((n=this._titleSlot)==null||n.appendChild(r))})}createRenderRoot(){return this}render(){return d.html`<div data-slot="alert-title"></div>`}},o.AlertTitle=Ci([l.customElement("rtg-alert-title")],o.AlertTitle);var xi=Object.getOwnPropertyDescriptor,Ei=(i,t,r,n)=>{for(var e=n>1?void 0:n?xi(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.AlertDescription=class extends d.LitElement{get _descriptionSlot(){return this.querySelector('[data-slot="alert-description"]')}firstUpdated(t){Array.from(this.childNodes).forEach(r=>{var n;r!==this._descriptionSlot&&((n=this._descriptionSlot)==null||n.appendChild(r))})}createRenderRoot(){return this}render(){return d.html`<div data-slot="alert-description"></div>`}},o.AlertDescription=Ei([l.customElement("rtg-alert-description")],o.AlertDescription);var $i=Object.getOwnPropertyDescriptor,Si=(i,t,r,n)=>{for(var e=n>1?void 0:n?$i(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.AlertAction=class extends d.LitElement{get _actionSlot(){return this.querySelector('[data-slot="alert-action"]')}firstUpdated(t){Array.from(this.childNodes).forEach(r=>{var n;r!==this._actionSlot&&((n=this._actionSlot)==null||n.appendChild(r))})}createRenderRoot(){return this}render(){return d.html`<div data-slot="alert-action"></div>`}},o.AlertAction=Si([l.customElement("rtg-alert-action")],o.AlertAction);const Oi=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];function Pi(i){const t=i%100;if(t>=11&&t<=13)return"th";switch(i%10){case 1:return"st";case 2:return"nd";case 3:return"rd";default:return"th"}}function Di(i){const t=new Intl.DateTimeFormat("en-US",{weekday:"long"}).format(i),r=new Intl.DateTimeFormat("en-US",{month:"long"}).format(i),n=i.getDate(),e=i.getFullYear();return`${t}, ${r} ${n}${Pi(n)}, ${e}`}const ge=Re(["rtg-inline-flex rtg-items-center rtg-justify-center rtg-shrink-0","rtg-text-button-font-size rtg-font-button-font-weight rtg-whitespace-nowrap","rtg-rounded-button-radius rtg-outline-none","rtg-transition-all","disabled:rtg-opacity-button-opacity-disabled disabled:rtg-pointer-events-none","focus-visible:rtg-border-button-width-border-focus focus-visible:rtg-border-button-color-border-focus focus-visible:rtg-ring-button-width-ring-focus","aria-invalid:rtg-border-button-width-border-invalid aria-invalid:rtg-border-button-color-border-invalid","aria-invalid:rtg-ring-button-width-ring-invalid aria-invalid:rtg-ring-button-color-ring-invalid",'[&_svg]:rtg-pointer-events-none [&_svg:not([class*="rtg-size-"])]:rtg-size-button-icon-space-size [&_svg]:rtg-shrink-0'],{variants:{variant:{default:["rtg-bg-button-default-color-bg rtg-text-button-default-color-text","hover:rtg-bg-button-default-color-bg-hover","focus-visible:rtg-ring-button-default-color-ring-focus"],destructive:["rtg-bg-button-destructive-color-bg rtg-text-button-destructive-color-text","hover:rtg-bg-button-destructive-color-bg-hover","focus-visible:rtg-ring-button-destructive-color-ring-focus"],outline:["rtg-bg-button-outline-color-bg","rtg-border-button-outline-width-border rtg-border-button-outline-color-border","hover:rtg-bg-button-outline-color-bg-hover hover:rtg-text-button-outline-color-text-hover","focus-visible:rtg-ring-button-outline-color-ring-focus"],secondary:["rtg-bg-button-secondary-color-bg rtg-text-button-secondary-color-text","hover:rtg-bg-button-secondary-color-bg-hover","focus-visible:rtg-ring-button-secondary-color-ring-focus"],ghost:["hover:rtg-bg-button-ghost-color-bg-hover hover:rtg-text-button-ghost-color-text-hover","focus-visible:rtg-ring-button-ghost-color-ring-focus"],link:["rtg-text-button-link-color-text rtg-underline-offset-4","hover:rtg-underline","focus-visible:rtg-ring-button-link-color-ring-focus"]},size:{default:["rtg-h-button-space-h-default","rtg-gap-button-space-gap-default rtg-px-button-space-px-default rtg-py-button-space-py-default","has-[>svg]:rtg-px-button-space-px-default-has-icon"],sm:["rtg-h-button-space-h-sm","rtg-gap-button-space-gap-sm rtg-px-button-space-px-sm","has-[>svg]:rtg-px-button-space-px-sm-has-icon"],lg:["rtg-h-button-space-h-lg","rtg-gap-button-space-gap-lg rtg-px-button-space-px-lg","has-[>svg]:rtg-px-button-space-px-lg-has-icon"],icon:"rtg-size-button-space-size-icon","icon-sm":"rtg-size-button-space-size-icon-sm","icon-lg":"rtg-size-button-space-size-icon-lg"}},defaultVariants:{variant:"default",size:"default"}}),U={host:["rtg-contents"],root:["group/calendar","rtg-relative","rtg-p-calendar-space-p","rtg-w-fit","rtg-bg-calendar-color-bg"],months:["rtg-flex rtg-relative","rtg-flex-col md:rtg-flex-row rtg-gap-calendar-months-space-gap"],nav:["rtg-flex rtg-absolute rtg-top-0 rtg-inset-x-0","rtg-gap-calendar-nav-space-gap rtg-justify-between rtg-items-center","rtg-w-full"],month:["rtg-flex","rtg-flex-col rtg-gap-calendar-month-space-gap","rtg-w-full"],buttonPrevious:[u(ge({variant:"ghost",size:"icon-sm"})),"rtg-select-none","aria-disabled:rtg-opacity-calendar-button-previous-opacity-disabled"],buttonNext:[u(ge({variant:"ghost",size:"icon-sm"})),"rtg-select-none","aria-disabled:rtg-opacity-calendar-button-next-opacity-disabled"],chevron:["rtg-size-calendar-chevron-space-size"],monthCaption:["rtg-flex rtg-justify-center rtg-items-center","rtg-px-calendar-month-caption-space-px","rtg-w-full rtg-h-calendar-month-caption-space-h"],captionLabel:["rtg-text-calendar-caption-label-font rtg-font-calendar-caption-label-font-weight","rtg-select-none"],monthGrid:["rtg-w-full","rtg-border-collapse"],weekdays:["rtg-flex"],weekday:["rtg-flex-1","rtg-text-calendar-weekday-font rtg-font-calendar-weekday-font-weight rtg-text-calendar-weekday-color-text","rtg-rounded-calendar-weekday-radius","rtg-select-none"],weeks:[""],week:["rtg-flex","rtg-mt-calendar-week-space-mt","rtg-w-full"],day:{base:["group/day","rtg-aspect-square rtg-relative","rtg-w-full rtg-h-full","rtg-p-calendar-day-space-p","rtg-text-center","rtg-select-none"],today:["rtg-bg-calendar-day-today-color-bg","rtg-rounded-calendar-day-radius"],selected:{common:["rtg-bg-calendar-day-color-bg-selected"],single:["rtg-rounded-calendar-day-radius"],range:{start:["rtg-rounded-l-calendar-day-radius"],middle:["rtg-rounded-none"],end:["rtg-rounded-r-calendar-day-radius"]}},index:{first:["rtg-rounded-l-calendar-day-radius"],last:["rtg-rounded-r-calendar-day-radius"]}},dayButton:{base:[ge({variant:"ghost",size:"icon"}),"rtg-aspect-square rtg-flex","rtg-flex-col rtg-gap-calendar-day-button-space-gap","rtg-size-auto rtg-w-full rtg-min-w-calendar-day-button-space-min-w","rtg-text-calendar-day-button-font rtg-font-calendar-day-button-font-weight","disabled:rtg-text-calendar-day-button-color-text-disabled disabled:rtg-opacity-calendar-day-button-opacity-disabled","data-[selected-single=true]:rtg-text-calendar-day-button-color-text-single-selected data-[selected-single=true]:rtg-bg-calendar-day-button-color-bg-single-selected","data-[range-start=true]:rtg-text-calendar-day-button-color-text-range-start data-[range-start=true]:rtg-bg-calendar-day-button-color-bg-range-start","data-[range-middle=true]:rtg-text-calendar-day-button-color-text-range-middle data-[range-middle=true]:rtg-bg-calendar-day-button-color-bg-range-middle","data-[range-end=true]:rtg-text-calendar-day-button-color-text-range-end data-[range-end=true]:rtg-bg-calendar-day-button-color-bg-range-end","[&>span]:rtg-text-calendar-day-button-span-font [&>span]:rtg-opacity-calendar-day-button-span-opacity","group-data-[focused=true]/day:rtg-relative group-data-[focused=true]/day:rtg-z-10","group-data-[focused=true]/day:rtg-border-calendar-day-width-border-focus group-data-[focused=true]/day:rtg-border-calendar-day-color-border-focus","group-data-[focused=true]/day:rtg-ring-calendar-day-width-ring-focus group-data-[focused=true]/day:rtg-ring-calendar-day-color-ring-focus"],outside:["rtg-text-calendar-day-button-outside-color-text"],today:["rtg-text-calendar-day-button-today-color-text","rtg-bg-calendar-day-button-today-color-bg"]}};var ki=Object.defineProperty,Ri=Object.getOwnPropertyDescriptor,pe=(i,t,r,n)=>{for(var e=n>1?void 0:n?Ri(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&ki(t,r,e),e};o.Calendar=class extends d.LitElement{constructor(){super(...arguments),this.currentDate=new Date,this.selectedStartDate=null,this.selectedEndDate=null,this.mode="single",this._userClass="",this._userStyle=""}getDaysInMonth(t,r){return new Date(t,r+1,0).getDate()}previousMonth(){this.currentDate=new Date(this.currentDate.getFullYear(),this.currentDate.getMonth()-1)}nextMonth(){this.currentDate=new Date(this.currentDate.getFullYear(),this.currentDate.getMonth()+1)}selectDate(t,r){if(!r){const n=new Date(this.currentDate.getFullYear(),this.currentDate.getMonth(),t);n.getMonth()===this.currentDate.getMonth()&&(this.mode==="single"?(this.selectedStartDate=n,this.selectedEndDate=null):this.mode==="range"&&(!this.selectedStartDate||this.selectedEndDate?(this.selectedStartDate=n,this.selectedEndDate=null):n>=this.selectedStartDate?this.selectedEndDate=n:(this.selectedEndDate=this.selectedStartDate,this.selectedStartDate=n)),this.dispatchEvent(new CustomEvent("date-selected",{detail:{startDate:this.selectedStartDate,endDate:this.selectedEndDate},bubbles:!0,composed:!0})))}}isDayInRange(t,r){return!this.selectedStartDate||!this.selectedEndDate||t.getMonth()!==this.currentDate.getMonth()?!1:r?t>this.selectedStartDate&&t<this.selectedEndDate:t>=this.selectedStartDate&&t<=this.selectedEndDate}createRenderRoot(){return this}connectedCallback(){var t;super.connectedCallback(),this._userClass=((t=this.getAttribute("class"))==null?void 0:t.replace(u(U.host),""))??"",this._userStyle=this.getAttribute("style")??"",this._userClass&&this.removeAttribute("class"),this._userStyle&&this.removeAttribute("style"),this.className=u(U.host)}firstUpdated(t){var n;const r=this.querySelector(".calendar");if(r&&(this._userClass&&(r.className=u("calendar",U.root,this._userClass)),this._userStyle)){const e=(n=r.getAttribute("style"))==null?void 0:n.trim(),a=this._userStyle.trim();r.setAttribute("style",[e,a].filter(Boolean).join("; "))}}render(){const t=this.currentDate.getFullYear(),r=this.currentDate.getMonth(),n=this.getDaysInMonth(t,r),e=new Date(t,r,1).getDay(),a=new Date(t,r,0).getDate(),s=[];for(let y=e-1;y>=0;y--)s.push({day:String(a-y),month:r-1,isOutside:!0});for(let y=1;y<=n;y++)s.push({day:String(y),month:r,isOutside:!1});const m=s.length%7;if(m!==0){const y=7-m;for(let I=1;I<=y;I++)s.push({day:String(I),month:r+1,isOutside:!0})}const _=this.currentDate.toLocaleString("default",{month:"long",year:"numeric"}),E=this.currentDate.toLocaleString("default",{month:"long",year:"numeric"});return d.html`
|
|
3066
3066
|
<div
|
|
3067
|
-
class=${u("calendar",
|
|
3067
|
+
class=${u("calendar",U.root,this._userClass)}
|
|
3068
3068
|
data-slot="calendar"
|
|
3069
3069
|
data-mode=${this.mode}
|
|
3070
3070
|
part="calendar"
|
|
3071
3071
|
style=${this._userStyle}
|
|
3072
3072
|
>
|
|
3073
|
-
<div class=${u("calendar-months",
|
|
3074
|
-
<nav class=${u("calendar-nav",
|
|
3073
|
+
<div class=${u("calendar-months",U.months)}>
|
|
3074
|
+
<nav class=${u("calendar-nav",U.nav)}>
|
|
3075
3075
|
<button
|
|
3076
|
-
class=${u("calendar-button-previous",
|
|
3076
|
+
class=${u("calendar-button-previous",U.buttonPrevious)}
|
|
3077
3077
|
aria-label="Go to the Previous Month"
|
|
3078
3078
|
@click="${this.previousMonth}"
|
|
3079
3079
|
>
|
|
@@ -3087,14 +3087,14 @@ body {
|
|
|
3087
3087
|
stroke-width="2"
|
|
3088
3088
|
stroke-linecap="round"
|
|
3089
3089
|
stroke-linejoin="round"
|
|
3090
|
-
class=${u("calendar-chevron",
|
|
3090
|
+
class=${u("calendar-chevron",U.chevron,"lucide lucide-chevron-left-icon lucide-chevron-left")}
|
|
3091
3091
|
>
|
|
3092
3092
|
<path d="m15 18-6-6 6-6" />
|
|
3093
3093
|
</svg>
|
|
3094
3094
|
</button>
|
|
3095
3095
|
|
|
3096
3096
|
<button
|
|
3097
|
-
class=${u("calendar-button-next",
|
|
3097
|
+
class=${u("calendar-button-next",U.buttonNext)}
|
|
3098
3098
|
aria-label="Go to the Next Month"
|
|
3099
3099
|
@click="${this.nextMonth}"
|
|
3100
3100
|
>
|
|
@@ -3108,19 +3108,19 @@ body {
|
|
|
3108
3108
|
stroke-width="2"
|
|
3109
3109
|
stroke-linecap="round"
|
|
3110
3110
|
stroke-linejoin="round"
|
|
3111
|
-
class=${u("calendar-chevron",
|
|
3111
|
+
class=${u("calendar-chevron",U.chevron,"lucide lucide-chevron-right-icon lucide-chevron-right")}
|
|
3112
3112
|
>
|
|
3113
3113
|
<path d="m9 18 6-6-6-6" />
|
|
3114
3114
|
</svg>
|
|
3115
3115
|
</button>
|
|
3116
3116
|
</nav>
|
|
3117
3117
|
|
|
3118
|
-
<div class=${u("calendar-month",
|
|
3118
|
+
<div class=${u("calendar-month",U.month)}>
|
|
3119
3119
|
<div
|
|
3120
|
-
class=${u("calendar-month-caption",
|
|
3120
|
+
class=${u("calendar-month-caption",U.monthCaption)}
|
|
3121
3121
|
>
|
|
3122
3122
|
<span
|
|
3123
|
-
class=${u("calendar-caption-label",
|
|
3123
|
+
class=${u("calendar-caption-label",U.captionLabel)}
|
|
3124
3124
|
role="status"
|
|
3125
3125
|
aria-live="polite"
|
|
3126
3126
|
>
|
|
@@ -3129,16 +3129,16 @@ body {
|
|
|
3129
3129
|
</div>
|
|
3130
3130
|
|
|
3131
3131
|
<table
|
|
3132
|
-
class=${u("calendar-month-grid",
|
|
3132
|
+
class=${u("calendar-month-grid",U.monthGrid)}
|
|
3133
3133
|
role="grid"
|
|
3134
|
-
aria-label=${
|
|
3134
|
+
aria-label=${E}
|
|
3135
3135
|
aria-multiselectable=${this.mode==="range"?"true":"false"}
|
|
3136
3136
|
>
|
|
3137
3137
|
<thead aria-hidden="true">
|
|
3138
|
-
<tr class=${u("calendar-weekdays",
|
|
3139
|
-
${
|
|
3138
|
+
<tr class=${u("calendar-weekdays",U.weekdays)}>
|
|
3139
|
+
${Oi.map(y=>d.html`
|
|
3140
3140
|
<th
|
|
3141
|
-
class=${u("calendar-weekday",
|
|
3141
|
+
class=${u("calendar-weekday",U.weekday)}
|
|
3142
3142
|
scope="col"
|
|
3143
3143
|
aria-label=${y}
|
|
3144
3144
|
>
|
|
@@ -3148,39 +3148,39 @@ body {
|
|
|
3148
3148
|
</tr>
|
|
3149
3149
|
</thead>
|
|
3150
3150
|
|
|
3151
|
-
<tbody class=${u("calendar-weeks",
|
|
3151
|
+
<tbody class=${u("calendar-weeks",U.weeks)}>
|
|
3152
3152
|
${Array.from({length:Math.ceil(s.length/7)},(y,I)=>d.html`
|
|
3153
|
-
<tr class=${u("calendar-week",
|
|
3154
|
-
${s.slice(I*7,(I+1)*7).map((
|
|
3153
|
+
<tr class=${u("calendar-week",U.week)}>
|
|
3154
|
+
${s.slice(I*7,(I+1)*7).map((M,G)=>{var tt,st,ct;const O=new Date(this.currentDate.getFullYear(),M.month,Number(M.day)),N=!1,D=O.toDateString()===new Date().toDateString(),k=this.mode==="range"&&O.toDateString()===((tt=this.selectedStartDate)==null?void 0:tt.toDateString()),V=this.mode==="range"&&this.isDayInRange(O,!0),rt=this.mode==="range"&&O.toDateString()===((st=this.selectedEndDate)==null?void 0:st.toDateString()),j=this.mode==="single"&&O.toDateString()===((ct=this.selectedStartDate)==null?void 0:ct.toDateString()),K=j||k||V||rt,St=G===0,z=G===6;let bt=D?"Today, ":"";return bt+=Di(O),bt+=K?", selected":"",d.html`
|
|
3155
3155
|
<td
|
|
3156
|
-
class=${u("calendar-day",
|
|
3156
|
+
class=${u("calendar-day",U.day.base,D&&!K&&U.day.today,K&&U.day.selected.common,j&&U.day.selected.single,k&&U.day.selected.range.start,V&&U.day.selected.range.middle,rt&&U.day.selected.range.end,St&&U.day.index.first,z&&U.day.index.last,N)}
|
|
3157
3157
|
role="gridcell"
|
|
3158
|
-
data-day=${
|
|
3158
|
+
data-day=${O.toISOString().slice(0,10)}
|
|
3159
3159
|
?data-disabled=${void 0}
|
|
3160
3160
|
?data-focused=${void 0}
|
|
3161
3161
|
?data-hidden=${void 0}
|
|
3162
|
-
?data-outside=${
|
|
3163
|
-
?data-today=${
|
|
3164
|
-
?data-selected=${
|
|
3162
|
+
?data-outside=${M.isOutside?"true":void 0}
|
|
3163
|
+
?data-today=${D?"true":void 0}
|
|
3164
|
+
?data-selected=${K?"true":void 0}
|
|
3165
3165
|
?aria-disabled=${void 0}
|
|
3166
3166
|
?aria-hidden=${void 0}
|
|
3167
|
-
?aria-selected=${
|
|
3167
|
+
?aria-selected=${K?"true":void 0}
|
|
3168
3168
|
>
|
|
3169
3169
|
<button
|
|
3170
|
-
class=${u("calendar-day-button",
|
|
3170
|
+
class=${u("calendar-day-button",U.dayButton.base,M.isOutside&&U.dayButton.outside,D&&U.dayButton.today)}
|
|
3171
3171
|
?disabled=${void 0}
|
|
3172
3172
|
data-variant="ghost"
|
|
3173
3173
|
data-size="icon"
|
|
3174
|
-
data-selected-single=${
|
|
3175
|
-
data-range-start=${
|
|
3176
|
-
data-range-middle=${
|
|
3177
|
-
data-range-end=${
|
|
3178
|
-
tabindex=${
|
|
3174
|
+
data-selected-single=${j.toString()}
|
|
3175
|
+
data-range-start=${k.toString()}
|
|
3176
|
+
data-range-middle=${V.toString()}
|
|
3177
|
+
data-range-end=${rt.toString()}
|
|
3178
|
+
tabindex=${j||rt?"0":"-1"}
|
|
3179
3179
|
type="button"
|
|
3180
|
-
aria-label=${
|
|
3181
|
-
@click="${()=>this.selectDate(Number(
|
|
3180
|
+
aria-label=${bt}
|
|
3181
|
+
@click="${()=>this.selectDate(Number(M.day),M.isOutside)}"
|
|
3182
3182
|
>
|
|
3183
|
-
${
|
|
3183
|
+
${M.day}
|
|
3184
3184
|
</button>
|
|
3185
3185
|
</td>
|
|
3186
3186
|
`})}
|
|
@@ -3191,34 +3191,34 @@ body {
|
|
|
3191
3191
|
</div>
|
|
3192
3192
|
</div>
|
|
3193
3193
|
</div>
|
|
3194
|
-
`}},
|
|
3194
|
+
`}},pe([l.property({type:Object})],o.Calendar.prototype,"currentDate",2),pe([l.property({type:Object})],o.Calendar.prototype,"selectedStartDate",2),pe([l.property({type:Object})],o.Calendar.prototype,"selectedEndDate",2),pe([l.property({type:String})],o.Calendar.prototype,"mode",2),o.Calendar=pe([l.customElement("rtg-calendar")],o.Calendar);const Ze={root:["rtg-relative"],trigger:[""],content:["rtg-absolute rtg-z-50","rtg-p-popover-content-space-p","rtg-w-popover-content-space-w","rtg-text-popover-content-color-text","rtg-bg-popover-content-color-bg","rtg-rounded-popover-content-radius rtg-border-popover-content-width-border rtg-border-popover-content-color-border rtg-outline-hidden","rtg-shadow-popover-content-shadow",'data-[state="open"]:rtg-block data-[state="closed"]:rtg-hidden','data-[state="open"]:rtg-animate-in data-[state="open"]:rtg-fade-in-0 data-[state="open"]:rtg-zoom-in-95','data-[state="closed"]:rtg-animate-out data-[state="closed"]:rtg-fade-out-0 data-[state="closed"]:rtg-zoom-out-95',"rtg-translate-y-0.5"]};var Ii=Object.defineProperty,Ai=Object.getOwnPropertyDescriptor,he=(i,t,r,n)=>{for(var e=n>1?void 0:n?Ai(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Ii(t,r,e),e};o.PopoverContent=class extends h{constructor(){super(...arguments),this.enableDefaultStyle=!0,this.styleContent=!0,this.side="bottom",this.state="closed"}get _popover(){let t=this.parentElement;for(;t&&!(t instanceof o.Popover);)t=t.parentElement;return t}get _containerElement(){return this.querySelector("div[part=popover-content]")}handleClickOutside(t){const r=this._popover;r&&!r.contains(t.target)&&(r.isOpen=!1)}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement),window.addEventListener("click",this.handleClickOutside.bind(this))}updated(t){var r;(r=this._popover)!=null&&r.isOpen||window.removeEventListener("click",this.handleClickOutside.bind(this))}preventClickPropagation(t){t.stopPropagation()}getAttributesToExclude(){return["data-testid"]}createRenderRoot(){return this}render(){return d.html`
|
|
3195
3195
|
<div
|
|
3196
3196
|
part="popover-content"
|
|
3197
3197
|
data-state=${this.state}
|
|
3198
|
-
class=${u(
|
|
3198
|
+
class=${u(Ze.content,this.className)}
|
|
3199
3199
|
@click="${this.preventClickPropagation}"
|
|
3200
3200
|
></div>
|
|
3201
|
-
`}},
|
|
3201
|
+
`}},he([l.property({type:Boolean})],o.PopoverContent.prototype,"enableDefaultStyle",2),he([l.property({type:Boolean})],o.PopoverContent.prototype,"styleContent",2),he([l.property({type:String})],o.PopoverContent.prototype,"side",2),he([l.property({attribute:"data-state",type:String})],o.PopoverContent.prototype,"state",2),o.PopoverContent=he([l.customElement("rtg-popover-content")],o.PopoverContent);var Ti=Object.getOwnPropertyDescriptor,Li=(i,t,r,n)=>{for(var e=n>1?void 0:n?Ti(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.PopoverTrigger=class extends h{constructor(){super(...arguments),this.handleClick=()=>{const t=this._popover;t&&(t.isOpen=!t.isOpen)}}get _popover(){let t=this.parentElement;for(;t&&!(t instanceof o.Popover);)t=t.parentElement;return t}get _containerElement(){return this.querySelector("div[part=popover-trigger]")}firstUpdated(t){super.firstUpdated(t),this.moveLightDomChildrenInto(this._containerElement),this.addEventListener("click",r=>{this.handleClick(),r.stopPropagation()})}createRenderRoot(){return this}getAttributesToExclude(){return["data-testid"]}render(){return d.html`
|
|
3202
3202
|
<div
|
|
3203
3203
|
part="popover-trigger"
|
|
3204
|
-
class=${u(
|
|
3204
|
+
class=${u(Ze.trigger,this.className)}
|
|
3205
3205
|
></div>
|
|
3206
|
-
`}},o.PopoverTrigger=
|
|
3207
|
-
<div part="popover" class=${u(
|
|
3208
|
-
`}},
|
|
3206
|
+
`}},o.PopoverTrigger=Li([l.customElement("rtg-popover-trigger")],o.PopoverTrigger);var Mi=Object.defineProperty,Ni=Object.getOwnPropertyDescriptor,Xr=(i,t,r,n)=>{for(var e=n>1?void 0:n?Ni(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Mi(t,r,e),e};o.Popover=class extends h{constructor(){super(...arguments),this.isOpen=!1}get _containerElement(){return this.querySelector("div[part=popover]")}get _contentElement(){return this.querySelector("rtg-popover-content")}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}updated(t){this._contentElement.state=this.isOpen?"open":"closed",this._contentElement.requestUpdate()}render(){return d.html`
|
|
3207
|
+
<div part="popover" class=${u(Ze.root,this.className)}></div>
|
|
3208
|
+
`}},Xr([l.state()],o.Popover.prototype,"isOpen",2),o.Popover=Xr([l.customElement("rtg-popover")],o.Popover);const Ie={root:[""],trigger:[""],triggerButton:[ge({variant:"outline"}).replace("rtg-justify-center",""),"rtg-justify-start","rtg-w-date-picker-trigger-button-space-w","rtg-text-left rtg-font-date-picker-trigger-button-font-weight","data-[empty=true]:rtg-text-date-picker-trigger-button-color-text-empty"],content:["rtg-p-date-picker-content-space-p","rtg-w-auto"]};var zi=Object.defineProperty,qi=Object.getOwnPropertyDescriptor,Kr=(i,t,r,n)=>{for(var e=n>1?void 0:n?qi(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&zi(t,r,e),e};o.DatePicker=class extends d.LitElement{constructor(){super(...arguments),this.selectedDate=null}handleDateSelected(t){this.selectedDate=t.detail.startDate,this.requestUpdate()}createRenderRoot(){return this}render(){return d.html`
|
|
3209
3209
|
<rtg-popover
|
|
3210
|
-
class=${u("date-picker",
|
|
3210
|
+
class=${u("date-picker",Ie.root,this.className)}
|
|
3211
3211
|
@date-selected=${this.handleDateSelected}
|
|
3212
3212
|
>
|
|
3213
3213
|
<rtg-popover-trigger
|
|
3214
3214
|
as-child
|
|
3215
|
-
class=${u("date-picker-trigger",
|
|
3215
|
+
class=${u("date-picker-trigger",Ie.trigger)}
|
|
3216
3216
|
>
|
|
3217
3217
|
<button
|
|
3218
3218
|
data-variant="outline"
|
|
3219
3219
|
data-size="default"
|
|
3220
3220
|
data-empty=${this.selectedDate?"false":"true"}
|
|
3221
|
-
class=${u("date-picker-trigger-button",
|
|
3221
|
+
class=${u("date-picker-trigger-button",Ie.triggerButton)}
|
|
3222
3222
|
>
|
|
3223
3223
|
<svg
|
|
3224
3224
|
xmlns="http://www.w3.org/2000/svg"
|
|
@@ -3243,26 +3243,26 @@ body {
|
|
|
3243
3243
|
</rtg-popover-trigger>
|
|
3244
3244
|
|
|
3245
3245
|
<rtg-popover-content
|
|
3246
|
-
class=${u("date-picker-content",
|
|
3246
|
+
class=${u("date-picker-content",Ie.content)}
|
|
3247
3247
|
>
|
|
3248
3248
|
<rtg-calendar mode="single"></rtg-calendar>
|
|
3249
3249
|
</rtg-popover-content>
|
|
3250
3250
|
</rtg-popover>
|
|
3251
|
-
`}},
|
|
3251
|
+
`}},Kr([l.property({type:Object})],o.DatePicker.prototype,"selectedDate",2),o.DatePicker=Kr([l.customElement("rtg-date-picker")],o.DatePicker);const me={base:[""],item:["rtg-border-b-accordion-item-width-border rtg-border-b-accordion-item-color-border"],trigger:["rtg-flex rtg-flex-1 rtg-gap-accordion-trigger-space-gap rtg-justify-between rtg-items-start","rtg-py-accordion-trigger-space-py","rtg-w-accordion-trigger-space-w","rtg-rounded-accordion-trigger-radius rtg-outline-none","rtg-text-accordion-trigger-font rtg-font-accordion-trigger-font-weight rtg-text-left","rtg-transition-all","hover:rtg-underline","focus-visible:rtg-border-accordion-trigger-width-border-focus focus-visible:rtg-border-accordion-trigger-color-border-focus","focus-visible:rtg-ring-accordion-trigger-width-ring-focus focus-visible:rtg-ring-accordion-trigger-color-ring-focus","disabled:rtg-pointer-events-none disabled:rtg-opacity-50","[&[data-state=open]>svg]:rtg-rotate-180"],chevron:["rtg-shrink-0","rtg-size-accordion-trigger-icon-space-size","rtg-text-accordion-trigger-icon-color-text","rtg-translate-y-0.5 rtg-transition-transform rtg-duration-200","rtg-pointer-events-none"],content:["rtg-overflow-hidden","rtg-text-accordion-content-font rtg-font-accordion-content-font-weight","data-[state=closed]:rtg-h-accordion-content-space-h-closed","data-[state=closed]:rtg-animate-accordion-content-animate-closed","data-[state=open]:rtg-animate-accordion-content-animate-open","data-[state=open]:rtg-h-fit","[&>div]:rtg-pt-accordion-content-div-space-pt [&>div]:rtg-pb-accordion-content-div-space-pb"]};var Bi=Object.getOwnPropertyDescriptor,Ui=(i,t,r,n)=>{for(var e=n>1?void 0:n?Bi(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.AccordionContent=class extends h{constructor(){super(...arguments),this._onAccordionClick=()=>{this.requestUpdate()}}get _accordion(){let t=this.parentElement;for(;t&&!(t instanceof o.Accordion);)t=t.parentElement;return t}get _item(){let t=this.parentElement;for(;t&&!(t instanceof o.AccordionItem);)t=t.parentElement;return t}getAttributesToExclude(){return[]}createRenderRoot(){return this}connectedCallback(){var t;super.connectedCallback(),(t=this._accordion)==null||t.addEventListener("clicked-accordion",this._onAccordionClick)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this._accordion)==null||t.removeEventListener("clicked-accordion",this._onAccordionClick)}firstUpdated(t){this.removeDuplicateContent()}hasActiveState(){var t,r;return!!((t=this._item)!=null&&t.value)&&!!((r=this._accordion)!=null&&r.selectedItems.includes(this._item.value))}render(){var r;const t=this.hasActiveState();return d.html`
|
|
3252
3252
|
<div
|
|
3253
3253
|
part="accordion-content"
|
|
3254
3254
|
role="region"
|
|
3255
3255
|
data-state=${t?"open":"closed"}
|
|
3256
3256
|
data-orientation="vertical"
|
|
3257
|
-
class=${u(
|
|
3257
|
+
class=${u(me.content,this.className)}
|
|
3258
3258
|
@click=${n=>n.stopPropagation()}
|
|
3259
3259
|
>
|
|
3260
|
-
<div>${
|
|
3260
|
+
<div>${Or.unsafeHTML(((r=this.textContent)==null?void 0:r.trim())||"")}</div>
|
|
3261
3261
|
</div>
|
|
3262
|
-
`}},o.AccordionContent=
|
|
3262
|
+
`}},o.AccordionContent=Ui([l.customElement("rtg-accordion-content")],o.AccordionContent);var Fi=Object.defineProperty,Gi=Object.getOwnPropertyDescriptor,Je=(i,t,r,n)=>{for(var e=n>1?void 0:n?Gi(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Fi(t,r,e),e};o.AccordionItem=class extends h{constructor(){super(...arguments),this.value="",this.tabindex=0,this._initialChildren=[],this._onClick=t=>{const r=t.target.closest("rtg-accordion-trigger");!r||!this._accordion||(t.preventDefault(),t.stopPropagation(),this._accordion.raiseEvent(this.value),r.requestUpdate(),setTimeout(()=>this.requestUpdate(),0))},this._onAccordionClick=()=>{this.requestUpdate()}}get _accordion(){let t=this.parentElement;for(;t&&!(t instanceof o.Accordion);)t=t.parentElement;return t}getAttributesToExclude(){return["aria-orientation","role","data-orientation","data-testid"]}createRenderRoot(){return this}connectedCallback(){var t;super.connectedCallback(),this._initialChildren=this.filterChildren(),this.addEventListener("click",this._onClick),(t=this._accordion)==null||t.addEventListener("clicked-accordion",this._onAccordionClick)}disconnectedCallback(){var t;super.disconnectedCallback(),this.removeEventListener("click",this._onClick),(t=this._accordion)==null||t.removeEventListener("clicked-accordion",this._onAccordionClick)}filterChildren(){return Array.from(this.children).filter(t=>t instanceof o.AccordionTrigger||t instanceof o.AccordionContent)}render(){var n;const t=(n=this._accordion)==null?void 0:n.selectedItems.includes(this.value),r=this._initialChildren.length?this._initialChildren:this.filterChildren();return d.html`
|
|
3263
3263
|
<div
|
|
3264
3264
|
data-state=${t?"open":"closed"}
|
|
3265
|
-
class="${u(
|
|
3265
|
+
class="${u(me.item,this.className)}"
|
|
3266
3266
|
value=${this.value}
|
|
3267
3267
|
role="tablist"
|
|
3268
3268
|
data-orientation="vertical"
|
|
@@ -3270,7 +3270,7 @@ body {
|
|
|
3270
3270
|
>
|
|
3271
3271
|
${r}
|
|
3272
3272
|
</div>
|
|
3273
|
-
`}},
|
|
3273
|
+
`}},Je([l.property({type:String})],o.AccordionItem.prototype,"value",2),Je([l.property({type:Number})],o.AccordionItem.prototype,"tabindex",2),o.AccordionItem=Je([l.customElement("rtg-accordion-item")],o.AccordionItem);var Vi=Object.getOwnPropertyDescriptor,Hi=(i,t,r,n)=>{for(var e=n>1?void 0:n?Vi(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.AccordionTrigger=class extends h{get _item(){let t=this.parentElement;for(;t&&!(t instanceof o.AccordionItem);)t=t.parentElement;return t}get _accordion(){let t=this.parentElement;for(;t&&!(t instanceof o.Accordion);)t=t.parentElement;return t}getAttributesToExclude(){return["value","defaultValue"]}createRenderRoot(){return this}firstUpdated(t){this.removeDuplicateContent()}hasActiveState(){var t,r;return!!((t=this._item)!=null&&t.value)&&!!((r=this._accordion)!=null&&r.selectedItems.includes(this._item.value))}render(){var r;const t=this.hasActiveState();return d.html`
|
|
3274
3274
|
<button
|
|
3275
3275
|
type="button"
|
|
3276
3276
|
part="accordion-trigger"
|
|
@@ -3279,12 +3279,12 @@ body {
|
|
|
3279
3279
|
aria-selected=${t}
|
|
3280
3280
|
aria-expanded=${t}
|
|
3281
3281
|
data-state=${t?"open":"closed"}
|
|
3282
|
-
class="${u(
|
|
3282
|
+
class="${u(me.trigger,this.className)}"
|
|
3283
3283
|
tabindex="-1"
|
|
3284
3284
|
data-orientation="horizontal"
|
|
3285
3285
|
data-radix-collection-item
|
|
3286
3286
|
>
|
|
3287
|
-
${
|
|
3287
|
+
${Or.unsafeHTML(this.textContent||"")}
|
|
3288
3288
|
|
|
3289
3289
|
<svg
|
|
3290
3290
|
xmlns="http://www.w3.org/2000/svg"
|
|
@@ -3294,21 +3294,21 @@ body {
|
|
|
3294
3294
|
stroke-width="2"
|
|
3295
3295
|
stroke-linecap="round"
|
|
3296
3296
|
stroke-linejoin="round"
|
|
3297
|
-
class=${u(
|
|
3297
|
+
class=${u(me.chevron,"lucide lucide-chevron-down-icon lucide-chevron-down")}
|
|
3298
3298
|
>
|
|
3299
3299
|
<path d="m6 9 6 6 6-6" />
|
|
3300
3300
|
</svg>
|
|
3301
3301
|
</button>
|
|
3302
|
-
`}},o.AccordionTrigger=
|
|
3302
|
+
`}},o.AccordionTrigger=Hi([l.customElement("rtg-accordion-trigger")],o.AccordionTrigger);var Nt=(i=>(i.MULTIPLE="multiple",i.SINGLE="single",i))(Nt||{}),Yi=Object.defineProperty,Wi=Object.getOwnPropertyDescriptor,jr=(i,t,r,n)=>{for(var e=n>1?void 0:n?Wi(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Yi(t,r,e),e};o.Accordion=class extends h{constructor(){super(...arguments),this.type=Nt.MULTIPLE,this.selectedItems=[],this._initialChildren=[]}getAttributesToExclude(){return["variant","data-testid"]}createRenderRoot(){return this}connectedCallback(){super.connectedCallback(),this._initialChildren=Array.from(this.children).filter(t=>t instanceof o.AccordionItem)}willUpdate(t){t.has("type")&&(this.type===Nt.SINGLE&&this.selectedItems.length>1&&(this.selectedItems=this.selectedItems.slice(0,1)),this._initialChildren.forEach(r=>{r instanceof o.AccordionItem&&r.requestUpdate()}))}updated(t){t.has("type")&&this._initialChildren.forEach(r=>{r instanceof o.AccordionItem&&r.requestUpdate()})}setSelectedItems(t){const r=this.selectedItems.indexOf(t);if(r>-1)if(this.type===Nt.SINGLE)this.selectedItems=[];else if(this.type===Nt.MULTIPLE)this.selectedItems.splice(r,1);else throw new Error("Invalid accordion type");else if(this.type===Nt.SINGLE)this.selectedItems=[t];else if(this.type===Nt.MULTIPLE)this.selectedItems.push(t);else throw new Error("Invalid accordion type")}raiseEvent(t){this.setSelectedItems(t),this.dispatchEvent(new CustomEvent("clicked-accordion",{bubbles:!0,composed:!0,detail:{selectedItems:this.selectedItems}}))}render(){const t=this._initialChildren.length?this._initialChildren:Array.from(this.children).filter(r=>r instanceof o.AccordionItem);return d.html`
|
|
3303
3303
|
<div
|
|
3304
3304
|
data-orientation="vertical"
|
|
3305
|
-
${
|
|
3305
|
+
${Q(this.getFilteredAttributes())}
|
|
3306
3306
|
part="accordion"
|
|
3307
|
-
class="${u(
|
|
3307
|
+
class="${u(me.base,this.className)}"
|
|
3308
3308
|
>
|
|
3309
3309
|
${t}
|
|
3310
3310
|
</div>
|
|
3311
|
-
`}},
|
|
3311
|
+
`}},jr([l.property({type:String})],o.Accordion.prototype,"type",2),o.Accordion=jr([l.customElement("rtg-accordion")],o.Accordion);const Qr={root:["rtg-relative rtg-overflow-hidden","rtg-w-progress-space-w rtg-h-progress-space-h","rtg-bg-progress-color-bg","rtg-rounded-progress-radius"],indicator:["rtg-flex-1","rtg-w-progress-indicator-space-w rtg-h-progress-indicator-space-h","rtg-bg-progress-indicator-color-bg","rtg-transition-all"]};var Xi=Object.defineProperty,Ki=Object.getOwnPropertyDescriptor,Zr=(i,t,r,n)=>{for(var e=n>1?void 0:n?Ki(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Xi(t,r,e),e};o.Progress=class extends d.LitElement{constructor(){super(...arguments),this.value=15}createRenderRoot(){return this}render(){return d.html`
|
|
3312
3312
|
<div
|
|
3313
3313
|
part="progress"
|
|
3314
3314
|
aria-valuenow="${this.value}"
|
|
@@ -3317,16 +3317,16 @@ body {
|
|
|
3317
3317
|
role="progressbar"
|
|
3318
3318
|
data-state="indeterminate"
|
|
3319
3319
|
data-max="100"
|
|
3320
|
-
class="${u(
|
|
3320
|
+
class="${u(Qr.root,this.className)}"
|
|
3321
3321
|
>
|
|
3322
3322
|
<div
|
|
3323
3323
|
data-state="indeterminate"
|
|
3324
3324
|
data-max="100"
|
|
3325
|
-
class="${u(
|
|
3325
|
+
class="${u(Qr.indicator,this.className)}"
|
|
3326
3326
|
style="transform: translateX(-${100-(this.value||0)}%);"
|
|
3327
3327
|
></div>
|
|
3328
3328
|
</div>
|
|
3329
|
-
`}},
|
|
3329
|
+
`}},Zr([l.property({type:Number})],o.Progress.prototype,"value",2),o.Progress=Zr([l.customElement("rtg-progress")],o.Progress);var ji=Object.defineProperty,Qi=Object.getOwnPropertyDescriptor,Dt=(i,t,r,n)=>{for(var e=n>1?void 0:n?Qi(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&ji(t,r,e),e};o.Button=class extends d.LitElement{constructor(){super(...arguments),this.variant="default",this.size="default",this.type="button"}get _rootSlot(){return this.querySelector('[data-slot="button"]')}_handleClick(t){this.onClick&&this.onClick(t)}firstUpdated(t){Array.from(this.childNodes).forEach(r=>{var n;r!==this._rootSlot&&((n=this._rootSlot)==null||n.appendChild(r))})}createRenderRoot(){return this}render(){return this.href?d.html`
|
|
3330
3330
|
<a
|
|
3331
3331
|
data-slot="button"
|
|
3332
3332
|
data-variant=${this.variant}
|
|
@@ -3349,18 +3349,18 @@ body {
|
|
|
3349
3349
|
aria-invalid=${this.invalid||this.ariaInvalid==="true"?"true":d.nothing}
|
|
3350
3350
|
@click=${this._handleClick}
|
|
3351
3351
|
></button>
|
|
3352
|
-
`}},
|
|
3352
|
+
`}},Dt([l.property({type:String})],o.Button.prototype,"variant",2),Dt([l.property({type:String})],o.Button.prototype,"size",2),Dt([l.property({type:String})],o.Button.prototype,"type",2),Dt([l.property({type:Boolean})],o.Button.prototype,"disabled",2),Dt([l.property({type:Boolean})],o.Button.prototype,"invalid",2),Dt([l.property({type:String})],o.Button.prototype,"href",2),Dt([l.property({type:String})],o.Button.prototype,"target",2),Dt([l.property({attribute:!1,type:Function})],o.Button.prototype,"onClick",2),o.Button=Dt([l.customElement("rtg-button")],o.Button);var Zi=Object.defineProperty,Ji=Object.getOwnPropertyDescriptor,Jr=(i,t,r,n)=>{for(var e=n>1?void 0:n?Ji(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Zi(t,r,e),e};o.Card=class extends d.LitElement{constructor(){super(...arguments),this.size="default"}get _rootSlot(){return this.querySelector('[data-slot="card"]')}firstUpdated(t){Array.from(this.childNodes).forEach(r=>{var n;r!==this._rootSlot&&((n=this._rootSlot)==null||n.appendChild(r))})}createRenderRoot(){return this}render(){return d.html`<div data-slot="card" data-size=${this.size}></div>`}},Jr([l.property({type:String})],o.Card.prototype,"size",2),o.Card=Jr([l.customElement("rtg-card")],o.Card);var ta=Object.defineProperty,ea=Object.getOwnPropertyDescriptor,tn=(i,t,r,n)=>{for(var e=n>1?void 0:n?ea(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&ta(t,r,e),e};o.CardHeader=class extends d.LitElement{get _headerSlot(){return this.querySelector('[data-slot="card-header"]')}firstUpdated(t){Array.from(this.childNodes).forEach(r=>{var n;r!==this._headerSlot&&((n=this._headerSlot)==null||n.appendChild(r))})}createRenderRoot(){return this}render(){return d.html`
|
|
3353
3353
|
<div data-slot="card-header" ?data-bordered=${this.bordered}></div>
|
|
3354
|
-
`}},
|
|
3354
|
+
`}},tn([l.property({type:Boolean})],o.CardHeader.prototype,"bordered",2),o.CardHeader=tn([l.customElement("rtg-card-header")],o.CardHeader);var ra=Object.getOwnPropertyDescriptor,na=(i,t,r,n)=>{for(var e=n>1?void 0:n?ra(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.CardTitle=class extends d.LitElement{get _titleSlot(){return this.querySelector('[data-slot="card-title"]')}firstUpdated(t){Array.from(this.childNodes).forEach(r=>{var n;r!==this._titleSlot&&((n=this._titleSlot)==null||n.appendChild(r))})}createRenderRoot(){return this}render(){return d.html`<div data-slot="card-title"></div>`}},o.CardTitle=na([l.customElement("rtg-card-title")],o.CardTitle);var oa=Object.getOwnPropertyDescriptor,ia=(i,t,r,n)=>{for(var e=n>1?void 0:n?oa(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.CardDescription=class extends d.LitElement{get _descriptionSlot(){return this.querySelector('[data-slot="card-description"]')}firstUpdated(t){Array.from(this.childNodes).forEach(r=>{var n;r!==this._descriptionSlot&&((n=this._descriptionSlot)==null||n.appendChild(r))})}createRenderRoot(){return this}render(){return d.html`<div data-slot="card-description"></div>`}},o.CardDescription=ia([l.customElement("rtg-card-description")],o.CardDescription);var aa=Object.getOwnPropertyDescriptor,sa=(i,t,r,n)=>{for(var e=n>1?void 0:n?aa(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.CardAction=class extends d.LitElement{get _actionSlot(){return this.querySelector('[data-slot="card-action"]')}firstUpdated(t){Array.from(this.childNodes).forEach(r=>{var n;r!==this._actionSlot&&((n=this._actionSlot)==null||n.appendChild(r))})}createRenderRoot(){return this}render(){return d.html`<div data-slot="card-action"></div>`}},o.CardAction=sa([l.customElement("rtg-card-action")],o.CardAction);var la=Object.getOwnPropertyDescriptor,ca=(i,t,r,n)=>{for(var e=n>1?void 0:n?la(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.CardContent=class extends d.LitElement{get _contentSlot(){return this.querySelector('[data-slot="card-content"]')}firstUpdated(t){Array.from(this.childNodes).forEach(r=>{var n;r!==this._contentSlot&&((n=this._contentSlot)==null||n.appendChild(r))})}createRenderRoot(){return this}render(){return d.html`<div data-slot="card-content"></div>`}},o.CardContent=ca([l.customElement("rtg-card-content")],o.CardContent);var da=Object.defineProperty,ua=Object.getOwnPropertyDescriptor,en=(i,t,r,n)=>{for(var e=n>1?void 0:n?ua(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&da(t,r,e),e};o.CardFooter=class extends d.LitElement{get _footerSlot(){return this.querySelector('[data-slot="card-footer"]')}firstUpdated(t){Array.from(this.childNodes).forEach(r=>{var n;r!==this._footerSlot&&((n=this._footerSlot)==null||n.appendChild(r))})}createRenderRoot(){return this}render(){return d.html`
|
|
3355
3355
|
<div data-slot="card-footer" ?data-bordered=${this.bordered}></div>
|
|
3356
|
-
`}},
|
|
3356
|
+
`}},en([l.property({type:Boolean})],o.CardFooter.prototype,"bordered",2),o.CardFooter=en([l.customElement("rtg-card-footer")],o.CardFooter);const at={root:["rtg-relative rtg-mx-carousel-space-mx rtg-h-carousel-space-h rtg-w-carousel-space-w"],viewport:["rtg-w-carousel-viewport-space-w rtg-h-carousel-viewport-space-h rtg-overflow-hidden"],slidesWrapper:{base:["rtg-flex rtg-transition-transform rtg-duration-carousel-transition-duration rtg-ease-carousel-transition-timing-function"],orientation:{horizontal:["rtg-flex-row"],vertical:["rtg-flex-col"]}},slide:{base:["rtg-min-w-0 rtg-basis-carousel-slide-basis rtg-h-carousel-slide-space-h rtg-flex-shrink-0 rtg-flex-grow-0 rtg-transition-transform rtg-duration-carousel-transition-duration rtg-px-carousel-slide-space-px rtg-py-carousel-slide-space-py"],size:{true:["lg:rtg-basis-carousel-slide-size-basis-lg lg:rtg-h-carousel-slide-size-space-h-lg md:rtg-basis-carousel-slide-size-basis-md md:rtg-h-carousel-slide-size-space-h-md"],false:[""]}},controls:{base:["rtg-absolute rtg-z-10 rtg-flex"],orientation:{horizontal:["rtg-top-carousel-control-horizontal-space-top rtg-left-carousel-control-horizontal-space-left rtg-right-carousel-control-horizontal-space-right rtg-justify-between"],vertical:["rtg-w-carousel-control-vertical-space-w rtg-h-carousel-control-vertical-space-h rtg-top-0 rtg-flex-col rtg-justify-between rtg-items-center"]}},controlButton:{base:["rtg-bg-carousel-button-color-bg rtg-text-carousel-button-color-text rtg-border-none rtg-px-carousel-button-space-px rtg-py-carousel-button-space-py rtg-cursor-pointer rtg-z-10 rtg-rounded-carousel-button-radius rtg-w-carousel-button-space-w rtg-h-carousel-button-space-h rtg-flex rtg-items-center rtg-justify-center hover:rtg-bg-carousel-button-color-bg-hover disabled:rtg-opacity-carousel-button-opacity-disabled"],orientation:{verticalPrev:["rtg-relative rtg-top-carousel-button-vertical-prev-space-top rtg-rotate-90"],verticalNext:["rtg-relative rtg-top-carousel-button-vertical-next-space-top rtg-rotate-90"]}}};var ga=Object.defineProperty,pa=Object.getOwnPropertyDescriptor,jt=(i,t,r,n)=>{for(var e=n>1?void 0:n?pa(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&ga(t,r,e),e};o.Carousel=class extends d.LitElement{constructor(){super(...arguments),this.currentIndex=0,this.items=[],this.orientation="horizontal",this.size=!1,this.handleResize=()=>{this.updateSlides(),this.currentIndex=0,this.querySelectorAll(".slide").forEach(r=>{r.className=this.getSlideClasses()})}}createRenderRoot(){return this}firstUpdated(){this.restructureSlides()}restructureSlides(){const t=this.querySelector(".slides");if(t)for(let r=0;r<this.items.length;r++){const n=`slide-${r}`,e=this.querySelector(`[slot="${n}"]`);if(e&&e.parentElement!==t){const a=document.createElement("div");a.className=this.getSlideClasses(),t.appendChild(a),a.appendChild(e)}}}getSlideClasses(){return u(at.slide.base,this.size?at.slide.size.true:at.slide.size.false)}nextSlide(){this.currentIndex<this.items.length-1&&(this.currentIndex+=1,this.updateSlides())}prevSlide(){this.currentIndex>0&&(this.currentIndex-=1,this.updateSlides())}updateSlides(){let t;this.size?window.innerWidth>=1024?t=33.3333:window.innerWidth>=768?t=50:t=100:t=100;const r=this.orientation==="vertical"?100/this.items.length:100;this.slides&&(this.slides.style.transform=this.orientation==="horizontal"?`translateX(-${this.currentIndex*t}%)`:`translateY(-${this.currentIndex*r}%)`)}connectedCallback(){super.connectedCallback(),window.addEventListener("resize",this.handleResize)}disconnectedCallback(){super.disconnectedCallback(),window.removeEventListener("resize",this.handleResize)}render(){const t=this.currentIndex===0,r=this.size?window.innerWidth>=1024?3:window.innerWidth>=768?2:1:1,n=this.currentIndex>=this.items.length-r,e=u(at.slidesWrapper.base,at.slidesWrapper.orientation[this.orientation]),a=u(at.controls.base,at.controls.orientation[this.orientation]),s=u(at.controlButton.base,this.orientation==="vertical"&&at.controlButton.orientation.verticalPrev),m=u(at.controlButton.base,this.orientation==="vertical"&&at.controlButton.orientation.verticalNext);return d.html`
|
|
3357
3357
|
<div
|
|
3358
3358
|
part="rtg-carousel"
|
|
3359
|
-
class="${u(
|
|
3359
|
+
class="${u(at.root,this.className)}"
|
|
3360
3360
|
size="${this.size}"
|
|
3361
3361
|
orientation="${this.orientation}"
|
|
3362
3362
|
>
|
|
3363
|
-
<div class="${u(
|
|
3363
|
+
<div class="${u(at.viewport,this.className)}">
|
|
3364
3364
|
<div class="slides ${e}"></div>
|
|
3365
3365
|
|
|
3366
3366
|
<div class="${a}">
|
|
@@ -3369,7 +3369,7 @@ body {
|
|
|
3369
3369
|
?disabled="${t}"
|
|
3370
3370
|
class="${s}"
|
|
3371
3371
|
>
|
|
3372
|
-
${
|
|
3372
|
+
${Wo()}
|
|
3373
3373
|
</button>
|
|
3374
3374
|
|
|
3375
3375
|
<button
|
|
@@ -3377,39 +3377,39 @@ body {
|
|
|
3377
3377
|
?disabled="${n}"
|
|
3378
3378
|
class="${m}"
|
|
3379
3379
|
>
|
|
3380
|
-
${
|
|
3380
|
+
${Xo()}
|
|
3381
3381
|
</button>
|
|
3382
3382
|
</div>
|
|
3383
3383
|
</div>
|
|
3384
3384
|
</div>
|
|
3385
|
-
`}},
|
|
3385
|
+
`}},jt([l.property({type:Number})],o.Carousel.prototype,"currentIndex",2),jt([l.property({type:Array})],o.Carousel.prototype,"items",2),jt([l.property({type:String})],o.Carousel.prototype,"orientation",2),jt([l.property({type:Boolean})],o.Carousel.prototype,"size",2),jt([l.query(".slides")],o.Carousel.prototype,"slides",2),o.Carousel=jt([l.customElement("rtg-carousel")],o.Carousel);const Qt={empty:["rtg-py-combo-box-empty-space-py","rtg-text-center","rtg-text-combo-box-empty-font"],group:{base:["rtg-pointer-events-none","rtg-invisible","rtg-absolute","rtg-z-50","rtg-mt-combo-box-group-space-mt","rtg-max-h-combo-box-group-space-max-h","rtg-w-combo-box-group-space-w","rtg-origin-top","rtg-scale-y-0","rtg-transform","rtg-overflow-hidden","rtg-overflow-y-auto","rtg-rounded-combo-box-group-radius","rtg-border-combo-box-group-width-border","rtg-border-combo-box-group-color-border","rtg-bg-combo-box-group-color-bg","rtg-px-combo-box-group-space-px","rtg-py-combo-box-group-space-py","rtg-opacity-0","rtg-shadow-combo-box-group-shadow","rtg-transition-opacity","rtg-duration-combo-box-group-transition-duration","rtg-ease-combo-box-group-transition-timing-function","[&::-webkit-scrollbar]:rtg-w-0"]},input:["rtg-flex","rtg-h-combo-box-input-space-h","rtg-w-combo-box-input-space-w","rtg-rounded-combo-box-input-radius","rtg-border-0","rtg-bg-combo-box-input-color-bg","rtg-px-combo-box-input-space-px","rtg-py-combo-box-input-space-py","rtg-text-combo-box-input-font","rtg-text-combo-box-input-color-text","rtg-shadow-none","placeholder:rtg-text-combo-box-input-color-text-placeholder","focus:rtg-outline-none","focus-visible:rtg-ring-0"],trigger:{base:["rtg-z-20","rtg-flex","rtg-h-combo-box-trigger-space-h","rtg-flex-row-reverse","rtg-items-center","rtg-justify-between","rtg-rounded-combo-box-trigger-radius","rtg-border-combo-box-trigger-width-border","rtg-border-combo-box-trigger-color-border","rtg-bg-combo-box-trigger-color-bg","rtg-px-combo-box-trigger-space-px","rtg-py-combo-box-trigger-space-py","rtg-text-combo-box-trigger-font","focus:rtg-outline-none","focus:rtg-ring-combo-box-trigger-width-ring-focus","focus:rtg-ring-combo-box-trigger-color-ring-focus","focus:rtg-ring-offset-combo-box-trigger-width-ring-offset-focus","disabled:rtg-cursor-not-allowed","disabled:rtg-opacity-combo-box-trigger-opacity-disabled"]},value:["rtg-line-clamp-1","rtg-flex","rtg-w-combo-box-value-space-w"],item:{base:["rtg-flex","rtg-w-combo-box-item-space-w","rtg-cursor-pointer","rtg-flex-row-reverse","rtg-items-center","rtg-justify-between","rtg-rounded-combo-box-item-radius","rtg-px-combo-box-item-space-px","rtg-py-combo-box-item-space-py","hover:rtg-bg-accent","focus:rtg-bg-combo-box-item-color-bg-hover","focus:rtg-outline-none"]}};var ha=Object.defineProperty,ma=Object.getOwnPropertyDescriptor,rn=(i,t,r,n)=>{for(var e=n>1?void 0:n?ma(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&ha(t,r,e),e};o.ComboBoxTrigger=class extends h{constructor(){super(...arguments),this.handleClick=()=>{this._comboBox&&([...document.getElementsByTagName("rtg-combo-box")].forEach(r=>{var n;r.uuid!==((n=this._comboBox)==null?void 0:n.uuid)&&(r.isOpen=!1)}),this._comboBox.isOpen=!this._comboBox.isOpen)}}get _comboBox(){let t=this.parentElement;for(;t&&!(t instanceof o.ComboBox);)t=t.parentElement;return t}getAttributesToExclude(){return[]}createRenderRoot(){return this}firstUpdated(t){super.firstUpdated(t),this.moveLightDomChildrenInto(this.buttonElement),this.addEventListener("click",r=>{r.stopPropagation()})}render(){return d.html`
|
|
3386
3386
|
<button
|
|
3387
3387
|
type="button"
|
|
3388
3388
|
part="combo-box-trigger-button"
|
|
3389
3389
|
role="tab"
|
|
3390
|
-
class="${u(
|
|
3390
|
+
class="${u(Qt.trigger.base,this.className)}"
|
|
3391
3391
|
tabindex="-1"
|
|
3392
3392
|
data-orientation="horizontal"
|
|
3393
3393
|
data-radix-collection-item=""
|
|
3394
3394
|
@click=${this.handleClick}
|
|
3395
3395
|
>
|
|
3396
|
-
${
|
|
3396
|
+
${Yo()}
|
|
3397
3397
|
</button>
|
|
3398
|
-
`}},
|
|
3398
|
+
`}},rn([l.query("button")],o.ComboBoxTrigger.prototype,"buttonElement",2),o.ComboBoxTrigger=rn([l.customElement("rtg-combo-box-trigger")],o.ComboBoxTrigger);var fa=Object.defineProperty,va=Object.getOwnPropertyDescriptor,nn=(i,t,r,n)=>{for(var e=n>1?void 0:n?va(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&fa(t,r,e),e};o.ComboBoxValue=class extends d.LitElement{constructor(){super(...arguments),this.placeholder="select a value",this.handleClick=()=>{this._comboBox&&([...document.getElementsByTagName("rtg-combo-box")].forEach(r=>{var n;r.uuid!==((n=this._comboBox)==null?void 0:n.uuid)&&(r.isOpen=!1)}),this._comboBox.isOpen=!this._comboBox.isOpen)},this.renderLabel=()=>this._comboBox&&this._comboBox.selectedValue.length>0?this._comboBox.selectedValue:this.placeholder}get _comboBox(){let t=this.parentElement;for(;t&&!(t instanceof o.ComboBox);)t=t.parentElement;return t}connectedCallback(){super.connectedCallback(),document.addEventListener("clicked-combo-box-item",()=>{this.requestUpdate()})}firstUpdated(t){super.firstUpdated(t),this.addEventListener("click",r=>{r.stopPropagation()})}createRenderRoot(){return this}render(){return d.html`
|
|
3399
3399
|
<span
|
|
3400
3400
|
part="combo-box-value"
|
|
3401
|
-
class="${u(
|
|
3401
|
+
class="${u(Qt.value,this.className)}"
|
|
3402
3402
|
@click=${this.handleClick}
|
|
3403
3403
|
>${this.renderLabel()}</span
|
|
3404
3404
|
>
|
|
3405
|
-
`}},
|
|
3405
|
+
`}},nn([l.property({type:String})],o.ComboBoxValue.prototype,"placeholder",2),o.ComboBoxValue=nn([l.customElement("rtg-combo-box-value")],o.ComboBoxValue);var ba=Object.defineProperty,ya=Object.getOwnPropertyDescriptor,tr=(i,t,r,n)=>{for(var e=n>1?void 0:n?ya(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&ba(t,r,e),e};o.Separator=class extends d.LitElement{constructor(){super(...arguments),this.orientation="horizontal"}createRenderRoot(){return this}render(){return d.html`
|
|
3406
3406
|
<div
|
|
3407
3407
|
data-slot="separator"
|
|
3408
3408
|
data-orientation=${this.orientation}
|
|
3409
3409
|
role=${this.decorative?"none":"separator"}
|
|
3410
3410
|
aria-orientation=${this.decorative?d.nothing:this.orientation}
|
|
3411
3411
|
></div>
|
|
3412
|
-
`}},
|
|
3412
|
+
`}},tr([l.property({type:String})],o.Separator.prototype,"orientation",2),tr([l.property({type:Boolean})],o.Separator.prototype,"decorative",2),o.Separator=tr([l.customElement("rtg-separator")],o.Separator);var wa=Object.defineProperty,_a=Object.getOwnPropertyDescriptor,fe=(i,t,r,n)=>{for(var e=n>1?void 0:n?_a(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&wa(t,r,e),e};o.ComboBoxGroup=class extends h{constructor(){super(...arguments),this.searchKey="",this.focusedIndex=0,this.selectedValue="",this.isOpen=!1,this.handleItemClicked=()=>{this.requestUpdate()},this.handleTriggerComboBox=t=>{var r,n;t.detail.isOpen!==((r=this._comboBox)==null?void 0:r.isOpen)&&this.requestUpdate(),t.detail.isOpen&&((n=this._comboBox)!=null&&n.selectedValue)&&(this.focusedIndex=this.comboBoxItems.findIndex(e=>{var a;return e.getAttribute("value")===((a=this._comboBox)==null?void 0:a.selectedValue)}),this.requestUpdate())},this.handleKeyDown=t=>{var n;if(!((n=this._comboBox)!=null&&n.isOpen))return;t.preventDefault();const r=this.filteredItems;switch(t.key){case"ArrowDown":if(r.length===0)return;this.focusedIndex=(this.focusedIndex+1)%r.length;break;case"ArrowUp":if(r.length===0)return;this.focusedIndex=(this.focusedIndex-1+r.length)%r.length;break;case"Enter":if(this.focusedIndex>=0&&this.focusedIndex<r.length){const e=r[this.focusedIndex].getAttribute("value");this.dispatchEvent(new CustomEvent("clicked-combo-box-item",{bubbles:!0,composed:!0,detail:{selectedItem:e}}))}break}},this.handleMouseOver=(t,r)=>{t.preventDefault(),this.focusedIndex=r},this.onSelectedValue=(t,r)=>{this.focusedIndex=r,this.selectedValue=t},this.boundHandleComboBoxStateChanged=this.handleComboBoxStateChanged.bind(this),this.boundHandleKeyDown=this.handleKeyDown.bind(this)}get comboBoxItems(){return Array.from(this.querySelectorAll('[data-managed="true"][tag="rtg-combo-box-item"], rtg-combo-box-item')).filter(t=>t.hasAttribute("value"))}get comboBoxInput(){return this.querySelector("rtg-combo-box-input")}get comboBoxEmpty(){return this.querySelector("rtg-combo-box-empty")}get hasResults(){return!this.filteredItems.length}get filteredItems(){var r;const t=(r=this.searchKey)==null?void 0:r.toLowerCase();return this.comboBoxItems.filter(n=>{var e;return(e=n.getAttribute("value"))==null?void 0:e.toLowerCase().includes(t)})}get _comboBox(){let t=this.parentElement;for(;t&&!(t instanceof o.ComboBox);)t=t.parentElement;return t}handleComboBoxStateChanged(t){var a;const{isOpen:r,targetComboBoxId:n}=t.detail;if(this.isOpen=r,n!==((a=this._comboBox)==null?void 0:a.uuid))return;const e=this.renderRoot.querySelector('[part="select-group"]');e&&(r?(clearTimeout(e._hideTimeout),e.classList.remove("rtg-scale-y-0","rtg-opacity-0"),e.classList.add("rtg-scale-y-100","rtg-opacity-100"),e.classList.remove("rtg-invisible","rtg-pointer-events-none"),e.classList.add("rtg-visible","rtg-pointer-events-auto")):(e.classList.remove("rtg-opacity-100"),e.classList.add("rtg-opacity-0"),e._hideTimeout=setTimeout(()=>{e.classList.remove("rtg-visible","rtg-pointer-events-auto","rtg-scale-y-100"),e.classList.add("rtg-invisible","rtg-pointer-events-none","rtg-scale-y-0")},300)))}moveChildren(){const t=this.renderRoot.querySelector('[part="select-group"]');if(!t)return;const r={top:t.querySelector("#topSlot"),empty:t.querySelector("#emptySlot"),list:t.querySelector("#listSlot")},n={"rtg-combo-box-input":"top","rtg-combo-box-empty":"empty","rtg-combo-box-item":"list"};Array.from(this.children).forEach(e=>{var m;const a=e.tagName.toLowerCase(),s=n[a];s&&(e.setAttribute("data-managed","true"),(m=r[s])==null||m.appendChild(e))})}renderFilteredItems(){return this.comboBoxItems.forEach(t=>t.setAttribute("hidden","true")),this.filteredItems.map((t,r)=>{var s;const n=t.getAttribute("value")??"",e=r===this.focusedIndex,a=n.toLowerCase()===((s=this._comboBox)==null?void 0:s.selectedValue.toLowerCase());return d.html`
|
|
3413
3413
|
<rtg-combo-box-item
|
|
3414
3414
|
@mouseover="${m=>this.handleMouseOver(m,r)}"
|
|
3415
3415
|
.value=${n}
|
|
@@ -3423,7 +3423,7 @@ body {
|
|
|
3423
3423
|
`})}getAttributesToExclude(){return[]}connectedCallback(){super.connectedCallback(),document.addEventListener("rtg-combo-box-state-changed",this.boundHandleComboBoxStateChanged),document.addEventListener("clicked-combo-box-item",this.handleItemClicked),document.addEventListener("trigger-combo-box",this.handleTriggerComboBox)}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("clicked-combo-box-item",this.handleItemClicked),document.removeEventListener("trigger-combo-box",this.handleTriggerComboBox),document.removeEventListener("rtg-combo-box-state-changed",this.boundHandleComboBoxStateChanged),document.removeEventListener("keydown",this.boundHandleKeyDown)}firstUpdated(t){this.moveChildren(),document.addEventListener("keydown",this.boundHandleKeyDown)}createRenderRoot(){return this}render(){return d.html`
|
|
3424
3424
|
<div
|
|
3425
3425
|
part="select-group"
|
|
3426
|
-
class="${u(
|
|
3426
|
+
class="${u(Qt.group.base,this.className)}"
|
|
3427
3427
|
data-hs-combo-box-output=""
|
|
3428
3428
|
data-testId="select-group"
|
|
3429
3429
|
>
|
|
@@ -3436,11 +3436,11 @@ body {
|
|
|
3436
3436
|
${this.renderFilteredItems()}
|
|
3437
3437
|
</div>
|
|
3438
3438
|
</div>
|
|
3439
|
-
`}},
|
|
3439
|
+
`}},fe([l.state()],o.ComboBoxGroup.prototype,"searchKey",2),fe([l.state()],o.ComboBoxGroup.prototype,"focusedIndex",2),fe([l.state()],o.ComboBoxGroup.prototype,"selectedValue",2),fe([l.state()],o.ComboBoxGroup.prototype,"isOpen",2),o.ComboBoxGroup=fe([l.customElement("rtg-combo-box-group")],o.ComboBoxGroup);var Ca=Object.defineProperty,xa=Object.getOwnPropertyDescriptor,ht=(i,t,r,n)=>{for(var e=n>1?void 0:n?xa(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Ca(t,r,e),e};o.ComboBoxItem=class extends h{constructor(){super(...arguments),this.value="",this.key="",this.tabindex=0,this.isSelected=!1,this.isFocus=!1,this.class="",this.selectItemIndex=-1,this.onSelect=(t,r)=>{},this.onMouseOver=(t,r)=>{},this.handleClick=t=>{this.onSelect(this.value,this.selectItemIndex),t.stopPropagation();const r=new CustomEvent("clicked-combo-box-item",{bubbles:!0,composed:!0,detail:{selectedItem:this.value}});this.dispatchEvent(r)}}getAttributesToExclude(){return["aria-orientation","role","data-orientation","data-testid"]}connectedCallback(){super.connectedCallback()}firstUpdated(t){this.moveLightDomChildrenInto(this.itemDivContainer)}createRenderRoot(){return this}render(){const t=this.getFilteredAttributes();return d.html`
|
|
3440
3440
|
<div
|
|
3441
|
-
${
|
|
3441
|
+
${Q(t)}
|
|
3442
3442
|
@click=${this.handleClick}
|
|
3443
|
-
class="${u(
|
|
3443
|
+
class="${u(Qt.item.base,this.className)}"
|
|
3444
3444
|
data-hs-combo-box-value=${this.value}
|
|
3445
3445
|
aria-selected="${this.isSelected}"
|
|
3446
3446
|
data-selected="${this.isSelected}"
|
|
@@ -3449,16 +3449,16 @@ body {
|
|
|
3449
3449
|
<span
|
|
3450
3450
|
class="${this.isSelected?"rtg-visible":"rtg-invisible"} data-hs-combo-box-value rtg-mr-2"
|
|
3451
3451
|
>
|
|
3452
|
-
${
|
|
3452
|
+
${Zo()}
|
|
3453
3453
|
</span>
|
|
3454
3454
|
</div>
|
|
3455
|
-
`}},
|
|
3455
|
+
`}},ht([l.property({type:String})],o.ComboBoxItem.prototype,"value",2),ht([l.property({type:String})],o.ComboBoxItem.prototype,"key",2),ht([l.property({type:Number})],o.ComboBoxItem.prototype,"tabindex",2),ht([l.property({type:Boolean})],o.ComboBoxItem.prototype,"isSelected",2),ht([l.property({type:Boolean})],o.ComboBoxItem.prototype,"isFocus",2),ht([l.property({type:String})],o.ComboBoxItem.prototype,"class",2),ht([l.property({type:Number})],o.ComboBoxItem.prototype,"selectItemIndex",2),ht([l.property({type:Function})],o.ComboBoxItem.prototype,"onSelect",2),ht([l.property({type:Function})],o.ComboBoxItem.prototype,"onMouseOver",2),ht([l.query("#rtg-combo-box-item")],o.ComboBoxItem.prototype,"itemDivContainer",2),o.ComboBoxItem=ht([l.customElement("rtg-combo-box-item")],o.ComboBoxItem);var Ea=Object.defineProperty,$a=Object.getOwnPropertyDescriptor,er=(i,t,r,n)=>{for(var e=n>1?void 0:n?$a(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Ea(t,r,e),e};o.ComboBoxInput=class extends d.LitElement{constructor(){super(...arguments),this.placeholder="Search Item ...",this.searchValue=""}get _comboBoxGroup(){let t=this.parentElement;for(;t&&!(t instanceof o.ComboBoxGroup);)t=t.parentElement;return t}handleSearch(t){t.stopPropagation();const r=t.target;this.searchValue=r.value,this._comboBoxGroup&&(this._comboBoxGroup.searchKey=this.searchValue)}handleKeyDown(t){t.stopPropagation()}createRenderRoot(){return this}render(){return d.html`
|
|
3456
3456
|
<div class="rtg-flex rtg-items-center rtg-px-2">
|
|
3457
|
-
${
|
|
3457
|
+
${Qo()}
|
|
3458
3458
|
<input
|
|
3459
3459
|
part="combo-box-input"
|
|
3460
3460
|
type="text"
|
|
3461
|
-
class="${u(
|
|
3461
|
+
class="${u(Qt.input,this.className)}"
|
|
3462
3462
|
placeholder=${this.placeholder}
|
|
3463
3463
|
autocomplete="off"
|
|
3464
3464
|
autocorrect="off"
|
|
@@ -3470,62 +3470,62 @@ body {
|
|
|
3470
3470
|
@keydown="${this.handleKeyDown}"
|
|
3471
3471
|
/>
|
|
3472
3472
|
</div>
|
|
3473
|
-
`}},
|
|
3473
|
+
`}},er([l.property({type:String})],o.ComboBoxInput.prototype,"placeholder",2),er([l.state()],o.ComboBoxInput.prototype,"searchValue",2),o.ComboBoxInput=er([l.customElement("rtg-combo-box-input")],o.ComboBoxInput);var Sa=Object.getOwnPropertyDescriptor,Oa=(i,t,r,n)=>{for(var e=n>1?void 0:n?Sa(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.ComboBoxEmpty=class extends h{createRenderRoot(){return this}getAttributesToExclude(){return[]}firstUpdated(t){this.removeDuplicateContent()}render(){return d.html`
|
|
3474
3474
|
<div
|
|
3475
|
-
class="${u(
|
|
3475
|
+
class="${u(Qt.empty,this.className)}"
|
|
3476
3476
|
role="presentation"
|
|
3477
3477
|
>
|
|
3478
3478
|
${Array.from(this.childNodes)[0].textContent}
|
|
3479
3479
|
</div>
|
|
3480
|
-
`}},o.ComboBoxEmpty=
|
|
3480
|
+
`}},o.ComboBoxEmpty=Oa([l.customElement("rtg-combo-box-empty")],o.ComboBoxEmpty);var Pa=Object.defineProperty,Da=Object.getOwnPropertyDescriptor,_t=(i,t,r,n)=>{for(var e=n>1?void 0:n?Da(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Pa(t,r,e),e};o.ComboBox=class extends h{constructor(){super(),this.isOpen=!1,this.selectedValue="",this.searchTerm="",this.focusedIndex=-1,this.filteredItems=[],this.uuid=He(),this.label="Select an item",this.items=[],this.handleClickOutside=t=>{var e;const r=(e=this.renderRoot)==null?void 0:e.querySelector("[data-combo-box-uuid]"),n=t.target;if(!n.tagName.includes("RTG-COMBO")&&!(n.shadowRoot&&n.shadowRoot.innerHTML.includes(r==null?void 0:r.innerHTML))){if(this.isOpen&&!r||!(r!=null&&r.contains(n)))this.isOpen=!1;else if(!(n==null?void 0:n.firstElementChild))return}}}connectedCallback(){super.connectedCallback(),document.addEventListener("clicked-combo-box-item",t=>{this.isOpen&&(this.selectedValue=t.detail.selectedItem,this.isOpen=!1,this.requestUpdate())})}getAttributesToExclude(){return[]}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this.parentDiveElement),this.items&&this.items.length>0&&(this.filteredItems=this.items.filter(r=>r.toLowerCase().includes(this.searchTerm)))}updated(t){super.updated(t),t.has("isOpen")&&(this.dispatchEvent(new CustomEvent("rtg-combo-box-state-changed",{detail:{isOpen:this.isOpen,targetComboBoxId:this.uuid},bubbles:!0,composed:!0})),this.isOpen?document.addEventListener("mousedown",this.handleClickOutside):document.removeEventListener("mousedown",this.handleClickOutside))}disconnectedCallback(){document.removeEventListener("mousedown",this.handleClickOutside),super.disconnectedCallback()}selectItem(t){const r=t.target;if(r instanceof HTMLElement){const n=r.closest("rtg-combo-box-item");n?(this.selectedValue=n.getAttribute("data-hs-combo-box-value")||"",this.isOpen=!1):console.log("No valid rtg-combo-box-item found")}else console.log("Event target is not an HTMLElement")}render(){return d.html`
|
|
3481
3481
|
<div
|
|
3482
3482
|
class="${u("rtg-relative",this.className)}"
|
|
3483
3483
|
data-hs-combo-box=""
|
|
3484
3484
|
data-combo-box-uuid=${this.uuid}
|
|
3485
3485
|
part="combo-box"
|
|
3486
3486
|
></div>
|
|
3487
|
-
`}},
|
|
3487
|
+
`}},_t([l.property({type:Boolean})],o.ComboBox.prototype,"isOpen",2),_t([l.state()],o.ComboBox.prototype,"selectedValue",2),_t([l.state()],o.ComboBox.prototype,"searchTerm",2),_t([l.state()],o.ComboBox.prototype,"focusedIndex",2),_t([l.state()],o.ComboBox.prototype,"filteredItems",2),_t([l.state()],o.ComboBox.prototype,"uuid",2),_t([l.property({type:String})],o.ComboBox.prototype,"label",2),_t([l.property({type:Array})],o.ComboBox.prototype,"items",2),_t([l.query('[part="combo-box"]')],o.ComboBox.prototype,"parentDiveElement",2),o.ComboBox=_t([l.customElement("rtg-combo-box")],o.ComboBox);const rr={root:[""],trigger:[""],content:["rtg-fixed rtg-z-50","rtg-p-hover-card-content-space-p","rtg-w-hover-card-content-space-w","rtg-text-hover-card-content-color-text","rtg-bg-hover-card-content-color-bg","rtg-rounded-hover-card-content-radius rtg-border-hover-card-content-width-border rtg-border-hover-card-content-color-border rtg-outline-hidden","rtg-shadow-hover-card-content-shadow","data-[state=open]:rtg-animate-in data-[state=open]:rtg-fade-in-0 data-[state=open]:rtg-zoom-in-95","data-[state=closed]:rtg-animate-out data-[state=closed]:rtg-fade-out-0 data-[state=closed]:rtg-zoom-out-95","data-[side=bottom]:rtg-slide-in-from-top-2 data-[side=left]:rtg-slide-in-from-right-2 data-[side=right]:rtg-slide-in-from-left-2 data-[side=top]:rtg-slide-in-from-bottom-2"]};var ka=Object.defineProperty,Ra=Object.getOwnPropertyDescriptor,nr=(i,t,r,n)=>{for(var e=n>1?void 0:n?Ra(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&ka(t,r,e),e};o.HoverContent=class extends h{constructor(){super(...arguments),this.state="closed",this.isOpen=!1,this.onStateChange=t=>{const r=t.detail.isOpen;this.state=r?"open":"closed"},this.handlePointerLeaveCheck=t=>{this.contains(t.relatedTarget)||(this.isOpen=!1)}}connectedCallback(){super.connectedCallback(),document.addEventListener("hover-card-state-change",this.onStateChange),this.addEventListener("mouseenter",this.handlePointerLeaveCheck),this.addEventListener("mouseleave",this.handlePointerLeaveCheck)}disconnectedCallback(){document.removeEventListener("hover-card-state-change",this.onStateChange),this.removeEventListener("mouseenter",this.handlePointerLeaveCheck),this.removeEventListener("mouseleave",this.handlePointerLeaveCheck),super.disconnectedCallback()}updated(t){super.updated(t),this.isOpen=this.state==="open"}createRenderRoot(){return this}getAttributesToExclude(){return[]}firstUpdated(t){this.moveLightDomChildrenInto(this.renderRoot.querySelector("#rtg-hover-card-content"))}render(){return d.html`
|
|
3488
3488
|
<div
|
|
3489
3489
|
id="rtg-hover-card-content"
|
|
3490
3490
|
part="hover-card-content"
|
|
3491
|
-
class=${u(
|
|
3491
|
+
class=${u(rr.content,this.className)}
|
|
3492
3492
|
style="display: ${this.isOpen?"block":"none"};"
|
|
3493
3493
|
></div>
|
|
3494
|
-
`}},
|
|
3494
|
+
`}},nr([l.property({attribute:"data-state",type:String})],o.HoverContent.prototype,"state",2),nr([l.state()],o.HoverContent.prototype,"isOpen",2),o.HoverContent=nr([l.customElement("rtg-hover-card-content")],o.HoverContent);var Ia=Object.getOwnPropertyDescriptor,Aa=(i,t,r,n)=>{for(var e=n>1?void 0:n?Ia(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.HoverCardTrigger=class extends h{getAttributesToExclude(){return["value","defaultValue"]}createRenderRoot(){return this}firstUpdated(t){this.removeDuplicateContent()}render(){return d.html`
|
|
3495
3495
|
<div
|
|
3496
3496
|
id="rtg-hover-card-trigger"
|
|
3497
3497
|
part="rtg-hover-card-trigger"
|
|
3498
|
-
class=${u(
|
|
3498
|
+
class=${u(rr.trigger,this.className)}
|
|
3499
3499
|
>
|
|
3500
3500
|
${Array.from(this.children)}
|
|
3501
3501
|
</div>
|
|
3502
|
-
`}},o.HoverCardTrigger=
|
|
3502
|
+
`}},o.HoverCardTrigger=Aa([l.customElement("rtg-hover-card-trigger")],o.HoverCardTrigger);var Ta=Object.defineProperty,La=Object.getOwnPropertyDescriptor,on=(i,t,r,n)=>{for(var e=n>1?void 0:n?La(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Ta(t,r,e),e};o.HoverCard=class extends h{constructor(){super(...arguments),this.isOpen=!1,this.hoverTimeout=null,this.openCard=()=>{var t;this.hoverTimeout&&(clearTimeout(this.hoverTimeout),this.hoverTimeout=null),this.isOpen||(this.isOpen=!0,(t=this._content)==null||t.dispatchEvent(new CustomEvent("hover-card-state-change",{detail:{isOpen:!0}})))},this.closeCard=()=>{this.hoverTimeout=setTimeout(()=>{var t;this.isOpen=!1,(t=this._content)==null||t.dispatchEvent(new CustomEvent("hover-card-state-change",{detail:{isOpen:!1}}))},150)}}get _containerElement(){return this.renderRoot.querySelector("#rtg-hover-card-container")}get _content(){return this.renderRoot.querySelector("rtg-hover-card-content")}get _trigger(){return this.renderRoot.querySelector("rtg-hover-card-trigger")}getAttributesToExclude(){return[]}updated(t){super.updated(t);const r=this._content;r&&(r.dataset.state=this.isOpen?"open":"closed")}connectedCallback(){super.connectedCallback()}disconnectedCallback(){const t=this._trigger,r=this._content;t==null||t.removeEventListener("mouseenter",this.openCard),t==null||t.removeEventListener("mouseleave",this.closeCard),r==null||r.removeEventListener("mouseenter",this.openCard),r==null||r.removeEventListener("mouseleave",this.closeCard),this.hoverTimeout&&clearTimeout(this.hoverTimeout),super.disconnectedCallback()}createRenderRoot(){return this}firstUpdated(t){const r=this._containerElement;this.moveLightDomChildrenInto(r);const n=this._trigger,e=this._content;n==null||n.addEventListener("mouseenter",this.openCard),n==null||n.addEventListener("mouseleave",this.closeCard),e==null||e.addEventListener("mouseenter",this.openCard),e==null||e.addEventListener("mouseleave",this.closeCard)}render(){return d.html`
|
|
3503
3503
|
<div
|
|
3504
3504
|
id="rtg-hover-card-container"
|
|
3505
3505
|
part="hover-card"
|
|
3506
|
-
class=${u(
|
|
3506
|
+
class=${u(rr.root,this.className)}
|
|
3507
3507
|
></div>
|
|
3508
|
-
`}},
|
|
3508
|
+
`}},on([l.state()],o.HoverCard.prototype,"isOpen",2),o.HoverCard=on([l.customElement("rtg-hover-card")],o.HoverCard);const Ct={root:["rtg-flex rtg-overflow-hidden","rtg-flex-col","rtg-w-command-space-w rtg-h-command-space-h","rtg-text-command-color-text","rtg-bg-command-color-bg","rtg-rounded-command-radius"],input:{wrapper:["rtg-flex","rtg-gap-command-input-wrapper-space-gap rtg-items-center","rtg-px-command-input-wrapper-space-px","rtg-h-command-input-wrapper-space-h","rtg-border-b-command-input-wrapper-width-border rtg-border-b-command-input-wrapper-color-border"],icon:["rtg-shrink-0","rtg-size-command-input-icon-space-size","rtg-opacity-command-input-icon-opacity"],input:["rtg-flex","rtg-py-command-input-space-py","rtg-w-command-input-space-w rtg-h-command-input-space-h","rtg-text-command-input-font","rtg-bg-command-input-color-bg","rtg-rounded-command-input-radius rtg-outline-hidden","focus:rtg-outline-none","disabled:rtg-opacity-command-input-opacity-disabled disabled:rtg-cursor-not-allowed","placeholder:rtg-text-command-input-placeholder-color-text"]},list:["rtg-overflow-x-hidden rtg-overflow-y-auto","rtg-max-h-command-list-space-max-h","rtg-scroll-py-1"],empty:["rtg-py-command-empty-space-py","rtg-text-command-empty-font rtg-text-center"],group:["rtg-overflow-hidden","rtg-p-command-group-space-p","rtg-text-command-group-color-text"],heading:["rtg-px-command-heading-space-px rtg-py-command-heading-space-py","rtg-text-command-heading-font rtg-font-command-heading-font-weight rtg-text-command-heading-color-text"],separator:["rtg-command-separator-space-mx","rtg-h-command-separator-space-h","rtg-bg-command-separator-color-bg"],item:["rtg-flex rtg-relative","rtg-gap-command-item-space-gap rtg-items-center","rtg-px-command-item-space-px rtg-py-command-item-space-py","rtg-text-command-item-font","rtg-rounded-command-item-radius rtg-outline-hidden","rtg-cursor-default rtg-select-none","hover:rtg-text-command-item-color-text-hover hover:rtg-bg-command-item-color-bg-hover","aria-selected:rtg-text-command-item-color-text-selected aria-selected:rtg-bg-command-item-color-bg-selected",'data-[disabled="true"]:rtg-opacity-command-item-opacity-disabled data-[disabled="true"]:rtg-pointer-events-none','[&_svg]:rtg-shrink-0 [&_svg:not([class*="rtg-size-"])]:rtg-size-command-item-icon-space-size [&_svg:not([class*="rtg-text-"])]:rtg-text-command-item-icon-color-text [&_svg]:rtg-pointer-events-none']};var Ma=Object.defineProperty,Na=Object.getOwnPropertyDescriptor,or=(i,t,r,n)=>{for(var e=n>1?void 0:n?Na(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Ma(t,r,e),e};o.CommandEmpty=class extends h{constructor(){super(...arguments),this._id="",this._hidden="true"}get containerElement(){return this.querySelector(`#${this.identifier}`)}get identifier(){if(this._id!=="")return this._id;const t=this.parentElement;return t?this._id=`${t.getAttribute("id")}e${o.CommandEmpty._counter++}`:this._id=`rtgcmdrxlxe${o.CommandEmpty._counter++}`,this._id}getAttributesToExclude(){return[]}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this.containerElement)}render(){return d.html`
|
|
3509
3509
|
<div
|
|
3510
3510
|
rtgcmd-empty
|
|
3511
3511
|
id="${this.identifier}"
|
|
3512
3512
|
part="command-empty"
|
|
3513
3513
|
role="presentation"
|
|
3514
|
-
class=${u(
|
|
3514
|
+
class=${u(Ct.empty,this._hidden==="true"&&"rtg-hidden",this.className)}
|
|
3515
3515
|
></div>
|
|
3516
|
-
`}},o.CommandEmpty._counter=0,
|
|
3516
|
+
`}},o.CommandEmpty._counter=0,or([l.property({type:String})],o.CommandEmpty.prototype,"_id",2),or([l.property({attribute:"aria-hidden",type:String})],o.CommandEmpty.prototype,"_hidden",2),o.CommandEmpty=or([l.customElement("rtg-command-empty")],o.CommandEmpty);var za=Object.defineProperty,qa=Object.getOwnPropertyDescriptor,Ae=(i,t,r,n)=>{for(var e=n>1?void 0:n?qa(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&za(t,r,e),e};o.CommandGroup=class extends h{constructor(){super(...arguments),this.heading="",this._id="",this._hidden=""}get itemsContainerElement(){return this.querySelector(`#${this.identifier}g`)}get identifier(){if(this._id!=="")return this._id;const t=this.parentElement;return t?this._id=`${t.getAttribute("id")}g${o.CommandGroup._counter++}`:this._id=`rtgcmdrxlxg${o.CommandGroup._counter++}`,this._id}createRenderRoot(){return this}getAttributesToExclude(){return[]}firstUpdated(t){const r=this.itemsContainerElement;if(r){for(;r.firstChild;)r.removeChild(r.firstChild);this.moveLightDomChildrenInto(r)}}render(){return d.html`
|
|
3517
3517
|
<div
|
|
3518
3518
|
rtgcmd-group
|
|
3519
3519
|
id="${this.identifier}"
|
|
3520
3520
|
part="command-group"
|
|
3521
3521
|
role="presentation"
|
|
3522
|
-
class=${u(
|
|
3522
|
+
class=${u(Ct.group,this._hidden==="true"&&"rtg-hidden",this.className)}
|
|
3523
3523
|
>
|
|
3524
3524
|
<div
|
|
3525
3525
|
rtgcmd-group-heading
|
|
3526
3526
|
aria-hidden="true"
|
|
3527
3527
|
id="${this.identifier}h"
|
|
3528
|
-
class=${u(
|
|
3528
|
+
class=${u(Ct.heading)}
|
|
3529
3529
|
>
|
|
3530
3530
|
${this.heading}
|
|
3531
3531
|
</div>
|
|
@@ -3536,10 +3536,10 @@ body {
|
|
|
3536
3536
|
aria-labelledby="${this.identifier}h"
|
|
3537
3537
|
></div>
|
|
3538
3538
|
</div>
|
|
3539
|
-
`}},o.CommandGroup._counter=0,
|
|
3539
|
+
`}},o.CommandGroup._counter=0,Ae([l.property({type:String})],o.CommandGroup.prototype,"heading",2),Ae([l.property({attribute:"id",type:String})],o.CommandGroup.prototype,"_id",2),Ae([l.property({attribute:"aria-hidden",type:String})],o.CommandGroup.prototype,"_hidden",2),o.CommandGroup=Ae([l.customElement("rtg-command-group")],o.CommandGroup);var Ba=Object.defineProperty,Ua=Object.getOwnPropertyDescriptor,ir=(i,t,r,n)=>{for(var e=n>1?void 0:n?Ua(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Ba(t,r,e),e};o.CommandInput=class extends d.LitElement{constructor(){super(...arguments),this.placeholder="Type a command or search...",this._value=""}get identifier(){const t=this.parentElement;return t?`${t.getAttribute("id")}i`:"rtgcmdrxi"}filterItems(){const t=this.parentElement;if(t){let r=!0;const n=t.querySelectorAll("rtg-command-group");n&&n.forEach(a=>{var E,y;let s=!0;const m=a.querySelectorAll("rtg-command-item");m&&m.forEach(I=>{(I.value||"").toLowerCase().includes(this._value.toLowerCase())?(s=!1,r=!1,I._hidden="false"):I._hidden="true"}),a._hidden=s?"true":"false";let _=a.previousElementSibling;_&&(_._hidden=s||((E=_.previousElementSibling)==null?void 0:E.getAttribute("aria-hidden"))==="true"?"true":"false"),_=a.nextElementSibling,_&&(_._hidden=s||((y=_.nextElementSibling)==null?void 0:y.getAttribute("aria-hidden"))==="true"?"true":"false")});const e=t.querySelector("rtg-command-empty");e&&e.setAttribute("aria-hidden",r?"false":"true")}}handleChange(t){const r=t.target;r&&(this._value=r.value,this.filterItems())}createRenderRoot(){return this}render(){return d.html`
|
|
3540
3540
|
<div
|
|
3541
3541
|
part="command-input"
|
|
3542
|
-
class=${u(
|
|
3542
|
+
class=${u(Ct.input.wrapper,this.className)}
|
|
3543
3543
|
name="rtgcmd-input-container"
|
|
3544
3544
|
data-slot="rtg-command-input-wrapper"
|
|
3545
3545
|
>
|
|
@@ -3553,7 +3553,7 @@ body {
|
|
|
3553
3553
|
stroke-width="2"
|
|
3554
3554
|
stroke-linecap="round"
|
|
3555
3555
|
stroke-linejoin="round"
|
|
3556
|
-
class=${u(
|
|
3556
|
+
class=${u(Ct.input.icon,"lucide lucide-search-icon lucide-search")}
|
|
3557
3557
|
>
|
|
3558
3558
|
<path d="m21 21-4.34-4.34" />
|
|
3559
3559
|
<circle cx="11" cy="11" r="8" />
|
|
@@ -3574,10 +3574,10 @@ body {
|
|
|
3574
3574
|
aria-controls=":r1oe:"
|
|
3575
3575
|
aria-labelledby=":r1of:"
|
|
3576
3576
|
@input="${this.handleChange}"
|
|
3577
|
-
class=${u(
|
|
3577
|
+
class=${u(Ct.input.input)}
|
|
3578
3578
|
/>
|
|
3579
3579
|
</div>
|
|
3580
|
-
`}},
|
|
3580
|
+
`}},ir([l.property({type:String})],o.CommandInput.prototype,"placeholder",2),ir([l.property({attribute:"value",type:String})],o.CommandInput.prototype,"_value",2),o.CommandInput=ir([l.customElement("rtg-command-input")],o.CommandInput);var Fa=Object.defineProperty,Ga=Object.getOwnPropertyDescriptor,Zt=(i,t,r,n)=>{for(var e=n>1?void 0:n?Ga(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Fa(t,r,e),e};o.CommandItem=class extends h{constructor(){super(...arguments),this.selected=!1,this._id="",this._hidden="false",this.onSelect=()=>{},this.disabled="false"}get containerElement(){return this.querySelector(`#${this.identifier}`)}get identifier(){if(this._id!=="")return this._id;const t=this.parentElement;return t?this._id=`${t.getAttribute("id")}li${o.CommandItem._counter++}`:this._id=`rtgcmdrxgxli${o.CommandItem._counter++}`,this._id}get value(){var t;return((t=this.textContent)==null?void 0:t.trim())||""}handleMouseEvent(t){(t.type==="mouseover"||t.type==="focus")&&(this.selected=!0),t.type==="mouseleave"&&(this.selected=!1)}createRenderRoot(){return this}getAttributesToExclude(){return[]}firstUpdated(t){this.moveLightDomChildrenInto(this.containerElement)}updated(t){}render(){return d.html`
|
|
3581
3581
|
<div
|
|
3582
3582
|
rtgcmd-item
|
|
3583
3583
|
id="${this.identifier}"
|
|
@@ -3592,35 +3592,35 @@ body {
|
|
|
3592
3592
|
@mouseleave="${this.handleMouseEvent}"
|
|
3593
3593
|
@focus="${this.handleMouseEvent}"
|
|
3594
3594
|
@click="${this.onSelect}"
|
|
3595
|
-
class=${u(
|
|
3595
|
+
class=${u(Ct.item,this._hidden==="true"&&"rtg-hidden",this.className)}
|
|
3596
3596
|
></div>
|
|
3597
|
-
`}},o.CommandItem._counter=0,
|
|
3597
|
+
`}},o.CommandItem._counter=0,Zt([l.property({type:String})],o.CommandItem.prototype,"_id",2),Zt([l.property({attribute:"aria-hidden",type:String})],o.CommandItem.prototype,"_hidden",2),Zt([l.property({type:Function})],o.CommandItem.prototype,"onSelect",2),Zt([l.property({attribute:"data-value",type:String}),l.property({type:Boolean})],o.CommandItem.prototype,"containerElement",1),Zt([l.property({attribute:"data-disabled",type:String})],o.CommandItem.prototype,"disabled",2),o.CommandItem=Zt([l.customElement("rtg-command-item")],o.CommandItem);var Va=Object.getOwnPropertyDescriptor,Ha=(i,t,r,n)=>{for(var e=n>1?void 0:n?Va(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.CommandList=class extends h{get identifier(){const t=this.parentElement;return t?`${t.getAttribute("id")}l`:"rtgcmdrxl"}get containerElement(){return this.querySelector("div[rtgcmd-list]")}createRenderRoot(){return this}getAttributesToExclude(){return[]}firstUpdated(t){this.moveLightDomChildrenInto(this.containerElement)}render(){return d.html`
|
|
3598
3598
|
<div
|
|
3599
3599
|
rtgcmd-list
|
|
3600
3600
|
id="${this.identifier}"
|
|
3601
3601
|
part="command-list"
|
|
3602
3602
|
role="listbox"
|
|
3603
|
-
class=${u(
|
|
3603
|
+
class=${u(Ct.list,this.className)}
|
|
3604
3604
|
>
|
|
3605
3605
|
<div></div>
|
|
3606
3606
|
</div>
|
|
3607
|
-
`}},o.CommandList=
|
|
3607
|
+
`}},o.CommandList=Ha([l.customElement("rtg-command-list")],o.CommandList);var Ya=Object.defineProperty,Wa=Object.getOwnPropertyDescriptor,ar=(i,t,r,n)=>{for(var e=n>1?void 0:n?Wa(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Ya(t,r,e),e};o.CommandSeparator=class extends d.LitElement{constructor(){super(...arguments),this._id="",this._hidden=""}get identifier(){if(this._id!=="")return this._id;const t=this.parentElement;return t?this._id=`${t.getAttribute("id")}s${o.CommandSeparator._counter++}`:this._id=`rtgcmdrxlxs${o.CommandSeparator._counter++}`,this._id}createRenderRoot(){return this}render(){return d.html`${this._hidden==="true"?d.nothing:d.html`
|
|
3608
3608
|
<div
|
|
3609
3609
|
rtgcmd-separator
|
|
3610
3610
|
id="${this.identifier}"
|
|
3611
3611
|
part="command-separator"
|
|
3612
3612
|
role="separator"
|
|
3613
|
-
class=${u(
|
|
3613
|
+
class=${u(Ct.separator,this.className)}
|
|
3614
3614
|
></div>
|
|
3615
|
-
`}`}},o.CommandSeparator._counter=0,
|
|
3615
|
+
`}`}},o.CommandSeparator._counter=0,ar([l.property({type:String})],o.CommandSeparator.prototype,"_id",2),ar([l.property({attribute:"aria-hidden",type:String})],o.CommandSeparator.prototype,"_hidden",2),o.CommandSeparator=ar([l.customElement("rtg-command-separator")],o.CommandSeparator);var Xa=Object.getOwnPropertyDescriptor,Ka=(i,t,r,n)=>{for(var e=n>1?void 0:n?Xa(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.Command=class extends h{get containerElement(){return this.querySelector("div[rtgcmd-root]")}getAttributesToExclude(){return[]}getAttributesToRemoveFromParent(){return["class","style"]}createRenderRoot(){return this}firstUpdated(t){this.removeParentAttributes(),this.moveLightDomChildrenInto(this.containerElement),this.containerElement&&this.observeStyleAndClassSync(this.containerElement)}render(){const t=this.customClass||"",r=this.customStyle||"";return d.html`
|
|
3616
3616
|
<div
|
|
3617
3617
|
part="command"
|
|
3618
|
-
class="${u(
|
|
3618
|
+
class="${u(Ct.root,t)}"
|
|
3619
3619
|
style="${r}"
|
|
3620
3620
|
id="rtgcmdr1"
|
|
3621
3621
|
rtgcmd-root
|
|
3622
3622
|
></div>
|
|
3623
|
-
`}},o.Command=
|
|
3623
|
+
`}},o.Command=Ka([l.customElement("rtg-command")],o.Command);const ot={root:[""],content:["rtg-overflow-x-hidden rtg-overflow-y-auto rtg-z-50","rtg-p-context-menu-content-space-p","rtg-min-w-context-menu-content-space-min-w","rtg-text-context-menu-content-color-text","rtg-bg-context-menu-content-color-bg","rtg-rounded-context-menu-content-radius rtg-border-context-menu-content-width-border rtg-border-context-menu-content-color-border","rtg-shadow-context-menu-content-shadow","rtg-translate-y-0.5","rtg-slide-in-from-top-2","data-[state=open]:rtg-animate-in data-[state=open]:rtg-fade-in-0 data-[state=open]:rtg-zoom-in-95","data-[state=closed]:rtg-animate-out data-[state=closed]:rtg-fade-out-0 data-[state=closed]:rtg-zoom-out-95"],group:[""],item:["rtg-flex rtg-relative","rtg-gap-context-menu-item-space-gap rtg-items-center","rtg-px-context-menu-item-space-px rtg-py-context-menu-item-space-py","rtg-text-context-menu-item-font","rtg-rounded-context-menu-item-radius rtg-outline-hidden","rtg-cursor-default","rtg-select-none","hover:rtg-bg-context-menu-item-color-bg-hover hover:rtg-text-context-menu-item-color-text-hover","focus:rtg-bg-context-menu-item-color-bg-focus focus:rtg-text-context-menu-item-color-text-focus","data-[disabled]:rtg-opacity-context-menu-item-opacity-disabled data-[disabled]:rtg-pointer-events-none",'[&_svg]:rtg-shrink-0 [&_svg:not([class*="rtg-size-"])]:rtg-size-context-menu-item-icon-space-size [&_svg:not([class*="rtg-text-"])]:rtg-text-context-menu-item-icon-color-text [&_svg]:rtg-pointer-events-none'],checkboxItem:{base:["rtg-flex rtg-relative","rtg-gap-context-menu-checkbox-item-space-gap rtg-items-center","rtg-pl-context-menu-checkbox-item-space-pl rtg-pr-context-menu-checkbox-item-space-pr rtg-py-context-menu-checkbox-item-space-py","rtg-text-context-menu-checkbox-item-font","rtg-rounded-context-menu-checkbox-item-radius rtg-outline-hidden","rtg-cursor-default","rtg-select-none","aria-selected:rtg-bg-context-menu-checkbox-item-color-bg-focus aria-selected:rtg-text-context-menu-checkbox-item-color-text-focus","data-[disabled]:rtg-opacity-context-menu-checkbox-item-opacity-disabled data-[disabled]:rtg-pointer-events-none"],span:["rtg-flex rtg-absolute rtg-left-2","rtg-justify-center rtg-items-center","rtg-size-context-menu-checkbox-item-icon-container-space-size","rtg-pointer-events-none"],icon:["rtg-shrink-0","rtg-size-context-menu-checkbox-item-icon-space-size","rtg-pointer-events-none"]},radioItem:{base:["rtg-flex rtg-relative","rtg-gap-context-menu-radio-item-space-gap rtg-items-center","rtg-pl-context-menu-radio-item-space-pl rtg-pr-context-menu-radio-item-space-pr rtg-py-context-menu-radio-item-space-py","rtg-text-context-menu-radio-item-font","rtg-rounded-context-menu-radio-item-radius rtg-outline-hidden","rtg-cursor-default","rtg-select-none","aria-selected:rtg-bg-context-menu-radio-item-color-bg-focus aria-selected:rtg-text-context-menu-radio-item-color-text-focus","data-[disabled]:rtg-opacity-context-menu-radio-item-opacity-disabled data-[disabled]:rtg-pointer-events-none"],span:["rtg-flex rtg-absolute rtg-left-2","rtg-justify-center rtg-items-center","rtg-size-context-menu-radio-item-icon-container-space-size","rtg-pointer-events-none"],icon:["rtg-shrink-0","rtg-size-context-menu-radio-item-icon-space-size","rtg-pointer-events-none","rtg-fill-current"]},label:["rtg-px-context-menu-label-space-px rtg-py-context-menu-label-space-py","rtg-text-context-menu-label-font rtg-font-context-menu-label-font-weight"],separator:["rtg-mx-context-menu-separator-space-mx rtg-my-context-menu-separator-space-my","rtg-h-context-menu-separator-space-h","rtg-bg-context-menu-separator-color-bg"],shortcut:["rtg-ml-auto","rtg-text-context-menu-shortcut-font rtg-text-context-menu-shortcut-color-text"]};var ja=Object.defineProperty,Qa=Object.getOwnPropertyDescriptor,Jt=(i,t,r,n)=>{for(var e=n>1?void 0:n?Qa(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&ja(t,r,e),e};o.ContextMenuCheckboxItem=class extends h{constructor(){super(...arguments),this._id="",this.selected=!1,this.checked=!1,this.disabled=!1}get value(){var t;return((t=this.textContent)==null?void 0:t.trim())||""}get _containerElement(){return this.querySelector("div[part=context-menu-checkbox-item-container]")}getAttributesToExclude(){return["data-testid"]}handleMouseEvent(t){(t.type==="mouseover"||t.type==="focus")&&(this.selected=!0),t.type==="mouseleave"&&(this.selected=!1)}toggleChecked(){this.checked=!this.checked}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){return d.html`
|
|
3624
3624
|
<div
|
|
3625
3625
|
rtgcmd-item
|
|
3626
3626
|
part="context-menu-checkbox"
|
|
@@ -3655,12 +3655,12 @@ body {
|
|
|
3655
3655
|
</span>
|
|
3656
3656
|
<div part="context-menu-checkbox-item-container"></div>
|
|
3657
3657
|
</div>
|
|
3658
|
-
`}},
|
|
3658
|
+
`}},Jt([l.property({type:String})],o.ContextMenuCheckboxItem.prototype,"_id",2),Jt([l.property({attribute:"data-value",type:String})],o.ContextMenuCheckboxItem.prototype,"value",1),Jt([l.property({type:Boolean})],o.ContextMenuCheckboxItem.prototype,"selected",2),Jt([l.property({type:Boolean})],o.ContextMenuCheckboxItem.prototype,"checked",2),Jt([l.property({attribute:"data-disabled",type:Boolean})],o.ContextMenuCheckboxItem.prototype,"disabled",2),o.ContextMenuCheckboxItem=Jt([l.customElement("rtg-context-menu-checkbox-item")],o.ContextMenuCheckboxItem);var Za=Object.defineProperty,Ja=Object.getOwnPropertyDescriptor,an=(i,t,r,n)=>{for(var e=n>1?void 0:n?Ja(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Za(t,r,e),e};o.ContextMenuContent=class extends h{constructor(){super(),this.isOpen=!1,this.handleClickOutside=this.handleClickOutside.bind(this)}get _containerElement(){return this.querySelector("div[part=context-menu-content")}connectedCallback(){super.connectedCallback(),document.addEventListener("click",this.handleClickOutside)}disconnectedCallback(){document.removeEventListener("click",this.handleClickOutside),super.disconnectedCallback()}handleClickOutside(t){const r=this==null?void 0:this.querySelector("button");!this.contains(t.target)&&!(r!=null&&r.contains(t.target))&&requestAnimationFrame(()=>{this._containerElement.style.display="none",this._containerElement.style.position="absolute",this._containerElement.dataset.state="closed",this.isOpen=!1})}getAttributesToExclude(){return[]}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){return d.html`
|
|
3659
3659
|
<div
|
|
3660
3660
|
part="context-menu-content"
|
|
3661
3661
|
class=${u(ot.content,this.className)}
|
|
3662
3662
|
></div>
|
|
3663
|
-
`}},
|
|
3663
|
+
`}},an([l.state()],o.ContextMenuContent.prototype,"isOpen",2),o.ContextMenuContent=an([l.customElement("rtg-context-menu-content")],o.ContextMenuContent);var ts=Object.defineProperty,es=Object.getOwnPropertyDescriptor,sn=(i,t,r,n)=>{for(var e=n>1?void 0:n?es(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&ts(t,r,e),e};o.ContextMenuGroup=class extends h{constructor(){super(...arguments),this.heading=""}get _containerElement(){return this.querySelector("div[ rtgcontext-group-items]")}createRenderRoot(){return this}getAttributesToExclude(){return["data-testid"]}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){return d.html`
|
|
3664
3664
|
<div
|
|
3665
3665
|
rtgcmd-group
|
|
3666
3666
|
part="context-menu-group"
|
|
@@ -3673,7 +3673,7 @@ body {
|
|
|
3673
3673
|
|
|
3674
3674
|
<div rtgcontext-group-items role="group"></div>
|
|
3675
3675
|
</div>
|
|
3676
|
-
`}},
|
|
3676
|
+
`}},sn([l.property({type:String})],o.ContextMenuGroup.prototype,"heading",2),o.ContextMenuGroup=sn([l.customElement("rtg-context-menu-group")],o.ContextMenuGroup);var rs=Object.defineProperty,ns=Object.getOwnPropertyDescriptor,sr=(i,t,r,n)=>{for(var e=n>1?void 0:n?ns(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&rs(t,r,e),e};o.ContextMenuItem=class extends h{constructor(){super(...arguments),this.disabled=!1}get _containerElement(){return this.querySelector("div[part=context-menu-item]")}getAttributesToExclude(){return[]}get value(){var t;return((t=this.textContent)==null?void 0:t.trim())||""}firstUpdated(t){var r;this.moveLightDomChildrenInto(this._containerElement),(r=this._containerElement)==null||r.addEventListener("click",()=>{this.dispatchEvent(new MouseEvent("click",{bubbles:!0,composed:!0,cancelable:!0})),this.dispatchEvent(new CustomEvent("close-context-menu",{bubbles:!0,composed:!0}))})}connectedCallback(){super.connectedCallback()}disconnectedCallback(){}createRenderRoot(){return this}render(){return d.html`
|
|
3677
3677
|
<div
|
|
3678
3678
|
part="context-menu-item"
|
|
3679
3679
|
role="option"
|
|
@@ -3681,7 +3681,7 @@ body {
|
|
|
3681
3681
|
?data-disabled=${this.disabled}
|
|
3682
3682
|
class=${u(ot.item,this.className)}
|
|
3683
3683
|
></div>
|
|
3684
|
-
`}},
|
|
3684
|
+
`}},sr([l.property({attribute:"data-value",type:String})],o.ContextMenuItem.prototype,"value",1),sr([l.property({attribute:"data-disabled",type:Boolean})],o.ContextMenuItem.prototype,"disabled",2),o.ContextMenuItem=sr([l.customElement("rtg-context-menu-item")],o.ContextMenuItem);var os=Object.defineProperty,is=Object.getOwnPropertyDescriptor,te=(i,t,r,n)=>{for(var e=n>1?void 0:n?is(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&os(t,r,e),e};o.ContextMenuRadioItem=class extends h{constructor(){super(...arguments),this._id="",this.selected=!1,this.checked=!1,this.disabled=!1}get value(){var t;return((t=this.textContent)==null?void 0:t.trim())||""}get _containerElement(){return this.querySelector("div[part=context-menu-radio-item-container]")}getAttributesToExclude(){return["data-testid"]}handleMouseEvent(t){(t.type==="mouseover"||t.type==="focus")&&(this.selected=!0),t.type==="mouseleave"&&(this.selected=!1)}toggleChecked(){this.checked||(this.checked=!0,this.dispatchEvent(new CustomEvent("radio-selected",{bubbles:!0,composed:!0})))}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){return d.html`
|
|
3685
3685
|
<div
|
|
3686
3686
|
rtgcmd-item
|
|
3687
3687
|
part="context-menu-radio"
|
|
@@ -3714,53 +3714,53 @@ body {
|
|
|
3714
3714
|
</span>
|
|
3715
3715
|
<div part="context-menu-radio-item-container"></div>
|
|
3716
3716
|
</div>
|
|
3717
|
-
`}},
|
|
3717
|
+
`}},te([l.property({type:String})],o.ContextMenuRadioItem.prototype,"_id",2),te([l.property({attribute:"data-value",type:String})],o.ContextMenuRadioItem.prototype,"value",1),te([l.property({type:Boolean})],o.ContextMenuRadioItem.prototype,"selected",2),te([l.property({type:Boolean})],o.ContextMenuRadioItem.prototype,"checked",2),te([l.property({attribute:"data-disabled",type:Boolean})],o.ContextMenuRadioItem.prototype,"disabled",2),o.ContextMenuRadioItem=te([l.customElement("rtg-context-menu-radio-item")],o.ContextMenuRadioItem);var as=Object.defineProperty,ss=Object.getOwnPropertyDescriptor,ln=(i,t,r,n)=>{for(var e=n>1?void 0:n?ss(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&as(t,r,e),e};o.ContextMenuSeparator=class extends d.LitElement{constructor(){super(...arguments),this._id=""}createRenderRoot(){return this}render(){return d.html`
|
|
3718
3718
|
<div
|
|
3719
3719
|
rtgcmd-separator
|
|
3720
3720
|
part="context-menu-separator"
|
|
3721
3721
|
role="separator"
|
|
3722
3722
|
class=${u(ot.separator,this.className)}
|
|
3723
3723
|
></div>
|
|
3724
|
-
`}},
|
|
3724
|
+
`}},ln([l.property({type:String})],o.ContextMenuSeparator.prototype,"_id",2),o.ContextMenuSeparator=ln([l.customElement("rtg-context-menu-separator")],o.ContextMenuSeparator);var ls=Object.getOwnPropertyDescriptor,cs=(i,t,r,n)=>{for(var e=n>1?void 0:n?ls(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.ContextMenuShortcut=class extends h{get _containerElement(){return this.querySelector("span[part=context-menu-shortcut]")}getAttributesToExclude(){return[]}createRenderRoot(){return this.classList=u(ot.shortcut),this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){return d.html`
|
|
3725
3725
|
<span
|
|
3726
3726
|
part="context-menu-shortcut"
|
|
3727
3727
|
class=${u(ot.shortcut,this.className)}
|
|
3728
3728
|
>
|
|
3729
3729
|
</span>
|
|
3730
|
-
`}},o.ContextMenuShortcut=
|
|
3730
|
+
`}},o.ContextMenuShortcut=cs([l.customElement("rtg-context-menu-shortcut")],o.ContextMenuShortcut);var ds=Object.getOwnPropertyDescriptor,us=(i,t,r,n)=>{for(var e=n>1?void 0:n?ds(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.ContextTrigger=class extends d.LitElement{createRenderRoot(){return this}render(){return d.html``}},o.ContextTrigger=us([l.customElement("rtg-context-menu-trigger")],o.ContextTrigger);var gs=Object.defineProperty,ps=Object.getOwnPropertyDescriptor,cn=(i,t,r,n)=>{for(var e=n>1?void 0:n?ps(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&gs(t,r,e),e};o.ContextMenu=class extends h{constructor(){super(...arguments),this.isOpen=!1,this.handleClickOutside=t=>{const r=t.target;this!=null&&this.contains(r)||(this.isOpen=!1)}}get _containerElement(){return this.querySelector("div[part=context-menu]")}get _triggerElement(){return this.querySelector("rtg-context-menu-trigger")}get _content(){return this==null?void 0:this.querySelector("div[part=context-menu-content]")}connectedCallback(){super.connectedCallback(),document.addEventListener("click",this.handleClickOutside),this.addEventListener("radio-selected",this._handleRadioSelected),this.addEventListener("close-context-menu",()=>{this.isOpen=!1,requestAnimationFrame(()=>{const t=this._content;t&&(t.style.display="none")})})}disconnectedCallback(){document.removeEventListener("click",this.handleClickOutside),super.disconnectedCallback()}toggleDropdown(t){t.preventDefault(),t.stopPropagation();const{clientX:r,clientY:n}=t,e=t.target.getBoundingClientRect();requestAnimationFrame(()=>{const a=this._content;a&&(a.style.display="",a.style.position="absolute",a.style.left=`${r-e.left}px`,a.style.top=`${n-e.top}px`,a.dataset.state="open",this.isOpen=!0)})}updated(t){super.updated(t);const r=this._content;r&&(r.dataset.state=this.isOpen?"open":"closed")}_handleRadioSelected(t){this.querySelectorAll("rtg-context-menu-radio-item").forEach(r=>{r!==t.target&&(r.checked=!1)})}getAttributesToExclude(){return[]}firstUpdated(t){var r;this.moveLightDomChildrenInto(this._containerElement),(r=this._triggerElement)==null||r.addEventListener("contextmenu",n=>{this.toggleDropdown(n)}),this.style.position="relative"}createRenderRoot(){return this}render(){return d.html`
|
|
3731
3731
|
<div
|
|
3732
3732
|
part="context-menu"
|
|
3733
3733
|
class=${u(ot.root,this.className)}
|
|
3734
3734
|
></div>
|
|
3735
|
-
`}},
|
|
3735
|
+
`}},cn([l.state()],o.ContextMenu.prototype,"isOpen",2),o.ContextMenu=cn([l.customElement("rtg-context-menu")],o.ContextMenu);var hs=Object.getOwnPropertyDescriptor,ms=(i,t,r,n)=>{for(var e=n>1?void 0:n?hs(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.CollapsibleTrigger=class extends h{getAttributesToExclude(){return[""]}get _containerElement(){return this.querySelector("div[part=collapsible-trigger]")}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}createRenderRoot(){return this}get _collapsible(){let t=this.parentElement;for(;t&&!(t instanceof o.Collapsible);)t=t.parentElement;return t}onTrigger(){const t=this._collapsible;t&&(t.open=!t.open,this.dispatchEvent(new CustomEvent("click-collapsible-event",{bubbles:!0,composed:!0})))}render(){const t=this.getFilteredAttributes();return d.html`
|
|
3736
3736
|
<div
|
|
3737
3737
|
@click=${this.onTrigger}
|
|
3738
|
-
${
|
|
3738
|
+
${Q(t)}
|
|
3739
3739
|
part="collapsible-trigger"
|
|
3740
3740
|
></div>
|
|
3741
|
-
`}},o.CollapsibleTrigger=
|
|
3741
|
+
`}},o.CollapsibleTrigger=ms([l.customElement("rtg-collapsible-trigger")],o.CollapsibleTrigger);var fs=Object.getOwnPropertyDescriptor,vs=(i,t,r,n)=>{for(var e=n>1?void 0:n?fs(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.CollapsibleContent=class extends h{constructor(){super(...arguments),this._toggleHandler=t=>{const r=t;requestAnimationFrame(()=>{const n=this._containerElement;n&&(n.style.display=r.detail.open?"block":"none")})}}get _containerElement(){return this.querySelector("div[part=collapsible-content]")}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}createRenderRoot(){return this}getAttributesToExclude(){return[""]}connectedCallback(){super.connectedCallback(),this.addEventListener("toggle-collapsible-content",this._toggleHandler)}disconnectedCallback(){this.removeEventListener("toggle-collapsible-content",this._toggleHandler),super.disconnectedCallback()}render(){const t=this.getFilteredAttributes();return d.html`
|
|
3742
3742
|
<div
|
|
3743
|
-
${
|
|
3743
|
+
${Q(t)}
|
|
3744
3744
|
class="${u("",this.className)}"
|
|
3745
3745
|
style="display: none;--radix-collapsible-content-height: 100px; --radix-collapsible-content-width: 350px;"
|
|
3746
3746
|
part="collapsible-content"
|
|
3747
3747
|
></div>
|
|
3748
|
-
`}},o.CollapsibleContent=
|
|
3748
|
+
`}},o.CollapsibleContent=vs([l.customElement("rtg-collapsible-content")],o.CollapsibleContent);var bs=Object.defineProperty,ys=Object.getOwnPropertyDescriptor,dn=(i,t,r,n)=>{for(var e=n>1?void 0:n?ys(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&bs(t,r,e),e};o.Collapsible=class extends h{constructor(){super(...arguments),this.open=!1,this._clickHandler=()=>{var t;(t=this.querySelector("rtg-collapsible-content"))==null||t.dispatchEvent(new CustomEvent("toggle-collapsible-content",{detail:{open:this.open}}))}}getAttributesToExclude(){return[""]}createRenderRoot(){return this}get _containerElement(){return this.querySelector("div[part=collapsible]")}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}connectedCallback(){super.connectedCallback(),this.addEventListener("click-collapsible-event",this._clickHandler)}disconnectedCallback(){this.removeEventListener("click-collapsible-event",this._clickHandler),super.disconnectedCallback()}render(){const t=this.getFilteredAttributes();return d.html`
|
|
3749
3749
|
<div
|
|
3750
|
-
${
|
|
3750
|
+
${Q(t)}
|
|
3751
3751
|
class="${u("",this.className)}"
|
|
3752
3752
|
part="collapsible"
|
|
3753
3753
|
></div>
|
|
3754
|
-
`}},
|
|
3754
|
+
`}},dn([l.property({type:Boolean})],o.Collapsible.prototype,"open",2),o.Collapsible=dn([l.customElement("rtg-collapsible")],o.Collapsible);const mt={root:[""],trigger:[""],close:[""],overlay:["rtg-fixed rtg-inset-0 rtg-z-50","rtg-bg-dialog-overlay-color-bg","data-[state=open]:rtg-animate-in data-[state=open]:rtg-fade-in-0","data-[state=closed]:rtg-animate-out data-[state=closed]:rtg-fade-out-0"],content:{base:["rtg-fixed rtg-top-[50%] rtg-left-[50%] rtg-z-50","rtg-grid rtg-gap-dialog-content-space-gap","rtg-p-dialog-content-space-p","rtg-w-dialog-content-space-w rtg-max-w-dialog-content-space-max-w-sm sm:rtg-max-w-dialog-content-space-max-w","rtg-bg-dialog-content-color-bg","rtg-rounded-dialog-content-radius rtg-border-dialog-content-width-border rtg-border-dialog-content-color-border rtg-outline-none","rtg-shadow-dialog-content-shadow","rtg-duration-200","rtg-translate-x-[-50%] rtg-translate-y-[-50%]","data-[state=open]:rtg-animate-in data-[state=open]:rtg-fade-in-0 data-[state=open]:rtg-zoom-in-95","data-[state=closed]:rtg-animate-out data-[state=closed]:rtg-fade-out-0 data-[state=closed]:rtg-zoom-out-95"],close:{base:["rtg-absolute rtg-top-4 rtg-right-4","rtg-rounded-dialog-close-radius","rtg-ring-offset-dialog-close-color-ring-offset rtg-opacity-dialog-close-opacity","rtg-transition-opacity","hover:rtg-opacity-dialog-close-opacity-hover","focus:rtg-ring-dialog-close-width-ring-focus focus:rtg-ring-dialog-close-color-ring-focus focus:rtg-ring-offset-dialog-close-width-ring-offset focus:rtg-outline-hidden","disabled:rtg-pointer-events-none","data-[state=open]:rtg-bg-dialog-close-color-bg data-[state=open]:rtg-text-dialog-close-color-text"],icon:["rtg-shrink-0","rtg-size-dialog-close-icon-space-size","rtg-pointer-events-none"]}},header:["rtg-flex rtg-flex-col rtg-gap-dialog-header-space-gap","rtg-text-center","sm:rtg-text-left"],footer:["rtg-flex rtg-flex-col-reverse rtg-gap-dialog-footer-space-gap","sm:rtg-flex-row sm:rtg-justify-end"],title:["rtg-text-dialog-title-font rtg-font-dialog-title-font-weight"],description:["rtg-text-dialog-description-font rtg-font-dialog-description-font-weight rtg-text-dialog-description-color-text"]};var ws=Object.getOwnPropertyDescriptor,_s=(i,t,r,n)=>{for(var e=n>1?void 0:n?ws(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};const Cs="closed";o.DialogClose=class extends h{get _dialog(){let t=this.parentElement;for(;t;){if(t instanceof o.Dialog)return t;t=t.parentElement}return t}get _containerElement(){return this.querySelector("div[part=dialog-close]")}firstUpdated(t){super.firstUpdated(t),this.moveLightDomChildrenInto(this._containerElement),this.addEventListener("click",()=>{const r=this._dialog;r&&(r.dataset.state=Cs)})}getAttributesToExclude(){return["data-testid"]}createRenderRoot(){return this}render(){return d.html`
|
|
3755
3755
|
<div
|
|
3756
3756
|
part="dialog-close"
|
|
3757
|
-
class=${u(
|
|
3757
|
+
class=${u(mt.close,this.className)}
|
|
3758
3758
|
></div>
|
|
3759
|
-
`}},o.DialogClose=
|
|
3759
|
+
`}},o.DialogClose=_s([l.customElement("rtg-dialog-close")],o.DialogClose);var xs=Object.defineProperty,Es=Object.getOwnPropertyDescriptor,lr=(i,t,r,n)=>{for(var e=n>1?void 0:n?Es(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&xs(t,r,e),e};const cr="closed";o.DialogContent=class extends h{constructor(){super(...arguments),this.state=cr,this.showCloseButton=!1,this.handleCloseButtonClick=()=>{const t=this._dialog;t&&(t.dataset.state=cr)}}get _containerElement(){return this.querySelector("div[part=dialog-content-slot]")}get ـcomponentElement(){return this.querySelector("div[part=dialog-content]")}get _dialog(){let t=this.parentElement;for(;t;){if(t instanceof o.Dialog)return t;t=t.parentElement}return t}getAttributesToExclude(){return["date-testid"]}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}updated(t){requestAnimationFrame(()=>{t.get("state")===cr?this.ـcomponentElement.style.display="grid":this.ـcomponentElement.style.display="none"})}render(){return d.html`
|
|
3760
3760
|
<div
|
|
3761
3761
|
rtgdlg-content
|
|
3762
3762
|
part="dialog-content"
|
|
3763
|
-
class=${u(
|
|
3763
|
+
class=${u(mt.content.base,this.className)}
|
|
3764
3764
|
>
|
|
3765
3765
|
<div part="dialog-content-slot"></div>
|
|
3766
3766
|
|
|
@@ -3768,7 +3768,7 @@ body {
|
|
|
3768
3768
|
<button
|
|
3769
3769
|
type="button"
|
|
3770
3770
|
@click=${this.handleCloseButtonClick}
|
|
3771
|
-
class=${u(
|
|
3771
|
+
class=${u(mt.content.close.base)}
|
|
3772
3772
|
>
|
|
3773
3773
|
<svg
|
|
3774
3774
|
xmlns="http://www.w3.org/2000/svg"
|
|
@@ -3780,7 +3780,7 @@ body {
|
|
|
3780
3780
|
stroke-width="2"
|
|
3781
3781
|
stroke-linecap="round"
|
|
3782
3782
|
stroke-linejoin="round"
|
|
3783
|
-
class=${u(
|
|
3783
|
+
class=${u(mt.content.close.icon,"lucide lucide-x-icon lucide-x")}
|
|
3784
3784
|
>
|
|
3785
3785
|
<path d="M18 6 6 18" />
|
|
3786
3786
|
<path d="m6 6 12 12" />
|
|
@@ -3790,41 +3790,41 @@ body {
|
|
|
3790
3790
|
</button>
|
|
3791
3791
|
`:""}
|
|
3792
3792
|
</div>
|
|
3793
|
-
`}},
|
|
3793
|
+
`}},lr([l.property({attribute:"data-state",type:String})],o.DialogContent.prototype,"state",2),lr([l.property({attribute:"show-close-button",type:Boolean})],o.DialogContent.prototype,"showCloseButton",2),o.DialogContent=lr([l.customElement("rtg-dialog-content")],o.DialogContent);var $s=Object.getOwnPropertyDescriptor,Ss=(i,t,r,n)=>{for(var e=n>1?void 0:n?$s(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.DialogFooter=class extends h{get _containerElement(){return this.querySelector("div[part=dialog-footer]")}getAttributesToExclude(){return[]}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){return d.html`
|
|
3794
3794
|
<div
|
|
3795
3795
|
part="dialog-footer"
|
|
3796
|
-
class=${u(
|
|
3796
|
+
class=${u(mt.footer,this.className)}
|
|
3797
3797
|
></div>
|
|
3798
|
-
`}},o.DialogFooter=
|
|
3798
|
+
`}},o.DialogFooter=Ss([l.customElement("rtg-dialog-footer")],o.DialogFooter);var Os=Object.defineProperty,Ps=Object.getOwnPropertyDescriptor,dr=(i,t,r,n)=>{for(var e=n>1?void 0:n?Ps(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Os(t,r,e),e};o.DialogHeader=class extends d.LitElement{constructor(){super(...arguments),this._title="",this.description=""}createRenderRoot(){return this}render(){return d.html`
|
|
3799
3799
|
<div
|
|
3800
3800
|
part="dialog-header"
|
|
3801
|
-
class=${u(
|
|
3801
|
+
class=${u(mt.header,this.className)}
|
|
3802
3802
|
>
|
|
3803
|
-
<h2 class=${u(
|
|
3803
|
+
<h2 class=${u(mt.title,this.className)}>${this._title}</h2>
|
|
3804
3804
|
|
|
3805
|
-
<p class=${u(
|
|
3805
|
+
<p class=${u(mt.description,this.className)}>
|
|
3806
3806
|
${this.description}
|
|
3807
3807
|
</p>
|
|
3808
3808
|
</div>
|
|
3809
|
-
`}},
|
|
3809
|
+
`}},dr([l.property({attribute:"title",type:String})],o.DialogHeader.prototype,"_title",2),dr([l.property({type:String})],o.DialogHeader.prototype,"description",2),o.DialogHeader=dr([l.customElement("rtg-dialog-header")],o.DialogHeader);var Ds=Object.getOwnPropertyDescriptor,ks=(i,t,r,n)=>{for(var e=n>1?void 0:n?Ds(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.DialogOverlay=class extends d.LitElement{createRenderRoot(){return this}render(){return d.html`
|
|
3810
3810
|
<div
|
|
3811
3811
|
part="dialog-overly"
|
|
3812
|
-
class=${u(
|
|
3812
|
+
class=${u(mt.overlay,this.className)}
|
|
3813
3813
|
></div>
|
|
3814
|
-
`}},o.DialogOverlay=
|
|
3814
|
+
`}},o.DialogOverlay=ks([l.customElement("rtg-dialog-overlay")],o.DialogOverlay);var Rs=Object.getOwnPropertyDescriptor,Is=(i,t,r,n)=>{for(var e=n>1?void 0:n?Rs(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};const As="open";o.DialogTrigger=class extends h{constructor(){super(...arguments),this.handleClick=()=>{const t=this._dialog;t&&(t.dataset.state=As)}}get _dialog(){let t=this.parentElement;for(;t;){if(t instanceof o.Dialog)return t;t=t.parentElement}return t}get _containerElement(){return this.querySelector("div[part=dialog-trigger]")}firstUpdated(t){super.firstUpdated(t),this.moveLightDomChildrenInto(this._containerElement),this.addEventListener("click",r=>{r.stopPropagation(),this.handleClick()})}getAttributesToExclude(){return[]}createRenderRoot(){return this}render(){return d.html`
|
|
3815
3815
|
<div
|
|
3816
3816
|
part="dialog-trigger"
|
|
3817
|
-
class=${u(
|
|
3817
|
+
class=${u(mt.trigger,this.className)}
|
|
3818
3818
|
></div>
|
|
3819
|
-
`}},o.DialogTrigger
|
|
3819
|
+
`}},o.DialogTrigger=Is([l.customElement("rtg-dialog-trigger")],o.DialogTrigger);var Ts=Object.defineProperty,Ls=Object.getOwnPropertyDescriptor,un=(i,t,r,n)=>{for(var e=n>1?void 0:n?Ls(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Ts(t,r,e),e};const Ms="open",Ns="closed";o.Dialog=class extends h{constructor(){super(...arguments),this.state=Ns}get _containerElement(){return this.querySelector("div[rtgdlg-root]")}get _content(){const t=this.querySelector("rtg-dialog-content");return t||null}updated(t){super.updated(t);const r=this._content;r&&(r.dataset.state=this.state)}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}createRenderRoot(){return this}getAttributesToExclude(){return[]}render(){return d.html`
|
|
3820
3820
|
<div
|
|
3821
3821
|
rtgdlg-root
|
|
3822
3822
|
part="dialog"
|
|
3823
|
-
class=${u(
|
|
3823
|
+
class=${u(mt.root,this.className)}
|
|
3824
3824
|
>
|
|
3825
|
-
${this.state===
|
|
3825
|
+
${this.state===Ms?d.html` <rtg-dialog-overlay></rtg-dialog-overlay>`:d.nothing}
|
|
3826
3826
|
</div>
|
|
3827
|
-
`}},
|
|
3827
|
+
`}},un([l.property({attribute:"data-state",type:String})],o.Dialog.prototype,"state",2),o.Dialog=un([l.customElement("rtg-dialog")],o.Dialog);const gn={root:["rtg-inline-flex","rtg-shrink-0 rtg-items-center","rtg-w-switch-space-w rtg-h-switch-space-h","rtg-rounded-switch-radius rtg-border-switch-width-border rtg-border-switch-color-border rtg-outline-none","rtg-shadow-switch-shadow","rtg-transition-all","focus-visible:rtg-border-switch-color-border-focus focus-visible:rtg-ring-switch-width-ring-focus focus-visible:rtg-ring-switch-color-ring-focus",'data-[state="checked"]:rtg-bg-switch-color-bg-checked data-[state="unchecked"]:rtg-bg-switch-color-bg-unchecked','data-[disabled="true"]:rtg-opacity-switch-opacity-disabled data-[disabled="true"]:rtg-cursor-not-allowed'],thumb:["rtg-pointer-events-none","rtg-block","rtg-size-switch-thumb-space-size","rtg-rounded-switch-thumb-radius","rtg-ring-0","rtg-transition-transform",'data-[state="checked"]:rtg-bg-switch-thumb-color-bg-checked data-[state="unchecked"]:rtg-bg-switch-thumb-color-bg-unchecked','data-[state="checked"]:rtg-translate-x-[calc(100%-2px)] data-[state="unchecked"]:rtg-translate-x-0']};var zs=Object.defineProperty,qs=Object.getOwnPropertyDescriptor,ur=(i,t,r,n)=>{for(var e=n>1?void 0:n?qs(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&zs(t,r,e),e};o.Switch=class extends d.LitElement{constructor(){super(...arguments),this.disabled="false",this.state="unchecked"}_toggleChecked(){this.disabled==="false"&&(this.state=this.state==="checked"?"unchecked":"checked",this.dispatchEvent(new CustomEvent("change",{detail:this.state})))}createRenderRoot(){return this.classList="rtg-w-switch-space-w rtg-h-switch-space-h",this}render(){return d.html`
|
|
3828
3828
|
<div
|
|
3829
3829
|
part="switch"
|
|
3830
3830
|
role="switch"
|
|
@@ -3832,15 +3832,15 @@ body {
|
|
|
3832
3832
|
data-disabled=${this.disabled}
|
|
3833
3833
|
data-state=${this.state}
|
|
3834
3834
|
@click="${this._toggleChecked}"
|
|
3835
|
-
class=${u(
|
|
3835
|
+
class=${u(gn.root,this.className)}
|
|
3836
3836
|
>
|
|
3837
3837
|
<div
|
|
3838
3838
|
part="switch-thumb"
|
|
3839
3839
|
data-state=${this.state}
|
|
3840
|
-
class=${u(
|
|
3840
|
+
class=${u(gn.thumb)}
|
|
3841
3841
|
></div>
|
|
3842
3842
|
</div>
|
|
3843
|
-
`}},
|
|
3843
|
+
`}},ur([l.property({attribute:"data-disabled",type:String})],o.Switch.prototype,"disabled",2),ur([l.property({attribute:"data-state",type:String})],o.Switch.prototype,"state",2),o.Switch=ur([l.customElement("rtg-switch")],o.Switch);const it={root:[""],content:["rtg-overflow-x-hidden rtg-overflow-y-auto rtg-z-50","rtg-p-dropdown-menu-content-space-p","rtg-min-w-dropdown-menu-content-space-min-w","rtg-text-dropdown-menu-content-color-text","rtg-bg-dropdown-menu-content-color-bg","rtg-rounded-dropdown-menu-content-radius rtg-border-dropdown-menu-content-width-border rtg-border-dropdown-menu-content-color-border","rtg-shadow-dropdown-menu-content-shadow","rtg-translate-y-0.5","rtg-slide-in-from-top-2","data-[state=open]:rtg-animate-in data-[state=open]:rtg-fade-in-0 data-[state=open]:rtg-zoom-in-95","data-[state=closed]:rtg-animate-out data-[state=closed]:rtg-fade-out-0 data-[state=closed]:rtg-zoom-out-95"],group:[""],item:["rtg-flex rtg-relative","rtg-gap-dropdown-menu-item-space-gap rtg-items-center","rtg-px-dropdown-menu-item-space-px rtg-py-dropdown-menu-item-space-py","rtg-text-dropdown-menu-item-font","rtg-rounded-dropdown-menu-item-radius rtg-outline-hidden","rtg-cursor-default","rtg-select-none","hover:rtg-bg-dropdown-menu-item-color-bg-hover hover:rtg-text-dropdown-menu-item-color-text-hover","focus:rtg-bg-dropdown-menu-item-color-bg-focus focus:rtg-text-dropdown-menu-item-color-text-focus","data-[disabled]:rtg-opacity-dropdown-menu-item-opacity-disabled data-[disabled]:rtg-pointer-events-none",'[&_svg]:rtg-shrink-0 [&_svg:not([class*="rtg-size-"])]:rtg-size-dropdown-menu-item-icon-space-size [&_svg:not([class*="rtg-text-"])]:rtg-text-dropdown-menu-item-icon-color-text [&_svg]:rtg-pointer-events-none'],checkboxItem:{base:["rtg-flex rtg-relative","rtg-gap-dropdown-menu-checkbox-item-space-gap rtg-items-center","rtg-pl-dropdown-menu-checkbox-item-space-pl rtg-pr-dropdown-menu-checkbox-item-space-pr rtg-py-dropdown-menu-checkbox-item-space-py","rtg-text-dropdown-menu-checkbox-item-font","rtg-rounded-dropdown-menu-checkbox-item-radius rtg-outline-hidden","rtg-cursor-default","rtg-select-none","aria-selected:rtg-bg-dropdown-menu-checkbox-item-color-bg-focus aria-selected:rtg-text-dropdown-menu-checkbox-item-color-text-focus","data-[disabled]:rtg-opacity-dropdown-menu-checkbox-item-opacity-disabled data-[disabled]:rtg-pointer-events-none"],span:["rtg-flex rtg-absolute rtg-left-2","rtg-justify-center rtg-items-center","rtg-size-dropdown-menu-checkbox-item-icon-container-space-size","rtg-pointer-events-none"],icon:["rtg-shrink-0","rtg-size-dropdown-menu-checkbox-item-icon-space-size","rtg-pointer-events-none"]},radioItem:{base:["rtg-flex rtg-relative","rtg-gap-dropdown-menu-radio-item-space-gap rtg-items-center","rtg-pl-dropdown-menu-radio-item-space-pl rtg-pr-dropdown-menu-radio-item-space-pr rtg-py-dropdown-menu-radio-item-space-py","rtg-text-dropdown-menu-radio-item-font","rtg-rounded-dropdown-menu-radio-item-radius rtg-outline-hidden","rtg-cursor-default","rtg-select-none","aria-selected:rtg-bg-dropdown-menu-radio-item-color-bg-focus aria-selected:rtg-text-dropdown-menu-radio-item-color-text-focus","data-[disabled]:rtg-opacity-dropdown-menu-radio-item-opacity-disabled data-[disabled]:rtg-pointer-events-none"],span:["rtg-flex rtg-absolute rtg-left-2","rtg-justify-center rtg-items-center","rtg-size-dropdown-menu-radio-item-icon-container-space-size","rtg-pointer-events-none"],icon:["rtg-shrink-0","rtg-size-dropdown-menu-radio-item-icon-space-size","rtg-pointer-events-none","rtg-fill-current"]},label:["rtg-px-dropdown-menu-label-space-px rtg-py-dropdown-menu-label-space-py","rtg-text-dropdown-menu-label-font rtg-font-dropdown-menu-label-font-weight"],separator:["rtg-mx-dropdown-menu-separator-space-mx rtg-my-dropdown-menu-separator-space-my","rtg-h-dropdown-menu-separator-space-h","rtg-bg-dropdown-menu-separator-color-bg"],shortcut:["rtg-ml-auto","rtg-text-dropdown-menu-shortcut-font rtg-text-dropdown-menu-shortcut-color-text"]};var Bs=Object.defineProperty,Us=Object.getOwnPropertyDescriptor,ee=(i,t,r,n)=>{for(var e=n>1?void 0:n?Us(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Bs(t,r,e),e};o.DropdownMenuCheckboxItem=class extends h{constructor(){super(...arguments),this._id="",this.selected=!1,this.checked=!1,this.disabled=!1}get value(){var t;return((t=this.textContent)==null?void 0:t.trim())||""}get _containerElement(){return this.querySelector("div[part=dropdown-menu-checkbox-item-container]")}get _dropdownMenu(){let t=this.parentElement;for(;t&&!(t instanceof o.DropdownMenu);)t=t.parentElement;return t}handleMouseEvent(t){(t.type==="mouseover"||t.type==="focus")&&(this.selected=!0),t.type==="mouseleave"&&(this.selected=!1)}toggleChecked(){this._dropdownMenu.isOpen=!1,this.checked=!this.checked}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){return d.html`
|
|
3844
3844
|
<div
|
|
3845
3845
|
rtgcmd-item
|
|
3846
3846
|
part="dropdown-menu-item"
|
|
@@ -3877,13 +3877,13 @@ body {
|
|
|
3877
3877
|
</span>
|
|
3878
3878
|
<div part="dropdown-menu-checkbox-item-container"></div>
|
|
3879
3879
|
</div>
|
|
3880
|
-
`}},
|
|
3880
|
+
`}},ee([l.property({type:String})],o.DropdownMenuCheckboxItem.prototype,"_id",2),ee([l.property({attribute:"data-value",type:String})],o.DropdownMenuCheckboxItem.prototype,"value",1),ee([l.property({type:Boolean})],o.DropdownMenuCheckboxItem.prototype,"selected",2),ee([l.property({type:Boolean})],o.DropdownMenuCheckboxItem.prototype,"checked",2),ee([l.property({attribute:"data-disabled",type:Boolean})],o.DropdownMenuCheckboxItem.prototype,"disabled",2),o.DropdownMenuCheckboxItem=ee([l.customElement("rtg-dropdown-menu-checkbox-item")],o.DropdownMenuCheckboxItem);const gr="closed";var Fs=Object.defineProperty,Gs=Object.getOwnPropertyDescriptor,pr=(i,t,r,n)=>{for(var e=n>1?void 0:n?Gs(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Fs(t,r,e),e};o.DropdownMenuContent=class extends h{constructor(){super(...arguments),this.state=gr,this.isOpen=!1}get _dropdownMenu(){let t=this.parentElement;for(;t&&!(t instanceof o.DropdownMenu);)t=t.parentElement;return t}get _containerElement(){return this.querySelector("div[part=dropdown-menu-content]")}updated(t){super.updated(t),this.state==="open"?this.isOpen=!0:this.isOpen=!1}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){return d.html`
|
|
3881
3881
|
<div
|
|
3882
3882
|
part="dropdown-menu-content"
|
|
3883
3883
|
style="display: ${this.isOpen?"block":"none"};"
|
|
3884
3884
|
class=${u(it.content,this.className)}
|
|
3885
3885
|
></div>
|
|
3886
|
-
`}},
|
|
3886
|
+
`}},pr([l.property({attribute:"data-state",type:String})],o.DropdownMenuContent.prototype,"state",2),pr([l.state()],o.DropdownMenuContent.prototype,"isOpen",2),o.DropdownMenuContent=pr([l.customElement("rtg-dropdown-menu-content")],o.DropdownMenuContent);var Vs=Object.defineProperty,Hs=Object.getOwnPropertyDescriptor,Te=(i,t,r,n)=>{for(var e=n>1?void 0:n?Hs(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Vs(t,r,e),e};o.DropdownMenuGroup=class extends h{constructor(){super(...arguments),this.heading="",this._id="",this._hidden=""}get _containerElement(){return this.querySelector("div[rtgcmd-group-items]")}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){return d.html`${this._hidden==="true"?d.nothing:d.html`
|
|
3887
3887
|
<div
|
|
3888
3888
|
rtgcmd-group
|
|
3889
3889
|
part="dropdown-menu-group"
|
|
@@ -3896,7 +3896,7 @@ body {
|
|
|
3896
3896
|
|
|
3897
3897
|
<div rtgcmd-group-items role="group"></div>
|
|
3898
3898
|
</div>
|
|
3899
|
-
`}`}},
|
|
3899
|
+
`}`}},Te([l.property({type:String})],o.DropdownMenuGroup.prototype,"heading",2),Te([l.property({attribute:"id",type:String})],o.DropdownMenuGroup.prototype,"_id",2),Te([l.property({attribute:"aria-hidden",type:String})],o.DropdownMenuGroup.prototype,"_hidden",2),o.DropdownMenuGroup=Te([l.customElement("rtg-dropdown-menu-group")],o.DropdownMenuGroup);var Ys=Object.defineProperty,Ws=Object.getOwnPropertyDescriptor,re=(i,t,r,n)=>{for(var e=n>1?void 0:n?Ws(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Ys(t,r,e),e};o.DropdownMenuItem=class extends h{constructor(){super(...arguments),this._id="",this._hidden="",this.selected=!1,this.disabled=!1}get _containerElement(){return this.querySelector("div[part=dropdown-menu-item]")}get value(){var t;return((t=this.textContent)==null?void 0:t.trim())||""}get _dropdownMenu(){let t=this.parentElement;for(;t&&!(t instanceof o.DropdownMenu);)t=t.parentElement;return t}handleMouseEvent(t){console.log(t,this.value),(t.type==="mouseover"||t.type==="focus")&&(this.selected=!0),t.type==="mouseleave"&&(this.selected=!1)}handleClickDefault(){this._dropdownMenu.isOpen=!1}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){return d.html` ${this._hidden==="true"?d.nothing:d.html`
|
|
3900
3900
|
<div
|
|
3901
3901
|
rtgcmd-item
|
|
3902
3902
|
part="dropdown-menu-item"
|
|
@@ -3912,7 +3912,7 @@ body {
|
|
|
3912
3912
|
@click="${this.handleClickDefault}"
|
|
3913
3913
|
class=${u(it.item,this.className)}
|
|
3914
3914
|
></div>
|
|
3915
|
-
`}`}},
|
|
3915
|
+
`}`}},re([l.property({type:String})],o.DropdownMenuItem.prototype,"_id",2),re([l.property({attribute:"aria-hidden",type:String})],o.DropdownMenuItem.prototype,"_hidden",2),re([l.property({attribute:"data-value",type:String})],o.DropdownMenuItem.prototype,"value",1),re([l.property({type:Boolean})],o.DropdownMenuItem.prototype,"selected",2),re([l.property({attribute:"data-disabled",type:Boolean})],o.DropdownMenuItem.prototype,"disabled",2),o.DropdownMenuItem=re([l.customElement("rtg-dropdown-menu-item")],o.DropdownMenuItem);var Xs=Object.defineProperty,Ks=Object.getOwnPropertyDescriptor,zt=(i,t,r,n)=>{for(var e=n>1?void 0:n?Ks(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Xs(t,r,e),e};o.DropdownMenuRadioItem=class extends h{constructor(){super(...arguments),this._id="",this._hidden="",this.selected=!1,this.checked=!1,this.disabled=!1}get value(){var t;return((t=this.textContent)==null?void 0:t.trim())||""}get _containerElement(){return this.querySelector("div[part=dropdown-menu-radio-item-container]")}handleMouseEvent(t){(t.type==="mouseover"||t.type==="focus")&&(this.selected=!0),t.type==="mouseleave"&&(this.selected=!1)}toggleChecked(){this.checked||(this.checked=!0,this.dispatchEvent(new CustomEvent("radio-selected",{bubbles:!0,composed:!0})))}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){return d.html`
|
|
3916
3916
|
<div
|
|
3917
3917
|
rtgcmd-item
|
|
3918
3918
|
part="dropdown-menu-radio"
|
|
@@ -3947,27 +3947,27 @@ body {
|
|
|
3947
3947
|
</span>
|
|
3948
3948
|
<div part="dropdown-menu-radio-item-container"></div>
|
|
3949
3949
|
</div>
|
|
3950
|
-
`}},zt([l.property({type:String})],o.DropdownMenuRadioItem.prototype,"_id",2),zt([l.property({attribute:"aria-hidden",type:String})],o.DropdownMenuRadioItem.prototype,"_hidden",2),zt([l.property({attribute:"data-value",type:String})],o.DropdownMenuRadioItem.prototype,"value",1),zt([l.property({type:Boolean})],o.DropdownMenuRadioItem.prototype,"selected",2),zt([l.property({type:Boolean})],o.DropdownMenuRadioItem.prototype,"checked",2),zt([l.property({attribute:"data-disabled",type:Boolean})],o.DropdownMenuRadioItem.prototype,"disabled",2),o.DropdownMenuRadioItem=zt([l.customElement("rtg-dropdown-menu-radio-item")],o.DropdownMenuRadioItem);var
|
|
3950
|
+
`}},zt([l.property({type:String})],o.DropdownMenuRadioItem.prototype,"_id",2),zt([l.property({attribute:"aria-hidden",type:String})],o.DropdownMenuRadioItem.prototype,"_hidden",2),zt([l.property({attribute:"data-value",type:String})],o.DropdownMenuRadioItem.prototype,"value",1),zt([l.property({type:Boolean})],o.DropdownMenuRadioItem.prototype,"selected",2),zt([l.property({type:Boolean})],o.DropdownMenuRadioItem.prototype,"checked",2),zt([l.property({attribute:"data-disabled",type:Boolean})],o.DropdownMenuRadioItem.prototype,"disabled",2),o.DropdownMenuRadioItem=zt([l.customElement("rtg-dropdown-menu-radio-item")],o.DropdownMenuRadioItem);var js=Object.getOwnPropertyDescriptor,Qs=(i,t,r,n)=>{for(var e=n>1?void 0:n?js(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.DropdownMenuSeparator=class extends h{get _containerElement(){return this.querySelector("div[part=dropdown-menu-seperator]")}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){return d.html`<div
|
|
3951
3951
|
rtgcmd-separator
|
|
3952
3952
|
part="dropdown-menu-seperator"
|
|
3953
3953
|
role="separator"
|
|
3954
3954
|
class=${u(it.separator,this.className)}
|
|
3955
|
-
></div>`}},o.DropdownMenuSeparator=
|
|
3955
|
+
></div>`}},o.DropdownMenuSeparator=Qs([l.customElement("rtg-dropdown-menu-separator")],o.DropdownMenuSeparator);var Zs=Object.getOwnPropertyDescriptor,Js=(i,t,r,n)=>{for(var e=n>1?void 0:n?Zs(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.DropdownMenuShortcut=class extends h{get _containerElement(){return this.querySelector("span[part=dropdown-menu-shortcut]")}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}createRenderRoot(){return this.classList=u(it.shortcut),this}render(){return d.html`
|
|
3956
3956
|
<span
|
|
3957
3957
|
part="dropdown-menu-shortcut"
|
|
3958
3958
|
class=${u(it.shortcut,this.className)}
|
|
3959
3959
|
>
|
|
3960
3960
|
</span>
|
|
3961
|
-
`}},o.DropdownMenuShortcut=
|
|
3961
|
+
`}},o.DropdownMenuShortcut=Js([l.customElement("rtg-dropdown-menu-shortcut")],o.DropdownMenuShortcut);var tl=Object.getOwnPropertyDescriptor,el=(i,t,r,n)=>{for(var e=n>1?void 0:n?tl(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.DropdownMenuTrigger=class extends d.LitElement{createRenderRoot(){return this}render(){return d.html``}},o.DropdownMenuTrigger=el([l.customElement("rtg-dropdown-menu-trigger")],o.DropdownMenuTrigger);var rl=Object.defineProperty,nl=Object.getOwnPropertyDescriptor,pn=(i,t,r,n)=>{for(var e=n>1?void 0:n?nl(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&rl(t,r,e),e};o.DropdownMenu=class extends h{constructor(){super(...arguments),this.isOpen=!1,this.handleClickOutside=t=>{var n,e;const r=t.target;!((n=this._containerElement)!=null&&n.contains(r))&&!((e=this._triggerElement)!=null&&e.contains(r))&&(this.isOpen=!1,o.DropdownMenu._openInstance===this&&(o.DropdownMenu._openInstance=null))}}get _triggerElement(){return this.querySelector("rtg-dropdown-menu-trigger")}get _containerElement(){return this.querySelector("div[part=dropdown-menu]")}get _content(){return this.querySelector("rtg-dropdown-menu-content")}connectedCallback(){super.connectedCallback(),document.addEventListener("click",this.handleClickOutside),this.addEventListener("radio-selected",this._handleRadioSelected)}toggleDropdown(t){t.stopPropagation();const r=this.isOpen;this.isOpen=!this.isOpen,this.isOpen?(o.DropdownMenu._openInstance&&o.DropdownMenu._openInstance!==this&&(o.DropdownMenu._openInstance.isOpen=!1),o.DropdownMenu._openInstance=this):r&&o.DropdownMenu._openInstance===this&&(o.DropdownMenu._openInstance=null)}disconnectedCallback(){o.DropdownMenu._openInstance===this&&(o.DropdownMenu._openInstance=null),document.removeEventListener("click",this.handleClickOutside),super.disconnectedCallback()}updated(t){super.updated(t);const r=this._content;r&&(r.dataset.state=this.isOpen?"open":"close")}firstUpdated(t){var r;this.moveLightDomChildrenInto(this._containerElement),(r=this._triggerElement)==null||r.addEventListener("click",n=>this.toggleDropdown(n))}_handleRadioSelected(t){this.isOpen=!1,this.querySelectorAll("rtg-dropdown-menu-radio-item").forEach(r=>{r!==t.target&&(r.checked=!1)})}createRenderRoot(){return this}render(){return d.html`
|
|
3962
3962
|
<div
|
|
3963
3963
|
part="dropdown-menu"
|
|
3964
3964
|
class=${u(it.root,this.className)}
|
|
3965
3965
|
></div>
|
|
3966
|
-
`}},o.DropdownMenu._openInstance=null,
|
|
3966
|
+
`}},o.DropdownMenu._openInstance=null,pn([l.state()],o.DropdownMenu.prototype,"isOpen",2),o.DropdownMenu=pn([l.customElement("rtg-dropdown-menu")],o.DropdownMenu);const ol=["rtg-flex","rtg-min-h-textarea-space-min-h rtg-w-textarea-space-w rtg-px-textarea-space-px rtg-py-textarea-space-py","rtg-rounded-textarea-radius rtg-border rtg-border-textarea-color-border","rtg-bg-textarea-color-bg rtg-text-textarea-font rtg-text-textarea-color-text placeholder:rtg-text-textarea-color-text-placeholder","focus-visible:rtg-outline-none focus-visible:rtg-ring-textarea-width-ring-focus focus-visible:rtg-ring-textarea-color-ring-focus focus-visible:rtg-ring-offset-textarea-width-ring-offset-focus","disabled:rtg-cursor-not-allowed disabled:rtg-opacity-textarea-opacity-disabled"];var il=Object.defineProperty,al=Object.getOwnPropertyDescriptor,qt=(i,t,r,n)=>{for(var e=n>1?void 0:n?al(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&il(t,r,e),e};o.TextArea=class extends h{constructor(){super(),this.disabled=!1,this.placeholder="",this.defaultValue="",this.rows=4,this.cols=50,this.value="",this.value=this.value||this.defaultValue}firstUpdated(t){this.value=this.defaultValue}handleInputChange(t){const r=t.target;this.value=r.value}getAttributesToExclude(){return["disabled","type","placeholder","value","data-testid"]}createRenderRoot(){return this}render(){const t=this.getFilteredAttributes();return d.html`
|
|
3967
3967
|
<textarea
|
|
3968
3968
|
part="textarea"
|
|
3969
|
-
${
|
|
3970
|
-
class="${u(
|
|
3969
|
+
${Q(t)}
|
|
3970
|
+
class="${u(ol,this.className)}"
|
|
3971
3971
|
placeholder="${this.placeholder}"
|
|
3972
3972
|
.value=${this.value}
|
|
3973
3973
|
.rows=${this.rows}
|
|
@@ -3975,14 +3975,14 @@ body {
|
|
|
3975
3975
|
?disabled=${this.disabled}
|
|
3976
3976
|
@change="${this.handleInputChange}"
|
|
3977
3977
|
></textarea>
|
|
3978
|
-
`}},qt([l.property({type:Boolean})],o.TextArea.prototype,"disabled",2),qt([l.property({type:String})],o.TextArea.prototype,"placeholder",2),qt([l.property({type:String})],o.TextArea.prototype,"defaultValue",2),qt([l.property({type:Number})],o.TextArea.prototype,"rows",2),qt([l.property({type:Number})],o.TextArea.prototype,"cols",2),qt([l.property({type:String})],o.TextArea.prototype,"value",2),o.TextArea=qt([l.customElement("rtg-textarea")],o.TextArea);const ve={root:["rtg-grid","rtg-gap-radio-group-space-gap"],item:{wrapper:["rtg-inline-flex","rtg-justify-center rtg-items-center","rtg-size-radio-group-item-space-size"],item:["rtg-aspect-square","rtg-shrink-0","rtg-size-radio-group-item-space-size","rtg-bg-radio-group-item-color-bg","rtg-rounded-radio-group-item-radius rtg-border-radio-group-item-width-border rtg-border-radio-group-item-color-border rtg-outline-none","rtg-shadow-radio-group-item-shadow","rtg-transition-[color,box-shadow]","focus-visible:rtg-border-radio-group-item-color-border-focus focus-visible:rtg-ring-radio-group-item-width-ring-focus focus-visible:rtg-ring-radio-group-item-color-ring-focus","disabled:rtg-opacity-radio-group-item-opacity-disabled disabled:rtg-cursor-not-allowed","aria-invalid:rtg-border-radio-group-item-color-border-invalid aria-invalid:rtg-ring-radio-group-item-width-ring-invalid aria-invalid:rtg-ring-radio-group-item-color-ring-invalid"],indicator:["rtg-flex rtg-relative","rtg-justify-center rtg-items-center"],icon:["rtg-absolute rtg-top-1/2 rtg-left-1/2","rtg-size-radio-group-indicator-space-size","rtg--translate-x-1/2 rtg--translate-y-1/2","rtg-fill-radio-group-indicator-color-fill"]}},
|
|
3978
|
+
`}},qt([l.property({type:Boolean})],o.TextArea.prototype,"disabled",2),qt([l.property({type:String})],o.TextArea.prototype,"placeholder",2),qt([l.property({type:String})],o.TextArea.prototype,"defaultValue",2),qt([l.property({type:Number})],o.TextArea.prototype,"rows",2),qt([l.property({type:Number})],o.TextArea.prototype,"cols",2),qt([l.property({type:String})],o.TextArea.prototype,"value",2),o.TextArea=qt([l.customElement("rtg-textarea")],o.TextArea);const ve={root:["rtg-grid","rtg-gap-radio-group-space-gap"],item:{wrapper:["rtg-inline-flex","rtg-justify-center rtg-items-center","rtg-size-radio-group-item-space-size"],item:["rtg-aspect-square","rtg-shrink-0","rtg-size-radio-group-item-space-size","rtg-bg-radio-group-item-color-bg","rtg-rounded-radio-group-item-radius rtg-border-radio-group-item-width-border rtg-border-radio-group-item-color-border rtg-outline-none","rtg-shadow-radio-group-item-shadow","rtg-transition-[color,box-shadow]","focus-visible:rtg-border-radio-group-item-color-border-focus focus-visible:rtg-ring-radio-group-item-width-ring-focus focus-visible:rtg-ring-radio-group-item-color-ring-focus","disabled:rtg-opacity-radio-group-item-opacity-disabled disabled:rtg-cursor-not-allowed","aria-invalid:rtg-border-radio-group-item-color-border-invalid aria-invalid:rtg-ring-radio-group-item-width-ring-invalid aria-invalid:rtg-ring-radio-group-item-color-ring-invalid"],indicator:["rtg-flex rtg-relative","rtg-justify-center rtg-items-center"],icon:["rtg-absolute rtg-top-1/2 rtg-left-1/2","rtg-size-radio-group-indicator-space-size","rtg--translate-x-1/2 rtg--translate-y-1/2","rtg-fill-radio-group-indicator-color-fill"]}},sl="unChecked";var ll=Object.defineProperty,cl=Object.getOwnPropertyDescriptor,At=(i,t,r,n)=>{for(var e=n>1?void 0:n?cl(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&ll(t,r,e),e};o.RadioGroupItem=class extends h{constructor(){super(...arguments),this.checked=!1,this.tabindex=0,this.value="",this.id="radio-group-item",this.state=sl,this.disabled=!1,this.invalid=!1}get _containerElement(){return this.querySelector("button[part=radio-group-item]")}_onClick(t){t.defaultPrevented||this.checked||(this.checked=!0,this.dispatchEvent(new CustomEvent("radio-selected",{bubbles:!0,composed:!0})))}createRenderRoot(){return this.classList=u(ve.item.wrapper),this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){return d.html`
|
|
3979
3979
|
<button
|
|
3980
3980
|
type="button"
|
|
3981
3981
|
part="radio-group-item"
|
|
3982
3982
|
role="radio"
|
|
3983
3983
|
aria-checked="${this.checked}"
|
|
3984
3984
|
aria-invalid=${this.invalid}
|
|
3985
|
-
data-state
|
|
3985
|
+
data-state=${this.checked?"checked":"unchecked"}
|
|
3986
3986
|
value="${this.value}"
|
|
3987
3987
|
?disabled=${this.disabled}
|
|
3988
3988
|
@click="${this._onClick}"
|
|
@@ -4011,23 +4011,23 @@ body {
|
|
|
4011
4011
|
</svg>
|
|
4012
4012
|
</span>`:d.nothing}
|
|
4013
4013
|
</button>
|
|
4014
|
-
`}},At([l.property({type:Boolean,reflect:!0})],o.RadioGroupItem.prototype,"checked",2),At([l.property({type:Number})],o.RadioGroupItem.prototype,"tabindex",2),At([l.property({type:String})],o.RadioGroupItem.prototype,"value",2),At([l.property({type:String})],o.RadioGroupItem.prototype,"id",2),At([l.property({attribute:"data-state",type:String})],o.RadioGroupItem.prototype,"state",2),At([l.property({type:Boolean})],o.RadioGroupItem.prototype,"disabled",2),At([l.property({attribute:"aria-invalid",type:Boolean})],o.RadioGroupItem.prototype,"invalid",2),o.RadioGroupItem=At([l.customElement("rtg-radio-group-item")],o.RadioGroupItem);var
|
|
4014
|
+
`}},At([l.property({type:Boolean,reflect:!0})],o.RadioGroupItem.prototype,"checked",2),At([l.property({type:Number})],o.RadioGroupItem.prototype,"tabindex",2),At([l.property({type:String})],o.RadioGroupItem.prototype,"value",2),At([l.property({type:String})],o.RadioGroupItem.prototype,"id",2),At([l.property({attribute:"data-state",type:String})],o.RadioGroupItem.prototype,"state",2),At([l.property({type:Boolean})],o.RadioGroupItem.prototype,"disabled",2),At([l.property({attribute:"aria-invalid",type:Boolean})],o.RadioGroupItem.prototype,"invalid",2),o.RadioGroupItem=At([l.customElement("rtg-radio-group-item")],o.RadioGroupItem);var dl=Object.defineProperty,ul=Object.getOwnPropertyDescriptor,hn=(i,t,r,n)=>{for(var e=n>1?void 0:n?ul(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&dl(t,r,e),e};o.RadioGroup=class extends h{constructor(){super(...arguments),this.defaultValue=""}get _containerElement(){return this.querySelector("div[part=radio-group]")}connectedCallback(){super.connectedCallback(),this.addEventListener("radio-selected",this._handleRadioSelected)}_handleRadioSelected(t){this.querySelectorAll("rtg-radio-group-item").forEach(r=>{r!==t.target&&(r.checked=!1)})}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){return this.querySelectorAll("rtg-radio-group-item").forEach(t=>{t.checked=t.value==this.defaultValue}),d.html`
|
|
4015
4015
|
<div
|
|
4016
4016
|
part="radio-group"
|
|
4017
4017
|
class=${u(ve.root,this.className)}
|
|
4018
4018
|
></div>
|
|
4019
|
-
`}},
|
|
4019
|
+
`}},hn([l.property({type:String})],o.RadioGroup.prototype,"defaultValue",2),o.RadioGroup=hn([l.customElement("rtg-radio-group")],o.RadioGroup);const ft={root:["rtg-flex","rtg-justify-center","rtg-mx-auto","rtg-w-full"],content:["rtg-flex","rtg-flex-row rtg-gap-pagination-content-space-gap rtg-items-center"],item:[""],link:ge,previous:{base:["rtg-gap-pagination-previous-space-gap","rtg-px-pagination-previous-space-px sm:rtg-pl-pagination-previous-space-px"],span:["rtg-hidden sm:rtg-block"]},next:{base:["rtg-gap-pagination-next-space-gap","rtg-px-pagination-next-space-px sm:rtg-pr-pagination-next-space-px"],span:["rtg-hidden sm:rtg-block"]},ellipsis:{base:["rtg-flex rtg-justify-center rtg-items-center","rtg-size-pagination-ellipsis-space-size"],icon:["rtg-size-pagination-ellipsis-icon-space-size"],span:["rtg-sr-only"]}};var gl=Object.getOwnPropertyDescriptor,pl=(i,t,r,n)=>{for(var e=n>1?void 0:n?gl(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.PaginationContent=class extends h{get _containerElement(){return this.querySelector("ul[part=pagination-content]")}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){return d.html`
|
|
4020
4020
|
<ul
|
|
4021
4021
|
data-slot="pagination-content"
|
|
4022
4022
|
part="pagination-content"
|
|
4023
|
-
class=${u(
|
|
4023
|
+
class=${u(ft.content,this.className)}
|
|
4024
4024
|
></ul>
|
|
4025
|
-
`}},o.PaginationContent=
|
|
4025
|
+
`}},o.PaginationContent=pl([l.customElement("rtg-pagination-content")],o.PaginationContent);var hl=Object.getOwnPropertyDescriptor,ml=(i,t,r,n)=>{for(var e=n>1?void 0:n?hl(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.PaginationEllipsis=class extends h{get _containerElement(){return this.querySelector("span[part=pagination-ellipsis]")}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){return d.html`
|
|
4026
4026
|
<span
|
|
4027
4027
|
aria-hidden
|
|
4028
4028
|
data-slot="pagination-ellipsis"
|
|
4029
4029
|
part="pagination-ellipsis"
|
|
4030
|
-
class=${u(
|
|
4030
|
+
class=${u(ft.ellipsis.base,this.className)}
|
|
4031
4031
|
>
|
|
4032
4032
|
<svg
|
|
4033
4033
|
xmlns="http://www.w3.org/2000/svg"
|
|
@@ -4039,16 +4039,16 @@ body {
|
|
|
4039
4039
|
stroke-width="2"
|
|
4040
4040
|
stroke-linecap="round"
|
|
4041
4041
|
stroke-linejoin="round"
|
|
4042
|
-
class=${u(
|
|
4042
|
+
class=${u(ft.ellipsis.icon,"lucide lucide-ellipsis-icon lucide-ellipsis")}
|
|
4043
4043
|
>
|
|
4044
4044
|
<circle cx="12" cy="12" r="1" />
|
|
4045
4045
|
<circle cx="19" cy="12" r="1" />
|
|
4046
4046
|
<circle cx="5" cy="12" r="1" />
|
|
4047
4047
|
</svg>
|
|
4048
4048
|
|
|
4049
|
-
<span class=${u(
|
|
4049
|
+
<span class=${u(ft.ellipsis.span)}>More pages</span>
|
|
4050
4050
|
</span>
|
|
4051
|
-
`}},o.PaginationEllipsis=
|
|
4051
|
+
`}},o.PaginationEllipsis=ml([l.customElement("rtg-pagination-ellipsis")],o.PaginationEllipsis);var fl=Object.defineProperty,vl=Object.getOwnPropertyDescriptor,be=(i,t,r,n)=>{for(var e=n>1?void 0:n?vl(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&fl(t,r,e),e};o.PaginationLink=class extends h{constructor(){super(...arguments),this.state="close",this.isActive=!1,this.size="icon",this.href="javascript:void(0)"}get _containerElement(){return this.querySelector("a[part=pagination-link]")}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}updated(t){super.updated(t),this.state==="open"?this.isActive=!0:this.isActive=!1}render(){return d.html`
|
|
4052
4052
|
<a
|
|
4053
4053
|
aria-current=${this.isActive?"page":void 0}
|
|
4054
4054
|
data-slot="pagination-link"
|
|
@@ -4056,24 +4056,24 @@ body {
|
|
|
4056
4056
|
part="pagination-link"
|
|
4057
4057
|
id="${this.id}"
|
|
4058
4058
|
href="${this.href}"
|
|
4059
|
-
class=${u(
|
|
4059
|
+
class=${u(ft.link({variant:this.isActive?"outline":"ghost",size:this.size}),this.className)}
|
|
4060
4060
|
>
|
|
4061
4061
|
</a>
|
|
4062
|
-
`}},be([l.property({attribute:"data-state",type:String})],o.PaginationLink.prototype,"state",2),be([l.property({type:Boolean})],o.PaginationLink.prototype,"isActive",2),be([l.property({type:String})],o.PaginationLink.prototype,"size",2),be([l.property({type:String})],o.PaginationLink.prototype,"href",2),o.PaginationLink=be([l.customElement("rtg-pagination-link")],o.PaginationLink);var
|
|
4062
|
+
`}},be([l.property({attribute:"data-state",type:String})],o.PaginationLink.prototype,"state",2),be([l.property({type:Boolean})],o.PaginationLink.prototype,"isActive",2),be([l.property({type:String})],o.PaginationLink.prototype,"size",2),be([l.property({type:String})],o.PaginationLink.prototype,"href",2),o.PaginationLink=be([l.customElement("rtg-pagination-link")],o.PaginationLink);var bl=Object.defineProperty,yl=Object.getOwnPropertyDescriptor,hr=(i,t,r,n)=>{for(var e=n>1?void 0:n?yl(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&bl(t,r,e),e};o.PaginationItem=class extends h{constructor(){super(...arguments),this.uniqueIds=[],this.isActive=!1}get _containerElement(){return this.querySelector("li[part=pagination-item]")}get _content(){var r;const t=(r=this._containerElement)==null?void 0:r.children;if(t){for(let n=0;n<t.length;n++)if(t[n]instanceof o.PaginationLink)return t[n]}return null}updated(t){super.updated(t);const r=this._content;r&&(r.dataset.state=this.isActive?"open":"close")}handleClick(t){t.stopPropagation(),document.querySelectorAll("rtg-pagination-item").forEach(n=>{n!==this&&(n.isActive=!1)}),this.isActive=!this.isActive}firstUpdated(){var n;this.moveLightDomChildrenInto(this._containerElement);const t=(n=this._containerElement)==null?void 0:n.children,r=[];for(let e=0;e<t.length-1;e+=1){const a=t[e],s=crypto.randomUUID();r.push(s),a.dataset.pairId=s}this.uniqueIds=r,this._content&&this._content.removeEventListener("unique-ids-generated",()=>{this.requestUpdate()})}raiseEvent(){const t=new CustomEvent("unique-ids-generated",{detail:{ids:this.uniqueIds},bubbles:!0,composed:!0});this.dispatchEvent(t)}createRenderRoot(){return this}render(){return d.html`
|
|
4063
4063
|
<li
|
|
4064
4064
|
data-slot="pagination-item"
|
|
4065
4065
|
part="pagination-item"
|
|
4066
|
-
class=${u(
|
|
4066
|
+
class=${u(ft.item,this.className)}
|
|
4067
4067
|
@click="${this.handleClick}"
|
|
4068
4068
|
></li>
|
|
4069
|
-
`}},
|
|
4069
|
+
`}},hr([l.state()],o.PaginationItem.prototype,"uniqueIds",2),hr([l.property({type:Boolean})],o.PaginationItem.prototype,"isActive",2),o.PaginationItem=hr([l.customElement("rtg-pagination-item")],o.PaginationItem);var wl=Object.defineProperty,_l=Object.getOwnPropertyDescriptor,mn=(i,t,r,n)=>{for(var e=n>1?void 0:n?_l(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&wl(t,r,e),e};o.PaginationNext=class extends h{constructor(){super(...arguments),this.href="javascript:void(0)"}get _containerElement(){return this.querySelector("div[part=pagination-next]")}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){return d.html`
|
|
4070
4070
|
<rtg-pagination-link
|
|
4071
4071
|
aria-label="Go to next page"
|
|
4072
4072
|
size="default"
|
|
4073
4073
|
href=${this.href}
|
|
4074
|
-
class=${u(
|
|
4074
|
+
class=${u(ft.next.base,this.className)}
|
|
4075
4075
|
>
|
|
4076
|
-
<span class=${u(
|
|
4076
|
+
<span class=${u(ft.next.span)}>Next</span>
|
|
4077
4077
|
|
|
4078
4078
|
<svg
|
|
4079
4079
|
xmlns="http://www.w3.org/2000/svg"
|
|
@@ -4092,12 +4092,12 @@ body {
|
|
|
4092
4092
|
|
|
4093
4093
|
<div part="pagination-next"></div>
|
|
4094
4094
|
</rtg-pagination-link>
|
|
4095
|
-
`}},
|
|
4095
|
+
`}},mn([l.property({type:String})],o.PaginationNext.prototype,"href",2),o.PaginationNext=mn([l.customElement("rtg-pagination-next")],o.PaginationNext);var Cl=Object.defineProperty,xl=Object.getOwnPropertyDescriptor,fn=(i,t,r,n)=>{for(var e=n>1?void 0:n?xl(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Cl(t,r,e),e};o.PaginationPrevious=class extends h{constructor(){super(...arguments),this.href="javascript:void(0)"}get _containerElement(){return this.querySelector("div[part=pagination-previous]")}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){return d.html`
|
|
4096
4096
|
<rtg-pagination-link
|
|
4097
4097
|
aria-label="Go to previous page"
|
|
4098
4098
|
size="default"
|
|
4099
4099
|
href=${this.href}
|
|
4100
|
-
class=${u(
|
|
4100
|
+
class=${u(ft.previous.base,this.className)}
|
|
4101
4101
|
>
|
|
4102
4102
|
<svg
|
|
4103
4103
|
xmlns="http://www.w3.org/2000/svg"
|
|
@@ -4114,24 +4114,24 @@ body {
|
|
|
4114
4114
|
<path d="m15 18-6-6 6-6" />
|
|
4115
4115
|
</svg>
|
|
4116
4116
|
|
|
4117
|
-
<span class=${u(
|
|
4117
|
+
<span class=${u(ft.previous.span)}>Previous</span>
|
|
4118
4118
|
|
|
4119
4119
|
<div part="pagination-previous"></div>
|
|
4120
4120
|
</rtg-pagination-link>
|
|
4121
|
-
`}},
|
|
4121
|
+
`}},fn([l.property({type:String})],o.PaginationPrevious.prototype,"href",2),o.PaginationPrevious=fn([l.customElement("rtg-pagination-previous")],o.PaginationPrevious);var El=Object.getOwnPropertyDescriptor,$l=(i,t,r,n)=>{for(var e=n>1?void 0:n?El(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.Pagination=class extends h{get _containerElement(){return this.querySelector("nav[part=pagination]")}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){return d.html`
|
|
4122
4122
|
<nav
|
|
4123
4123
|
role="navigation"
|
|
4124
4124
|
aria-label="pagination"
|
|
4125
4125
|
data-slot="pagination"
|
|
4126
4126
|
part="pagination"
|
|
4127
|
-
class=${u(
|
|
4127
|
+
class=${u(ft.root,this.className)}
|
|
4128
4128
|
></nav>
|
|
4129
|
-
`}},o.Pagination
|
|
4129
|
+
`}},o.Pagination=$l([l.customElement("rtg-pagination")],o.Pagination);const xt={open:"open",closed:"closed"},Et={root:[""],trigger:[""],close:[""],overlay:["rtg-fixed rtg-inset-0 rtg-z-50","rtg-bg-drawer-overlay-color-bg","data-[state=open]:rtg-animate-in data-[state=open]:rtg-fade-in-0","data-[state=closed]:rtg-animate-out data-[state=closed]:rtg-fade-out-0"],content:{base:["rtg-fixed rtg-inset-x-0 rtg-bottom-0 rtg-z-50","rtg-flex rtg-flex-col","rtg-mt-drawer-content-space-mt","rtg-h-auto rtg-max-h-[80vh]","rtg-bg-drawer-content-color-bg","rtg-rounded-t-drawer-content-radius rtg-border-t-drawer-content-width-border rtg-border-t-drawer-content-color-border"],thumb:["rtg-shrink-0","rtg-mx-auto rtg-mt-drawer-thumb-space-mt","rtg-w-drawer-thumb-space-w rtg-h-drawer-thumb-space-h","rtg-bg-drawer-thumb-color-bg","rtg-rounded-drawer-thumb-radius"]},header:["rtg-flex rtg-flex-col rtg-gap-drawer-header-space-gap-sm md:rtg-gap-drawer-header-space-gap","rtg-p-drawer-header-space-p","rtg-text-center"],footer:["rtg-flex rtg-flex-col rtg-gap-drawer-footer-space-gap","rtg-p-drawer-footer-space-p rtg-mt-auto"],title:["rtg-text-drawer-title-font rtg-font-drawer-title-font-weight rtg-text-drawer-title-color-text"],description:["rtg-text-drawer-description-font rtg-font-drawer-description-font-weight rtg-text-drawer-description-color-text"]};var Sl=Object.getOwnPropertyDescriptor,Ol=(i,t,r,n)=>{for(var e=n>1?void 0:n?Sl(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.DrawerClose=class extends h{get _drawer(){let t=this.parentElement;for(;t;){if(t instanceof o.Drawer)return t;t=t.parentElement}return t}get _containerElement(){return this.querySelector("div[part=drawer-close]")}async firstUpdated(t){super.firstUpdated(t),await this.updateComplete;const r=this._containerElement;if(r){this.moveLightDomChildrenInto(r);const n=r.querySelector("button, [data-close], [role=button]");n&&n.addEventListener("click",e=>{e.stopPropagation();const a=this._drawer;a&&(a.dataset.state=xt.closed)})}}getAttributesToExclude(){return["data-testid"]}createRenderRoot(){return this}render(){return d.html`
|
|
4130
4130
|
<div
|
|
4131
4131
|
part="drawer-close"
|
|
4132
|
-
class=${u(
|
|
4132
|
+
class=${u(Et.close,this.className)}
|
|
4133
4133
|
></div>
|
|
4134
|
-
`}},o.DrawerClose=
|
|
4134
|
+
`}},o.DrawerClose=Ol([l.customElement("rtg-drawer-close")],o.DrawerClose);var Pl=Object.defineProperty,Dl=Object.getOwnPropertyDescriptor,vn=(i,t,r,n)=>{for(var e=n>1?void 0:n?Dl(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Pl(t,r,e),e};o.DrawerContent=class extends h{constructor(){super(...arguments),this.state=xt.closed}connectedCallback(){super.connectedCallback();const t=document.createElement("style");t.textContent=`
|
|
4135
4135
|
@keyframes slideInUp {
|
|
4136
4136
|
from { transform: translateY(100%); }
|
|
4137
4137
|
to { transform: translateY(0); }
|
|
@@ -4151,71 +4151,71 @@ body {
|
|
|
4151
4151
|
.drawer-closed {
|
|
4152
4152
|
animation: slideOutDown 0.5s cubic-bezier(0.32, 0.72, 0, 1) forwards;
|
|
4153
4153
|
}
|
|
4154
|
-
`,this.querySelector("style[data-injected]")||(t.setAttribute("data-injected","true"),this.prepend(t))}get _containerElement(){return this.querySelector("div[part=drawer-content-slot]")}get ـcomponentElement(){return this.querySelector("div[part=drawer-content]")}getAttributesToExclude(){return["date-testid"]}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}updated(t){requestAnimationFrame(()=>{t.get("state")===
|
|
4154
|
+
`,this.querySelector("style[data-injected]")||(t.setAttribute("data-injected","true"),this.prepend(t))}get _containerElement(){return this.querySelector("div[part=drawer-content-slot]")}get ـcomponentElement(){return this.querySelector("div[part=drawer-content]")}getAttributesToExclude(){return["date-testid"]}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}updated(t){requestAnimationFrame(()=>{t.get("state")===xt.closed?this.ـcomponentElement.style.display="flex":this.ـcomponentElement.style.display="none"})}render(){return d.html`
|
|
4155
4155
|
<div
|
|
4156
4156
|
rtgdlg-content
|
|
4157
4157
|
part="drawer-content"
|
|
4158
|
-
class=${u(
|
|
4158
|
+
class=${u(Et.content.base,this.state===xt.open?"drawer-open":"drawer-closed",this.className)}
|
|
4159
4159
|
>
|
|
4160
|
-
<div part="drawer-thumb" class=${u(
|
|
4160
|
+
<div part="drawer-thumb" class=${u(Et.content.thumb)}></div>
|
|
4161
4161
|
<div part="drawer-content-slot"></div>
|
|
4162
4162
|
</div>
|
|
4163
|
-
`}},vn([l.property({attribute:"data-state",type:String})],o.DrawerContent.prototype,"state",2),o.DrawerContent=vn([l.customElement("rtg-drawer-content")],o.DrawerContent);var
|
|
4163
|
+
`}},vn([l.property({attribute:"data-state",type:String})],o.DrawerContent.prototype,"state",2),o.DrawerContent=vn([l.customElement("rtg-drawer-content")],o.DrawerContent);var kl=Object.getOwnPropertyDescriptor,Rl=(i,t,r,n)=>{for(var e=n>1?void 0:n?kl(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.DrawerDescription=class extends h{get _containerElement(){return this.querySelector("p[part=drawer-description")}getAttributesToExclude(){return[]}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){return d.html`
|
|
4164
4164
|
<p
|
|
4165
4165
|
part="drawer-description"
|
|
4166
|
-
class=${u(
|
|
4166
|
+
class=${u(Et.description,this.className)}
|
|
4167
4167
|
></p>
|
|
4168
|
-
`}},o.DrawerDescription=
|
|
4168
|
+
`}},o.DrawerDescription=Rl([l.customElement("rtg-drawer-description")],o.DrawerDescription);var Il=Object.getOwnPropertyDescriptor,Al=(i,t,r,n)=>{for(var e=n>1?void 0:n?Il(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.DrawerFooter=class extends h{get _containerElement(){return this.querySelector("div[part=drawer-footer]")}getAttributesToExclude(){return[]}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){return d.html`
|
|
4169
4169
|
<div
|
|
4170
4170
|
part="drawer-footer"
|
|
4171
|
-
class=${u(
|
|
4171
|
+
class=${u(Et.footer,this.className)}
|
|
4172
4172
|
></div>
|
|
4173
|
-
`}},o.DrawerFooter=
|
|
4173
|
+
`}},o.DrawerFooter=Al([l.customElement("rtg-drawer-footer")],o.DrawerFooter);var Tl=Object.getOwnPropertyDescriptor,Ll=(i,t,r,n)=>{for(var e=n>1?void 0:n?Tl(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.DrawerHeader=class extends h{get _containerElement(){return this.querySelector("div[part=drawer-header")}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){return d.html`
|
|
4174
4174
|
<div
|
|
4175
4175
|
part="drawer-header"
|
|
4176
|
-
class=${u(
|
|
4176
|
+
class=${u(Et.header,this.className)}
|
|
4177
4177
|
></div>
|
|
4178
|
-
`}},o.DrawerHeader=
|
|
4178
|
+
`}},o.DrawerHeader=Ll([l.customElement("rtg-drawer-header")],o.DrawerHeader);var Ml=Object.getOwnPropertyDescriptor,Nl=(i,t,r,n)=>{for(var e=n>1?void 0:n?Ml(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.DrawerOverlay=class extends d.LitElement{createRenderRoot(){return this}render(){return d.html`
|
|
4179
4179
|
<div
|
|
4180
4180
|
part="drawer-overly"
|
|
4181
|
-
class=${u(
|
|
4181
|
+
class=${u(Et.overlay,this.className)}
|
|
4182
4182
|
></div>
|
|
4183
|
-
`}},o.DrawerOverlay=
|
|
4183
|
+
`}},o.DrawerOverlay=Nl([l.customElement("rtg-drawer-overlay")],o.DrawerOverlay);var zl=Object.getOwnPropertyDescriptor,ql=(i,t,r,n)=>{for(var e=n>1?void 0:n?zl(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.DrawerTitle=class extends h{get _containerElement(){return this.querySelector("h2[part=drawer-title")}getAttributesToExclude(){return[]}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){return d.html`
|
|
4184
4184
|
<h2
|
|
4185
4185
|
part="drawer-title"
|
|
4186
|
-
class=${u(
|
|
4186
|
+
class=${u(Et.title,this.className)}
|
|
4187
4187
|
></h2>
|
|
4188
|
-
`}},o.DrawerTitle=
|
|
4188
|
+
`}},o.DrawerTitle=ql([l.customElement("rtg-drawer-title")],o.DrawerTitle);var Bl=Object.getOwnPropertyDescriptor,Ul=(i,t,r,n)=>{for(var e=n>1?void 0:n?Bl(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.DrawerTrigger=class extends h{constructor(){super(...arguments),this.handleClick=()=>{const t=this._drawer;t&&(t.dataset.state=xt.open)}}get _drawer(){let t=this.parentElement;for(;t;){if(t instanceof o.Drawer)return t;t=t.parentElement}return t}get _containerElement(){return this.querySelector("div[part=drawer-trigger]")}firstUpdated(t){super.firstUpdated(t),this.moveLightDomChildrenInto(this._containerElement),this.addEventListener("click",r=>{r.stopPropagation(),this.handleClick()})}getAttributesToExclude(){return[]}createRenderRoot(){return this}render(){return d.html`
|
|
4189
4189
|
<div
|
|
4190
4190
|
part="drawer-trigger"
|
|
4191
|
-
class=${u(
|
|
4191
|
+
class=${u(Et.trigger,this.className)}
|
|
4192
4192
|
></div>
|
|
4193
|
-
`}},o.DrawerTrigger=
|
|
4193
|
+
`}},o.DrawerTrigger=Ul([l.customElement("rtg-drawer-trigger")],o.DrawerTrigger);var Fl=Object.defineProperty,Gl=Object.getOwnPropertyDescriptor,bn=(i,t,r,n)=>{for(var e=n>1?void 0:n?Gl(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Fl(t,r,e),e};o.Drawer=class extends h{constructor(){super(...arguments),this.state=xt.closed,this.handleOutsideClick=t=>{const r=this._content;this.state===xt.open&&r&&(r.contains(t.target)||(this.state=xt.closed,this.dispatchEvent(new CustomEvent("drawer-close"))))}}get _containerElement(){return this.querySelector("div[rtgdlg-root]")}get _content(){const t=this.querySelector("rtg-drawer-content");return t||null}connectedCallback(){super.connectedCallback(),this.setupOutsideClickHandler()}disconnectedCallback(){super.disconnectedCallback(),this.removeOutsideClickHandler()}updated(t){super.updated(t);const r=this._content;r&&(r.dataset.state=this.state),t.has("state")&&this.setupOutsideClickHandler()}setupOutsideClickHandler(){this.state===xt.open?document.addEventListener("click",this.handleOutsideClick):this.removeOutsideClickHandler()}removeOutsideClickHandler(){document.removeEventListener("click",this.handleOutsideClick)}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}createRenderRoot(){return this}getAttributesToExclude(){return[]}render(){return d.html`
|
|
4194
4194
|
<div
|
|
4195
4195
|
rtgdlg-root
|
|
4196
4196
|
part="drawer"
|
|
4197
|
-
class=${u(
|
|
4197
|
+
class=${u(Et.root,this.className)}
|
|
4198
4198
|
>
|
|
4199
|
-
${this.state===
|
|
4199
|
+
${this.state===xt.open?d.html` <rtg-drawer-overlay></rtg-drawer-overlay>`:d.nothing}
|
|
4200
4200
|
</div>
|
|
4201
|
-
`}},bn([l.property({attribute:"data-state",type:String})],o.Drawer.prototype,"state",2),o.Drawer=bn([l.customElement("rtg-drawer")],o.Drawer);class
|
|
4201
|
+
`}},bn([l.property({attribute:"data-state",type:String})],o.Drawer.prototype,"state",2),o.Drawer=bn([l.customElement("rtg-drawer")],o.Drawer);class Vl{constructor(){this.state={isOpen:!1,selectedValue:"",selectedText:""},this.listeners=new Set}subscribe(t){this.listeners.add(t)}unsubscribe(t){this.listeners.delete(t)}notify(){this.listeners.forEach(t=>t())}get isOpen(){return this.state.isOpen}get selectedValue(){return this.state.selectedValue}get selectedText(){return this.state.selectedText}open(){this.state.isOpen||(this.state.isOpen=!0,this.notify())}close(){this.state.isOpen&&(this.state.isOpen=!1,this.notify())}toggle(){this.state.isOpen=!this.state.isOpen,this.notify()}select(t,r,n){this.state.selectedValue=t,this.state.selectedText=r,this.state.isOpen=!1,this.notify()}}const vt={root:[""],value:["rtg-flex","rtg-gap-select-value-space-gap rtg-items-center","rtg-line-clamp-1"],trigger:{trigger:["rtg-flex","rtg-gap-select-trigger-space-gap rtg-justify-between rtg-items-center","rtg-px-select-trigger-space-px rtg-py-select-trigger-space-py","rtg-w-fit rtg-h-select-trigger-space-h","rtg-text-select-trigger-font rtg-whitespace-nowrap","rtg-bg-select-trigger-color-bg","rtg-rounded-select-trigger-radius rtg-border-select-trigger-width-border rtg-border-select-trigger-color-border rtg-outline-none","rtg-shadow-select-trigger-shadow","rtg-transition-[color,box-shadow]","hover:rtg-bg-select-trigger-color-bg-hover","focus-visible:rtg-border-select-trigger-color-border-focus focus-visible:rtg-ring-select-trigger-width-ring-focus focus-visible:rtg-ring-select-trigger-color-ring-focus","disabled:rtg-opacity-select-trigger-opacity-disabled disabled:rtg-cursor-not-allowed","aria-invalid:rtg-border-select-trigger-color-border-invalid aria-invalid:rtg-ring-select-trigger-width-ring-invalid aria-invalid:rtg-ring-select-trigger-color-ring-invalid","data-[placeholder]:rtg-text-select-trigger-placeholder-color-text"],icon:["rtg-shrink-0","rtg-size-select-trigger-icon-space-size","rtg-text-select-trigger-icon-color-text","rtg-opacity-select-trigger-icon-opacity","rtg-pointer-events-none"]},content:{content:["rtg-absolute rtg-overflow-x-hidden rtg-overflow-y-auto rtg-z-50","rtg-w-fit","rtg-text-select-content-color-text","rtg-bg-select-content-color-bg","rtg-rounded-select-content-radius rtg-border-select-content-width-border rtg-border-select-content-color-border","rtg-shadow-select-content-shadow","rtg-slide-in-from-top-2","rtg-translate-y-1","data-[state=open]:rtg-animate-in data-[state=open]:rtg-fade-in-0 data-[state=open]:rtg-zoom-in-95","data-[state=closed]:rtg-animate-out data-[state=closed]:rtg-fade-out-0 data-[state=closed]:rtg-zoom-out-95"],viewport:["rtg-p-select-content-viewport-space-p","rtg-w-full","rtg-scroll-my-1"]},label:["rtg-px-select-label-space-px rtg-py-select-label-space-py","rtg-text-select-label-font rtg-text-select-label-color-text"],item:{item:["rtg-flex rtg-relative","rtg-gap-select-item-space-gap rtg-items-center","rtg-pl-select-item-space-pl rtg-pr-select-item-space-pr rtg-py-select-item-space-py","rtg-w-full","rtg-text-select-item-font","rtg-rounded-select-item-radius rtg-outline-hidden","rtg-cursor-default rtg-select-none","hover:rtg-text-select-item-color-text-hover hover:rtg-bg-select-item-color-bg-hover","focus:rtg-text-select-item-color-text-focus focus:rtg-bg-select-item-color-bg-focus","data-[disabled]:rtg-opacity-select-item-opacity-disabled data-[disabled]:rtg-pointer-events-none"],indicator:["rtg-flex rtg-absolute rtg-right-2","rtg-justify-center rtg-items-center","rtg-size-select-item-indicator-space-size"],icon:["rtg-shrink-0","rtg-size-select-item-icon-space-size","rtg-text-select-item-icon-color-text","rtg-pointer-events-none"]},separator:["rtg-mx-select-separator-space-mx rtg-my-select-separator-space-my","rtg-h-select-separator-space-h","rtg-bg-select-separator-color-bg","rtg-pointer-events-none"]};var Hl=Object.defineProperty,Yl=Object.getOwnPropertyDescriptor,yn=(i,t,r,n)=>{for(var e=n>1?void 0:n?Yl(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Hl(t,r,e),e};o.SelectGroup=class extends h{constructor(){super(...arguments),this.focusedIndex=0,this.childrenArray=[],this.onStoreChange=()=>{const t=this._containerElement;t&&(t.style.display=this._select.selectStore.isOpen?"block":"none",this._contentDiv&&(this._contentDiv.style.display=this._select.selectStore.isOpen?"block":"none",this._select.selectStore.isOpen&&requestAnimationFrame(()=>{this.updateTriggerWidth()}))),this._select.selectStore.isOpen&&this._select.selectStore.selectedValue&&(this.focusedIndex=this.childrenArray.findIndex(r=>r.value===this._select.selectStore.selectedValue)),this.updateFocusedItem(),this.requestUpdate()},this.handleKeyDown=t=>{var r;if(this._select.selectStore.isOpen)switch(t.preventDefault(),t.key){case"ArrowDown":this.focusedIndex=(this.focusedIndex+1)%this.childrenArray.length,this.updateFocusedItem();break;case"ArrowUp":this.focusedIndex=(this.focusedIndex-1+this.childrenArray.length)%this.childrenArray.length,this.updateFocusedItem();break;case"Enter":const n=this.childrenArray[this.focusedIndex],e=n.value,a=((r=n.textContent)==null?void 0:r.trim())||"";this._select.selectStore.select(e,a);break}}}get _select(){let t=this.parentElement;for(;t&&!(t instanceof o.Select);)t=t.parentElement;return t}connectedCallback(){super.connectedCallback(),this._select.selectStore.subscribe(this.onStoreChange),document.addEventListener("keydown",this.handleKeyDown)}disconnectedCallback(){this._select.selectStore.unsubscribe(this.onStoreChange),document.removeEventListener("keydown",this.handleKeyDown),super.disconnectedCallback()}getTriggerButton(){const t=this._select;return t?t.querySelector("button[part=select-trigger]"):null}updateTriggerWidth(){const t=this.getTriggerButton(),r=this._contentDiv;if(t&&r){const n=t.offsetWidth;if(n>0){const s=Math.max(128,n);r.style.setProperty("--select-trigger-width",`${n}px`),r.style.setProperty("min-width",`${s}px`)}}}get _containerElement(){return this.querySelector("div[part=select-viewport]")}get _contentDiv(){return this.querySelector("div[data-slot=select-content]")}firstUpdated(){const t=Array.from(this.children).filter(r=>r.tagName.toLowerCase()==="rtg-select-item");this.childrenArray=t,t.forEach((r,n)=>{r.tabIndex=n,r.selectItemIndex=n,r.isFocus=n===this.focusedIndex||r.value===this._select.selectStore.selectedValue,r.addEventListener("mouseover",e=>this.handleMouseOver(e,n))}),this.moveLightDomChildrenInto(this._containerElement),requestAnimationFrame(()=>{this.updateTriggerWidth()})}updateFocusedItem(){this.childrenArray.forEach((t,r)=>{var n;t.isFocus=r===this.focusedIndex,(n=t.requestUpdate)==null||n.call(t)})}handleMouseOver(t,r){t.preventDefault(),this.focusedIndex=r}createRenderRoot(){return this}render(){return d.html`
|
|
4202
4202
|
<div
|
|
4203
4203
|
part="select-group"
|
|
4204
4204
|
data-slot="select-content"
|
|
4205
|
-
class="${u(
|
|
4205
|
+
class="${u(vt.content.content,this.className)}"
|
|
4206
4206
|
style=${"min-width: 128px; display: none;"}
|
|
4207
4207
|
>
|
|
4208
4208
|
<div
|
|
4209
4209
|
part="select-viewport"
|
|
4210
|
-
class=${u(
|
|
4210
|
+
class=${u(vt.content.viewport)}
|
|
4211
4211
|
></div>
|
|
4212
4212
|
</div>
|
|
4213
|
-
`}},
|
|
4213
|
+
`}},yn([l.state()],o.SelectGroup.prototype,"focusedIndex",2),o.SelectGroup=yn([l.customElement("rtg-select-group")],o.SelectGroup);var Wl=Object.defineProperty,Xl=Object.getOwnPropertyDescriptor,Bt=(i,t,r,n)=>{for(var e=n>1?void 0:n?Xl(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Wl(t,r,e),e};o.SelectItem=class extends h{constructor(){super(...arguments),this.value="",this.isSelected=!1,this.isFocus=!1,this.selectItemIndex=-1,this.onSelect=(t,r)=>{},this.class="",this._onStoreChange=()=>{var t,r;this.isSelected=this.value.toLowerCase()===((r=(t=this._select.selectStore.selectedValue)==null?void 0:t.toLowerCase)==null?void 0:r.call(t)),this.requestUpdate()},this.handleClick=t=>{t.stopPropagation();const r=this.getTextContent();this._select.selectStore.select(this.value,r),this.onSelect(this.value,this.selectItemIndex),this.dispatchEvent(new CustomEvent("change",{detail:{value:this.value},bubbles:!0,composed:!0}))}}get _select(){let t=this.parentElement;for(;t&&!(t instanceof o.Select);)t=t.parentElement;return t}connectedCallback(){super.connectedCallback(),this._select.selectStore.subscribe(this._onStoreChange)}disconnectedCallback(){this._select.selectStore.unsubscribe(this._onStoreChange),super.disconnectedCallback()}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}get _containerElement(){return this.querySelector("div[part=select-item-container]")}createRenderRoot(){return this}getTextContent(){var e;const t=this._containerElement;if(t&&t.textContent)return t.textContent.trim();const r=this.querySelector("[part=select-item-indicator]"),n=this.cloneNode(!0);if(r){const a=n.querySelector("[part=select-item-indicator]");a==null||a.remove()}return((e=n.textContent)==null?void 0:e.trim())||""}render(){const t=this.getFilteredAttributes();return d.html`
|
|
4214
4214
|
<div
|
|
4215
|
-
${
|
|
4215
|
+
${Q(t)}
|
|
4216
4216
|
part="select-item"
|
|
4217
4217
|
@click=${this.handleClick}
|
|
4218
|
-
class=${u(
|
|
4218
|
+
class=${u(vt.item.item,this.className)}
|
|
4219
4219
|
data-hs-select-value=${this.value}
|
|
4220
4220
|
aria-selected="${this.isSelected}"
|
|
4221
4221
|
data-selected="${this.isSelected}"
|
|
@@ -4223,7 +4223,7 @@ body {
|
|
|
4223
4223
|
${this.isSelected?d.html`
|
|
4224
4224
|
<span
|
|
4225
4225
|
part="select-item-indicator"
|
|
4226
|
-
class=${u(
|
|
4226
|
+
class=${u(vt.item.indicator)}
|
|
4227
4227
|
>
|
|
4228
4228
|
<svg
|
|
4229
4229
|
xmlns="http://www.w3.org/2000/svg"
|
|
@@ -4235,7 +4235,7 @@ body {
|
|
|
4235
4235
|
stroke-width="2"
|
|
4236
4236
|
stroke-linecap="round"
|
|
4237
4237
|
stroke-linejoin="round"
|
|
4238
|
-
class=${u(
|
|
4238
|
+
class=${u(vt.item.icon,"lucide lucide-check-icon lucide-check")}
|
|
4239
4239
|
>
|
|
4240
4240
|
<path d="M20 6 9 17l-5-5" />
|
|
4241
4241
|
</svg>
|
|
@@ -4244,12 +4244,12 @@ body {
|
|
|
4244
4244
|
|
|
4245
4245
|
<div part="select-item-container"></div>
|
|
4246
4246
|
</div>
|
|
4247
|
-
`}},Bt([l.property()],o.SelectItem.prototype,"value",2),Bt([l.property()],o.SelectItem.prototype,"isSelected",2),Bt([l.property()],o.SelectItem.prototype,"isFocus",2),Bt([l.property()],o.SelectItem.prototype,"selectItemIndex",2),Bt([l.property({type:Function})],o.SelectItem.prototype,"onSelect",2),Bt([l.property()],o.SelectItem.prototype,"class",2),o.SelectItem=Bt([l.customElement("rtg-select-item")],o.SelectItem);var
|
|
4247
|
+
`}},Bt([l.property()],o.SelectItem.prototype,"value",2),Bt([l.property()],o.SelectItem.prototype,"isSelected",2),Bt([l.property()],o.SelectItem.prototype,"isFocus",2),Bt([l.property()],o.SelectItem.prototype,"selectItemIndex",2),Bt([l.property({type:Function})],o.SelectItem.prototype,"onSelect",2),Bt([l.property()],o.SelectItem.prototype,"class",2),o.SelectItem=Bt([l.customElement("rtg-select-item")],o.SelectItem);var Kl=Object.getOwnPropertyDescriptor,jl=(i,t,r,n)=>{for(var e=n>1?void 0:n?Kl(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.SelectLabel=class extends h{get _containerElement(){return this.querySelector("div[part=select-label]")}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}createRenderRoot(){return this}render(){return d.html`
|
|
4248
4248
|
<div
|
|
4249
4249
|
part="select-label"
|
|
4250
|
-
class=${u(
|
|
4250
|
+
class=${u(vt.label,this.className)}
|
|
4251
4251
|
></div>
|
|
4252
|
-
`}},o.SelectLabel=
|
|
4252
|
+
`}},o.SelectLabel=jl([l.customElement("rtg-select-label")],o.SelectLabel);var Ql=Object.defineProperty,Zl=Object.getOwnPropertyDescriptor,mr=(i,t,r,n)=>{for(var e=n>1?void 0:n?Zl(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Ql(t,r,e),e};o.SelectList=class extends h{constructor(){super(...arguments),this.state=gr,this.isOpen=!1}get _containerElement(){return this.querySelector("div[part=select-list]")}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}createRenderRoot(){return this}render(){return d.html`
|
|
4253
4253
|
<div
|
|
4254
4254
|
part="select-list"
|
|
4255
4255
|
class="${u("rtg-absolute rtg-z-50 rtg-max-h-72 rtg-w-full rtg-overflow-hidden rtg-overflow-y-auto rtg-rounded-lg rtg-border rtg-border-input rtg-bg-background p-1 [&::-webkit-scrollbar-thumb]:rtg-rounded-full [&::-webkit-scrollbar-thumb]:rtg-bg-accent [&::-webkit-scrollbar-track]:rtg-bg-gray-100 [&::-webkit-scrollbar]:rtg-w-2",this.className)}"
|
|
@@ -4257,14 +4257,14 @@ body {
|
|
|
4257
4257
|
data-state="${this.state}"
|
|
4258
4258
|
style="display: ${this.isOpen?"block":"none"}; top:115%"
|
|
4259
4259
|
></div>
|
|
4260
|
-
`}},
|
|
4260
|
+
`}},mr([l.property({attribute:"data-state",type:String})],o.SelectList.prototype,"state",2),mr([l.state()],o.SelectList.prototype,"isOpen",2),o.SelectList=mr([l.customElement("rtg-select-list")],o.SelectList);var Jl=Object.defineProperty,tc=Object.getOwnPropertyDescriptor,fr=(i,t,r,n)=>{for(var e=n>1?void 0:n?tc(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Jl(t,r,e),e};o.SelectSeperator=class extends d.LitElement{constructor(){super(...arguments),this._id="",this._hidden=""}createRenderRoot(){return this}render(){return d.html`
|
|
4261
4261
|
<div
|
|
4262
4262
|
rtgcmd-separator
|
|
4263
4263
|
part="select-separator"
|
|
4264
4264
|
role="separator"
|
|
4265
|
-
class=${u(
|
|
4265
|
+
class=${u(vt.separator,this.className)}
|
|
4266
4266
|
></div>
|
|
4267
|
-
`}},
|
|
4267
|
+
`}},fr([l.property({type:String})],o.SelectSeperator.prototype,"_id",2),fr([l.property({attribute:"aria-hidden",type:String})],o.SelectSeperator.prototype,"_hidden",2),o.SelectSeperator=fr([l.customElement("rtg-select-separator")],o.SelectSeperator);var ec=Object.getOwnPropertyDescriptor,rc=(i,t,r,n)=>{for(var e=n>1?void 0:n?ec(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.SelectTrigger=class extends h{constructor(){super(...arguments),this.onStoreChange=()=>{this.requestUpdate()},this.handleClick=t=>{t.stopPropagation(),this._select&&this._select.selectStore.toggle()}}get _select(){let t=this.parentElement;for(;t&&!(t instanceof o.Select);)t=t.parentElement;return t}connectedCallback(){super.connectedCallback(),this._select.selectStore.subscribe(this.onStoreChange),this.classObserver=new MutationObserver(()=>{this.requestUpdate()}),this.classObserver.observe(this,{attributes:!0,attributeFilter:["class"]})}disconnectedCallback(){var t;this._select.selectStore.unsubscribe(this.onStoreChange),(t=this.classObserver)==null||t.disconnect()}get _containerElement(){return this.querySelector("span[part=select-trigger-container]")}firstUpdated(t){var r;super.firstUpdated(t),this.moveLightDomChildrenInto(this._containerElement),(r=this._containerElement)==null||r.addEventListener("click",this.handleClick)}createRenderRoot(){return this}getAttributesToExclude(){return["data-testid"]}getClassAttribute(){const t=this.getAttribute("class")||"",r=this.customClass||"",n=this.className||"";return t||r||n||""}filterConflictingWidthClasses(t,r){const n=/rtg-w-[\w-[\]]+/;return n.test(r)?t.map(a=>a.split(/\s+/).filter(s=>!n.test(s)).join(" ")):t}render(){const t=this.getClassAttribute(),r=this.filterConflictingWidthClasses(vt.trigger.trigger,t);return d.html`
|
|
4268
4268
|
<button
|
|
4269
4269
|
type="button"
|
|
4270
4270
|
part="select-trigger"
|
|
@@ -4273,6 +4273,7 @@ body {
|
|
|
4273
4273
|
tabindex="-1"
|
|
4274
4274
|
data-orientation="horizontal"
|
|
4275
4275
|
data-radix-collection-item=""
|
|
4276
|
+
?data-placeholder=${this._select.selectStore.selectedValue.length===0}
|
|
4276
4277
|
@click="${this.handleClick}"
|
|
4277
4278
|
>
|
|
4278
4279
|
<span part="select-trigger-container"></span>
|
|
@@ -4287,26 +4288,26 @@ body {
|
|
|
4287
4288
|
stroke-width="2"
|
|
4288
4289
|
stroke-linecap="round"
|
|
4289
4290
|
stroke-linejoin="round"
|
|
4290
|
-
class=${u(
|
|
4291
|
+
class=${u(vt.trigger.icon,"lucide lucide-chevron-down-icon lucide-chevron-down")}
|
|
4291
4292
|
>
|
|
4292
4293
|
<path d="m6 9 6 6 6-6" />
|
|
4293
4294
|
</svg>
|
|
4294
4295
|
</button>
|
|
4295
|
-
`}},o.SelectTrigger=
|
|
4296
|
-
<span part="select-value" class=${u(
|
|
4296
|
+
`}},o.SelectTrigger=rc([l.customElement("rtg-select-trigger")],o.SelectTrigger);var nc=Object.defineProperty,oc=Object.getOwnPropertyDescriptor,wn=(i,t,r,n)=>{for(var e=n>1?void 0:n?oc(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&nc(t,r,e),e};o.SelectValue=class extends h{constructor(){super(...arguments),this.placeholder="select a value",this.onStoreChange=()=>{this.requestUpdate()},this.renderLabel=()=>{if(this._select&&this._select.selectStore.selectedValue.length>0){const t=this._select.selectStore.selectedText;return t.length>0?t:this._select.selectStore.selectedValue}return this.placeholder}}get _select(){let t=this.parentElement;for(;t&&!(t instanceof o.Select);)t=t.parentElement;return t}connectedCallback(){super.connectedCallback(),this._select.selectStore.subscribe(this.onStoreChange),document.addEventListener("clicked-select-item",()=>{this.requestUpdate()})}disconnectedCallback(){this._select.selectStore.unsubscribe(this.onStoreChange)}firstUpdated(t){super.firstUpdated(t)}createRenderRoot(){return this}render(){return d.html`
|
|
4297
|
+
<span part="select-value" class=${u(vt.value,this.className)}>
|
|
4297
4298
|
${this.renderLabel()}
|
|
4298
4299
|
</span>
|
|
4299
|
-
`}},
|
|
4300
|
+
`}},wn([l.property({type:String})],o.SelectValue.prototype,"placeholder",2),o.SelectValue=wn([l.customElement("rtg-select-value")],o.SelectValue);var ic=Object.getOwnPropertyDescriptor,ac=(i,t,r,n)=>{for(var e=n>1?void 0:n?ic(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.Select=class extends h{constructor(){super(...arguments),this.uuid=He(),this.selectStore=new Vl,this.handleClickOutside=t=>{const r=this.querySelector("[data-select-uuid]"),n=t.target;r!=null&&r.contains(n)||this.selectStore.close()}}connectedCallback(){super.connectedCallback(),document.addEventListener("mousedown",this.handleClickOutside)}disconnectedCallback(){document.removeEventListener("mousedown",this.handleClickOutside),super.disconnectedCallback()}firstUpdated(){const t=this.querySelector("div[part=select]");this.moveLightDomChildrenInto(t)}createRenderRoot(){return this}render(){return d.html`
|
|
4300
4301
|
<div
|
|
4301
4302
|
part="select"
|
|
4302
4303
|
data-select-uuid=${this.uuid}
|
|
4303
|
-
class=${u(
|
|
4304
|
+
class=${u(vt.root,this.className)}
|
|
4304
4305
|
></div>
|
|
4305
|
-
`}},o.Select=
|
|
4306
|
+
`}},o.Select=ac([l.customElement("rtg-select")],o.Select);const ye={viewportRoot:["rtg-fixed rtg-top-0 rtg-z-[100] rtg-flex rtg-max-h-screen rtg-w-toast-viewport-root-space-w rtg-flex-col-reverse rtg-px-toast-viewport-root-space-px rtg-py-toast-viewport-root-space-py sm:rtg-bottom-0 sm:rtg-right-0 sm:rtg-top-auto sm:rtg-flex-col md:rtg-max-w-toast-viewport-root-space-w-md"],viewportItem:{base:["group rtg-pointer-events-auto rtg-relative rtg-flex rtg-w-toast-viewport-item-space-w rtg-items-center rtg-justify-between rtg-gap-toast-viewport-item-space-gap rtg-overflow-hidden rtg-rounded-toast-viewport-item-radius rtg-px-toast-viewport-item-space-px rtg-py-toast-viewport-item-space-py rtg-shadow-toast-viewport-item-shadow rtg-transition-all","data-[swipe=cancel]:rtg-translate-x-0","data-[swipe=end]:rtg-translate-x-[var(--radix-toast-swipe-end-x)]","data-[swipe=move]:rtg-translate-x-[var(--radix-toast-swipe-move-x)]","data-[swipe=move]:rtg-transition-none","data-[state=open]:rtg-animate-toast-animate-in","data-[state=closed]:rtg-animate-toast-animate-out","data-[swipe=end]:rtg-animate-toast-animate-out","data-[state=closed]:rtg-opacity-80","data-[state=open]:rtg-translate-y-toast-viewport-item-translate-y-enter-desktop","data-[state=open]:sm:rtg-translate-y-toast-viewport-item-translate-y-enter-mobile","data-[state=closed]:rtg-translate-x-toast-viewport-item-translate-x-exit"],variants:{default:["rtg-border rtg-border-toast-viewport-default-color-border rtg-bg-toast-viewport-default-color-bg rtg-text-toast-viewport-default-color-text"],destructive:["rtg-bg-toast-viewport-destructive-color-bg rtg-text-toast-viewport-destructive-color-text"]}},action:{base:["rtg-text-toast-action-font rtg-font-toast-action-font-weight rtg-text-toast-action-color-text","rtg-h-toast-action-space-h rtg-px-toast-action-space-px rtg-py-toast-action-space-py","rtg-inline-flex rtg-border rtg-border-toast-action-color-border rtg-shrink-0 rtg-items-center rtg-justify-center rtg-rounded-toast-action-radius rtg-transition-colors","focus:rtg-outline-none focus:rtg-ring-toast-action-width-ring-focus focus:rtg-ring-toast-action-color-ring-focus","disabled:rtg-pointer-events-none disabled:rtg-opacity-toast-action-opacity-disabled"],variants:{default:["rtg-bg-toast-action-default-color-bg hover:rtg-bg-toast-action-default-color-bg-hover"],destructive:["rtg-bg-toast-action-destructive-color-bg hover:rtg-bg-toast-action-destructive-color-bg-hover rtg-text-toast-action-destructive-color-text focus:rtg-ring-toast-action-destructive-color-ring-focus"]}},title:["rtg-text-toast-title-font rtg-font-toast-title-font-weight [&+div]:rtg-text-toast-title-font"],description:["rtg-text-toast-description-font rtg-opacity-toast-description-opacity"]};var sc=Object.defineProperty,lc=Object.getOwnPropertyDescriptor,vr=(i,t,r,n)=>{for(var e=n>1?void 0:n?lc(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&sc(t,r,e),e};const _n="closed";o.ToastViewPort=class extends h{constructor(){super(...arguments),this.variant="default",this.state=_n}get _containerElement(){return this.querySelector("li[part=toast-view-port-li]")}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){return d.html` <ol
|
|
4306
4307
|
part="toast-view-port"
|
|
4307
4308
|
tabindex="-1"
|
|
4308
4309
|
@click="${t=>t.stopPropagation()}"
|
|
4309
|
-
class="${u(
|
|
4310
|
+
class="${u(ye.viewportRoot,this.className,`${this.state===_n?"hidden":"block"} `)}"
|
|
4310
4311
|
>
|
|
4311
4312
|
<li
|
|
4312
4313
|
part="toast-view-port-li"
|
|
@@ -4320,45 +4321,45 @@ body {
|
|
|
4320
4321
|
data-radix-collection-item=""
|
|
4321
4322
|
style="user-select: none; touch-action: none;"
|
|
4322
4323
|
></li>
|
|
4323
|
-
</ol>`}},o.ToastViewPort.toastVariants=
|
|
4324
|
+
</ol>`}},o.ToastViewPort.toastVariants=ye.viewportItem,vr([l.property({type:String})],o.ToastViewPort.prototype,"variant",2),vr([l.property({attribute:"data-state",type:String})],o.ToastViewPort.prototype,"state",2),o.ToastViewPort=vr([l.customElement("rtg-toast-view-port")],o.ToastViewPort);var cc=Object.defineProperty,dc=Object.getOwnPropertyDescriptor,Cn=(i,t,r,n)=>{for(var e=n>1?void 0:n?dc(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&cc(t,r,e),e};o.ToastAction=class extends h{constructor(){super(...arguments),this.variant="default"}get _containerElement(){return this.querySelector("button[part=toast-action]")}getAttributesToExclude(){return["click","type","variant"]}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}getFilteredAttributes(){const t=this.getAttributesToExclude(),r={};for(const n of this.attributes)t.includes(n.name)||(r[n.name]=n.value);return r}createRenderRoot(){return this}render(){const t=this.getFilteredAttributes();return d.html`
|
|
4324
4325
|
<button
|
|
4325
|
-
${
|
|
4326
|
+
${Q(t)}
|
|
4326
4327
|
part="toast-action"
|
|
4327
4328
|
type="button"
|
|
4328
4329
|
class="${u(o.ToastAction.toastVariants.base,o.ToastAction.toastVariants.variants[this.variant],this.className,"rtg-w-max")}"
|
|
4329
4330
|
></button>
|
|
4330
|
-
`}},o.ToastAction.toastVariants=
|
|
4331
|
+
`}},o.ToastAction.toastVariants=ye.action,Cn([l.property({type:String})],o.ToastAction.prototype,"variant",2),o.ToastAction=Cn([l.customElement("rtg-toast-action")],o.ToastAction);var uc=Object.getOwnPropertyDescriptor,gc=(i,t,r,n)=>{for(var e=n>1?void 0:n?uc(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.ToastDescription=class extends h{get _containerElement(){return this.querySelector("div[part=toast-description]")}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){return d.html`
|
|
4331
4332
|
<div
|
|
4332
|
-
class="${u(
|
|
4333
|
+
class="${u(ye.description,this.className)}"
|
|
4333
4334
|
part="toast-description"
|
|
4334
4335
|
>
|
|
4335
4336
|
<slot></slot>
|
|
4336
4337
|
</div>
|
|
4337
|
-
`}},o.ToastDescription=
|
|
4338
|
+
`}},o.ToastDescription=gc([l.customElement("rtg-toast-description")],o.ToastDescription);var pc=Object.getOwnPropertyDescriptor,hc=(i,t,r,n)=>{for(var e=n>1?void 0:n?pc(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.ToastTitle=class extends h{get _containerElement(){return this.querySelector("div[part=toast-title]")}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){return d.html`
|
|
4338
4339
|
<div
|
|
4339
4340
|
part="toast-title"
|
|
4340
|
-
class="${u(
|
|
4341
|
+
class="${u(ye.title,this.className)}"
|
|
4341
4342
|
></div>
|
|
4342
|
-
`}},o.ToastTitle=
|
|
4343
|
+
`}},o.ToastTitle=hc([l.customElement("rtg-toast-title")],o.ToastTitle);var mc=Object.getOwnPropertyDescriptor,fc=(i,t,r,n)=>{for(var e=n>1?void 0:n?mc(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.ToastTrigger=class extends h{constructor(){super(),this.handleClick=this.handleClick.bind(this)}get _containerElement(){return this.querySelector("div[part=toast-trigger]")}get _toast(){let t=this.parentElement;for(;t&&!(t instanceof o.Toast);)t=t.parentElement;return t}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}handleClick(t){t.stopPropagation(),this.dispatchEvent(new CustomEvent("open-toast",{bubbles:!0})),this._toast.isOpen=!0}render(){return d.html`
|
|
4343
4344
|
<div
|
|
4344
4345
|
@click=${this.handleClick}
|
|
4345
4346
|
part="toast-trigger"
|
|
4346
4347
|
class="${u(this.className)}"
|
|
4347
4348
|
></div>
|
|
4348
|
-
`}},o.ToastTrigger=
|
|
4349
|
+
`}},o.ToastTrigger=fc([l.customElement("rtg-toast-trigger")],o.ToastTrigger);var vc=Object.defineProperty,bc=Object.getOwnPropertyDescriptor,xn=(i,t,r,n)=>{for(var e=n>1?void 0:n?bc(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&vc(t,r,e),e};o.Toast=class extends h{constructor(){super(...arguments),this.isOpen=!1}get _containerElement(){return this.querySelector("div[part=toast]")}onClick(){this.isOpen=!this.isOpen}connectedCallback(){super.connectedCallback(),this.addEventListener("close-toast",()=>{this.isOpen=!1}),this.addEventListener("open-toast",()=>{this.isOpen=!0})}get _content(){return this.querySelector("rtg-toast-view-port")}updated(t){super.updated(t);const r=this._content;r&&(r.dataset.state=this.isOpen?"open":"closed")}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}createRenderRoot(){return this}render(){return d.html` <div class="${u("",this.className)}" part="toast"></div> `}},xn([l.state()],o.Toast.prototype,"isOpen",2),o.Toast=xn([l.customElement("rtg-toast")],o.Toast);function yc(){const i=Date.now().toString(36),t=Math.random().toString(36).substring(2,7);return`rtg-${i}${t}`}function wc(i,t){return`${i}-trigger-${t}`}function _c(i,t){return`${i}-content-${t}`}var Cc=Object.defineProperty,xc=Object.getOwnPropertyDescriptor,Tt=(i,t,r,n)=>{for(var e=n>1?void 0:n?xc(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Cc(t,r,e),e};o.Tabs=class extends d.LitElement{constructor(){super(...arguments),this.orientation="horizontal",this.dir="ltr",this.activationMode="automatic",this._baseId=yc(),this._onTriggerSelect=t=>{var n;const r=t.detail.value;this._isControlled?(n=this.onValueChange)==null||n.call(this,r):this._activeValue=r}}createRenderRoot(){return this}get _rootSlot(){return this.querySelector('[data-slot="tabs"]')}get _list(){return this.querySelector("rtg-tabs-list")}get _triggers(){return Array.from(this.querySelectorAll("rtg-tabs-trigger"))}get _contents(){return Array.from(this.querySelectorAll("rtg-tabs-content"))}get _isControlled(){return this.value!==void 0}get _currentValue(){return this._isControlled?this.value:this._activeValue}_sync(){if(this._list){const t=this._list._listSlot;t.setAttribute("data-orientation",this.orientation),t.setAttribute("aria-orientation",this.orientation)}this._triggers.forEach(t=>{var a;const r=t._triggerSlot;r.setAttribute("data-orientation",this.orientation),r.id||(r.id=wc(this._baseId,t.value));const n=t.value===this._currentValue;r.setAttribute("data-state",n?"active":"inactive"),r.tabIndex=n?0:-1,r.setAttribute("aria-selected",String(n));const e=this._contents.find(s=>s.value===t.value);e!=null&&e._contentSlot&&((a=e._contentSlot).id||(a.id=_c(this._baseId,e.value)),e._contentSlot.setAttribute("aria-labelledby",r.id),r.setAttribute("aria-controls",e._contentSlot.id))}),this._contents.forEach(t=>{const r=t._contentSlot;r.setAttribute("data-orientation",this.orientation);const n=t.value===this._currentValue;r.setAttribute("data-state",n?"active":"inactive"),r.toggleAttribute("hidden",!n)})}firstUpdated(){var t;Array.from(this.childNodes).forEach(r=>{var n;r!==this._rootSlot&&((n=this._rootSlot)==null||n.appendChild(r))}),this._activeValue=this.value??this.defaultValue??((t=this._triggers[0])==null?void 0:t.value),this.addEventListener("rtg-tabs:trigger-select",this._onTriggerSelect),this._sync()}updated(t){t.has("value")&&this._isControlled&&(this._activeValue=this.value),this._sync()}render(){return d.html`
|
|
4349
4350
|
<div
|
|
4350
4351
|
data-slot="tabs"
|
|
4351
4352
|
data-orientation=${this.orientation}
|
|
4352
4353
|
dir=${this.dir}
|
|
4353
4354
|
></div>
|
|
4354
|
-
`}},Tt([l.property({attribute:"default-value",type:String})],o.Tabs.prototype,"defaultValue",2),Tt([l.property({type:String})],o.Tabs.prototype,"value",2),Tt([l.property({attribute:!1})],o.Tabs.prototype,"onValueChange",2),Tt([l.property({type:String})],o.Tabs.prototype,"orientation",2),Tt([l.property({type:String})],o.Tabs.prototype,"dir",2),Tt([l.property({attribute:"activation-mode",type:String})],o.Tabs.prototype,"activationMode",2),Tt([l.state()],o.Tabs.prototype,"_activeValue",2),o.Tabs=Tt([l.customElement("rtg-tabs")],o.Tabs);var
|
|
4355
|
+
`}},Tt([l.property({attribute:"default-value",type:String})],o.Tabs.prototype,"defaultValue",2),Tt([l.property({type:String})],o.Tabs.prototype,"value",2),Tt([l.property({attribute:!1})],o.Tabs.prototype,"onValueChange",2),Tt([l.property({type:String})],o.Tabs.prototype,"orientation",2),Tt([l.property({type:String})],o.Tabs.prototype,"dir",2),Tt([l.property({attribute:"activation-mode",type:String})],o.Tabs.prototype,"activationMode",2),Tt([l.state()],o.Tabs.prototype,"_activeValue",2),o.Tabs=Tt([l.customElement("rtg-tabs")],o.Tabs);var Ec=Object.defineProperty,$c=Object.getOwnPropertyDescriptor,En=(i,t,r,n)=>{for(var e=n>1?void 0:n?$c(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Ec(t,r,e),e};o.TabsList=class extends d.LitElement{constructor(){super(...arguments),this.variant="default"}createRenderRoot(){return this}get _listSlot(){return this.querySelector('[data-slot="tabs-list"]')}firstUpdated(t){Array.from(this.childNodes).forEach(r=>{var n;r!==this._listSlot&&((n=this._listSlot)==null||n.appendChild(r))})}render(){return d.html`
|
|
4355
4356
|
<div
|
|
4356
4357
|
data-slot="tabs-list"
|
|
4357
4358
|
data-variant=${this.variant}
|
|
4358
4359
|
role="tablist"
|
|
4359
4360
|
tabindex="0"
|
|
4360
4361
|
></div>
|
|
4361
|
-
`}},
|
|
4362
|
+
`}},En([l.property({type:String})],o.TabsList.prototype,"variant",2),o.TabsList=En([l.customElement("rtg-tabs-list")],o.TabsList);var Sc=Object.defineProperty,Oc=Object.getOwnPropertyDescriptor,br=(i,t,r,n)=>{for(var e=n>1?void 0:n?Oc(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Sc(t,r,e),e};o.TabsTrigger=class extends d.LitElement{constructor(){super(...arguments),this.value="",this._onClick=()=>{this._emitSelect()},this._onKeyDown=t=>{(t.key==="Enter"||t.key===" ")&&(t.preventDefault(),this._emitSelect())}}createRenderRoot(){return this}get _triggerSlot(){return this.querySelector('[data-slot="tabs-trigger"]')}firstUpdated(t){Array.from(this.childNodes).forEach(r=>{var n;r!==this._triggerSlot&&((n=this._triggerSlot)==null||n.appendChild(r))})}_emitSelect(){this.disabled||this.dispatchEvent(new CustomEvent("rtg-tabs:trigger-select",{detail:{value:this.value},bubbles:!0}))}render(){return d.html`
|
|
4362
4363
|
<button
|
|
4363
4364
|
data-slot="tabs-trigger"
|
|
4364
4365
|
?data-disabled=${this.disabled}
|
|
@@ -4368,14 +4369,14 @@ body {
|
|
|
4368
4369
|
@click=${this._onClick}
|
|
4369
4370
|
@keydown=${this._onKeyDown}
|
|
4370
4371
|
></button>
|
|
4371
|
-
`}},br([l.property({type:String})],o.TabsTrigger.prototype,"value",2),br([l.property({type:Boolean})],o.TabsTrigger.prototype,"disabled",2),o.TabsTrigger=br([l.customElement("rtg-tabs-trigger")],o.TabsTrigger);var
|
|
4372
|
+
`}},br([l.property({type:String})],o.TabsTrigger.prototype,"value",2),br([l.property({type:Boolean})],o.TabsTrigger.prototype,"disabled",2),o.TabsTrigger=br([l.customElement("rtg-tabs-trigger")],o.TabsTrigger);var Pc=Object.defineProperty,Dc=Object.getOwnPropertyDescriptor,$n=(i,t,r,n)=>{for(var e=n>1?void 0:n?Dc(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Pc(t,r,e),e};o.TabsContent=class extends d.LitElement{constructor(){super(...arguments),this.value=""}createRenderRoot(){return this}get _contentSlot(){return this.querySelector('[data-slot="tabs-content"]')}firstUpdated(t){Array.from(this.childNodes).forEach(r=>{var n;r!==this._contentSlot&&((n=this._contentSlot)==null||n.appendChild(r))})}render(){return d.html`
|
|
4372
4373
|
<div
|
|
4373
4374
|
data-slot="tabs-content"
|
|
4374
4375
|
role="tabpanel"
|
|
4375
4376
|
tabindex="0"
|
|
4376
4377
|
hidden
|
|
4377
4378
|
></div>
|
|
4378
|
-
`}}
|
|
4379
|
+
`}},$n([l.property({type:String})],o.TabsContent.prototype,"value",2),o.TabsContent=$n([l.customElement("rtg-tabs-content")],o.TabsContent);var we=(i=>(i.SMALL="sm",i.MEDIUM="md",i.LARGE="lg",i))(we||{}),_e=(i=>(i.DEFAULT="default",i.OUTLINE="outline",i))(_e||{});const kc=Re("rtg-inline-flex rtg-items-center rtg-justify-center rtg-rounded-toggle-radius rtg-text-toggle-font rtg-font-toggle-font-weight rtg-transition-colors focus-visible:rtg-outline-none focus-visible:rtg-ring-toggle-width-ring-focus focus-visible:rtg-ring-toggle-color-ring-focus focus-visible:rtg-ring-offset-toggle-width-ring-offset-focus disabled:rtg-pointer-events-none disabled:rtg-opacity-toggle-opacity-disabled data-[state=on]:rtg-bg-toggle-color-bg-on data-[state=on]:rtg-text-toggle-color-text-on rtg-bg-transparent",{variants:{variant:{default:"hover:rtg-bg-toggle-default-color-bg-hover hover:rtg-text-toggle-default-color-text-hover",outline:"rtg-border rtg-border-toggle-outline-color-border hover:rtg-bg-toggle-outline-color-bg-hover hover:rtg-text-toggle-outline-color-text-hover"},size:{sm:"rtg-h-toggle-space-h-sm rtg-px-toggle-space-px-sm",md:"rtg-h-toggle-space-h-md rtg-px-toggle-space-px-md",lg:"rtg-h-toggle-space-h-lg rtg-px-toggle-space-px-lg"}}});var Rc=Object.defineProperty,Ic=Object.getOwnPropertyDescriptor,ne=(i,t,r,n)=>{for(var e=n>1?void 0:n?Ic(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Rc(t,r,e),e};o.Toggle=class extends h{constructor(){super(...arguments),this.disabled=!1,this.checked=!1,this.required=!1,this.variant=_e.DEFAULT,this.size=we.SMALL}willUpdate(t){t.has("variant")&&(this.variant=this.normalizeEnum(this.variant,_e,_e.DEFAULT)),t.has("size")&&(this.size=this.normalizeEnum(this.size,we,we.SMALL))}get _containerElement(){return this.querySelector("button[part=toggle]")}getAttributesToExclude(){return["disabled","checked","variant","size","required","data-testid"]}toggle(){this.disabled||(this.checked=!this.checked)}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){const t=this.getFilteredAttributes();return Ve.html`
|
|
4379
4380
|
<button
|
|
4380
4381
|
type="button"
|
|
4381
4382
|
part="toggle"
|
|
@@ -4386,28 +4387,28 @@ body {
|
|
|
4386
4387
|
@click=${this.toggle}
|
|
4387
4388
|
?required=${this.required}
|
|
4388
4389
|
?disabled=${this.disabled}
|
|
4389
|
-
${
|
|
4390
|
+
${Q(t)}
|
|
4390
4391
|
></button>
|
|
4391
|
-
`}},o.Toggle.toggleVariants=
|
|
4392
|
+
`}},o.Toggle.toggleVariants=kc,ne([l.property({type:Boolean})],o.Toggle.prototype,"disabled",2),ne([l.property({attribute:!0,type:Boolean,reflect:!0})],o.Toggle.prototype,"checked",2),ne([l.property({attribute:!0,type:Boolean,reflect:!0})],o.Toggle.prototype,"required",2),ne([l.property({attribute:!0,type:String})],o.Toggle.prototype,"variant",2),ne([l.property({attribute:!0,type:String})],o.Toggle.prototype,"size",2),o.Toggle=ne([l.customElement("rtg-toggle")],o.Toggle);var Ce=(i=>(i.MULTIPLE="multiple",i.SINGLE="single",i))(Ce||{}),xe=(i=>(i.DEFAULT="default",i.OUTLINE="outline",i))(xe||{}),Ee=(i=>(i.SMALL="sm",i.MEDIUM="md",i.LARGE="lg",i))(Ee||{});const Ac=Re("rtg-inline-flex rtg-items-center rtg-justify-center rtg-rounded-toggle-group-item-radius rtg-text-toggle-group-item-font rtg-font-toggle-group-item-font-weight rtg-transition-colors focus-visible:rtg-outline-none focus-visible:rtg-ring-toggle-group-item-width-ring-focus focus-visible:rtg-ring-toggle-group-item-color-ring-focus focus-visible:rtg-ring-offset-toggle-group-item-width-ring-offset-focus disabled:rtg-pointer-events-none disabled:rtg-opacity-toggle-group-item-opacity-disabled data-[state=on]:rtg-bg-toggle-group-item-color-bg-on data-[state=on]:rtg-text-toggle-group-item-color-text-on rtg-bg-transparent",{variants:{variant:{default:"hover:rtg-bg-toggle-group-item-default-color-bg-hover hover:rtg-text-toggle-group-item-default-color-text-hover",outline:"rtg-border rtg-border-toggle-group-item-outline-color-border hover:rtg-bg-toggle-group-item-outline-color-bg-hover hover:rtg-text-toggle-group-item-outline-color-text-hover"},size:{sm:"rtg-h-toggle-group-item-space-h-sm rtg-px-toggle-group-item-space-px-sm",md:"rtg-h-toggle-group-item-space-h-md rtg-px-toggle-group-item-space-px-md",lg:"rtg-h-toggle-group-item-space-h-lg rtg-px-toggle-group-item-space-px-lg"}}}),Tc="rtg-flex rtg-items-center rtg-justify-center rtg-gap-toggle-group-space-gap";var Lc=Object.defineProperty,Mc=Object.getOwnPropertyDescriptor,Ut=(i,t,r,n)=>{for(var e=n>1?void 0:n?Mc(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Lc(t,r,e),e};let $t=class extends h{constructor(){super(),this.checked=!1,this.id=He(),this.variant=xe.DEFAULT,this.size=Ee.SMALL,this.disabled=!1,this.type=Ce.SINGLE,this.variant=xe.DEFAULT,this.size=Ee.SMALL}get _parent(){let i=this.parentElement;for(;i&&!(i instanceof o.ToggleGroup);)i=i.parentElement;return i}get _containerElement(){return this.querySelector("button[part=toggle-group-item]")}get _siblings(){var i;return Array.from(((i=this.parentElement)==null?void 0:i.children)||[]).filter(t=>t!==this)}getAttributesToExclude(){return["disabled","type"]}createRenderRoot(){return this}firstUpdated(i){this.syncFromParent(),this.moveLightDomChildrenInto(this._containerElement)}syncFromParent(){const i=this._parent;if(!i)return;this.variant!==i.variant&&(this.variant=i.variant),this.size!==i.size&&(this.size=i.size);const t=i.selectedItems.includes(this.id);this.checked!==t&&(this.checked=t),this.type!==i.type&&(this.type=i.type)}syncSelection(){const i=this._parent;if(!i)return;const t=i.selectedItems.includes(this.id);this.checked!==t&&(this.checked=t)}toggleSelection(i){if(this.disabled||!this._parent)return;const t=this._parent,r=t.selectedItems.indexOf(i);this.type===Ce.SINGLE?(r!==-1?t.selectedItems.splice(r,1):t.selectedItems[0]=i,this._siblings.forEach(n=>n.syncSelection())):r!==-1?t.selectedItems.splice(r,1):t.selectedItems.push(i),this.syncSelection()}render(){return console.log({variant:this.variant,size:this.size,className:this.className}),Ve.html`
|
|
4392
4393
|
<button
|
|
4393
4394
|
part="toggle-group-item"
|
|
4394
4395
|
id=${this.id}
|
|
4395
4396
|
type="button"
|
|
4396
|
-
class="${u(
|
|
4397
|
+
class="${u($t.toggleGroupVariants({variant:this.variant,size:this.size,className:this.className}))}"
|
|
4397
4398
|
aria-pressed=${this.checked}
|
|
4398
4399
|
data-state="${this.checked?"on":"off"}"
|
|
4399
4400
|
?disabled=${this.disabled}
|
|
4400
4401
|
@click=${()=>this.toggleSelection(this.id)}
|
|
4401
4402
|
></button>
|
|
4402
|
-
`}}
|
|
4403
|
+
`}};$t.toggleGroupVariants=Ac,Ut([l.property({attribute:!0,type:Boolean,reflect:!0})],$t.prototype,"checked",2),Ut([l.property({attribute:!0,type:String,reflect:!0})],$t.prototype,"id",2),Ut([l.property()],$t.prototype,"variant",2),Ut([l.property()],$t.prototype,"size",2),Ut([l.property({type:Boolean})],$t.prototype,"disabled",2),Ut([l.property({type:String})],$t.prototype,"type",2),$t=Ut([l.customElement("rtg-toggle-group-item")],$t);var Nc=Object.defineProperty,zc=Object.getOwnPropertyDescriptor,Ft=(i,t,r,n)=>{for(var e=n>1?void 0:n?zc(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Nc(t,r,e),e};o.ToggleGroup=class extends h{constructor(){super(...arguments),this.disabled=!1,this.type=Ce.SINGLE,this.required=!1,this.variant=xe.DEFAULT,this.size=Ee.SMALL,this.selectedItems=[]}get _containerElement(){return this.querySelector("div[part=toggle-group]")}getAttributesToExclude(){return["disabled","type","data-testid"]}connectedCallback(){super.connectedCallback()}firstUpdated(t){super.firstUpdated(t),this.moveLightDomChildrenInto(this._containerElement)}updated(t){(t.has("variant")||t.has("size")||t.has("disabled")||t.has("type"))&&this.querySelectorAll("rtg-toggle-group-item").forEach(r=>{r.variant=this.variant,r.size=this.size,r.disabled=this.disabled,r.type=this.type})}createRenderRoot(){return this}render(){const t=this.getFilteredAttributes();return console.log({variant:this.variant,size:this.size,className:this.className}),Ve.html`
|
|
4403
4404
|
<div
|
|
4404
4405
|
part="toggle-group"
|
|
4405
4406
|
role="group"
|
|
4406
|
-
${
|
|
4407
|
-
class="${u(
|
|
4407
|
+
${Q(t)}
|
|
4408
|
+
class="${u(Tc,this.className)}"
|
|
4408
4409
|
?disable="${this.disabled}"
|
|
4409
4410
|
></div>
|
|
4410
|
-
`}},Ft([l.property({type:Boolean})],o.ToggleGroup.prototype,"disabled",2),Ft([l.property({type:String})],o.ToggleGroup.prototype,"type",2),Ft([l.property({attribute:!0,type:Boolean,reflect:!0})],o.ToggleGroup.prototype,"required",2),Ft([l.property()],o.ToggleGroup.prototype,"variant",2),Ft([l.property()],o.ToggleGroup.prototype,"size",2),Ft([l.property({type:Array})],o.ToggleGroup.prototype,"selectedItems",2),o.ToggleGroup=Ft([l.customElement("rtg-toggle-group")],o.ToggleGroup);var
|
|
4411
|
+
`}},Ft([l.property({type:Boolean})],o.ToggleGroup.prototype,"disabled",2),Ft([l.property({type:String})],o.ToggleGroup.prototype,"type",2),Ft([l.property({attribute:!0,type:Boolean,reflect:!0})],o.ToggleGroup.prototype,"required",2),Ft([l.property()],o.ToggleGroup.prototype,"variant",2),Ft([l.property()],o.ToggleGroup.prototype,"size",2),Ft([l.property({type:Array})],o.ToggleGroup.prototype,"selectedItems",2),o.ToggleGroup=Ft([l.customElement("rtg-toggle-group")],o.ToggleGroup);var qc=Object.defineProperty,Bc=Object.getOwnPropertyDescriptor,X=(i,t,r,n)=>{for(var e=n>1?void 0:n?Bc(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&qc(t,r,e),e};o.InputOTP=class extends d.LitElement{constructor(){super(),this.autocomplete="one-time-code",this.id="",this.inputmode="numeric",this._activeSlot=null,this._hasFocus=!1,this._value="",this._children=[],this._handleBlur=t=>{var r;this._hasFocus=!1,this._activeSlot=null,this._sync(),this.dispatchEvent(new FocusEvent("blur",{bubbles:!0,composed:!0,relatedTarget:t.relatedTarget})),(r=this.onBlur)==null||r.call(this,t)},this._handleFocus=t=>{var r;this._hasFocus=!0,this._activeSlot===null&&(this._activeSlot=this._computeInitialActiveSlot()),this._sync(),this.dispatchEvent(new FocusEvent("focus",{bubbles:!0,composed:!0,relatedTarget:t.relatedTarget})),(r=this.onFocus)==null||r.call(this,t)},this._handleKeyDown=t=>{if(this.disabled||!this._hasFocus)return;this._activeSlot===null&&(this._activeSlot=this._computeInitialActiveSlot());const r=t.key;if(r==="Backspace"){t.preventDefault(),this._deleteChar();return}if(r.length!==1)return;const n=this._regex();n&&!n.test(r)||(t.preventDefault(),this._insertChar(r))},this._handlePaste=t=>{var s,m;if(this.disabled)return;t.preventDefault();let r=((s=t.clipboardData)==null?void 0:s.getData("text"))??"";this.pasteTransformer&&(r=this.pasteTransformer(r));const n=this._regex(),a=Array.from(r).filter(_=>n?n.test(_):!0).slice(0,this.maxlength).join("");this._updateValue(a),this._activeSlot=Math.min(a.length,this.maxlength-1),this._checkComplete(),(m=this.onPaste)==null||m.call(this,t)},this._children=Array.from(this.childNodes)}createRenderRoot(){return this}get _containerSlot(){return this.querySelector('[data-slot="input-otp-container"]')}get _wrapperSlot(){return this.querySelector('[data-slot="input-otp-wrapper"]')}get _slots(){return Array.from(this.querySelectorAll("rtg-input-otp-slot"))}get _isControlled(){return this.value!==void 0}get _currentValue(){return this._isControlled?this.value:this._value}_inputEl(){return this.querySelector('[data-slot="input-otp"]')}_regex(){return this.pattern?new RegExp(this.pattern):null}_clampIndex(t){return Math.max(0,Math.min(t,this.maxlength-1))}_computeInitialActiveSlot(){const t=(this._currentValue??"").length;return t>=this.maxlength?this.maxlength-1:t}_createCaret(){const t=document.createElement("div");t.dataset.slot="input-otp-slot-caret-wrapper";const r=document.createElement("div");return r.dataset.slot="input-otp-slot-caret",t.appendChild(r),t}_sync(){const t=this._currentValue??"";this._slots.forEach(r=>{const n=r._slotSlot;if(!n)return;const e=t[r.index]??"",a=this._hasFocus&&!this.disabled&&r.index===this._activeSlot;n.dataset.state=a?"active":"inactive",e?n.textContent=e:n.textContent="";const s=a&&!e,m=n.querySelector('[data-slot="input-otp-caret-wrapper"]');s&&!m&&n.appendChild(this._createCaret()),!s&&m&&m.remove()})}_updateValue(t){var r;this._isControlled||(this._value=t),(r=this.onChange)==null||r.call(this,t)}_checkComplete(){var t,r;((t=this._currentValue)==null?void 0:t.length)===this.maxlength&&((r=this.onComplete)==null||r.call(this,this._currentValue))}_insertChar(t){if(this._activeSlot===null)return;const r=this._activeSlot,n=(this._currentValue??"").split("");n[r]=t;const e=n.join("").slice(0,this.maxlength);this._updateValue(e),this._activeSlot=this._clampIndex(this._activeSlot+1),this._checkComplete()}_deleteChar(){if(this._activeSlot===null)return;let t=this._activeSlot;const r=(this._currentValue??"").split("");t>0&&!r[t]&&t--,r[t]="",this._activeSlot=t,this._updateValue(r.join(""))}updated(t){t.has("id")&&(this.id&&(this._inputId=this.id),this.removeAttribute("id")),t.has("value")&&this._isControlled&&(this._value=this.value??""),this._sync()}firstUpdated(){this._inputId=this.id,this.removeAttribute("id"),this._value=this.value??this.defaultValue??"";const t=this._containerSlot,r=this._wrapperSlot;!t||!r||(this._children.forEach(n=>{t.insertBefore(n,r)}),this.addEventListener("rtg-input-otp-slot:focus",n=>{var a;if(this.disabled)return;const{index:e}=n.detail;this._activeSlot=e,this._hasFocus=!0,(a=this._inputEl())==null||a.focus(),this._sync()}))}render(){return d.html`
|
|
4411
4412
|
<div data-slot="input-otp-container">
|
|
4412
4413
|
<div data-slot="input-otp-wrapper">
|
|
4413
4414
|
<input
|
|
@@ -4430,23 +4431,23 @@ body {
|
|
|
4430
4431
|
/>
|
|
4431
4432
|
</div>
|
|
4432
4433
|
</div>
|
|
4433
|
-
`}},
|
|
4434
|
+
`}},X([l.property({type:String})],o.InputOTP.prototype,"autocomplete",2),X([l.property({attribute:"default-value",type:String})],o.InputOTP.prototype,"defaultValue",2),X([l.property({type:Boolean})],o.InputOTP.prototype,"disabled",2),X([l.property({type:String})],o.InputOTP.prototype,"form",2),X([l.property({type:String})],o.InputOTP.prototype,"id",2),X([l.property({type:String})],o.InputOTP.prototype,"inputmode",2),X([l.property({type:Number})],o.InputOTP.prototype,"maxlength",2),X([l.property({type:String})],o.InputOTP.prototype,"name",2),X([l.property({type:String})],o.InputOTP.prototype,"pattern",2),X([l.property({type:Boolean})],o.InputOTP.prototype,"required",2),X([l.property({type:String})],o.InputOTP.prototype,"value",2),X([l.property({attribute:!1})],o.InputOTP.prototype,"onChange",2),X([l.property({attribute:!1})],o.InputOTP.prototype,"onComplete",2),X([l.property({attribute:!1})],o.InputOTP.prototype,"onBlur",2),X([l.property({attribute:!1})],o.InputOTP.prototype,"onFocus",2),X([l.property({attribute:!1})],o.InputOTP.prototype,"onPaste",2),X([l.property({attribute:!1})],o.InputOTP.prototype,"pasteTransformer",2),X([l.state()],o.InputOTP.prototype,"_activeSlot",2),X([l.state()],o.InputOTP.prototype,"_hasFocus",2),X([l.state()],o.InputOTP.prototype,"_value",2),o.InputOTP=X([l.customElement("rtg-input-otp")],o.InputOTP);var Uc=Object.getOwnPropertyDescriptor,Fc=(i,t,r,n)=>{for(var e=n>1?void 0:n?Uc(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.InputOTPGroup=class extends d.LitElement{createRenderRoot(){return this}get _groupSlot(){return this.querySelector('[data-slot="input-otp-group"]')}firstUpdated(){const t=this._groupSlot;if(!t)return;Array.from(this.childNodes).filter(n=>n!==t).forEach(n=>t.appendChild(n))}render(){return d.html`<div data-slot="input-otp-group"></div>`}},o.InputOTPGroup=Fc([l.customElement("rtg-input-otp-group")],o.InputOTPGroup);var Gc=Object.defineProperty,Vc=Object.getOwnPropertyDescriptor,yr=(i,t,r,n)=>{for(var e=n>1?void 0:n?Vc(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Gc(t,r,e),e};o.InputOTPSlot=class extends d.LitElement{constructor(){super(...arguments),this._handleClick=()=>{this.dispatchEvent(new CustomEvent("rtg-input-otp-slot:focus",{detail:{index:this.index},bubbles:!0}))}}createRenderRoot(){return this}get _slotSlot(){return this.querySelector('[data-slot="input-otp-slot"]')}render(){return d.html`
|
|
4434
4435
|
<div
|
|
4435
4436
|
data-slot="input-otp-slot"
|
|
4436
4437
|
aria-invalid=${this.invalid||this.ariaInvalid==="true"?"true":d.nothing}
|
|
4437
4438
|
@click=${this._handleClick}
|
|
4438
4439
|
></div>
|
|
4439
|
-
`}},
|
|
4440
|
+
`}},yr([l.property({type:Number})],o.InputOTPSlot.prototype,"index",2),yr([l.property({type:Boolean})],o.InputOTPSlot.prototype,"invalid",2),o.InputOTPSlot=yr([l.customElement("rtg-input-otp-slot")],o.InputOTPSlot);var Hc=Object.getOwnPropertyDescriptor,Yc=(i,t,r,n)=>{for(var e=n>1?void 0:n?Hc(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.InputOTPSeparator=class extends d.LitElement{createRenderRoot(){return this}render(){return d.html`
|
|
4440
4441
|
<div data-slot="input-otp-separator" role="separator">
|
|
4441
|
-
${
|
|
4442
|
+
${jo()}
|
|
4442
4443
|
</div>
|
|
4443
|
-
`}},o.InputOTPSeparator=
|
|
4444
|
+
`}},o.InputOTPSeparator=Yc([l.customElement("rtg-input-otp-separator")],o.InputOTPSeparator);const oe={list:["rtg-flex rtg-flex-wrap rtg-gap-breadcrumb-list-space-gap-sm sm:rtg-gap-breadcrumb-list-space-gap rtg-items-center","rtg-text-breadcrumb-list-font rtg-font-breadcrumb-list-font-weight rtg-text-breadcrumb-list-color-text rtg-break-words"],item:["rtg-inline-flex rtg-gap-breadcrumb-item-space-gap rtg-items-center"],link:["rtg-transition-colors","hover:rtg-text-breadcrumb-link-color-text-hover"],page:["rtg-font-breadcrumb-page-font-weight rtg-text-breadcrumb-page-color-text"],separator:["[&>svg]:rtg-size-breadcrumb-separator-icon-space-size"],ellipsis:["rtg-flex rtg-justify-center rtg-items-center","rtg-size-breadcrumb-ellipsis-space-size","[&>svg]:rtg-size-breadcrumb-ellipsis-icon-space-size"]};var Wc=Object.getOwnPropertyDescriptor,Xc=(i,t,r,n)=>{for(var e=n>1?void 0:n?Wc(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.BreadCrumbEllipsis=class extends h{getAttributesToExclude(){return[""]}createRenderRoot(){return this}render(){const t=this.getFilteredAttributes();return d.html`
|
|
4444
4445
|
<span
|
|
4445
|
-
${
|
|
4446
|
+
${Q(t)}
|
|
4446
4447
|
id="rtg-bread-crumb-ellipsis"
|
|
4447
4448
|
role="presentation"
|
|
4448
4449
|
aria-hidden="true"
|
|
4449
|
-
class="${u(
|
|
4450
|
+
class="${u(oe.ellipsis,this.className)}"
|
|
4450
4451
|
part="breadcrumb-ellipsis"
|
|
4451
4452
|
>
|
|
4452
4453
|
<svg
|
|
@@ -4464,36 +4465,36 @@ body {
|
|
|
4464
4465
|
<circle cx="5" cy="12" r="1" />
|
|
4465
4466
|
</svg>
|
|
4466
4467
|
</span>
|
|
4467
|
-
`}},o.BreadCrumbEllipsis=
|
|
4468
|
+
`}},o.BreadCrumbEllipsis=Xc([l.customElement("rtg-bread-crumb-ellipsis")],o.BreadCrumbEllipsis);var Kc=Object.getOwnPropertyDescriptor,jc=(i,t,r,n)=>{for(var e=n>1?void 0:n?Kc(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.BreadCrumbItem=class extends h{get _containerElement(){return this.querySelector("li[part=breadcrumb-item]")}getAttributesToExclude(){return["variant"]}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){const t=this.getFilteredAttributes();return d.html`
|
|
4468
4469
|
<li
|
|
4469
|
-
${
|
|
4470
|
+
${Q(t)}
|
|
4470
4471
|
id="rtg-bread-crumb-item"
|
|
4471
|
-
class="${u(
|
|
4472
|
+
class="${u(oe.item,this.className)}"
|
|
4472
4473
|
part="breadcrumb-item"
|
|
4473
4474
|
></li>
|
|
4474
|
-
`}},o.BreadCrumbItem=
|
|
4475
|
+
`}},o.BreadCrumbItem=jc([l.customElement("rtg-bread-crumb-item")],o.BreadCrumbItem);var Qc=Object.defineProperty,Zc=Object.getOwnPropertyDescriptor,Sn=(i,t,r,n)=>{for(var e=n>1?void 0:n?Zc(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Qc(t,r,e),e};o.BreadCrumbLink=class extends h{constructor(){super(...arguments),this.href="/"}get _containerElement(){return this.querySelector("a[part=breadcrumb-link]")}getAttributesToExclude(){return[""]}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){const t=this.getFilteredAttributes();return d.html`
|
|
4475
4476
|
<a
|
|
4476
|
-
${
|
|
4477
|
+
${Q(t)}
|
|
4477
4478
|
id="rtg-bread-crumb-link"
|
|
4478
|
-
class="${u(
|
|
4479
|
+
class="${u(oe.link,this.className)}"
|
|
4479
4480
|
href="${this.href}"
|
|
4480
4481
|
part="breadcrumb-link"
|
|
4481
4482
|
>
|
|
4482
4483
|
</a>
|
|
4483
|
-
`}}
|
|
4484
|
+
`}},Sn([l.property({type:String})],o.BreadCrumbLink.prototype,"href",2),o.BreadCrumbLink=Sn([l.customElement("rtg-bread-crumb-link")],o.BreadCrumbLink);var Jc=Object.getOwnPropertyDescriptor,td=(i,t,r,n)=>{for(var e=n>1?void 0:n?Jc(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.BreadCrumbList=class extends h{get _containerElement(){return this.querySelector("ol[part=breadcrumb-list]")}getAttributesToExclude(){return["variant"]}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){const t=this.getFilteredAttributes();return d.html`
|
|
4484
4485
|
<ol
|
|
4485
|
-
${
|
|
4486
|
+
${Q(t)}
|
|
4486
4487
|
id="rtg-bread-crumb-list"
|
|
4487
|
-
class="${u(
|
|
4488
|
+
class="${u(oe.list,this.className)}"
|
|
4488
4489
|
part="breadcrumb-list"
|
|
4489
4490
|
></ol>
|
|
4490
|
-
`}},o.BreadCrumbList=
|
|
4491
|
+
`}},o.BreadCrumbList=td([l.customElement("rtg-bread-crumb-list")],o.BreadCrumbList);var ed=Object.getOwnPropertyDescriptor,rd=(i,t,r,n)=>{for(var e=n>1?void 0:n?ed(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.BreadCrumbSeparator=class extends h{getAttributesToExclude(){return[""]}createRenderRoot(){return this}render(){const t=this.getFilteredAttributes();return d.html`
|
|
4491
4492
|
<li
|
|
4492
|
-
${
|
|
4493
|
+
${Q(t)}
|
|
4493
4494
|
id="rtg-bread-crumb-separator"
|
|
4494
4495
|
role="presentation"
|
|
4495
4496
|
aria-hidden="true"
|
|
4496
|
-
class="${u(
|
|
4497
|
+
class="${u(oe.separator,this.className)}"
|
|
4497
4498
|
part="breadcrumb-separator"
|
|
4498
4499
|
>
|
|
4499
4500
|
<svg
|
|
@@ -4509,24 +4510,24 @@ body {
|
|
|
4509
4510
|
<path d="m9 18 6-6-6-6" />
|
|
4510
4511
|
</svg>
|
|
4511
4512
|
</li>
|
|
4512
|
-
`}},o.BreadCrumbSeparator=
|
|
4513
|
+
`}},o.BreadCrumbSeparator=rd([l.customElement("rtg-bread-crumb-separator")],o.BreadCrumbSeparator);var nd=Object.getOwnPropertyDescriptor,od=(i,t,r,n)=>{for(var e=n>1?void 0:n?nd(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.BreadCrumbText=class extends h{get _containerElement(){return this.querySelector("span[part=breadcrumb-text]")}getAttributesToExclude(){return[""]}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){const t=this.getFilteredAttributes();return d.html`
|
|
4513
4514
|
<span
|
|
4514
|
-
${
|
|
4515
|
+
${Q(t)}
|
|
4515
4516
|
id="rtg-bread-crumb-text"
|
|
4516
4517
|
aria-disabled="true"
|
|
4517
4518
|
aria-current="page"
|
|
4518
|
-
class="${u(
|
|
4519
|
+
class="${u(oe.page,this.className)}"
|
|
4519
4520
|
part="breadcrumb-text"
|
|
4520
4521
|
>
|
|
4521
4522
|
</span>
|
|
4522
|
-
`}},o.BreadCrumbText=
|
|
4523
|
+
`}},o.BreadCrumbText=od([l.customElement("rtg-bread-crumb-text")],o.BreadCrumbText);var id=Object.getOwnPropertyDescriptor,ad=(i,t,r,n)=>{for(var e=n>1?void 0:n?id(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.BreadCrumb=class extends h{get _containerElement(){return this.querySelector("nav[part=breadcrumb]")}getAttributesToExclude(){return[""]}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){const t=this.getFilteredAttributes();return d.html`
|
|
4523
4524
|
<nav
|
|
4524
|
-
${
|
|
4525
|
+
${Q(t)}
|
|
4525
4526
|
part="breadcrumb"
|
|
4526
4527
|
class="${u(this.className)}"
|
|
4527
4528
|
aria-label="breadcrumb"
|
|
4528
4529
|
></nav>
|
|
4529
|
-
`}},o.BreadCrumb=
|
|
4530
|
+
`}},o.BreadCrumb=ad([l.customElement("rtg-bread-crumb")],o.BreadCrumb);const Gt={content:["rtg-absolute","rtg-top-navigation-menu-content-space-top","rtg-flex","rtg-justify-center"],menu:["rtg-relative","rtg-z-10","rtg-flex","rtg-max-w-navigation-menu-space-max-w","rtg-flex-1","rtg-items-center","rtg-justify-center"],menuList:["rtg-flex","rtg-flex-1","rtg-list-none","rtg-items-center","rtg-justify-center","rtg-space-x-navigation-menu-list-space-x","group"],menuItem:["rtg-flex","rtg-cursor-pointer","rtg-items-center","rtg-rounded-navigation-menu-item-radius","rtg-bg-navigation-menu-item-color-bg","rtg-py-navigation-menu-list-space-py","rtg-px-navigation-menu-list-space-px","hover:rtg-bg-navigation-menu-item-color-bg-hover","focus:rtg-shadow-navigation-menu-item-shadow-focus"],menuItemIcon:["lucide","lucide-chevron-down","rtg-relative","rtg-ml-navigation-menu-item-icon-space-ml","rtg-h-navigation-menu-item-icon-space-h","rtg-w-navigation-menu-item-icon-space-w","rtg-transition-transform","rtg-duration-navigation-menu-item-icon-transition-duration"],link:["rtg-flex","rtg-h-navigation-menu-link-space-h","rtg-bg-navigation-menu-link-color-bg","hover:rtg-bg-navigation-menu-link-color-bg-hover","rtg-rounded-navigation-menu-link-radius","rtg-px-navigation-menu-link-space-px","rtg-py-navigation-menu-link-space-py","rtg-w-navigation-menu-link-space-w","rtg-select-none","rtg-flex-col","rtg-justify-end","rtg-no-underline","rtg-outline-none"],contentContainer:["rtg-bg-navigation-menu-content-container-color-bg","origin-top-center","rtg-relative","rtg-mt-navigation-menu-content-container-space-mt","rtg-w-navigation-menu-content-container-space-w","rtg-overflow-hidden","rtg-rounded-navigation-menu-content-container-radius","rtg-border-navigation-menu-content-container-width-border","rtg-border-navigation-menu-content-container-color-border","rtg-navigation-menu-content-container-shadow"]};var sd=Object.getOwnPropertyDescriptor,ld=(i,t,r,n)=>{for(var e=n>1?void 0:n?sd(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.NavigationMenuList=class extends h{get _containerElement(){return this.querySelector("ul[part=navigation-menu-list]")}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){return d.html`
|
|
4530
4531
|
<div class="${u("relative",this.className)}">
|
|
4531
4532
|
<ul
|
|
4532
4533
|
part="navigation-menu-list"
|
|
@@ -4536,7 +4537,7 @@ body {
|
|
|
4536
4537
|
></ul>
|
|
4537
4538
|
<div></div>
|
|
4538
4539
|
</div>
|
|
4539
|
-
`}},o.NavigationMenuList=
|
|
4540
|
+
`}},o.NavigationMenuList=ld([l.customElement("rtg-navigation-menu-list")],o.NavigationMenuList);var cd=Object.defineProperty,dd=Object.getOwnPropertyDescriptor,ie=(i,t,r,n)=>{for(var e=n>1?void 0:n?dd(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&cd(t,r,e),e};o.NavigationMenuItem=class extends h{constructor(){super(...arguments),this.value="",this.navigationLink=!0,this.isOpen=!1,this.uniqueIds=[],this.isHovering=!1,this.handleClickOutside=t=>{const r=t.target;this.contains(r)||(this.isOpen=!1)}}raiseEvent(){const t=new CustomEvent("unique-ids-generated",{detail:{ids:this.uniqueIds},bubbles:!0,composed:!0});this.dispatchEvent(t)}firstUpdated(){this.moveLightDomChildrenInto(this.querySelector("div[part=content-slot]"),[this._content]),this.moveLightDomChildrenInto(this.querySelector("div[part=button-slot]"),[this._button])}closeAllMenus(){document.querySelectorAll("rtg-navigation-menu-item").forEach(r=>{r.isOpen=!1,r.isHovering=!1})}toggleMenubar(t){t.stopPropagation(),document.querySelectorAll("rtg-navigation-menu-item").forEach(n=>{n!==this&&(n.isOpen=!1)}),this.isOpen=!this.isOpen}get _content(){return this.querySelector("rtg-navigation-menu-content")}get _button(){return this.querySelector("rtg-navigation-menu-trigger")}updated(t){super.updated(t);const r=this._content;r&&(r.dataset.state=this.isOpen?"open":"close")}connectedCallback(){super.connectedCallback(),document.addEventListener("click",this.handleClickOutside)}disconnectedCallback(){document.removeEventListener("click",this.handleClickOutside),super.disconnectedCallback()}handleHover(){this.closeAllMenus(),this.isHovering||(this.isHovering=!0,this.isOpen=!0)}handleMouseLeave(){this.isHovering=!1,this.isOpen=!1}createRenderRoot(){return this}render(){return d.html`
|
|
4540
4541
|
<li
|
|
4541
4542
|
@mouseenter="${this.handleHover}"
|
|
4542
4543
|
@mouseleave="${this.handleMouseLeave}"
|
|
@@ -4566,7 +4567,7 @@ body {
|
|
|
4566
4567
|
</div>
|
|
4567
4568
|
<div part="content-slot" style="position:absolute"></div>`:""}
|
|
4568
4569
|
</li>
|
|
4569
|
-
`}},
|
|
4570
|
+
`}},ie([l.property({type:String})],o.NavigationMenuItem.prototype,"value",2),ie([l.property({type:Boolean})],o.NavigationMenuItem.prototype,"navigationLink",2),ie([l.state()],o.NavigationMenuItem.prototype,"isOpen",2),ie([l.state()],o.NavigationMenuItem.prototype,"uniqueIds",2),ie([l.state()],o.NavigationMenuItem.prototype,"isHovering",2),o.NavigationMenuItem=ie([l.customElement("rtg-navigation-menu-item")],o.NavigationMenuItem);var ud=Object.defineProperty,gd=Object.getOwnPropertyDescriptor,$e=(i,t,r,n)=>{for(var e=n>1?void 0:n?gd(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&ud(t,r,e),e};o.NavigationMenuContent=class extends h{constructor(){super(...arguments),this.state="close",this.id="",this.side="bottom",this.isOpen=!0}get _menubarMenu(){let t=this.parentElement;for(;t&&!(t instanceof o.NavigationMenuItem);)t=t.parentElement;return t}get _containerElement(){return this.querySelector("div[part=navigation-menu-content-container]")}getAttributesToExclude(){return["data-testid"]}connectedCallback(){super.connectedCallback(),this.isOpen&&document.addEventListener("mousedown",this.handleClickOutside)}disconnectedCallback(){document.removeEventListener("mousedown",this.handleClickOutside),super.disconnectedCallback()}updated(t){super.updated(t),this.state==="open"?this.isOpen=!0:this.isOpen=!1,t.has("isOpen")&&(this.isOpen?document.addEventListener("mousedown",this.handleClickOutside):document.removeEventListener("mousedown",this.handleClickOutside))}handleClickOutside(t){const r=this.querySelector("button");this&&!this.contains(t.target)&&!(r!=null&&r.contains(t.target))&&(this.isOpen=!1)}createRenderRoot(){return this}firstUpdated(t){requestAnimationFrame(()=>{this.moveLightDomChildrenInto(this._containerElement)})}render(){return d.html`
|
|
4570
4571
|
<div
|
|
4571
4572
|
class="${u(Gt.content,this.className)}"
|
|
4572
4573
|
style="display: ${this.isOpen?"block":"none"};top:0px;left:0px;"
|
|
@@ -4586,7 +4587,7 @@ body {
|
|
|
4586
4587
|
></div>
|
|
4587
4588
|
</div>
|
|
4588
4589
|
</div>
|
|
4589
|
-
`}}
|
|
4590
|
+
`}},$e([l.property({attribute:"data-state",type:String})],o.NavigationMenuContent.prototype,"state",2),$e([l.property({type:String})],o.NavigationMenuContent.prototype,"id",2),$e([l.property({type:String})],o.NavigationMenuContent.prototype,"side",2),$e([l.state()],o.NavigationMenuContent.prototype,"isOpen",2),o.NavigationMenuContent=$e([l.customElement("rtg-navigation-menu-content")],o.NavigationMenuContent);var pd=Object.defineProperty,hd=Object.getOwnPropertyDescriptor,On=(i,t,r,n)=>{for(var e=n>1?void 0:n?hd(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&pd(t,r,e),e};o.NavigationMenuLink=class extends h{constructor(){super(...arguments),this.href="/"}get _containerElement(){return this.querySelector("a[part=navigation-menu-link]")}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){return d.html`
|
|
4590
4591
|
<a
|
|
4591
4592
|
part="navigation-menu-link"
|
|
4592
4593
|
class="${u(Gt.link,this.className)}"
|
|
@@ -4596,9 +4597,9 @@ body {
|
|
|
4596
4597
|
tabindex="-1"
|
|
4597
4598
|
>
|
|
4598
4599
|
</a>
|
|
4599
|
-
`}},
|
|
4600
|
+
`}},On([l.property({type:String})],o.NavigationMenuLink.prototype,"href",2),o.NavigationMenuLink=On([l.customElement("rtg-navigation-menu-link")],o.NavigationMenuLink);var md=Object.getOwnPropertyDescriptor,fd=(i,t,r,n)=>{for(var e=n>1?void 0:n?md(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.NavigationMenuTrigger=class extends h{get _containerElement(){return this.querySelector("div[part=navigation-menu-trigger]")}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}getAttributesToExclude(){return["data-testid"]}render(){return d.html`
|
|
4600
4601
|
<div part="navigation-menu-trigger" class="${u(this.className)}"></div>
|
|
4601
|
-
`}},o.NavigationMenuTrigger=
|
|
4602
|
+
`}},o.NavigationMenuTrigger=fd([l.customElement("rtg-navigation-menu-trigger")],o.NavigationMenuTrigger);var vd=Object.getOwnPropertyDescriptor,bd=(i,t,r,n)=>{for(var e=n>1?void 0:n?vd(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.NavigationMenu=class extends h{get _containerElement(){return this.querySelector("nav[part=navigation-menu]")}createRenderRoot(){return this}firstUpdated(t){}render(){return d.html`
|
|
4602
4603
|
<nav
|
|
4603
4604
|
part="navigation-menu"
|
|
4604
4605
|
aria-label="Main"
|
|
@@ -4606,7 +4607,7 @@ body {
|
|
|
4606
4607
|
dir="ltr"
|
|
4607
4608
|
class="${u(Gt.menu,this.className)}"
|
|
4608
4609
|
></nav>
|
|
4609
|
-
`}},o.NavigationMenu=
|
|
4610
|
+
`}},o.NavigationMenu=bd([l.customElement("rtg-navigation-menu")],o.NavigationMenu);const et={root:["rtg-flex","rtg-gap-menubar-space-gap rtg-items-center","rtg-p-menubar-space-p","rtg-h-menubar-space-h","rtg-bg-menubar-color-bg","rtg-rounded-menubar-radius rtg-border-menubar-width-border rtg-border-menubar-color-border","rtg-shadow-menubar-shadow"],menu:[""],group:[""],trigger:["rtg-flex","rtg-items-center","rtg-px-menubar-trigger-space-px rtg-py-menubar-trigger-space-py","rtg-text-menubar-trigger-font rtg-font-menubar-trigger-font-weight","rtg-rounded-menubar-trigger-radius rtg-outline-hidden","rtg-select-none","focus:rtg-text-menubar-trigger-color-text-focus focus:rtg-bg-menubar-trigger-color-bg-focus","hover:rtg-text-menubar-trigger-color-text-active hover:rtg-bg-menubar-trigger-color-bg-active"],content:["rtg-absolute rtg-overflow-hidden rtg-z-50","rtg-p-menubar-content-space-p","rtg-min-w-menubar-content-space-min-w","rtg-text-menubar-content-color-text","rtg-bg-menubar-content-color-bg","rtg-rounded-menubar-content-radius rtg-border-menubar-content-width-border rtg-border-menubar-content-color-border","rtg-shadow-menubar-content-shadow","rtg-translate-y-2","rtg-slide-in-from-top-2","data-[state=open]:rtg-animate-in data-[state=open]:rtg-fade-in-0 data-[state=open]:rtg-zoom-in-95","data-[state=closed]:rtg-animate-out data-[state=closed]:rtg-fade-out-0 data-[state=closed]:rtg-zoom-out-95"],item:["rtg-flex rtg-relative","rtg-gap-menubar-item-space-gap rtg-items-center","rtg-px-menubar-item-space-px rtg-py-menubar-item-space-py","rtg-text-menubar-item-font","rtg-rounded-menubar-item-radius rtg-outline-hidden","rtg-cursor-default rtg-select-none","aria-selected:rtg-text-menubar-item-color-text-active aria-selected:rtg-bg-menubar-item-color-bg-active","data-[disabled]:rtg-opacity-menubar-item-opacity-disabled data-[disabled]:rtg-pointer-events-none",'[&_svg]:rtg-shrink-0 [&_svg:not([class*="rtg-size-"])]:rtg-size-menubar-item-icon-space-size [&_svg:not([class*="rtg-text-"])]:rtg-text-menubar-item-icon-color-text [&_svg]:rtg-pointer-events-none'],checkboxItem:{base:["rtg-flex rtg-relative","rtg-gap-menubar-checkbox-item-space-gap rtg-items-center","rtg-pl-menubar-checkbox-item-space-pl rtg-pr-menubar-checkbox-item-space-pr rtg-py-menubar-checkbox-item-space-py","rtg-text-menubar-checkbox-item-font","rtg-rounded-menubar-checkbox-item-radius rtg-outline-hidden","rtg-cursor-default rtg-select-none","aria-selected:rtg-text-menubar-checkbox-item-color-text-active aria-selected:rtg-bg-menubar-checkbox-item-color-bg-active","data-[disabled]:rtg-opacity-menubar-checkbox-item-opacity-disabled data-[disabled]:rtg-pointer-events-none"],indicator:["rtg-flex rtg-absolute rtg-left-2","rtg-justify-center rtg-items-center","rtg-size-menubar-checkbox-item-indicator-space-size","rtg-pointer-events-none"],icon:["rtg-shrink-0","rtg-size-menubar-checkbox-item-icon-space-size","rtg-pointer-events-none"]},radioItem:{base:["rtg-flex rtg-relative","rtg-gap-menubar-radio-item-space-gap rtg-items-center","rtg-pl-menubar-radio-item-space-pl rtg-pr-menubar-radio-item-space-pr rtg-py-menubar-radio-item-space-py","rtg-text-menubar-radio-item-font","rtg-rounded-menubar-radio-item-radius rtg-outline-hidden","rtg-cursor-default rtg-select-none","aria-selected:rtg-text-menubar-radio-item-color-text-active aria-selected:rtg-bg-menubar-radio-item-color-bg-active","data-[disabled]:rtg-opacity-menubar-radio-item-opacity-disabled data-[disabled]:rtg-pointer-events-none"],indicator:["rtg-flex rtg-absolute rtg-left-2","rtg-justify-center rtg-items-center","rtg-size-menubar-radio-item-indicator-space-size","rtg-pointer-events-none"],icon:["rtg-shrink-0","rtg-size-menubar-radio-item-icon-space-size","rtg-pointer-events-none","rtg-fill-current"]},label:["rtg-px-menubar-label-space-px rtg-py-menubar-label-space-py","rtg-text-menubar-label-font rtg-font-menubar-label-font-weight"],separator:["rtg-mx-menubar-separator-space-mx rtg-my-menubar-separator-space-my","rtg-h-menubar-separator-space-h","rtg-bg-menubar-separator-color-bg"],shortcut:["rtg-ml-auto","rtg-text-menubar-shortcut-font rtg-text-menubar-shortcut-color-text"]};var yd=Object.defineProperty,wd=Object.getOwnPropertyDescriptor,Vt=(i,t,r,n)=>{for(var e=n>1?void 0:n?wd(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&yd(t,r,e),e};o.MenubarCheckboxItem=class extends h{constructor(){super(...arguments),this._id="",this._hidden="",this.selected=!1,this.checked=!1,this.disabled=!1}get _containerElement(){return this.querySelector("div[part=menubar-checkbox-item]")}getAttributesToExclude(){return["date-testid"]}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}get identifier(){var r,n;if(this._id!=="")return this._id;const t=(n=(r=this.parentElement)==null?void 0:r.shadowRoot)==null?void 0:n.querySelector("div[rtgcmd-group]");return t?this._id=`${t.getAttribute("id")}li${o.MenubarCheckboxItem._counter++}`:this._id=`rtgcmdrxgxli${o.MenubarCheckboxItem._counter++}`,this._id}get value(){var t;return((t=this.textContent)==null?void 0:t.trim())||""}handleMouseEvent(t){(t.type==="mouseover"||t.type==="focus")&&(this.selected=!0),t.type==="mouseleave"&&(this.selected=!1)}toggleChecked(){this.checked=!this.checked}render(){return d.html`
|
|
4610
4611
|
<div
|
|
4611
4612
|
part="menubar-checkbox-item"
|
|
4612
4613
|
class=${u(et.checkboxItem.base,this.disabled&&"rtg-opacity-menubar-item-opacity-disabled rtg-pointer-events-none",this.className)}
|
|
@@ -4641,7 +4642,7 @@ body {
|
|
|
4641
4642
|
`:d.nothing}
|
|
4642
4643
|
</span>
|
|
4643
4644
|
</div>
|
|
4644
|
-
`}},o.MenubarCheckboxItem._counter=0,Vt([l.property({type:String})],o.MenubarCheckboxItem.prototype,"_id",2),Vt([l.property({attribute:"aria-hidden",type:String})],o.MenubarCheckboxItem.prototype,"_hidden",2),Vt([l.property({attribute:"data-value",type:String})],o.MenubarCheckboxItem.prototype,"value",1),Vt([l.property({type:Boolean})],o.MenubarCheckboxItem.prototype,"selected",2),Vt([l.property({type:Boolean})],o.MenubarCheckboxItem.prototype,"checked",2),Vt([l.property({type:Boolean})],o.MenubarCheckboxItem.prototype,"disabled",2),o.MenubarCheckboxItem=Vt([l.customElement("rtg-menubar-checkbox-item")],o.MenubarCheckboxItem);var
|
|
4645
|
+
`}},o.MenubarCheckboxItem._counter=0,Vt([l.property({type:String})],o.MenubarCheckboxItem.prototype,"_id",2),Vt([l.property({attribute:"aria-hidden",type:String})],o.MenubarCheckboxItem.prototype,"_hidden",2),Vt([l.property({attribute:"data-value",type:String})],o.MenubarCheckboxItem.prototype,"value",1),Vt([l.property({type:Boolean})],o.MenubarCheckboxItem.prototype,"selected",2),Vt([l.property({type:Boolean})],o.MenubarCheckboxItem.prototype,"checked",2),Vt([l.property({type:Boolean})],o.MenubarCheckboxItem.prototype,"disabled",2),o.MenubarCheckboxItem=Vt([l.customElement("rtg-menubar-checkbox-item")],o.MenubarCheckboxItem);var _d=Object.defineProperty,Cd=Object.getOwnPropertyDescriptor,ae=(i,t,r,n)=>{for(var e=n>1?void 0:n?Cd(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&_d(t,r,e),e};o.MenubarMenu=class extends h{constructor(){super(...arguments),this.isOpen=!1,this.uniqueIds=[],this.selectedMenu="",this.isHovering=!1,this.id="",this.closeTimeout=null,this.toggleMenubar=t=>{t.stopPropagation(),document.querySelectorAll("rtg-menubar-menu").forEach(n=>{n!==this&&(n.isOpen=!1)}),this.isOpen=!this.isOpen},this.handleClickOutside=t=>{const r=t.target;this.contains(r)||(this.isOpen=!1)},this.handleMenuMouseEnter=()=>{this.clearCloseTimeout(),this.closeAllMenus(),this.isOpen=!0,this.isHovering=!0},this.handleMenuMouseLeave=t=>{const r=t.relatedTarget;if(this.isDescendant(r,"rtg-menubar-content")){this.clearCloseTimeout();return}this.scheduleClose()}}get _content(){return this.querySelector("rtg-menubar-content")}get _button(){return this.querySelector("rtg-menubar-trigger")}getAttributesToExclude(){return["date-testid"]}createRenderRoot(){return this}connectedCallback(){super.connectedCallback(),document.addEventListener("click",this.handleClickOutside),this.addEventListener("radio-selected",this._handleRadioSelected)}disconnectedCallback(){document.removeEventListener("click",this.handleClickOutside),this.clearCloseTimeout(),super.disconnectedCallback()}clearCloseTimeout(){this.closeTimeout!==null&&(clearTimeout(this.closeTimeout),this.closeTimeout=null)}updated(t){super.updated(t);const r=this._content;r&&(r.dataset.state=this.isOpen?"open":"close")}_handleRadioSelected(t){this.querySelectorAll("rtg-menubar-radio-item").forEach(r=>{const n=r;r!==t.target&&(n.checked=!1)})}firstUpdated(){this.setupContentListeners();const t=this.querySelector("div[part=menubar-menu-slot]"),r=this.querySelector("div[part=button-slot]");t&&this._content&&t.appendChild(this._content),r&&this._button&&r.appendChild(this._button)}raiseEvent(){const t=new CustomEvent("unique-ids-generated",{detail:{ids:this.uniqueIds},bubbles:!0,composed:!0});this.dispatchEvent(t)}closeAllMenus(){document.querySelectorAll("rtg-menubar-menu").forEach(r=>{r.isOpen=!1,r.isHovering=!1})}scheduleClose(){this.clearCloseTimeout(),this.closeTimeout=window.setTimeout(()=>{this.isOpen=!1,this.isHovering=!1,this.closeTimeout=null},150)}isDescendant(t,r){let n=t.parentElement;for(;n;){if(n.tagName.toLowerCase()===r.toLowerCase())return!0;n=n.parentElement}return!1}setupContentListeners(){const t=this._content;t&&(t.addEventListener("mouseenter",()=>{this.clearCloseTimeout(),this.isOpen=!0}),t.addEventListener("mouseleave",()=>{this.scheduleClose()}))}render(){return d.html`
|
|
4645
4646
|
<div class=${u(et.menu,this.className)}>
|
|
4646
4647
|
<div
|
|
4647
4648
|
id="${this.id}"
|
|
@@ -4660,7 +4661,7 @@ body {
|
|
|
4660
4661
|
|
|
4661
4662
|
<div part="menubar-menu-slot"></div>
|
|
4662
4663
|
</div>
|
|
4663
|
-
`}},
|
|
4664
|
+
`}},ae([l.state()],o.MenubarMenu.prototype,"isOpen",2),ae([l.state()],o.MenubarMenu.prototype,"uniqueIds",2),ae([l.state()],o.MenubarMenu.prototype,"selectedMenu",2),ae([l.state()],o.MenubarMenu.prototype,"isHovering",2),ae([l.property({type:String})],o.MenubarMenu.prototype,"id",2),o.MenubarMenu=ae([l.customElement("rtg-menubar-menu")],o.MenubarMenu);var xd=Object.defineProperty,Ed=Object.getOwnPropertyDescriptor,Se=(i,t,r,n)=>{for(var e=n>1?void 0:n?Ed(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&xd(t,r,e),e};o.MenubarContent=class extends h{constructor(){super(...arguments),this.state=gr,this.id="",this.side="bottom",this.isOpen=!1}get _menubarMenu(){let t=this.parentElement;for(;t&&!(t instanceof o.MenubarMenu);)t=t.parentElement;return t}get _containerElement(){return this.querySelector("div[part=menubar-content]")}getAttributesToExclude(){return["date-testid"]}createRenderRoot(){return this}firstUpdated(t){requestAnimationFrame(()=>{this.moveLightDomChildrenInto(this._containerElement)})}connectedCallback(){super.connectedCallback(),this.isOpen&&document.addEventListener("mousedown",this.handleClickOutside)}disconnectedCallback(){document.removeEventListener("mousedown",this.handleClickOutside),super.disconnectedCallback()}updated(t){super.updated(t),this.state==="open"?this.isOpen=!0:this.isOpen=!1,t.has("isOpen")&&(this.isOpen?document.addEventListener("mousedown",this.handleClickOutside):document.removeEventListener("mousedown",this.handleClickOutside))}handleClickOutside(t){const r=this.querySelector("button");this&&!this.contains(t.target)&&!(r!=null&&r.contains(t.target))&&(this.isOpen=!1)}render(){return d.html`
|
|
4664
4665
|
<div
|
|
4665
4666
|
class=${u(et.content,this.className)}
|
|
4666
4667
|
id="${this.id}"
|
|
@@ -4674,7 +4675,7 @@ body {
|
|
|
4674
4675
|
dir="ltr"
|
|
4675
4676
|
style="display: ${this.isOpen?"block":"none"};"
|
|
4676
4677
|
></div>
|
|
4677
|
-
`}}
|
|
4678
|
+
`}},Se([l.property({attribute:"data-state",type:String})],o.MenubarContent.prototype,"state",2),Se([l.property({type:String})],o.MenubarContent.prototype,"id",2),Se([l.property({type:String})],o.MenubarContent.prototype,"side",2),Se([l.state()],o.MenubarContent.prototype,"isOpen",2),o.MenubarContent=Se([l.customElement("rtg-menubar-content")],o.MenubarContent);var $d=Object.defineProperty,Sd=Object.getOwnPropertyDescriptor,Le=(i,t,r,n)=>{for(var e=n>1?void 0:n?Sd(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&$d(t,r,e),e};o.MenubarGroup=class extends h{constructor(){super(...arguments),this.heading="",this._id="",this._hidden=""}get _containerElement(){return this.querySelector("div[part=menubar-group-slot]")}getAttributesToExclude(){return["date-testid"]}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}get identifier(){var r,n;if(this._id!=="")return this._id;const t=(n=(r=this.parentElement)==null?void 0:r.shadowRoot)==null?void 0:n.querySelector("div[rtgcmd-list]");return t?this._id=`${t.getAttribute("id")}g${o.MenubarGroup._counter++}`:this._id=`rtgcmdrxlxg${o.MenubarGroup._counter++}`,this._id}render(){return d.html`${this._hidden==="true"?d.nothing:d.html`
|
|
4678
4679
|
<div
|
|
4679
4680
|
class=${u(et.group,this.className)}
|
|
4680
4681
|
id="${this.identifier}"
|
|
@@ -4695,7 +4696,7 @@ body {
|
|
|
4695
4696
|
aria-labelledby="${this.identifier}h"
|
|
4696
4697
|
></div>
|
|
4697
4698
|
</div>
|
|
4698
|
-
`}`}},o.MenubarGroup._counter=0,
|
|
4699
|
+
`}`}},o.MenubarGroup._counter=0,Le([l.property({type:String})],o.MenubarGroup.prototype,"heading",2),Le([l.property({attribute:"id",type:String})],o.MenubarGroup.prototype,"_id",2),Le([l.property({attribute:"aria-hidden",type:String})],o.MenubarGroup.prototype,"_hidden",2),o.MenubarGroup=Le([l.customElement("rtg-menubar-group")],o.MenubarGroup);var Od=Object.defineProperty,Pd=Object.getOwnPropertyDescriptor,se=(i,t,r,n)=>{for(var e=n>1?void 0:n?Pd(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Od(t,r,e),e};o.MenubarItem=class extends h{constructor(){super(...arguments),this._id="",this._hidden="",this.disabled=!1,this.selected=!1}get _containerElement(){return this.querySelector("div[part=menubar-item]")}getAttributesToExclude(){return["date-testid"]}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}get identifier(){var r,n;if(this._id!=="")return this._id;const t=(n=(r=this.parentElement)==null?void 0:r.shadowRoot)==null?void 0:n.querySelector("div[rtgcmd-group]");return t?this._id=`${t.getAttribute("id")}li${o.MenubarItem._counter++}`:this._id=`rtgcmdrxgxli${o.MenubarItem._counter++}`,this._id}get value(){var t;return((t=this.textContent)==null?void 0:t.trim())||""}handleMouseEvent(t){(t.type==="mouseover"||t.type==="focus")&&(this.selected=!0),t.type==="mouseleave"&&(this.selected=!1)}render(){return d.html` ${this._hidden==="true"?d.nothing:d.html`
|
|
4699
4700
|
<div
|
|
4700
4701
|
part="menubar-item"
|
|
4701
4702
|
class=${u(et.item,this.disabled&&"rtg-opacity-menubar-item-opacity-disabled rtg-pointer-events-none",this.className)}
|
|
@@ -4709,7 +4710,7 @@ body {
|
|
|
4709
4710
|
id="${this.identifier}"
|
|
4710
4711
|
aria-hidden="${this.hidden}"
|
|
4711
4712
|
></div>
|
|
4712
|
-
`}`}},o.MenubarItem._counter=0,
|
|
4713
|
+
`}`}},o.MenubarItem._counter=0,se([l.property({type:String})],o.MenubarItem.prototype,"_id",2),se([l.property({attribute:"aria-hidden",type:String})],o.MenubarItem.prototype,"_hidden",2),se([l.property({type:Boolean})],o.MenubarItem.prototype,"disabled",2),se([l.property({attribute:"data-value",type:String})],o.MenubarItem.prototype,"value",1),se([l.property({type:Boolean})],o.MenubarItem.prototype,"selected",2),o.MenubarItem=se([l.customElement("rtg-menubar-item")],o.MenubarItem);var Dd=Object.defineProperty,kd=Object.getOwnPropertyDescriptor,Ht=(i,t,r,n)=>{for(var e=n>1?void 0:n?kd(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Dd(t,r,e),e};o.MenubarRadioItem=class extends h{constructor(){super(...arguments),this._id="",this._hidden="",this.selected=!1,this.checked=!1,this.disabled=!1}get _containerElement(){return this.querySelector("div[part=menubar-radio-item]")}getAttributesToExclude(){return["date-testid"]}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}get identifier(){var r,n;if(this._id!=="")return this._id;const t=(n=(r=this.parentElement)==null?void 0:r.shadowRoot)==null?void 0:n.querySelector("div[rtgcmd-group]");return t?this._id=`${t.getAttribute("id")}li${o.MenubarRadioItem._counter++}`:this._id=`rtgcmdrxgxli${o.MenubarRadioItem._counter++}`,this._id}get value(){var t;return((t=this.textContent)==null?void 0:t.trim())||""}handleMouseEvent(t){(t.type==="mouseover"||t.type==="focus")&&(this.selected=!0),t.type==="mouseleave"&&(this.selected=!1)}toggleChecked(){this.checked||(this.checked=!0,this.dispatchEvent(new CustomEvent("radio-selected",{bubbles:!0,composed:!0})))}render(){return d.html`
|
|
4713
4714
|
<div
|
|
4714
4715
|
part="menubar-radio-item"
|
|
4715
4716
|
class=${u(et.radioItem.base,this.disabled&&"rtg-opacity-menubar-item-opacity-disabled rtg-pointer-events-none",this.className)}
|
|
@@ -4742,7 +4743,7 @@ body {
|
|
|
4742
4743
|
</svg>`:d.nothing}
|
|
4743
4744
|
</span>
|
|
4744
4745
|
</div>
|
|
4745
|
-
`}},o.MenubarRadioItem._counter=0,Ht([l.property({type:String})],o.MenubarRadioItem.prototype,"_id",2),Ht([l.property({attribute:"aria-hidden",type:String})],o.MenubarRadioItem.prototype,"_hidden",2),Ht([l.property({attribute:"data-value",type:String})],o.MenubarRadioItem.prototype,"value",1),Ht([l.property({type:Boolean})],o.MenubarRadioItem.prototype,"selected",2),Ht([l.property({type:Boolean})],o.MenubarRadioItem.prototype,"checked",2),Ht([l.property({type:Boolean})],o.MenubarRadioItem.prototype,"disabled",2),o.MenubarRadioItem=Ht([l.customElement("rtg-menubar-radio-item")],o.MenubarRadioItem);var
|
|
4746
|
+
`}},o.MenubarRadioItem._counter=0,Ht([l.property({type:String})],o.MenubarRadioItem.prototype,"_id",2),Ht([l.property({attribute:"aria-hidden",type:String})],o.MenubarRadioItem.prototype,"_hidden",2),Ht([l.property({attribute:"data-value",type:String})],o.MenubarRadioItem.prototype,"value",1),Ht([l.property({type:Boolean})],o.MenubarRadioItem.prototype,"selected",2),Ht([l.property({type:Boolean})],o.MenubarRadioItem.prototype,"checked",2),Ht([l.property({type:Boolean})],o.MenubarRadioItem.prototype,"disabled",2),o.MenubarRadioItem=Ht([l.customElement("rtg-menubar-radio-item")],o.MenubarRadioItem);var Rd=Object.defineProperty,Id=Object.getOwnPropertyDescriptor,wr=(i,t,r,n)=>{for(var e=n>1?void 0:n?Id(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Rd(t,r,e),e};o.MenubarSeparator=class extends h{constructor(){super(...arguments),this._id="",this._hidden=""}get _containerElement(){return this.querySelector("div[part=menubar-separator]")}getAttributesToExclude(){return["date-testid"]}createRenderRoot(){return this}get identifier(){var r;if(this._id!=="")return this._id;const t=(r=this.parentElement)==null?void 0:r.querySelector("div[rtgcmd-list]");return t?this._id=`${t.getAttribute("id")}s${o.MenubarSeparator._counter++}`:this._id=`rtgcmdrxlxs${o.MenubarSeparator._counter++}`,this._id}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){return d.html`${this._hidden==="true"?d.nothing:d.html`
|
|
4746
4747
|
<div
|
|
4747
4748
|
class=${u(et.separator,this.className)}
|
|
4748
4749
|
id="${this.identifier}"
|
|
@@ -4750,20 +4751,20 @@ body {
|
|
|
4750
4751
|
part="menubar-separator"
|
|
4751
4752
|
rtgcmd-separator
|
|
4752
4753
|
></div>
|
|
4753
|
-
`}`}},o.MenubarSeparator._counter=0,
|
|
4754
|
+
`}`}},o.MenubarSeparator._counter=0,wr([l.property({type:String})],o.MenubarSeparator.prototype,"_id",2),wr([l.property({attribute:"aria-hidden",type:String})],o.MenubarSeparator.prototype,"_hidden",2),o.MenubarSeparator=wr([l.customElement("rtg-menubar-separator")],o.MenubarSeparator);var Ad=Object.getOwnPropertyDescriptor,Td=(i,t,r,n)=>{for(var e=n>1?void 0:n?Ad(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.MenubarShortcut=class extends h{get _containerElement(){return this.querySelector("span[part=menubar-shortcut]")}getAttributesToExclude(){return["date-testid"]}createRenderRoot(){return this.classList=u(et.shortcut),this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){return d.html`
|
|
4754
4755
|
<span
|
|
4755
4756
|
class=${u(et.shortcut,this.className)}
|
|
4756
4757
|
part="menubar-shortcut"
|
|
4757
4758
|
>
|
|
4758
4759
|
</span>
|
|
4759
|
-
`}},o.MenubarShortcut=
|
|
4760
|
+
`}},o.MenubarShortcut=Td([l.customElement("rtg-menubar-shortcut")],o.MenubarShortcut);var Ld=Object.getOwnPropertyDescriptor,Md=(i,t,r,n)=>{for(var e=n>1?void 0:n?Ld(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.MenubarTrigger=class extends h{get _containerElement(){return this.querySelector("button[part=menubar-trigger]")}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}getAttributesToExclude(){return["data-testid"]}render(){return d.html`
|
|
4760
4761
|
<button
|
|
4761
4762
|
class=${u(et.trigger,this.className)}
|
|
4762
4763
|
type="button"
|
|
4763
4764
|
role="menuitem"
|
|
4764
4765
|
part="menubar-trigger"
|
|
4765
4766
|
></button>
|
|
4766
|
-
`}},o.MenubarTrigger=
|
|
4767
|
+
`}},o.MenubarTrigger=Md([l.customElement("rtg-menubar-trigger")],o.MenubarTrigger);var Nd=Object.getOwnPropertyDescriptor,zd=(i,t,r,n)=>{for(var e=n>1?void 0:n?Nd(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.Menubar=class extends h{get _containerElement(){return this.querySelector("div[part=menubar]")}getAttributesToExclude(){return["date-testid"]}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}render(){return d.html`
|
|
4767
4768
|
<div
|
|
4768
4769
|
role="menubar"
|
|
4769
4770
|
part="menubar"
|
|
@@ -4771,7 +4772,7 @@ body {
|
|
|
4771
4772
|
tabindex="0"
|
|
4772
4773
|
data-orientation="horizontal"
|
|
4773
4774
|
></div>
|
|
4774
|
-
`}},o.Menubar=
|
|
4775
|
+
`}},o.Menubar=zd([l.customElement("rtg-menubar")],o.Menubar);const J={preview:["rtg-flex rtg-bg-table-preview-color-bg rtg-w-table-preview-space-w rtg-items-center rtg-justify-center rtg-px-table-preview-space-px rtg-py-table-preview-space-py"],container:["rtg-relative rtg-w-table-container-space-w rtg-overflow-auto"],table:["rtg-w-table-space-w rtg-caption-bottom rtg-text-table-font"],caption:["rtg-mt-table-caption-space-mt rtg-text-table-caption-font rtg-text-table-caption-color-text"],head:{root:["[&_tr]:rtg-border-table-head-color-border [&_tr]:rtg-border-b-table-head-width-border"],row:["rtg-border-b-table-head-width-border rtg-border-table-head-color-border rtg-transition-colors hover:rtg-bg-table-head-row-color-bg-hover"],cell:{base:["rtg-h-table-head-cell-space-h rtg-px-table-head-cell-space-px rtg-align-middle rtg-font-table-head-cell-font-weight rtg-text-table-head-cell-color-text"],align:{left:"rtg-text-left",right:"rtg-text-right"}}},body:{root:["[&_tr:last-child]:rtg-border-0"],row:["rtg-border-b-table-body-width-border rtg-border-table-body-color-border rtg-transition-colors hover:rtg-bg-table-body-row-color-bg-hover"],cell:{base:["rtg-px-table-body-cell-space-px rtg-py-table-body-cell-space-py rtg-align-middle"],align:{right:"rtg-text-right"}}},footer:{root:["rtg-border-t-table-footer-width-border rtg-border-table-footer-color-border rtg-bg-table-footer-color-bg rtg-font-table-footer-font-weight [&>tr]:rtg-last:border-b-0"],row:["rtg-border-b-table-footer-width-border rtg-border-table-footer-color-border rtg-transition-colors hover:rtg-bg-table-footer-row-color-bg-hover"],cell:{base:["rtg-px-table-footer-cell-space-px rtg-py-table-footer-cell-space-py rtg-align-middle"],align:{right:"rtg-text-right"}}}};var qd=Object.defineProperty,Bd=Object.getOwnPropertyDescriptor,Me=(i,t,r,n)=>{for(var e=n>1?void 0:n?Bd(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&qd(t,r,e),e};o.Table=class extends h{constructor(){super(...arguments),this.dataTable=[],this.footerData=[],this.captionText=""}get _containerElement(){return this.querySelector("table[part=table]")}getAttributesToExclude(){return["data-testid"]}createRenderRoot(){return this}firstUpdated(t){this.moveLightDomChildrenInto(this._containerElement)}get columnKeys(){var r;const t=(r=this.dataTable)==null?void 0:r[0];return t?Object.keys(t).filter(n=>n!=="id"):[]}capitalizeLabel(t){return t.charAt(0).toUpperCase()+t.slice(1)}render(){const t=this.columnKeys;return d.html`
|
|
4775
4776
|
<div class=${u(J.preview)}>
|
|
4776
4777
|
<div class=${u(J.container)}>
|
|
4777
4778
|
<table part="table" class=${u(J.table)}>
|
|
@@ -4826,48 +4827,48 @@ body {
|
|
|
4826
4827
|
</table>
|
|
4827
4828
|
</div>
|
|
4828
4829
|
</div>
|
|
4829
|
-
`}},
|
|
4830
|
+
`}},Me([l.property({type:Array})],o.Table.prototype,"dataTable",2),Me([l.property({type:Array})],o.Table.prototype,"footerData",2),Me([l.property({type:String})],o.Table.prototype,"captionText",2),o.Table=Me([l.customElement("rtg-table")],o.Table);class Pn{constructor(){this.values={},this.errors={},this.validators={},this.subscribers=new Set}registerField({name:t,defaultValue:r="",validator:n}){t in this.values||(this.values[t]=r),n&&(this.validators[t]=n)}unregisterField(t){delete this.values[t],delete this.errors[t],delete this.validators[t]}setValue(t,r){t in this.validators||console.warn(`[FormController] setValue called before validator was registered for "${t}"`),this.values[t]=r,this.validateField(t),this.notify()}getValue(t){return this.values[t]}getError(t){return this.errors[t]??null}validateField(t){const r=this.validators[t],n=this.values[t],e=r?r(n):null;return this.errors[t]=e,this.notify(),!e}validateAll(){let t=!0;return Object.keys(this.validators).forEach(r=>{this.validateField(r)||(t=!1)}),t}subscribe(t){return this.subscribers.add(t),()=>this.subscribers.delete(t)}notify(){this.subscribers.forEach(t=>t())}getValues(){return{...this.values}}getErrors(){return{...this.errors}}}const Oe=pt.createContext("rtg-form-context");var Ud=Object.defineProperty,Fd=Object.getOwnPropertyDescriptor,Dn=(i,t,r,n)=>{for(var e=n>1?void 0:n?Fd(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Ud(t,r,e),e};o.RtgFormController=class extends h{constructor(){super(...arguments),this.form=new Pn,this.handleSubmit=t=>{if(t.preventDefault(),this.form.validateAll()){const n=this.form.getValues();alert(JSON.stringify(n,null,2))}}}createRenderRoot(){return this}async firstUpdated(t){await this.updateComplete,Array.from(this.childNodes).forEach(r=>{r!==this.formElement&&this.formElement.appendChild(r)}),this.querySelectorAll("rtg-form-field").forEach(r=>{const n=r.getAttribute("name"),e=r.validators,a=e==null?void 0:e[0];this.form.registerField({name:n,validator:a})})}render(){return d.html`
|
|
4830
4831
|
<form
|
|
4831
4832
|
part="form-controller"
|
|
4832
4833
|
class="${u("",this.className)}"
|
|
4833
4834
|
@submit=${this.handleSubmit}
|
|
4834
|
-
${
|
|
4835
|
+
${lo.ref(t=>this.formElement=t)}
|
|
4835
4836
|
></form>
|
|
4836
|
-
`}},
|
|
4837
|
+
`}},Dn([l.state(),pt.provide({context:Oe})],o.RtgFormController.prototype,"form",2),o.RtgFormController=Dn([l.customElement("rtg-form-controller")],o.RtgFormController);const kn=pt.createContext("rtg-form-item-context"),Gd="rtg-space-form-space-y",Vd="rtg-text-form-description-font rtg-text-form-description-color-text rtg-mt-form-description-space-mt",Hd="rtg-space-y-form-field-space-y",Yd="rtg-space-y-form-item-space-y",Wd="rtg-text-form-label-font rtg-mb-form-label-space-mb rtg-font-form-label-font-weight rtg-peer-disabled:rtg-cursor-not-allowed peer-disabled:rtg-opacity-form-label-opacity-peer-disabled",Xd="rtg-text-form-label-color-text-error",Kd="rtg-text-form-message-font-size rtg-text-form-message-color-text";var jd=Object.defineProperty,Qd=Object.getOwnPropertyDescriptor,Rn=(i,t,r,n)=>{for(var e=n>1?void 0:n?Qd(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&jd(t,r,e),e};o.RtgFormDescription=class extends h{createRenderRoot(){return this}get _desc(){return this.querySelector("p[part=form-description]")}firstUpdated(){this.moveLightDomChildrenInto(this._desc)}render(){return d.html`
|
|
4837
4838
|
<p
|
|
4838
4839
|
id="${this.itemContext.id}-description"
|
|
4839
4840
|
part="form-description"
|
|
4840
|
-
class="${u(
|
|
4841
|
+
class="${u(Vd,this.className)}"
|
|
4841
4842
|
></p>
|
|
4842
|
-
`}},
|
|
4843
|
+
`}},Rn([pt.consume({context:kn})],o.RtgFormDescription.prototype,"itemContext",2),o.RtgFormDescription=Rn([l.customElement("rtg-form-description")],o.RtgFormDescription);const Zd=pt.createContext("rtg-form-field-context");var Jd=Object.defineProperty,tu=Object.getOwnPropertyDescriptor,le=(i,t,r,n)=>{for(var e=n>1?void 0:n?tu(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Jd(t,r,e),e};o.RtgFormField=class extends h{constructor(){super(...arguments),this.name="",this.validators=[],this.defaultValue="",this.fieldName="",this.registered=!1}createRenderRoot(){return this}get _container(){return this.querySelector("div[part=form-field]")}updated(){var n;if(this.registered||!this.form||!this.name||!Array.isArray(this.validators)||this.validators.length===0)return;const t=e=>{for(const a of this.validators){const s=a(e);if(s)return s}return null};this.form.registerField({name:this.name,validator:t,defaultValue:this.defaultValue}),this.registered=!0,this.moveLightDomChildrenInto(this._container);const r=(n=this._container)==null?void 0:n.querySelector("input, textarea, select");r&&(this.defaultValue!==void 0&&(r.value=this.defaultValue),r.addEventListener("input",()=>{this.form.setValue(this.name,r.value)}))}disconnectedCallback(){var t;super.disconnectedCallback(),this.isConnected||(t=this.form)==null||t.unregisterField(this.name)}render(){return d.html`<div
|
|
4843
4844
|
part="form-field"
|
|
4844
|
-
class="${u(
|
|
4845
|
-
></div>`}},
|
|
4845
|
+
class="${u(Hd,this.className)}"
|
|
4846
|
+
></div>`}},le([pt.consume({context:Oe})],o.RtgFormField.prototype,"form",2),le([l.property({type:String})],o.RtgFormField.prototype,"name",2),le([l.property({type:Array})],o.RtgFormField.prototype,"validators",2),le([l.property({type:String})],o.RtgFormField.prototype,"defaultValue",2),le([pt.provide({context:Zd})],o.RtgFormField.prototype,"fieldName",2),o.RtgFormField=le([l.customElement("rtg-form-field")],o.RtgFormField);var eu=Object.defineProperty,ru=Object.getOwnPropertyDescriptor,In=(i,t,r,n)=>{for(var e=n>1?void 0:n?ru(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&eu(t,r,e),e};o.RtgFormItem=class extends h{constructor(){super(...arguments),this._generatedId=crypto.randomUUID(),this.itemContext={id:this._generatedId}}createRenderRoot(){return this}get _container(){return this.querySelector("div[part=form-item]")}firstUpdated(){this.moveLightDomChildrenInto(this._container)}render(){return d.html`<div
|
|
4846
4847
|
part="form-item"
|
|
4847
|
-
class="${u(
|
|
4848
|
-
></div>`}},In([
|
|
4848
|
+
class="${u(Yd,this.className)}"
|
|
4849
|
+
></div>`}},In([pt.provide({context:kn})],o.RtgFormItem.prototype,"itemContext",2),o.RtgFormItem=In([l.customElement("rtg-form-item")],o.RtgFormItem);var nu=Object.defineProperty,ou=Object.getOwnPropertyDescriptor,_r=(i,t,r,n)=>{for(var e=n>1?void 0:n?ou(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&nu(t,r,e),e};o.RtgFormLabel=class extends h{constructor(){super(...arguments),this.hasError=!1,this.unsubscribe=null}get _field(){let t=this.parentElement;for(;t&&!(t instanceof o.RtgFormField);)t=t.parentElement;return t}createRenderRoot(){return this}get _label(){return this.querySelector("label[part=form-label]")}firstUpdated(){this.moveLightDomChildrenInto(this._label)}connectedCallback(){super.connectedCallback();const t=this._field.name;this.hasError=!!this.form.getError(t),this.unsubscribe=this.form.subscribe(()=>{const r=this.form.getError(t);this.hasError=!!r,this.requestUpdate()})}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribe&&this.unsubscribe()}render(){return d.html`
|
|
4849
4850
|
<label
|
|
4850
4851
|
part="form-label"
|
|
4851
4852
|
for="${this._field.name}"
|
|
4852
|
-
class="${u(
|
|
4853
|
+
class="${u(Wd,this.hasError&&Xd,this.className)}"
|
|
4853
4854
|
></label>
|
|
4854
|
-
`}},
|
|
4855
|
+
`}},_r([pt.consume({context:Oe})],o.RtgFormLabel.prototype,"form",2),_r([l.state()],o.RtgFormLabel.prototype,"hasError",2),o.RtgFormLabel=_r([l.customElement("rtg-form-label")],o.RtgFormLabel);var iu=Object.defineProperty,au=Object.getOwnPropertyDescriptor,Cr=(i,t,r,n)=>{for(var e=n>1?void 0:n?au(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&iu(t,r,e),e};o.RtgFormMessage=class extends d.LitElement{constructor(){super(...arguments),this.error=null,this.unsubscribe=null}get _field(){let t=this.parentElement;for(;t&&!(t instanceof o.RtgFormField);)t=t.parentElement;return t}createRenderRoot(){return this}connectedCallback(){super.connectedCallback(),this.error=this.form.getError(this._field.name),this.unsubscribe=this.form.subscribe(()=>{this.error=this.form.getErrors()[this._field.name],this.requestUpdate()})}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribe&&this.unsubscribe()}render(){return this.error?d.html`<p
|
|
4855
4856
|
id="${this._field.name}-message"
|
|
4856
|
-
class="${u(
|
|
4857
|
+
class="${u(Kd,this.className)}"
|
|
4857
4858
|
>
|
|
4858
4859
|
${this.error}
|
|
4859
|
-
</p>`:null}},
|
|
4860
|
+
</p>`:null}},Cr([pt.consume({context:Oe})],o.RtgFormMessage.prototype,"form",2),Cr([l.state()],o.RtgFormMessage.prototype,"error",2),o.RtgFormMessage=Cr([l.customElement("rtg-form-message")],o.RtgFormMessage);var su=Object.defineProperty,lu=Object.getOwnPropertyDescriptor,xr=(i,t,r,n)=>{for(var e=n>1?void 0:n?lu(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&su(t,r,e),e};o.RtgForm=class extends h{constructor(){super(...arguments),this.form=new Pn,this.onSubmit=()=>{},this.handleSubmit=t=>{t.preventDefault(),this.form.validateAll()&&(alert("form submitted successfully"),this.onSubmit(this.form.getValues()))}}createRenderRoot(){return this}get _formElement(){return this.querySelector("form[part=form-root]")}firstUpdated(){this.moveLightDomChildrenInto(this._formElement)}render(){return d.html`
|
|
4860
4861
|
<form
|
|
4861
4862
|
part="form-root"
|
|
4862
4863
|
id="rtg-form"
|
|
4863
4864
|
@submit=${this.handleSubmit}
|
|
4864
|
-
class="${u(
|
|
4865
|
+
class="${u(Gd,this.className)}"
|
|
4865
4866
|
></form>
|
|
4866
|
-
`}},
|
|
4867
|
+
`}},xr([pt.provide({context:Oe})],o.RtgForm.prototype,"form",2),xr([l.property({type:Function})],o.RtgForm.prototype,"onSubmit",2),o.RtgForm=xr([l.customElement("rtg-form")],o.RtgForm);const cu="rtg-bg-skeleton-color-bg rtg-animate-skeleton-animate rtg-rounded-skeleton-radius";var du=Object.getOwnPropertyDescriptor,uu=(i,t,r,n)=>{for(var e=n>1?void 0:n?du(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.RtgSkeleton=class extends h{createRenderRoot(){return this}render(){return d.html` <div class=${u(cu,this.className)}></div> `}},o.RtgSkeleton=uu([l.customElement("rtg-skeleton")],o.RtgSkeleton);const gu=["rtg-relative","rtg-rounded-scrollarea-radius","rtg-border rtg-border-scrollarea-color-border","rtg-bg-scrollarea-color-bg"];var pu=Object.defineProperty,hu=Object.getOwnPropertyDescriptor,An=(i,t,r,n)=>{for(var e=n>1?void 0:n?hu(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&pu(t,r,e),e};o.RtgScrollArea=class extends h{createRenderRoot(){return this}firstUpdated(){this.moveLightDomChildrenInto(this.viewportEl)}render(){return d.html`
|
|
4867
4868
|
<div
|
|
4868
4869
|
dir="ltr"
|
|
4869
4870
|
data-slot="scroll-area"
|
|
4870
|
-
class=${u(
|
|
4871
|
+
class=${u(gu,this.className)}
|
|
4871
4872
|
>
|
|
4872
4873
|
<style>
|
|
4873
4874
|
[data-radix-scroll-area-viewport] {
|
|
@@ -4900,7 +4901,28 @@ body {
|
|
|
4900
4901
|
style="overflow: hidden scroll;"
|
|
4901
4902
|
></div>
|
|
4902
4903
|
</div>
|
|
4903
|
-
`}},
|
|
4904
|
+
`}},An([l.query("[data-radix-scroll-area-viewport]")],o.RtgScrollArea.prototype,"viewportEl",2),o.RtgScrollArea=An([l.customElement("rtg-scroll-area")],o.RtgScrollArea);var mu=Object.getOwnPropertyDescriptor,fu=(i,t,r,n)=>{for(var e=n>1?void 0:n?mu(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.FieldSet=class extends d.LitElement{createRenderRoot(){return this}get _setSlot(){return this.querySelector('[data-slot="field-set"]')}firstUpdated(){const t=this._setSlot;if(!t)return;Array.from(this.childNodes).filter(n=>n!==t).forEach(n=>t.appendChild(n))}render(){return d.html`<fieldset data-slot="field-set"></fieldset>`}},o.FieldSet=fu([l.customElement("rtg-field-set")],o.FieldSet);var vu=Object.defineProperty,bu=Object.getOwnPropertyDescriptor,Tn=(i,t,r,n)=>{for(var e=n>1?void 0:n?bu(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&vu(t,r,e),e};o.FieldLegend=class extends d.LitElement{constructor(){super(...arguments),this.variant="legend"}createRenderRoot(){return this}get _legendSlot(){return this.querySelector('[data-slot="field-legend"]')}firstUpdated(){const t=this._legendSlot;if(!t)return;Array.from(this.childNodes).filter(n=>n!==t).forEach(n=>t.appendChild(n))}render(){return d.html`
|
|
4905
|
+
<legend data-slot="field-legend" data-variant=${this.variant}></legend>
|
|
4906
|
+
`}},Tn([l.property({type:String})],o.FieldLegend.prototype,"variant",2),o.FieldLegend=Tn([l.customElement("rtg-field-legend")],o.FieldLegend);var yu=Object.defineProperty,wu=Object.getOwnPropertyDescriptor,Ln=(i,t,r,n)=>{for(var e=n>1?void 0:n?wu(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&yu(t,r,e),e};o.FieldGroup=class extends d.LitElement{constructor(){super(...arguments),this.type="field"}createRenderRoot(){return this}get _groupSlot(){return this.querySelector('[data-slot="field-group"]')}firstUpdated(){const t=this._groupSlot;if(!t)return;Array.from(this.childNodes).filter(n=>n!==t).forEach(n=>t.appendChild(n))}render(){return d.html`<div data-slot="field-group" data-type=${this.type}></div>`}},Ln([l.property({type:String})],o.FieldGroup.prototype,"type",2),o.FieldGroup=Ln([l.customElement("rtg-field-group")],o.FieldGroup);var _u=Object.defineProperty,Cu=Object.getOwnPropertyDescriptor,Ne=(i,t,r,n)=>{for(var e=n>1?void 0:n?Cu(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&_u(t,r,e),e};o.Field=class extends d.LitElement{constructor(){super(...arguments),this.orientation="vertical"}createRenderRoot(){return this}get _rootSlot(){return this.querySelector('[data-slot="field"]')}firstUpdated(){const t=this._rootSlot;if(!t)return;Array.from(this.childNodes).filter(n=>n!==t).forEach(n=>t.appendChild(n))}render(){return d.html`
|
|
4907
|
+
<div
|
|
4908
|
+
data-slot="field"
|
|
4909
|
+
data-orientation=${this.orientation}
|
|
4910
|
+
data-disabled=${this.disabled?"true":d.nothing}
|
|
4911
|
+
data-invalid=${this.invalid?"true":d.nothing}
|
|
4912
|
+
role="group"
|
|
4913
|
+
></div>
|
|
4914
|
+
`}},Ne([l.property({type:String})],o.Field.prototype,"orientation",2),Ne([l.property({type:Boolean})],o.Field.prototype,"disabled",2),Ne([l.property({type:Boolean})],o.Field.prototype,"invalid",2),o.Field=Ne([l.customElement("rtg-field")],o.Field);var xu=Object.getOwnPropertyDescriptor,Eu=(i,t,r,n)=>{for(var e=n>1?void 0:n?xu(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.FieldContent=class extends d.LitElement{createRenderRoot(){return this}get _contentSlot(){return this.querySelector('[data-slot="field-content"]')}firstUpdated(){const t=this._contentSlot;if(!t)return;Array.from(this.childNodes).filter(n=>n!==t).forEach(n=>t.appendChild(n))}render(){return d.html`<div data-slot="field-content"></div>`}},o.FieldContent=Eu([l.customElement("rtg-field-content")],o.FieldContent);var $u=Object.defineProperty,Su=Object.getOwnPropertyDescriptor,Mn=(i,t,r,n)=>{for(var e=n>1?void 0:n?Su(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&$u(t,r,e),e};o.FieldLabel=class extends d.LitElement{createRenderRoot(){return this}get _labelSlot(){return this.querySelector('[data-slot="field-label"]')}firstUpdated(){const t=this._labelSlot;if(!t)return;Array.from(this.childNodes).filter(n=>n!==t).forEach(n=>t.appendChild(n))}render(){return d.html`
|
|
4915
|
+
<rtg-label data-slot="field-label" for=${this.for??d.nothing}></rtg-label>
|
|
4916
|
+
`}},Mn([l.property({type:String})],o.FieldLabel.prototype,"for",2),o.FieldLabel=Mn([l.customElement("rtg-field-label")],o.FieldLabel);var Ou=Object.getOwnPropertyDescriptor,Pu=(i,t,r,n)=>{for(var e=n>1?void 0:n?Ou(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.FieldTitle=class extends d.LitElement{createRenderRoot(){return this}get _titleSlot(){return this.querySelector('[data-slot="field-label"]')}firstUpdated(){const t=this._titleSlot;if(!t)return;Array.from(this.childNodes).filter(n=>n!==t).forEach(n=>t.appendChild(n))}render(){return d.html`<div data-slot="field-label"></div>`}},o.FieldTitle=Pu([l.customElement("rtg-field-title")],o.FieldTitle);var Du=Object.getOwnPropertyDescriptor,ku=(i,t,r,n)=>{for(var e=n>1?void 0:n?Du(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.FieldDescription=class extends d.LitElement{createRenderRoot(){return this}get _descriptionSlot(){return this.querySelector('[data-slot="field-description"]')}firstUpdated(){const t=this._descriptionSlot;if(!t)return;Array.from(this.childNodes).filter(n=>n!==t).forEach(n=>t.appendChild(n))}render(){return d.html`<p data-slot="field-description"></p>`}},o.FieldDescription=ku([l.customElement("rtg-field-description")],o.FieldDescription);var Ru=Object.getOwnPropertyDescriptor,Iu=(i,t,r,n)=>{for(var e=n>1?void 0:n?Ru(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=s(e)||e);return e};o.FieldSeparator=class extends d.LitElement{constructor(){super(),this._children=[],this._children=Array.from(this.childNodes)}createRenderRoot(){return this}get _separatorSlot(){return this.querySelector('[data-slot="field-separator"]')}get _contentSlot(){return this.querySelector('[data-slot="field-separator-content"]')}firstUpdated(){const t=this._separatorSlot;if(!t)return;const r=this._contentSlot;if(!r)return;const n=this._children;n.length>0?(n.forEach(e=>r.appendChild(e)),t.setAttribute("data-content","true")):(t.removeChild(r),t.setAttribute("data-content","false"))}render(){return d.html`
|
|
4917
|
+
<div data-slot="field-separator">
|
|
4918
|
+
<rtg-separator></rtg-separator>
|
|
4919
|
+
<span data-slot="field-separator-content"></span>
|
|
4920
|
+
</div>
|
|
4921
|
+
`}},o.FieldSeparator=Iu([l.customElement("rtg-field-separator")],o.FieldSeparator);var Au=Object.defineProperty,Tu=Object.getOwnPropertyDescriptor,Nn=(i,t,r,n)=>{for(var e=n>1?void 0:n?Tu(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Au(t,r,e),e};o.FieldError=class extends d.LitElement{createRenderRoot(){return this}_renderContent(){var r,n;if(!((r=this.errors)!=null&&r.length))return null;const t=[...new Map(this.errors.map(e=>[e==null?void 0:e.message,e])).values()];return t.length===1?(n=t[0])!=null&&n.message?t[0].message:null:d.html`
|
|
4922
|
+
<ul data-slot="field-error-content">
|
|
4923
|
+
${t.map((e,a)=>e!=null&&e.message?d.html`<li key=${a}>${e.message}</li>`:d.nothing)}
|
|
4924
|
+
</ul>
|
|
4925
|
+
`}render(){const t=this.innerHTML.trim().length>0,r=this._renderContent();if(t){const n=Array.from(this.childNodes);return d.html` <div data-slot="field-error" role="alert">${n}</div>`}return r?d.html` <div data-slot="field-error" role="alert">${r}</div>`:(this.style.display="none",d.nothing)}},Nn([l.property({type:Array})],o.FieldError.prototype,"errors",2),o.FieldError=Nn([l.customElement("rtg-field-error")],o.FieldError);var Lu=Object.defineProperty,Mu=Object.getOwnPropertyDescriptor,zn=(i,t,r,n)=>{for(var e=n>1?void 0:n?Mu(t,r):t,a=i.length-1,s;a>=0;a--)(s=i[a])&&(e=(n?s(t,r,e):s(e))||e);return n&&e&&Lu(t,r,e),e};o.LightSampleDemo=class extends h{constructor(){super(),this.defaultValue="account"}getAttributesToExclude(){return["disabled","type","placeholder","value","data-testid"]}createRenderRoot(){return this}render(){return d.html`
|
|
4904
4926
|
<div class="sb-flex sb-flex-col sb-gap-4">
|
|
4905
4927
|
<rtg-tabs .defaultValue=${this.defaultValue} class="rtg-w-[400px]">
|
|
4906
4928
|
<rtg-tabs-list customClass="rtg-h-10 rtg-rounded-2xl" slot="tab-list">
|
|
@@ -5120,11 +5142,11 @@ body {
|
|
|
5120
5142
|
</rtg-tabs-content>
|
|
5121
5143
|
</rtg-tabs>
|
|
5122
5144
|
</div>
|
|
5123
|
-
`}},
|
|
5145
|
+
`}},zn([l.property({type:String})],o.LightSampleDemo.prototype,"defaultValue",2),o.LightSampleDemo=zn([l.customElement("light-sample-demo")],o.LightSampleDemo);/**
|
|
5124
5146
|
* @license
|
|
5125
5147
|
* Copyright 2018 Google LLC
|
|
5126
5148
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
5127
|
-
*/const
|
|
5149
|
+
*/const Nu=new Set(["children","localName","ref","style","className"]),qn=new WeakMap,zu=(i,t,r,n,e)=>{const a=e==null?void 0:e[t];a===void 0||r===n?r==null&&t in HTMLElement.prototype?i.removeAttribute(t):i[t]=r:((s,m,_)=>{let E=qn.get(s);E===void 0&&qn.set(s,E=new Map);let y=E.get(m);_!==void 0?y===void 0?(E.set(m,y={handleEvent:_}),s.addEventListener(m,y)):y.handleEvent=_:y!==void 0&&(E.delete(m),s.removeEventListener(m,y))})(i,a,r)},qu=(i,t)=>{typeof i=="function"?i(t):i.current=t};function Bn(i=window.React,t,r,n,e){let a,s,m;{const G=i;({tagName:s,elementClass:m,events:n,displayName:e}=G),a=G.react}const _=a.Component,E=a.createElement,y=new Set(Object.keys(n??{}));class I extends _{constructor(){super(...arguments),this.o=null}t(O){if(this.o!==null)for(const N in this.i)zu(this.o,N,this.props[N],O?O[N]:void 0,n)}componentDidMount(){var O;this.t(),(O=this.o)===null||O===void 0||O.removeAttribute("defer-hydration")}componentDidUpdate(O){this.t(O)}render(){const{_$Gl:O,...N}=this.props;this.h!==O&&(this.u=k=>{O!==null&&qu(O,k),this.o=k,this.h=O}),this.i={};const D={ref:this.u};for(const[k,V]of Object.entries(N))Nu.has(k)?D[k==="className"?"class":k]=V:y.has(k)||k in m.prototype?this.i[k]=V:D[k]=V;return D.suppressHydrationWarning=!0,E(s,D)}}I.displayName=e??m.name;const M=a.forwardRef(((G,O)=>E(I,{...G,_$Gl:O},G==null?void 0:G.children)));return M.displayName=I.displayName,M}function Bu(i){return i&&i.__esModule&&Object.prototype.hasOwnProperty.call(i,"default")?i.default:i}var ze={exports:{}},S={};/**
|
|
5128
5150
|
* @license React
|
|
5129
5151
|
* react.production.js
|
|
5130
5152
|
*
|
|
@@ -5132,7 +5154,7 @@ body {
|
|
|
5132
5154
|
*
|
|
5133
5155
|
* This source code is licensed under the MIT license found in the
|
|
5134
5156
|
* LICENSE file in the root directory of this source tree.
|
|
5135
|
-
*/var
|
|
5157
|
+
*/var Un;function Uu(){if(Un)return S;Un=1;var i=Symbol.for("react.transitional.element"),t=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),n=Symbol.for("react.strict_mode"),e=Symbol.for("react.profiler"),a=Symbol.for("react.consumer"),s=Symbol.for("react.context"),m=Symbol.for("react.forward_ref"),_=Symbol.for("react.suspense"),E=Symbol.for("react.memo"),y=Symbol.for("react.lazy"),I=Symbol.for("react.activity"),M=Symbol.iterator;function G(g){return g===null||typeof g!="object"?null:(g=M&&g[M]||g["@@iterator"],typeof g=="function"?g:null)}var O={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},N=Object.assign,D={};function k(g,v,$){this.props=g,this.context=v,this.refs=D,this.updater=$||O}k.prototype.isReactComponent={},k.prototype.setState=function(g,v){if(typeof g!="object"&&typeof g!="function"&&g!=null)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,g,v,"setState")},k.prototype.forceUpdate=function(g){this.updater.enqueueForceUpdate(this,g,"forceUpdate")};function V(){}V.prototype=k.prototype;function rt(g,v,$){this.props=g,this.context=v,this.refs=D,this.updater=$||O}var j=rt.prototype=new V;j.constructor=rt,N(j,k.prototype),j.isPureReactComponent=!0;var K=Array.isArray;function St(){}var z={H:null,A:null,T:null,S:null},bt=Object.prototype.hasOwnProperty;function tt(g,v,$){var x=$.ref;return{$$typeof:i,type:g,key:v,ref:x!==void 0?x:null,props:$}}function st(g,v){return tt(g.type,v,g.props)}function ct(g){return typeof g=="object"&&g!==null&&g.$$typeof===i}function C(g){var v={"=":"=0",":":"=2"};return"$"+g.replace(/[=:]/g,function($){return v[$]})}var Lt=/\/+/g;function lt(g,v){return typeof g=="object"&&g!==null&&g.key!=null?C(""+g.key):v.toString(36)}function Ot(g){switch(g.status){case"fulfilled":return g.value;case"rejected":throw g.reason;default:switch(typeof g.status=="string"?g.then(St,St):(g.status="pending",g.then(function(v){g.status==="pending"&&(g.status="fulfilled",g.value=v)},function(v){g.status==="pending"&&(g.status="rejected",g.reason=v)})),g.status){case"fulfilled":return g.value;case"rejected":throw g.reason}}throw g}function nt(g,v,$,x,q){var B=typeof g;(B==="undefined"||B==="boolean")&&(g=null);var F=!1;if(g===null)F=!0;else switch(B){case"bigint":case"string":case"number":F=!0;break;case"object":switch(g.$$typeof){case i:case t:F=!0;break;case y:return F=g._init,nt(F(g._payload),v,$,x,q)}}if(F)return q=q(g),F=x===""?"."+lt(g,0):x,K(q)?($="",F!=null&&($=F.replace(Lt,"$&/")+"/"),nt(q,v,$,"",function(Wt){return Wt})):q!=null&&(ct(q)&&(q=st(q,$+(q.key==null||g&&g.key===q.key?"":(""+q.key).replace(Lt,"$&/")+"/")+F)),v.push(q)),1;F=0;var ut=x===""?".":x+":";if(K(g))for(var Z=0;Z<g.length;Z++)x=g[Z],B=ut+lt(x,Z),F+=nt(x,v,$,B,q);else if(Z=G(g),typeof Z=="function")for(g=Z.call(g),Z=0;!(x=g.next()).done;)x=x.value,B=ut+lt(x,Z++),F+=nt(x,v,$,B,q);else if(B==="object"){if(typeof g.then=="function")return nt(Ot(g),v,$,x,q);throw v=String(g),Error("Objects are not valid as a React child (found: "+(v==="[object Object]"?"object with keys {"+Object.keys(g).join(", ")+"}":v)+"). If you meant to render a collection of children, use an array instead.")}return F}function yt(g,v,$){if(g==null)return g;var x=[],q=0;return nt(g,x,"","",function(B){return v.call($,B,q++)}),x}function kt(g){if(g._status===-1){var v=g._result;v=v(),v.then(function($){(g._status===0||g._status===-1)&&(g._status=1,g._result=$)},function($){(g._status===0||g._status===-1)&&(g._status=2,g._result=$)}),g._status===-1&&(g._status=0,g._result=v)}if(g._status===1)return g._result.default;throw g._result}var dt=typeof reportError=="function"?reportError:function(g){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var v=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof g=="object"&&g!==null&&typeof g.message=="string"?String(g.message):String(g),error:g});if(!window.dispatchEvent(v))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",g);return}console.error(g)},Yt={map:yt,forEach:function(g,v,$){yt(g,function(){v.apply(this,arguments)},$)},count:function(g){var v=0;return yt(g,function(){v++}),v},toArray:function(g){return yt(g,function(v){return v})||[]},only:function(g){if(!ct(g))throw Error("React.Children.only expected to receive a single React element child.");return g}};return S.Activity=I,S.Children=Yt,S.Component=k,S.Fragment=r,S.Profiler=e,S.PureComponent=rt,S.StrictMode=n,S.Suspense=_,S.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=z,S.__COMPILER_RUNTIME={__proto__:null,c:function(g){return z.H.useMemoCache(g)}},S.cache=function(g){return function(){return g.apply(null,arguments)}},S.cacheSignal=function(){return null},S.cloneElement=function(g,v,$){if(g==null)throw Error("The argument must be a React element, but you passed "+g+".");var x=N({},g.props),q=g.key;if(v!=null)for(B in v.key!==void 0&&(q=""+v.key),v)!bt.call(v,B)||B==="key"||B==="__self"||B==="__source"||B==="ref"&&v.ref===void 0||(x[B]=v[B]);var B=arguments.length-2;if(B===1)x.children=$;else if(1<B){for(var F=Array(B),ut=0;ut<B;ut++)F[ut]=arguments[ut+2];x.children=F}return tt(g.type,q,x)},S.createContext=function(g){return g={$$typeof:s,_currentValue:g,_currentValue2:g,_threadCount:0,Provider:null,Consumer:null},g.Provider=g,g.Consumer={$$typeof:a,_context:g},g},S.createElement=function(g,v,$){var x,q={},B=null;if(v!=null)for(x in v.key!==void 0&&(B=""+v.key),v)bt.call(v,x)&&x!=="key"&&x!=="__self"&&x!=="__source"&&(q[x]=v[x]);var F=arguments.length-2;if(F===1)q.children=$;else if(1<F){for(var ut=Array(F),Z=0;Z<F;Z++)ut[Z]=arguments[Z+2];q.children=ut}if(g&&g.defaultProps)for(x in F=g.defaultProps,F)q[x]===void 0&&(q[x]=F[x]);return tt(g,B,q)},S.createRef=function(){return{current:null}},S.forwardRef=function(g){return{$$typeof:m,render:g}},S.isValidElement=ct,S.lazy=function(g){return{$$typeof:y,_payload:{_status:-1,_result:g},_init:kt}},S.memo=function(g,v){return{$$typeof:E,type:g,compare:v===void 0?null:v}},S.startTransition=function(g){var v=z.T,$={};z.T=$;try{var x=g(),q=z.S;q!==null&&q($,x),typeof x=="object"&&x!==null&&typeof x.then=="function"&&x.then(St,dt)}catch(B){dt(B)}finally{v!==null&&$.types!==null&&(v.types=$.types),z.T=v}},S.unstable_useCacheRefresh=function(){return z.H.useCacheRefresh()},S.use=function(g){return z.H.use(g)},S.useActionState=function(g,v,$){return z.H.useActionState(g,v,$)},S.useCallback=function(g,v){return z.H.useCallback(g,v)},S.useContext=function(g){return z.H.useContext(g)},S.useDebugValue=function(){},S.useDeferredValue=function(g,v){return z.H.useDeferredValue(g,v)},S.useEffect=function(g,v){return z.H.useEffect(g,v)},S.useEffectEvent=function(g){return z.H.useEffectEvent(g)},S.useId=function(){return z.H.useId()},S.useImperativeHandle=function(g,v,$){return z.H.useImperativeHandle(g,v,$)},S.useInsertionEffect=function(g,v){return z.H.useInsertionEffect(g,v)},S.useLayoutEffect=function(g,v){return z.H.useLayoutEffect(g,v)},S.useMemo=function(g,v){return z.H.useMemo(g,v)},S.useOptimistic=function(g,v){return z.H.useOptimistic(g,v)},S.useReducer=function(g,v,$){return z.H.useReducer(g,v,$)},S.useRef=function(g){return z.H.useRef(g)},S.useState=function(g){return z.H.useState(g)},S.useSyncExternalStore=function(g,v,$){return z.H.useSyncExternalStore(g,v,$)},S.useTransition=function(){return z.H.useTransition()},S.version="19.2.4",S}var Pe={exports:{}};/**
|
|
5136
5158
|
* @license React
|
|
5137
5159
|
* react.development.js
|
|
5138
5160
|
*
|
|
@@ -5140,7 +5162,7 @@ body {
|
|
|
5140
5162
|
*
|
|
5141
5163
|
* This source code is licensed under the MIT license found in the
|
|
5142
5164
|
* LICENSE file in the root directory of this source tree.
|
|
5143
|
-
*/
|
|
5165
|
+
*/Pe.exports;var Fn;function Fu(){return Fn||(Fn=1,(function(i,t){process.env.NODE_ENV!=="production"&&(function(){function r(c,p){Object.defineProperty(a.prototype,c,{get:function(){console.warn("%s(...) is deprecated in plain JavaScript React classes. %s",p[0],p[1])}})}function n(c){return c===null||typeof c!="object"?null:(c=Yn&&c[Yn]||c["@@iterator"],typeof c=="function"?c:null)}function e(c,p){c=(c=c.constructor)&&(c.displayName||c.name)||"ReactClass";var f=c+"."+p;Wn[f]||(console.error("Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.",p,c),Wn[f]=!0)}function a(c,p,f){this.props=c,this.context=p,this.refs=$r,this.updater=f||Xn}function s(){}function m(c,p,f){this.props=c,this.context=p,this.refs=$r,this.updater=f||Xn}function _(){}function E(c){return""+c}function y(c){try{E(c);var p=!1}catch{p=!0}if(p){p=console;var f=p.error,b=typeof Symbol=="function"&&Symbol.toStringTag&&c[Symbol.toStringTag]||c.constructor.name||"Object";return f.call(p,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",b),E(c)}}function I(c){if(c==null)return null;if(typeof c=="function")return c.$$typeof===Wu?null:c.displayName||c.name||null;if(typeof c=="string")return c;switch(c){case g:return"Fragment";case $:return"Profiler";case v:return"StrictMode";case F:return"Suspense";case ut:return"SuspenseList";case Hn:return"Activity"}if(typeof c=="object")switch(typeof c.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),c.$$typeof){case Yt:return"Portal";case q:return c.displayName||"Context";case x:return(c._context.displayName||"Context")+".Consumer";case B:var p=c.render;return c=c.displayName,c||(c=p.displayName||p.name||"",c=c!==""?"ForwardRef("+c+")":"ForwardRef"),c;case Z:return p=c.displayName||null,p!==null?p:I(c.type)||"Memo";case Wt:p=c._payload,c=c._init;try{return I(c(p))}catch{}}return null}function M(c){if(c===g)return"<>";if(typeof c=="object"&&c!==null&&c.$$typeof===Wt)return"<...>";try{var p=I(c);return p?"<"+p+">":"<...>"}catch{return"<...>"}}function G(){var c=A.A;return c===null?null:c.getOwner()}function O(){return Error("react-stack-top-frame")}function N(c){if(qe.call(c,"key")){var p=Object.getOwnPropertyDescriptor(c,"key").get;if(p&&p.isReactWarning)return!1}return c.key!==void 0}function D(c,p){function f(){Zn||(Zn=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",p))}f.isReactWarning=!0,Object.defineProperty(c,"key",{get:f,configurable:!0})}function k(){var c=I(this.type);return to[c]||(to[c]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),c=this.props.ref,c!==void 0?c:null}function V(c,p,f,b,w,T){var R=f.ref;return c={$$typeof:dt,type:c,key:p,props:f,_owner:b},(R!==void 0?R:null)!==null?Object.defineProperty(c,"ref",{enumerable:!1,get:k}):Object.defineProperty(c,"ref",{enumerable:!1,value:null}),c._store={},Object.defineProperty(c._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(c,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(c,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:w}),Object.defineProperty(c,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:T}),Object.freeze&&(Object.freeze(c.props),Object.freeze(c)),c}function rt(c,p){return p=V(c.type,p,c.props,c._owner,c._debugStack,c._debugTask),c._store&&(p._store.validated=c._store.validated),p}function j(c){K(c)?c._store&&(c._store.validated=1):typeof c=="object"&&c!==null&&c.$$typeof===Wt&&(c._payload.status==="fulfilled"?K(c._payload.value)&&c._payload.value._store&&(c._payload.value._store.validated=1):c._store&&(c._store.validated=1))}function K(c){return typeof c=="object"&&c!==null&&c.$$typeof===dt}function St(c){var p={"=":"=0",":":"=2"};return"$"+c.replace(/[=:]/g,function(f){return p[f]})}function z(c,p){return typeof c=="object"&&c!==null&&c.key!=null?(y(c.key),St(""+c.key)):p.toString(36)}function bt(c){switch(c.status){case"fulfilled":return c.value;case"rejected":throw c.reason;default:switch(typeof c.status=="string"?c.then(_,_):(c.status="pending",c.then(function(p){c.status==="pending"&&(c.status="fulfilled",c.value=p)},function(p){c.status==="pending"&&(c.status="rejected",c.reason=p)})),c.status){case"fulfilled":return c.value;case"rejected":throw c.reason}}throw c}function tt(c,p,f,b,w){var T=typeof c;(T==="undefined"||T==="boolean")&&(c=null);var R=!1;if(c===null)R=!0;else switch(T){case"bigint":case"string":case"number":R=!0;break;case"object":switch(c.$$typeof){case dt:case Yt:R=!0;break;case Wt:return R=c._init,tt(R(c._payload),p,f,b,w)}}if(R){R=c,w=w(R);var H=b===""?"."+z(R,0):b;return jn(w)?(f="",H!=null&&(f=H.replace(ro,"$&/")+"/"),tt(w,p,f,"",function(Mt){return Mt})):w!=null&&(K(w)&&(w.key!=null&&(R&&R.key===w.key||y(w.key)),f=rt(w,f+(w.key==null||R&&R.key===w.key?"":(""+w.key).replace(ro,"$&/")+"/")+H),b!==""&&R!=null&&K(R)&&R.key==null&&R._store&&!R._store.validated&&(f._store.validated=2),w=f),p.push(w)),1}if(R=0,H=b===""?".":b+":",jn(c))for(var L=0;L<c.length;L++)b=c[L],T=H+z(b,L),R+=tt(b,p,f,T,w);else if(L=n(c),typeof L=="function")for(L===c.entries&&(eo||console.warn("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),eo=!0),c=L.call(c),L=0;!(b=c.next()).done;)b=b.value,T=H+z(b,L++),R+=tt(b,p,f,T,w);else if(T==="object"){if(typeof c.then=="function")return tt(bt(c),p,f,b,w);throw p=String(c),Error("Objects are not valid as a React child (found: "+(p==="[object Object]"?"object with keys {"+Object.keys(c).join(", ")+"}":p)+"). If you meant to render a collection of children, use an array instead.")}return R}function st(c,p,f){if(c==null)return c;var b=[],w=0;return tt(c,b,"","",function(T){return p.call(f,T,w++)}),b}function ct(c){if(c._status===-1){var p=c._ioInfo;p!=null&&(p.start=p.end=performance.now()),p=c._result;var f=p();if(f.then(function(w){if(c._status===0||c._status===-1){c._status=1,c._result=w;var T=c._ioInfo;T!=null&&(T.end=performance.now()),f.status===void 0&&(f.status="fulfilled",f.value=w)}},function(w){if(c._status===0||c._status===-1){c._status=2,c._result=w;var T=c._ioInfo;T!=null&&(T.end=performance.now()),f.status===void 0&&(f.status="rejected",f.reason=w)}}),p=c._ioInfo,p!=null){p.value=f;var b=f.displayName;typeof b=="string"&&(p.name=b)}c._status===-1&&(c._status=0,c._result=f)}if(c._status===1)return p=c._result,p===void 0&&console.error(`lazy: Expected the result of a dynamic import() call. Instead received: %s
|
|
5144
5166
|
|
|
5145
5167
|
Your code should look like:
|
|
5146
5168
|
const MyComponent = lazy(() => import('./MyComponent'))
|
|
@@ -5148,8 +5170,8 @@ Your code should look like:
|
|
|
5148
5170
|
Did you accidentally put curly braces around the import?`,p),"default"in p||console.error(`lazy: Expected the result of a dynamic import() call. Instead received: %s
|
|
5149
5171
|
|
|
5150
5172
|
Your code should look like:
|
|
5151
|
-
const MyComponent = lazy(() => import('./MyComponent'))`,p),p.default;throw c._result}function
|
|
5173
|
+
const MyComponent = lazy(() => import('./MyComponent'))`,p),p.default;throw c._result}function C(){var c=A.H;return c===null&&console.error(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
|
|
5152
5174
|
1. You might have mismatching versions of React and the renderer (such as React DOM)
|
|
5153
5175
|
2. You might be breaking the Rules of Hooks
|
|
5154
5176
|
3. You might have more than one copy of React in the same app
|
|
5155
|
-
See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`),c}function F(){}function $t(c){if(qe===null)try{var p=("require"+Math.random()).slice(0,7);qe=(i&&i[p]).call(i,"timers").setImmediate}catch{qe=function(f){Qn===!1&&(Qn=!0,typeof MessageChannel>"u"&&console.error("This browser does not have a MessageChannel implementation, so enqueuing tasks via await act(async () => ...) will fail. Please file an issue at https://github.com/facebook/react/issues if you encounter this warning."));var w=new MessageChannel;w.port1.onmessage=f,w.port2.postMessage(void 0)}}return qe(c)}function ct(c){return 1<c.length&&typeof AggregateError=="function"?new AggregateError(c):c[0]}function at(c,p){p!==Be-1&&console.error("You seem to have overlapping act() calls, this is not supported. Be sure to await previous act() calls before making a new one. "),Be=p}function lt(c,p,b){var f=M.actQueue;if(f!==null)if(f.length!==0)try{Mt(f),$t(function(){return lt(c,p,b)});return}catch(w){M.thrownErrors.push(w)}else M.actQueue=null;0<M.thrownErrors.length?(f=ct(M.thrownErrors),M.thrownErrors.length=0,b(f)):p(c)}function Mt(c){if(!$r){$r=!0;var p=0;try{for(;p<c.length;p++){var b=c[p];do{M.didUsePromise=!1;var f=b(!1);if(f!==null){if(M.didUsePromise){c[p]=b,c.splice(0,p);return}b=f}else break}while(!0)}c.length=0}catch(w){c.splice(0,p+1),M.thrownErrors.push(w)}finally{$r=!1}}}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var St=Symbol.for("react.transitional.element"),Ot=Symbol.for("react.portal"),g=Symbol.for("react.fragment"),v=Symbol.for("react.strict_mode"),E=Symbol.for("react.profiler"),x=Symbol.for("react.consumer"),z=Symbol.for("react.context"),X=Symbol.for("react.forward_ref"),A=Symbol.for("react.suspense"),Pt=Symbol.for("react.suspense_list"),K=Symbol.for("react.memo"),se=Symbol.for("react.lazy"),wu=Symbol.for("react.activity"),qn=Symbol.iterator,Bn={},Un={isMounted:function(){return!1},enqueueForceUpdate:function(c){e(c,"forceUpdate")},enqueueReplaceState:function(c){e(c,"replaceState")},enqueueSetState:function(c){e(c,"setState")}},Fn=Object.assign,Er={};Object.freeze(Er),a.prototype.isReactComponent={},a.prototype.setState=function(c,p){if(typeof c!="object"&&typeof c!="function"&&c!=null)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,c,p,"setState")},a.prototype.forceUpdate=function(c){this.updater.enqueueForceUpdate(this,c,"forceUpdate")};var dt={isMounted:["isMounted","Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks."],replaceState:["replaceState","Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."]},Ne;for(Ne in dt)dt.hasOwnProperty(Ne)&&r(Ne,dt[Ne]);s.prototype=a.prototype,dt=m.prototype=new s,dt.constructor=m,Fn(dt,a.prototype),dt.isPureReactComponent=!0;var Gn=Array.isArray,_u=Symbol.for("react.client.reference"),M={H:null,A:null,T:null,S:null,V:null,actQueue:null,isBatchingLegacy:!1,didScheduleLegacyUpdate:!1,didUsePromise:!1,thrownErrors:[],getCurrentStack:null,recentlyCreatedOwnerStacks:0},ze=Object.prototype.hasOwnProperty,Vn=console.createTask?console.createTask:function(){return null};dt={react_stack_bottom_frame:function(c){return c()}};var Hn,Yn,Wn={},Cu=dt.react_stack_bottom_frame.bind(dt,V)(),xu=Vn(I(V)),Xn=!1,Kn=/\/+/g,jn=typeof reportError=="function"?reportError:function(c){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var p=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof c=="object"&&c!==null&&typeof c.message=="string"?String(c.message):String(c),error:c});if(!window.dispatchEvent(p))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",c);return}console.error(c)},Qn=!1,qe=null,Be=0,Ue=!1,$r=!1,Zn=typeof queueMicrotask=="function"?function(c){queueMicrotask(function(){return queueMicrotask(c)})}:$t;dt=Object.freeze({__proto__:null,c:function(c){return U().useMemoCache(c)}}),t.Children={map:nt,forEach:function(c,p,b){nt(c,function(){p.apply(this,arguments)},b)},count:function(c){var p=0;return nt(c,function(){p++}),p},toArray:function(c){return nt(c,function(p){return p})||[]},only:function(c){if(!Q(c))throw Error("React.Children.only expected to receive a single React element child.");return c}},t.Component=a,t.Fragment=g,t.Profiler=E,t.PureComponent=m,t.StrictMode=v,t.Suspense=A,t.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=M,t.__COMPILER_RUNTIME=dt,t.act=function(c){var p=M.actQueue,b=Be;Be++;var f=M.actQueue=p!==null?p:[],w=!1;try{var L=c()}catch(T){M.thrownErrors.push(T)}if(0<M.thrownErrors.length)throw at(p,b),c=ct(M.thrownErrors),M.thrownErrors.length=0,c;if(L!==null&&typeof L=="object"&&typeof L.then=="function"){var k=L;return Zn(function(){w||Ue||(Ue=!0,console.error("You called act(async () => ...) without await. This could lead to unexpected testing behaviour, interleaving multiple act calls and mixing their scopes. You should - await act(async () => ...);"))}),{then:function(T,Lt){w=!0,k.then(function(le){if(at(p,b),b===0){try{Mt(f),$t(function(){return lt(le,T,Lt)})}catch($u){M.thrownErrors.push($u)}if(0<M.thrownErrors.length){var Eu=ct(M.thrownErrors);M.thrownErrors.length=0,Lt(Eu)}}else T(le)},function(le){at(p,b),0<M.thrownErrors.length&&(le=ct(M.thrownErrors),M.thrownErrors.length=0),Lt(le)})}}}var G=L;if(at(p,b),b===0&&(Mt(f),f.length!==0&&Zn(function(){w||Ue||(Ue=!0,console.error("A component suspended inside an `act` scope, but the `act` call was not awaited. When testing React components that depend on asynchronous data, you must await the result:\n\nawait act(() => ...)"))}),M.actQueue=null),0<M.thrownErrors.length)throw c=ct(M.thrownErrors),M.thrownErrors.length=0,c;return{then:function(T,Lt){w=!0,b===0?(M.actQueue=f,$t(function(){return lt(G,T,Lt)})):T(G)}}},t.cache=function(c){return function(){return c.apply(null,arguments)}},t.captureOwnerStack=function(){var c=M.getCurrentStack;return c===null?null:c()},t.cloneElement=function(c,p,b){if(c==null)throw Error("The argument must be a React element, but you passed "+c+".");var f=Fn({},c.props),w=c.key,L=c._owner;if(p!=null){var k;t:{if(ze.call(p,"ref")&&(k=Object.getOwnPropertyDescriptor(p,"ref").get)&&k.isReactWarning){k=!1;break t}k=p.ref!==void 0}k&&(L=N()),S(p)&&(C(p.key),w=""+p.key);for(G in p)!ze.call(p,G)||G==="key"||G==="__self"||G==="__source"||G==="ref"&&p.ref===void 0||(f[G]=p[G])}var G=arguments.length-2;if(G===1)f.children=b;else if(1<G){k=Array(G);for(var T=0;T<G;T++)k[T]=arguments[T+2];f.children=k}for(f=R(c.type,w,void 0,void 0,L,f,c._debugStack,c._debugTask),w=2;w<arguments.length;w++)L=arguments[w],Q(L)&&L._store&&(L._store.validated=1);return f},t.createContext=function(c){return c={$$typeof:z,_currentValue:c,_currentValue2:c,_threadCount:0,Provider:null,Consumer:null},c.Provider=c,c.Consumer={$$typeof:x,_context:c},c._currentRenderer=null,c._currentRenderer2=null,c},t.createElement=function(c,p,b){for(var f=2;f<arguments.length;f++){var w=arguments[f];Q(w)&&w._store&&(w._store.validated=1)}if(f={},w=null,p!=null)for(T in Yn||!("__self"in p)||"key"in p||(Yn=!0,console.warn("Your app (or one of its dependencies) is using an outdated JSX transform. Update to the modern JSX transform for faster performance: https://react.dev/link/new-jsx-transform")),S(p)&&(C(p.key),w=""+p.key),p)ze.call(p,T)&&T!=="key"&&T!=="__self"&&T!=="__source"&&(f[T]=p[T]);var L=arguments.length-2;if(L===1)f.children=b;else if(1<L){for(var k=Array(L),G=0;G<L;G++)k[G]=arguments[G+2];Object.freeze&&Object.freeze(k),f.children=k}if(c&&c.defaultProps)for(T in L=c.defaultProps,L)f[T]===void 0&&(f[T]=L[T]);w&&q(f,typeof c=="function"?c.displayName||c.name||"Unknown":c);var T=1e4>M.recentlyCreatedOwnerStacks++;return R(c,w,void 0,void 0,N(),f,T?Error("react-stack-top-frame"):Cu,T?Vn(I(c)):xu)},t.createRef=function(){var c={current:null};return Object.seal(c),c},t.forwardRef=function(c){c!=null&&c.$$typeof===K?console.error("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...))."):typeof c!="function"?console.error("forwardRef requires a render function but was given %s.",c===null?"null":typeof c):c.length!==0&&c.length!==2&&console.error("forwardRef render functions accept exactly two parameters: props and ref. %s",c.length===1?"Did you forget to use the ref parameter?":"Any additional parameter will be undefined."),c!=null&&c.defaultProps!=null&&console.error("forwardRef render functions do not support defaultProps. Did you accidentally pass a React component?");var p={$$typeof:X,render:c},b;return Object.defineProperty(p,"displayName",{enumerable:!1,configurable:!0,get:function(){return b},set:function(f){b=f,c.name||c.displayName||(Object.defineProperty(c,"name",{value:f}),c.displayName=f)}}),p},t.isValidElement=Q,t.lazy=function(c){return{$$typeof:se,_payload:{_status:-1,_result:c},_init:Et}},t.memo=function(c,p){c==null&&console.error("memo: The first argument must be a component. Instead received: %s",c===null?"null":typeof c),p={$$typeof:K,type:c,compare:p===void 0?null:p};var b;return Object.defineProperty(p,"displayName",{enumerable:!1,configurable:!0,get:function(){return b},set:function(f){b=f,c.name||c.displayName||(Object.defineProperty(c,"name",{value:f}),c.displayName=f)}}),p},t.startTransition=function(c){var p=M.T,b={};M.T=b,b._updatedFibers=new Set;try{var f=c(),w=M.S;w!==null&&w(b,f),typeof f=="object"&&f!==null&&typeof f.then=="function"&&f.then(F,jn)}catch(L){jn(L)}finally{p===null&&b._updatedFibers&&(c=b._updatedFibers.size,b._updatedFibers.clear(),10<c&&console.warn("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table.")),M.T=p}},t.unstable_useCacheRefresh=function(){return U().useCacheRefresh()},t.use=function(c){return U().use(c)},t.useActionState=function(c,p,b){return U().useActionState(c,p,b)},t.useCallback=function(c,p){return U().useCallback(c,p)},t.useContext=function(c){var p=U();return c.$$typeof===x&&console.error("Calling useContext(Context.Consumer) is not supported and will cause bugs. Did you mean to call useContext(Context) instead?"),p.useContext(c)},t.useDebugValue=function(c,p){return U().useDebugValue(c,p)},t.useDeferredValue=function(c,p){return U().useDeferredValue(c,p)},t.useEffect=function(c,p,b){c==null&&console.warn("React Hook useEffect requires an effect callback. Did you forget to pass a callback to the hook?");var f=U();if(typeof b=="function")throw Error("useEffect CRUD overload is not enabled in this build of React.");return f.useEffect(c,p)},t.useId=function(){return U().useId()},t.useImperativeHandle=function(c,p,b){return U().useImperativeHandle(c,p,b)},t.useInsertionEffect=function(c,p){return c==null&&console.warn("React Hook useInsertionEffect requires an effect callback. Did you forget to pass a callback to the hook?"),U().useInsertionEffect(c,p)},t.useLayoutEffect=function(c,p){return c==null&&console.warn("React Hook useLayoutEffect requires an effect callback. Did you forget to pass a callback to the hook?"),U().useLayoutEffect(c,p)},t.useMemo=function(c,p){return U().useMemo(c,p)},t.useOptimistic=function(c,p){return U().useOptimistic(c,p)},t.useReducer=function(c,p,b){return U().useReducer(c,p,b)},t.useRef=function(c){return U().useRef(c)},t.useState=function(c){return U().useState(c)},t.useSyncExternalStore=function(c,p,b){return U().useSyncExternalStore(c,p,b)},t.useTransition=function(){return U().useTransition()},t.version="19.1.1",typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()}(Oe,Oe.exports)),Oe.exports}var Nn;function vu(){return Nn||(Nn=1,process.env.NODE_ENV==="production"?Le.exports=hu():Le.exports=mu()),Le.exports}var bu=vu();const zn=pu(bu),fu=Tn({tagName:"rtg-button",elementClass:o.Button,react:zn}),yu=Tn({tagName:"rtg-checkbox",elementClass:o.Checkbox,react:zn});o.ButtonReact=fu,o.CheckboxReact=yu,o.TOGGLE_GROUP_SIZE=xe,o.TOGGLE_GROUP_TYPE=_e,o.TOGGLE_GROUP_VARIANT=Ce,o.TOGGLE_SIZE=ye,o.TOGGLE_VARIANT=we,Object.defineProperty(o,Symbol.toStringTag,{value:"Module"})});
|
|
5177
|
+
See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`),c}function Lt(){A.asyncTransitions--}function lt(c){if(Be===null)try{var p=("require"+Math.random()).slice(0,7);Be=(i&&i[p]).call(i,"timers").setImmediate}catch{Be=function(b){oo===!1&&(oo=!0,typeof MessageChannel>"u"&&console.error("This browser does not have a MessageChannel implementation, so enqueuing tasks via await act(async () => ...) will fail. Please file an issue at https://github.com/facebook/react/issues if you encounter this warning."));var w=new MessageChannel;w.port1.onmessage=b,w.port2.postMessage(void 0)}}return Be(c)}function Ot(c){return 1<c.length&&typeof AggregateError=="function"?new AggregateError(c):c[0]}function nt(c,p){p!==Ue-1&&console.error("You seem to have overlapping act() calls, this is not supported. Be sure to await previous act() calls before making a new one. "),Ue=p}function yt(c,p,f){var b=A.actQueue;if(b!==null)if(b.length!==0)try{kt(b),lt(function(){return yt(c,p,f)});return}catch(w){A.thrownErrors.push(w)}else A.actQueue=null;0<A.thrownErrors.length?(b=Ot(A.thrownErrors),A.thrownErrors.length=0,f(b)):p(c)}function kt(c){if(!Sr){Sr=!0;var p=0;try{for(;p<c.length;p++){var f=c[p];do{A.didUsePromise=!1;var b=f(!1);if(b!==null){if(A.didUsePromise){c[p]=f,c.splice(0,p);return}f=b}else break}while(!0)}c.length=0}catch(w){c.splice(0,p+1),A.thrownErrors.push(w)}finally{Sr=!1}}}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var dt=Symbol.for("react.transitional.element"),Yt=Symbol.for("react.portal"),g=Symbol.for("react.fragment"),v=Symbol.for("react.strict_mode"),$=Symbol.for("react.profiler"),x=Symbol.for("react.consumer"),q=Symbol.for("react.context"),B=Symbol.for("react.forward_ref"),F=Symbol.for("react.suspense"),ut=Symbol.for("react.suspense_list"),Z=Symbol.for("react.memo"),Wt=Symbol.for("react.lazy"),Hn=Symbol.for("react.activity"),Yn=Symbol.iterator,Wn={},Xn={isMounted:function(){return!1},enqueueForceUpdate:function(c){e(c,"forceUpdate")},enqueueReplaceState:function(c){e(c,"replaceState")},enqueueSetState:function(c){e(c,"setState")}},Kn=Object.assign,$r={};Object.freeze($r),a.prototype.isReactComponent={},a.prototype.setState=function(c,p){if(typeof c!="object"&&typeof c!="function"&&c!=null)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,c,p,"setState")},a.prototype.forceUpdate=function(c){this.updater.enqueueForceUpdate(this,c,"forceUpdate")};var gt={isMounted:["isMounted","Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks."],replaceState:["replaceState","Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."]};for(De in gt)gt.hasOwnProperty(De)&&r(De,gt[De]);s.prototype=a.prototype,gt=m.prototype=new s,gt.constructor=m,Kn(gt,a.prototype),gt.isPureReactComponent=!0;var jn=Array.isArray,Wu=Symbol.for("react.client.reference"),A={H:null,A:null,T:null,S:null,actQueue:null,asyncTransitions:0,isBatchingLegacy:!1,didScheduleLegacyUpdate:!1,didUsePromise:!1,thrownErrors:[],getCurrentStack:null,recentlyCreatedOwnerStacks:0},qe=Object.prototype.hasOwnProperty,Qn=console.createTask?console.createTask:function(){return null};gt={react_stack_bottom_frame:function(c){return c()}};var Zn,Jn,to={},Xu=gt.react_stack_bottom_frame.bind(gt,O)(),Ku=Qn(M(O)),eo=!1,ro=/\/+/g,no=typeof reportError=="function"?reportError:function(c){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var p=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof c=="object"&&c!==null&&typeof c.message=="string"?String(c.message):String(c),error:c});if(!window.dispatchEvent(p))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",c);return}console.error(c)},oo=!1,Be=null,Ue=0,Fe=!1,Sr=!1,io=typeof queueMicrotask=="function"?function(c){queueMicrotask(function(){return queueMicrotask(c)})}:lt;gt=Object.freeze({__proto__:null,c:function(c){return C().useMemoCache(c)}});var De={map:st,forEach:function(c,p,f){st(c,function(){p.apply(this,arguments)},f)},count:function(c){var p=0;return st(c,function(){p++}),p},toArray:function(c){return st(c,function(p){return p})||[]},only:function(c){if(!K(c))throw Error("React.Children.only expected to receive a single React element child.");return c}};t.Activity=Hn,t.Children=De,t.Component=a,t.Fragment=g,t.Profiler=$,t.PureComponent=m,t.StrictMode=v,t.Suspense=F,t.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=A,t.__COMPILER_RUNTIME=gt,t.act=function(c){var p=A.actQueue,f=Ue;Ue++;var b=A.actQueue=p!==null?p:[],w=!1;try{var T=c()}catch(L){A.thrownErrors.push(L)}if(0<A.thrownErrors.length)throw nt(p,f),c=Ot(A.thrownErrors),A.thrownErrors.length=0,c;if(T!==null&&typeof T=="object"&&typeof T.then=="function"){var R=T;return io(function(){w||Fe||(Fe=!0,console.error("You called act(async () => ...) without await. This could lead to unexpected testing behaviour, interleaving multiple act calls and mixing their scopes. You should - await act(async () => ...);"))}),{then:function(L,Mt){w=!0,R.then(function(ce){if(nt(p,f),f===0){try{kt(b),lt(function(){return yt(ce,L,Mt)})}catch(Qu){A.thrownErrors.push(Qu)}if(0<A.thrownErrors.length){var ju=Ot(A.thrownErrors);A.thrownErrors.length=0,Mt(ju)}}else L(ce)},function(ce){nt(p,f),0<A.thrownErrors.length&&(ce=Ot(A.thrownErrors),A.thrownErrors.length=0),Mt(ce)})}}}var H=T;if(nt(p,f),f===0&&(kt(b),b.length!==0&&io(function(){w||Fe||(Fe=!0,console.error("A component suspended inside an `act` scope, but the `act` call was not awaited. When testing React components that depend on asynchronous data, you must await the result:\n\nawait act(() => ...)"))}),A.actQueue=null),0<A.thrownErrors.length)throw c=Ot(A.thrownErrors),A.thrownErrors.length=0,c;return{then:function(L,Mt){w=!0,f===0?(A.actQueue=b,lt(function(){return yt(H,L,Mt)})):L(H)}}},t.cache=function(c){return function(){return c.apply(null,arguments)}},t.cacheSignal=function(){return null},t.captureOwnerStack=function(){var c=A.getCurrentStack;return c===null?null:c()},t.cloneElement=function(c,p,f){if(c==null)throw Error("The argument must be a React element, but you passed "+c+".");var b=Kn({},c.props),w=c.key,T=c._owner;if(p!=null){var R;t:{if(qe.call(p,"ref")&&(R=Object.getOwnPropertyDescriptor(p,"ref").get)&&R.isReactWarning){R=!1;break t}R=p.ref!==void 0}R&&(T=G()),N(p)&&(y(p.key),w=""+p.key);for(H in p)!qe.call(p,H)||H==="key"||H==="__self"||H==="__source"||H==="ref"&&p.ref===void 0||(b[H]=p[H])}var H=arguments.length-2;if(H===1)b.children=f;else if(1<H){R=Array(H);for(var L=0;L<H;L++)R[L]=arguments[L+2];b.children=R}for(b=V(c.type,w,b,T,c._debugStack,c._debugTask),w=2;w<arguments.length;w++)j(arguments[w]);return b},t.createContext=function(c){return c={$$typeof:q,_currentValue:c,_currentValue2:c,_threadCount:0,Provider:null,Consumer:null},c.Provider=c,c.Consumer={$$typeof:x,_context:c},c._currentRenderer=null,c._currentRenderer2=null,c},t.createElement=function(c,p,f){for(var b=2;b<arguments.length;b++)j(arguments[b]);b={};var w=null;if(p!=null)for(L in Jn||!("__self"in p)||"key"in p||(Jn=!0,console.warn("Your app (or one of its dependencies) is using an outdated JSX transform. Update to the modern JSX transform for faster performance: https://react.dev/link/new-jsx-transform")),N(p)&&(y(p.key),w=""+p.key),p)qe.call(p,L)&&L!=="key"&&L!=="__self"&&L!=="__source"&&(b[L]=p[L]);var T=arguments.length-2;if(T===1)b.children=f;else if(1<T){for(var R=Array(T),H=0;H<T;H++)R[H]=arguments[H+2];Object.freeze&&Object.freeze(R),b.children=R}if(c&&c.defaultProps)for(L in T=c.defaultProps,T)b[L]===void 0&&(b[L]=T[L]);w&&D(b,typeof c=="function"?c.displayName||c.name||"Unknown":c);var L=1e4>A.recentlyCreatedOwnerStacks++;return V(c,w,b,G(),L?Error("react-stack-top-frame"):Xu,L?Qn(M(c)):Ku)},t.createRef=function(){var c={current:null};return Object.seal(c),c},t.forwardRef=function(c){c!=null&&c.$$typeof===Z?console.error("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...))."):typeof c!="function"?console.error("forwardRef requires a render function but was given %s.",c===null?"null":typeof c):c.length!==0&&c.length!==2&&console.error("forwardRef render functions accept exactly two parameters: props and ref. %s",c.length===1?"Did you forget to use the ref parameter?":"Any additional parameter will be undefined."),c!=null&&c.defaultProps!=null&&console.error("forwardRef render functions do not support defaultProps. Did you accidentally pass a React component?");var p={$$typeof:B,render:c},f;return Object.defineProperty(p,"displayName",{enumerable:!1,configurable:!0,get:function(){return f},set:function(b){f=b,c.name||c.displayName||(Object.defineProperty(c,"name",{value:b}),c.displayName=b)}}),p},t.isValidElement=K,t.lazy=function(c){c={_status:-1,_result:c};var p={$$typeof:Wt,_payload:c,_init:ct},f={name:"lazy",start:-1,end:-1,value:null,owner:null,debugStack:Error("react-stack-top-frame"),debugTask:console.createTask?console.createTask("lazy()"):null};return c._ioInfo=f,p._debugInfo=[{awaited:f}],p},t.memo=function(c,p){c==null&&console.error("memo: The first argument must be a component. Instead received: %s",c===null?"null":typeof c),p={$$typeof:Z,type:c,compare:p===void 0?null:p};var f;return Object.defineProperty(p,"displayName",{enumerable:!1,configurable:!0,get:function(){return f},set:function(b){f=b,c.name||c.displayName||(Object.defineProperty(c,"name",{value:b}),c.displayName=b)}}),p},t.startTransition=function(c){var p=A.T,f={};f._updatedFibers=new Set,A.T=f;try{var b=c(),w=A.S;w!==null&&w(f,b),typeof b=="object"&&b!==null&&typeof b.then=="function"&&(A.asyncTransitions++,b.then(Lt,Lt),b.then(_,no))}catch(T){no(T)}finally{p===null&&f._updatedFibers&&(c=f._updatedFibers.size,f._updatedFibers.clear(),10<c&&console.warn("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table.")),p!==null&&f.types!==null&&(p.types!==null&&p.types!==f.types&&console.error("We expected inner Transitions to have transferred the outer types set and that you cannot add to the outer Transition while inside the inner.This is a bug in React."),p.types=f.types),A.T=p}},t.unstable_useCacheRefresh=function(){return C().useCacheRefresh()},t.use=function(c){return C().use(c)},t.useActionState=function(c,p,f){return C().useActionState(c,p,f)},t.useCallback=function(c,p){return C().useCallback(c,p)},t.useContext=function(c){var p=C();return c.$$typeof===x&&console.error("Calling useContext(Context.Consumer) is not supported and will cause bugs. Did you mean to call useContext(Context) instead?"),p.useContext(c)},t.useDebugValue=function(c,p){return C().useDebugValue(c,p)},t.useDeferredValue=function(c,p){return C().useDeferredValue(c,p)},t.useEffect=function(c,p){return c==null&&console.warn("React Hook useEffect requires an effect callback. Did you forget to pass a callback to the hook?"),C().useEffect(c,p)},t.useEffectEvent=function(c){return C().useEffectEvent(c)},t.useId=function(){return C().useId()},t.useImperativeHandle=function(c,p,f){return C().useImperativeHandle(c,p,f)},t.useInsertionEffect=function(c,p){return c==null&&console.warn("React Hook useInsertionEffect requires an effect callback. Did you forget to pass a callback to the hook?"),C().useInsertionEffect(c,p)},t.useLayoutEffect=function(c,p){return c==null&&console.warn("React Hook useLayoutEffect requires an effect callback. Did you forget to pass a callback to the hook?"),C().useLayoutEffect(c,p)},t.useMemo=function(c,p){return C().useMemo(c,p)},t.useOptimistic=function(c,p){return C().useOptimistic(c,p)},t.useReducer=function(c,p,f){return C().useReducer(c,p,f)},t.useRef=function(c){return C().useRef(c)},t.useState=function(c){return C().useState(c)},t.useSyncExternalStore=function(c,p,f){return C().useSyncExternalStore(c,p,f)},t.useTransition=function(){return C().useTransition()},t.version="19.2.4",typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()})(Pe,Pe.exports)),Pe.exports}var Gn;function Gu(){return Gn||(Gn=1,process.env.NODE_ENV==="production"?ze.exports=Uu():ze.exports=Fu()),ze.exports}var Vu=Gu();const Vn=Bu(Vu),Hu=Bn({tagName:"rtg-button",elementClass:o.Button,react:Vn}),Yu=Bn({tagName:"rtg-checkbox",elementClass:o.Checkbox,react:Vn});o.ButtonReact=Hu,o.CheckboxReact=Yu,o.TOGGLE_GROUP_SIZE=Ee,o.TOGGLE_GROUP_TYPE=Ce,o.TOGGLE_GROUP_VARIANT=xe,o.TOGGLE_SIZE=we,o.TOGGLE_VARIANT=_e,Object.defineProperty(o,Symbol.toStringTag,{value:"Module"})}));
|