@orangelogic/design-system 2.19.0-pr77202.21
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/library/apps/cortex/src/types.d.ts +5 -0
- package/library/assets/content-builder.css +1 -0
- package/library/assets/design-system.css +1 -0
- package/library/assets/outlined.css +1 -0
- package/library/assets/rounded.css +1 -0
- package/library/assets/sharp.css +1 -0
- package/library/atoms.d.ts +1 -0
- package/library/chunks/DeviceOrientationControls.CCdbZgfJ.js +29 -0
- package/library/chunks/OrbitControls.CLHBWz99.js +270 -0
- package/library/chunks/VRControls.js_g1t8t.js +25 -0
- package/library/chunks/VREffect.DBiEtV6k.js +113 -0
- package/library/chunks/_baseUniq.BUihBa8c.js +202 -0
- package/library/chunks/_commonjsHelpers.ByX85dGu.js +33 -0
- package/library/chunks/animation-registry.DavRkTTr.js +69 -0
- package/library/chunks/animation.DPqSuC7g.js +999 -0
- package/library/chunks/asset-link-format.BSRDqHg7.js +6 -0
- package/library/chunks/asset-link-format.CNLtOgSn.js +2900 -0
- package/library/chunks/base.D76d76ww.js +9 -0
- package/library/chunks/browser.Va59Ix3P.js +82 -0
- package/library/chunks/button.G_W-dK6b.js +292 -0
- package/library/chunks/button.styles.CRh5_Ev4.js +718 -0
- package/library/chunks/capitalize.CNStXZBq.js +41 -0
- package/library/chunks/choose.BTbF6BAn.js +12 -0
- package/library/chunks/class-map.DqNfBvJI.js +32 -0
- package/library/chunks/color-swatch-group.fL5ADbZF.js +568 -0
- package/library/chunks/color-swatch.JL7CbNRm.js +558 -0
- package/library/chunks/component.styles.DtouHn2g.js +71 -0
- package/library/chunks/confirm-popover.DwSAxWFi.js +286 -0
- package/library/chunks/cropper.3qRm5dEe.js +28660 -0
- package/library/chunks/custom-element.fmLrnDZr.js +682 -0
- package/library/chunks/debounce.DZNkg8Q5.js +11 -0
- package/library/chunks/default-value.BrNrMtnz.js +15 -0
- package/library/chunks/dialog.upIZWR3x.js +1998 -0
- package/library/chunks/directive-helpers.D78ZFDYN.js +37 -0
- package/library/chunks/directive.oAbCiebi.js +27 -0
- package/library/chunks/dom.DcrKFR2q.js +67 -0
- package/library/chunks/dot-pagination.EWl_NO9m.js +323 -0
- package/library/chunks/drag.DXEXVXPv.js +18 -0
- package/library/chunks/endpoints.3oM4-c57.js +2380 -0
- package/library/chunks/event-options.CYHYGOd8.js +14 -0
- package/library/chunks/event.mFzZi4sr.js +11 -0
- package/library/chunks/file-on-demand.Cb4mtesb.js +3396 -0
- package/library/chunks/flow.gcpXucZv.js +508 -0
- package/library/chunks/folder-select.BsbsjikP.js +719 -0
- package/library/chunks/form-control.styles.j0hNjZTU.js +67 -0
- package/library/chunks/form.BFLbw9Rz.js +193 -0
- package/library/chunks/guard.L-Ctqt3S.js +24 -0
- package/library/chunks/header.CzGjJnha.js +775 -0
- package/library/chunks/hub-connection.BiLljnv2.js +1875 -0
- package/library/chunks/i18n.C6c6_pqI.js +836 -0
- package/library/chunks/if-defined.CKupVaWs.js +10 -0
- package/library/chunks/iframe.CVP0aR9K.js +158 -0
- package/library/chunks/image.CRcv0x3Z.js +1276 -0
- package/library/chunks/index.C1chwzNp.js +710 -0
- package/library/chunks/index.Cpamj0jB.js +10 -0
- package/library/chunks/isObjectLike.z36Fu426.js +34 -0
- package/library/chunks/isSymbol.L0C2ND_U.js +8 -0
- package/library/chunks/list-editor.BPUsGMW-.js +356 -0
- package/library/chunks/live.DCdtYl87.js +30 -0
- package/library/chunks/map.D8heArFD.js +14 -0
- package/library/chunks/math.DqTA6ya4.js +7 -0
- package/library/chunks/menu-item.HK2A6RqD.js +775 -0
- package/library/chunks/modal.BqNLxgs1.js +81 -0
- package/library/chunks/number.eX2EGPvy.js +83 -0
- package/library/chunks/option.pgg_ZoHY.js +294 -0
- package/library/chunks/overlay-scrollbar.styles.B1VCLkfA.js +711 -0
- package/library/chunks/pagination.y5oqoPVr.js +4 -0
- package/library/chunks/query-all.i3PyvTUQ.js +15 -0
- package/library/chunks/query-async.CTgXGyQ5.js +14 -0
- package/library/chunks/query.BBf1UFkC.js +31 -0
- package/library/chunks/repeat.B1pVpmRx.js +61 -0
- package/library/chunks/scroll.DwPiX2Ox.js +54 -0
- package/library/chunks/select.DMdl1Kdd.js +1442 -0
- package/library/chunks/slot.DJLm4Dig.js +50 -0
- package/library/chunks/sortable.esm.oSzf6C5Q.js +1260 -0
- package/library/chunks/state.Dt9F_SuS.js +12 -0
- package/library/chunks/static.kLXgh3Gq.js +31 -0
- package/library/chunks/string.yyVPNus8.js +676 -0
- package/library/chunks/style-map.lEJHEwk3.js +35 -0
- package/library/chunks/tab-group.3F6gRchD.js +1071 -0
- package/library/chunks/tabbable.CcMz3mIL.js +63 -0
- package/library/chunks/table.BarE1-gL.js +18567 -0
- package/library/chunks/timecode.C9Yc2sWq.js +98 -0
- package/library/chunks/toString.CL_lYXbK.js +26 -0
- package/library/chunks/tree.5Cb85J9q.js +1226 -0
- package/library/chunks/typography.trna8y2b.js +147 -0
- package/library/chunks/unsafe-html.BpqikVtf.js +26 -0
- package/library/chunks/watch.BCJD77bD.js +547 -0
- package/library/chunks/when.Dr1es41R.js +11 -0
- package/library/components/alert.d.ts +3 -0
- package/library/components/alert.js +349 -0
- package/library/components/animated-image.d.ts +3 -0
- package/library/components/animated-image.js +156 -0
- package/library/components/animation.d.ts +3 -0
- package/library/components/animation.js +8 -0
- package/library/components/asset-link-format.d.ts +3 -0
- package/library/components/asset-link-format.js +16 -0
- package/library/components/atoms.js +170 -0
- package/library/components/avatar.d.ts +3 -0
- package/library/components/avatar.js +153 -0
- package/library/components/badge.d.ts +3 -0
- package/library/components/badge.js +177 -0
- package/library/components/bicolor-picker.d.ts +3 -0
- package/library/components/bicolor-picker.js +89 -0
- package/library/components/border-input-group.d.ts +3 -0
- package/library/components/border-input-group.js +90 -0
- package/library/components/breadcrumb-item.d.ts +3 -0
- package/library/components/breadcrumb-item.js +206 -0
- package/library/components/breadcrumb.d.ts +3 -0
- package/library/components/breadcrumb.js +74 -0
- package/library/components/button-group.d.ts +3 -0
- package/library/components/button-group.js +96 -0
- package/library/components/button.d.ts +3 -0
- package/library/components/button.js +19 -0
- package/library/components/card.d.ts +3 -0
- package/library/components/card.js +162 -0
- package/library/components/checkbox.d.ts +3 -0
- package/library/components/checkbox.js +376 -0
- package/library/components/color-picker.d.ts +3 -0
- package/library/components/color-picker.js +1411 -0
- package/library/components/color-swatch-group.d.ts +3 -0
- package/library/components/color-swatch-group.js +22 -0
- package/library/components/color-swatch.d.ts +3 -0
- package/library/components/color-swatch.js +21 -0
- package/library/components/confirm-popover.d.ts +3 -0
- package/library/components/confirm-popover.js +13 -0
- package/library/components/copy-button.d.ts +3 -0
- package/library/components/copy-button.js +448 -0
- package/library/components/corner-position-input-group.d.ts +3 -0
- package/library/components/corner-position-input-group.js +144 -0
- package/library/components/cropper.d.ts +3 -0
- package/library/components/cropper.js +10 -0
- package/library/components/details.d.ts +3 -0
- package/library/components/details.js +278 -0
- package/library/components/dialog.d.ts +3 -0
- package/library/components/dialog.js +23 -0
- package/library/components/divider.d.ts +3 -0
- package/library/components/divider.js +91 -0
- package/library/components/dot-pagination.d.ts +3 -0
- package/library/components/dot-pagination.js +17 -0
- package/library/components/drawer.d.ts +3 -0
- package/library/components/drawer.js +518 -0
- package/library/components/dropdown.d.ts +3 -0
- package/library/components/dropdown.js +368 -0
- package/library/components/dynamic-select.d.ts +3 -0
- package/library/components/dynamic-select.js +333 -0
- package/library/components/element-clamp.d.ts +3 -0
- package/library/components/element-clamp.js +263 -0
- package/library/components/file-on-demand.d.ts +3 -0
- package/library/components/file-on-demand.js +37 -0
- package/library/components/folder-select.d.ts +3 -0
- package/library/components/folder-select.js +16 -0
- package/library/components/fonts.js +8 -0
- package/library/components/format-bytes.d.ts +3 -0
- package/library/components/format-bytes.js +42 -0
- package/library/components/format-date.d.ts +3 -0
- package/library/components/format-date.js +75 -0
- package/library/components/format-number.d.ts +3 -0
- package/library/components/format-number.js +61 -0
- package/library/components/grid-item.d.ts +3 -0
- package/library/components/grid-item.js +247 -0
- package/library/components/grid.d.ts +3 -0
- package/library/components/grid.js +118 -0
- package/library/components/header.d.ts +3 -0
- package/library/components/header.js +14 -0
- package/library/components/hub-connection.d.ts +3 -0
- package/library/components/hub-connection.js +7 -0
- package/library/components/icon-button.d.ts +3 -0
- package/library/components/icon-button.js +676 -0
- package/library/components/icon.d.ts +3 -0
- package/library/components/icon.js +2486 -0
- package/library/components/iframe.d.ts +3 -0
- package/library/components/iframe.js +12 -0
- package/library/components/image-comparer.d.ts +3 -0
- package/library/components/image-comparer.js +197 -0
- package/library/components/image.d.ts +3 -0
- package/library/components/image.js +21 -0
- package/library/components/include.d.ts +3 -0
- package/library/components/include.js +76 -0
- package/library/components/input-group.d.ts +3 -0
- package/library/components/input-group.js +91 -0
- package/library/components/input.d.ts +3 -0
- package/library/components/input.js +3460 -0
- package/library/components/line-clamp.d.ts +3 -0
- package/library/components/line-clamp.js +218 -0
- package/library/components/list-editor.d.ts +3 -0
- package/library/components/list-editor.js +24 -0
- package/library/components/markdown.d.ts +3 -0
- package/library/components/markdown.js +2706 -0
- package/library/components/masonry.d.ts +3 -0
- package/library/components/masonry.js +401 -0
- package/library/components/menu-item.d.ts +3 -0
- package/library/components/menu-item.js +15 -0
- package/library/components/menu-label.d.ts +3 -0
- package/library/components/menu-label.js +37 -0
- package/library/components/menu-section.d.ts +3 -0
- package/library/components/menu-section.js +64 -0
- package/library/components/menu.d.ts +3 -0
- package/library/components/menu.js +427 -0
- package/library/components/molecules.js +38 -0
- package/library/components/mutation-observer.d.ts +3 -0
- package/library/components/mutation-observer.js +100 -0
- package/library/components/option.d.ts +3 -0
- package/library/components/option.js +14 -0
- package/library/components/organisms.js +8 -0
- package/library/components/padding-input-group.d.ts +3 -0
- package/library/components/padding-input-group.js +103 -0
- package/library/components/pagination.d.ts +3 -0
- package/library/components/pagination.js +338 -0
- package/library/components/popup.d.ts +3 -0
- package/library/components/popup.js +3299 -0
- package/library/components/position-picker.d.ts +3 -0
- package/library/components/position-picker.js +132 -0
- package/library/components/progress-bar.d.ts +3 -0
- package/library/components/progress-bar.js +160 -0
- package/library/components/progress-ring.d.ts +3 -0
- package/library/components/progress-ring.js +137 -0
- package/library/components/qr-code.d.ts +3 -0
- package/library/components/qr-code.js +610 -0
- package/library/components/radio-button.d.ts +3 -0
- package/library/components/radio-button.js +151 -0
- package/library/components/radio-card.d.ts +3 -0
- package/library/components/radio-card.js +262 -0
- package/library/components/radio-group.d.ts +3 -0
- package/library/components/radio-group.js +339 -0
- package/library/components/radio.d.ts +3 -0
- package/library/components/radio.js +248 -0
- package/library/components/range.d.ts +3 -0
- package/library/components/range.js +1333 -0
- package/library/components/rating.d.ts +3 -0
- package/library/components/rating.js +361 -0
- package/library/components/relative-time.d.ts +3 -0
- package/library/components/relative-time.js +87 -0
- package/library/components/resize-observer.d.ts +3 -0
- package/library/components/resize-observer.js +64 -0
- package/library/components/select.d.ts +3 -0
- package/library/components/select.js +27 -0
- package/library/components/shadow-input-group.d.ts +3 -0
- package/library/components/shadow-input-group.js +115 -0
- package/library/components/share-option-list.d.ts +3 -0
- package/library/components/share-option-list.js +765 -0
- package/library/components/sidebar.d.ts +3 -0
- package/library/components/sidebar.js +303 -0
- package/library/components/size-input-group.d.ts +3 -0
- package/library/components/size-input-group.js +229 -0
- package/library/components/skeleton.d.ts +3 -0
- package/library/components/skeleton.js +104 -0
- package/library/components/space.d.ts +3 -0
- package/library/components/space.js +178 -0
- package/library/components/spinner.d.ts +3 -0
- package/library/components/spinner.js +93 -0
- package/library/components/split-panel.d.ts +3 -0
- package/library/components/split-panel.js +259 -0
- package/library/components/step.d.ts +3 -0
- package/library/components/step.js +360 -0
- package/library/components/stepper-wizard.d.ts +3 -0
- package/library/components/stepper-wizard.js +109 -0
- package/library/components/stepper.d.ts +3 -0
- package/library/components/stepper.js +71 -0
- package/library/components/switch.d.ts +3 -0
- package/library/components/switch.js +433 -0
- package/library/components/tab-group.d.ts +3 -0
- package/library/components/tab-group.js +24 -0
- package/library/components/tab-panel.d.ts +3 -0
- package/library/components/tab-panel.js +70 -0
- package/library/components/tab.d.ts +3 -0
- package/library/components/tab.js +204 -0
- package/library/components/table.d.ts +3 -0
- package/library/components/table.js +69 -0
- package/library/components/tag.d.ts +3 -0
- package/library/components/tag.js +217 -0
- package/library/components/textarea.d.ts +3 -0
- package/library/components/textarea.js +618 -0
- package/library/components/timecode.d.ts +3 -0
- package/library/components/timecode.js +10 -0
- package/library/components/tooltip.d.ts +3 -0
- package/library/components/tooltip.js +268 -0
- package/library/components/tree-item.d.ts +3 -0
- package/library/components/tree-item.js +18 -0
- package/library/components/tree.d.ts +3 -0
- package/library/components/tree.js +14 -0
- package/library/components/typeface.d.ts +3 -0
- package/library/components/typeface.js +203 -0
- package/library/components/types.js +156620 -0
- package/library/components/typography.d.ts +3 -0
- package/library/components/typography.js +6 -0
- package/library/components/video.d.ts +3 -0
- package/library/components/video.js +49614 -0
- package/library/components/visually-hidden.d.ts +3 -0
- package/library/components/visually-hidden.js +32 -0
- package/library/css/ol-base.css +200 -0
- package/library/css/ol-dark.css +152 -0
- package/library/css/ol-light.css +153 -0
- package/library/fonts.d.ts +1 -0
- package/library/molecules.d.ts +1 -0
- package/library/organisms.d.ts +1 -0
- package/library/package.json +40 -0
- package/library/packages/atoms/src/animations/attention_seekers/bounce.d.ts +16 -0
- package/library/packages/atoms/src/animations/attention_seekers/flash.d.ts +4 -0
- package/library/packages/atoms/src/animations/attention_seekers/headShake.d.ts +4 -0
- package/library/packages/atoms/src/animations/attention_seekers/heartBeat.d.ts +4 -0
- package/library/packages/atoms/src/animations/attention_seekers/jello.d.ts +4 -0
- package/library/packages/atoms/src/animations/attention_seekers/pulse.d.ts +4 -0
- package/library/packages/atoms/src/animations/attention_seekers/rubberBand.d.ts +4 -0
- package/library/packages/atoms/src/animations/attention_seekers/shake.d.ts +4 -0
- package/library/packages/atoms/src/animations/attention_seekers/shakeX.d.ts +4 -0
- package/library/packages/atoms/src/animations/attention_seekers/shakeY.d.ts +4 -0
- package/library/packages/atoms/src/animations/attention_seekers/swing.d.ts +4 -0
- package/library/packages/atoms/src/animations/attention_seekers/tada.d.ts +4 -0
- package/library/packages/atoms/src/animations/attention_seekers/wobble.d.ts +4 -0
- package/library/packages/atoms/src/animations/back_entrances/backInDown.d.ts +5 -0
- package/library/packages/atoms/src/animations/back_entrances/backInLeft.d.ts +5 -0
- package/library/packages/atoms/src/animations/back_entrances/backInRight.d.ts +5 -0
- package/library/packages/atoms/src/animations/back_entrances/backInUp.d.ts +5 -0
- package/library/packages/atoms/src/animations/back_exits/backOutDown.d.ts +5 -0
- package/library/packages/atoms/src/animations/back_exits/backOutLeft.d.ts +5 -0
- package/library/packages/atoms/src/animations/back_exits/backOutRight.d.ts +5 -0
- package/library/packages/atoms/src/animations/back_exits/backOutUp.d.ts +5 -0
- package/library/packages/atoms/src/animations/bouncing_entrances/bounceIn.d.ts +16 -0
- package/library/packages/atoms/src/animations/bouncing_entrances/bounceInDown.d.ts +16 -0
- package/library/packages/atoms/src/animations/bouncing_entrances/bounceInLeft.d.ts +16 -0
- package/library/packages/atoms/src/animations/bouncing_entrances/bounceInRight.d.ts +16 -0
- package/library/packages/atoms/src/animations/bouncing_entrances/bounceInUp.d.ts +16 -0
- package/library/packages/atoms/src/animations/bouncing_exits/bounceOut.d.ts +9 -0
- package/library/packages/atoms/src/animations/bouncing_exits/bounceOutDown.d.ts +9 -0
- package/library/packages/atoms/src/animations/bouncing_exits/bounceOutLeft.d.ts +5 -0
- package/library/packages/atoms/src/animations/bouncing_exits/bounceOutRight.d.ts +5 -0
- package/library/packages/atoms/src/animations/bouncing_exits/bounceOutUp.d.ts +9 -0
- package/library/packages/atoms/src/animations/easings/easings.d.ts +31 -0
- package/library/packages/atoms/src/animations/fading_entrances/fadeIn.d.ts +4 -0
- package/library/packages/atoms/src/animations/fading_entrances/fadeInBottomLeft.d.ts +5 -0
- package/library/packages/atoms/src/animations/fading_entrances/fadeInBottomRight.d.ts +5 -0
- package/library/packages/atoms/src/animations/fading_entrances/fadeInDown.d.ts +5 -0
- package/library/packages/atoms/src/animations/fading_entrances/fadeInDownBig.d.ts +5 -0
- package/library/packages/atoms/src/animations/fading_entrances/fadeInLeft.d.ts +5 -0
- package/library/packages/atoms/src/animations/fading_entrances/fadeInLeftBig.d.ts +5 -0
- package/library/packages/atoms/src/animations/fading_entrances/fadeInRight.d.ts +5 -0
- package/library/packages/atoms/src/animations/fading_entrances/fadeInRightBig.d.ts +5 -0
- package/library/packages/atoms/src/animations/fading_entrances/fadeInTopLeft.d.ts +5 -0
- package/library/packages/atoms/src/animations/fading_entrances/fadeInTopRight.d.ts +5 -0
- package/library/packages/atoms/src/animations/fading_entrances/fadeInUp.d.ts +5 -0
- package/library/packages/atoms/src/animations/fading_entrances/fadeInUpBig.d.ts +5 -0
- package/library/packages/atoms/src/animations/fading_exits/fadeOut.d.ts +4 -0
- package/library/packages/atoms/src/animations/fading_exits/fadeOutBottomLeft.d.ts +5 -0
- package/library/packages/atoms/src/animations/fading_exits/fadeOutBottomRight.d.ts +5 -0
- package/library/packages/atoms/src/animations/fading_exits/fadeOutDown.d.ts +9 -0
- package/library/packages/atoms/src/animations/fading_exits/fadeOutDownBig.d.ts +9 -0
- package/library/packages/atoms/src/animations/fading_exits/fadeOutLeft.d.ts +9 -0
- package/library/packages/atoms/src/animations/fading_exits/fadeOutLeftBig.d.ts +9 -0
- package/library/packages/atoms/src/animations/fading_exits/fadeOutRight.d.ts +9 -0
- package/library/packages/atoms/src/animations/fading_exits/fadeOutRightBig.d.ts +9 -0
- package/library/packages/atoms/src/animations/fading_exits/fadeOutTopLeft.d.ts +5 -0
- package/library/packages/atoms/src/animations/fading_exits/fadeOutTopRight.d.ts +5 -0
- package/library/packages/atoms/src/animations/fading_exits/fadeOutUp.d.ts +9 -0
- package/library/packages/atoms/src/animations/fading_exits/fadeOutUpBig.d.ts +9 -0
- package/library/packages/atoms/src/animations/flippers/flip.d.ts +5 -0
- package/library/packages/atoms/src/animations/flippers/flipInX.d.ts +21 -0
- package/library/packages/atoms/src/animations/flippers/flipInY.d.ts +21 -0
- package/library/packages/atoms/src/animations/flippers/flipOutX.d.ts +9 -0
- package/library/packages/atoms/src/animations/flippers/flipOutY.d.ts +9 -0
- package/library/packages/atoms/src/animations/index.d.ts +99 -0
- package/library/packages/atoms/src/animations/lightspeed/lightSpeedInLeft.d.ts +9 -0
- package/library/packages/atoms/src/animations/lightspeed/lightSpeedInRight.d.ts +9 -0
- package/library/packages/atoms/src/animations/lightspeed/lightSpeedOutLeft.d.ts +9 -0
- package/library/packages/atoms/src/animations/lightspeed/lightSpeedOutRight.d.ts +9 -0
- package/library/packages/atoms/src/animations/rotating_entrances/rotateIn.d.ts +5 -0
- package/library/packages/atoms/src/animations/rotating_entrances/rotateInDownLeft.d.ts +5 -0
- package/library/packages/atoms/src/animations/rotating_entrances/rotateInDownRight.d.ts +5 -0
- package/library/packages/atoms/src/animations/rotating_entrances/rotateInUpLeft.d.ts +5 -0
- package/library/packages/atoms/src/animations/rotating_entrances/rotateInUpRight.d.ts +5 -0
- package/library/packages/atoms/src/animations/rotating_exits/rotateOut.d.ts +9 -0
- package/library/packages/atoms/src/animations/rotating_exits/rotateOutDownLeft.d.ts +9 -0
- package/library/packages/atoms/src/animations/rotating_exits/rotateOutDownRight.d.ts +9 -0
- package/library/packages/atoms/src/animations/rotating_exits/rotateOutUpLeft.d.ts +9 -0
- package/library/packages/atoms/src/animations/rotating_exits/rotateOutUpRight.d.ts +9 -0
- package/library/packages/atoms/src/animations/sliding_entrances/slideInDown.d.ts +9 -0
- package/library/packages/atoms/src/animations/sliding_entrances/slideInLeft.d.ts +9 -0
- package/library/packages/atoms/src/animations/sliding_entrances/slideInRight.d.ts +9 -0
- package/library/packages/atoms/src/animations/sliding_entrances/slideInUp.d.ts +9 -0
- package/library/packages/atoms/src/animations/sliding_exits/slideOutDown.d.ts +9 -0
- package/library/packages/atoms/src/animations/sliding_exits/slideOutLeft.d.ts +9 -0
- package/library/packages/atoms/src/animations/sliding_exits/slideOutRight.d.ts +9 -0
- package/library/packages/atoms/src/animations/sliding_exits/slideOutUp.d.ts +9 -0
- package/library/packages/atoms/src/animations/specials/hinge.d.ts +21 -0
- package/library/packages/atoms/src/animations/specials/jackInTheBox.d.ts +16 -0
- package/library/packages/atoms/src/animations/specials/rollIn.d.ts +5 -0
- package/library/packages/atoms/src/animations/specials/rollOut.d.ts +9 -0
- package/library/packages/atoms/src/animations/zooming_entrances/zoomIn.d.ts +9 -0
- package/library/packages/atoms/src/animations/zooming_entrances/zoomInDown.d.ts +6 -0
- package/library/packages/atoms/src/animations/zooming_entrances/zoomInLeft.d.ts +6 -0
- package/library/packages/atoms/src/animations/zooming_entrances/zoomInRight.d.ts +6 -0
- package/library/packages/atoms/src/animations/zooming_entrances/zoomInUp.d.ts +6 -0
- package/library/packages/atoms/src/animations/zooming_exits/zoomOut.d.ts +9 -0
- package/library/packages/atoms/src/animations/zooming_exits/zoomOutDown.d.ts +6 -0
- package/library/packages/atoms/src/animations/zooming_exits/zoomOutLeft.d.ts +5 -0
- package/library/packages/atoms/src/animations/zooming_exits/zoomOutRight.d.ts +5 -0
- package/library/packages/atoms/src/animations/zooming_exits/zoomOutUp.d.ts +6 -0
- package/library/packages/atoms/src/components/alert/alert.d.ts +85 -0
- package/library/packages/atoms/src/components/alert/alert.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/animated-image/animated-image.d.ts +44 -0
- package/library/packages/atoms/src/components/animated-image/animated-image.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/animation/animation.d.ts +95 -0
- package/library/packages/atoms/src/components/animation/animation.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/animation/animations.d.ts +6 -0
- package/library/packages/atoms/src/components/avatar/avatar.d.ts +47 -0
- package/library/packages/atoms/src/components/avatar/avatar.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/badge/badge.d.ts +27 -0
- package/library/packages/atoms/src/components/badge/badge.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/breadcrumb/breadcrumb.d.ts +38 -0
- package/library/packages/atoms/src/components/breadcrumb/breadcrumb.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/breadcrumb-item/breadcrumb-item.d.ts +42 -0
- package/library/packages/atoms/src/components/breadcrumb-item/breadcrumb-item.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/button/button.d.ts +157 -0
- package/library/packages/atoms/src/components/button/button.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/button-group/button-group.d.ts +31 -0
- package/library/packages/atoms/src/components/button-group/button-group.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/card/card.d.ts +42 -0
- package/library/packages/atoms/src/components/card/card.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/checkbox/checkbox.d.ts +98 -0
- package/library/packages/atoms/src/components/checkbox/checkbox.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/color-picker/color-picker.d.ts +247 -0
- package/library/packages/atoms/src/components/color-picker/color-picker.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/copy-button/copy-button.d.ts +110 -0
- package/library/packages/atoms/src/components/copy-button/copy-button.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/details/details.d.ts +65 -0
- package/library/packages/atoms/src/components/details/details.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/dialog/dialog.d.ts +156 -0
- package/library/packages/atoms/src/components/dialog/dialog.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/divider/divider.d.ts +32 -0
- package/library/packages/atoms/src/components/divider/divider.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/dot-pagination/dot-pagination.d.ts +94 -0
- package/library/packages/atoms/src/components/dot-pagination/dot-pagination.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/drawer/drawer.d.ts +121 -0
- package/library/packages/atoms/src/components/drawer/drawer.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/dropdown/dropdown.d.ts +127 -0
- package/library/packages/atoms/src/components/dropdown/dropdown.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/element-clamp/element-clamp.d.ts +88 -0
- package/library/packages/atoms/src/components/element-clamp/element-clamp.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/format-bytes/format-bytes.d.ts +20 -0
- package/library/packages/atoms/src/components/format-date/format-date.d.ts +46 -0
- package/library/packages/atoms/src/components/format-number/format-number.d.ts +38 -0
- package/library/packages/atoms/src/components/grid/grid.d.ts +40 -0
- package/library/packages/atoms/src/components/grid/grid.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/grid-item/grid-item.d.ts +49 -0
- package/library/packages/atoms/src/components/grid-item/grid-item.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/header/header.d.ts +77 -0
- package/library/packages/atoms/src/components/header/header.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/hub-connection/hub-connection.d.ts +55 -0
- package/library/packages/atoms/src/components/icon/font-awesome.style.d.ts +2 -0
- package/library/packages/atoms/src/components/icon/icon.d.ts +40 -0
- package/library/packages/atoms/src/components/icon/icon.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/icon-button/icon-button.d.ts +102 -0
- package/library/packages/atoms/src/components/icon-button/icon-button.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/iframe/iframe.d.ts +60 -0
- package/library/packages/atoms/src/components/iframe/iframe.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/image/image.d.ts +171 -0
- package/library/packages/atoms/src/components/image/image.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/image-comparer/image-comparer.d.ts +49 -0
- package/library/packages/atoms/src/components/image-comparer/image-comparer.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/include/include.d.ts +35 -0
- package/library/packages/atoms/src/components/include/include.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/include/request.d.ts +8 -0
- package/library/packages/atoms/src/components/input/input.d.ts +248 -0
- package/library/packages/atoms/src/components/input/input.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/input-group/input-group.d.ts +30 -0
- package/library/packages/atoms/src/components/input-group/input-group.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/line-clamp/line-clamp.d.ts +88 -0
- package/library/packages/atoms/src/components/line-clamp/line-clamp.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/markdown/markdown.d.ts +51 -0
- package/library/packages/atoms/src/components/markdown/parser.d.ts +14 -0
- package/library/packages/atoms/src/components/menu/menu.d.ts +77 -0
- package/library/packages/atoms/src/components/menu/menu.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/menu-item/menu-item.d.ts +105 -0
- package/library/packages/atoms/src/components/menu-item/menu-item.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/menu-item/submenu-controller.d.ts +43 -0
- package/library/packages/atoms/src/components/menu-label/menu-label.d.ts +19 -0
- package/library/packages/atoms/src/components/menu-label/menu-label.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/menu-section/menu-section.d.ts +33 -0
- package/library/packages/atoms/src/components/menu-section/menu-section.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/mutation-observer/mutation-observer.d.ts +48 -0
- package/library/packages/atoms/src/components/mutation-observer/mutation-observer.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/option/option.d.ts +69 -0
- package/library/packages/atoms/src/components/option/option.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/pagination/pagination.d.ts +94 -0
- package/library/packages/atoms/src/components/pagination/pagination.style.d.ts +2 -0
- package/library/packages/atoms/src/components/popup/overlay/AbstractOverlay.d.ts +73 -0
- package/library/packages/atoms/src/components/popup/overlay/ClickController.d.ts +15 -0
- package/library/packages/atoms/src/components/popup/overlay/HoverController.d.ts +21 -0
- package/library/packages/atoms/src/components/popup/overlay/InteractionController.d.ts +39 -0
- package/library/packages/atoms/src/components/popup/overlay/LongpressController.d.ts +22 -0
- package/library/packages/atoms/src/components/popup/overlay/Overlay.d.ts +137 -0
- package/library/packages/atoms/src/components/popup/overlay/OverlayDialog.d.ts +5 -0
- package/library/packages/atoms/src/components/popup/overlay/OverlayNoPopover.d.ts +5 -0
- package/library/packages/atoms/src/components/popup/overlay/OverlayPopover.d.ts +5 -0
- package/library/packages/atoms/src/components/popup/overlay/OverlayStack.d.ts +45 -0
- package/library/packages/atoms/src/components/popup/overlay/PlacementController.d.ts +41 -0
- package/library/packages/atoms/src/components/popup/overlay/VirtualTrigger.d.ts +7 -0
- package/library/packages/atoms/src/components/popup/overlay/events.d.ts +24 -0
- package/library/packages/atoms/src/components/popup/overlay/lib/base.d.ts +23 -0
- package/library/packages/atoms/src/components/popup/overlay/lib/reactive-controllers.d.ts +24 -0
- package/library/packages/atoms/src/components/popup/overlay/lib/shared.d.ts +15 -0
- package/library/packages/atoms/src/components/popup/overlay/overlay-timer.d.ts +22 -0
- package/library/packages/atoms/src/components/popup/overlay/overlay.component.d.ts +7 -0
- package/library/packages/atoms/src/components/popup/overlay/overlay.style.d.ts +2 -0
- package/library/packages/atoms/src/components/popup/overlay/slottable-request-event.d.ts +12 -0
- package/library/packages/atoms/src/components/popup/overlay/strategies.d.ts +9 -0
- package/library/packages/atoms/src/components/popup/popup.d.ts +184 -0
- package/library/packages/atoms/src/components/popup/popup.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/progress-bar/progress-bar.d.ts +35 -0
- package/library/packages/atoms/src/components/progress-bar/progress-bar.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/progress-ring/progress-ring.d.ts +35 -0
- package/library/packages/atoms/src/components/progress-ring/progress-ring.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/qr-code/qr-code.d.ts +38 -0
- package/library/packages/atoms/src/components/qr-code/qr-code.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/radio/radio.d.ts +56 -0
- package/library/packages/atoms/src/components/radio/radio.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/radio/radio.svg.d.ts +1 -0
- package/library/packages/atoms/src/components/radio-button/radio-button.d.ts +69 -0
- package/library/packages/atoms/src/components/radio-button/radio-button.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/radio-card/radio-card.d.ts +68 -0
- package/library/packages/atoms/src/components/radio-card/radio-card.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/radio-group/radio-group.d.ts +95 -0
- package/library/packages/atoms/src/components/radio-group/radio-group.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/range/range.d.ts +287 -0
- package/library/packages/atoms/src/components/range/range.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/range/range.utils.d.ts +48 -0
- package/library/packages/atoms/src/components/rating/rating.d.ts +78 -0
- package/library/packages/atoms/src/components/rating/rating.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/relative-time/relative-time.d.ts +43 -0
- package/library/packages/atoms/src/components/resize-observer/resize-observer.d.ts +33 -0
- package/library/packages/atoms/src/components/resize-observer/resize-observer.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/select/select.d.ts +372 -0
- package/library/packages/atoms/src/components/select/select.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/skeleton/skeleton.d.ts +27 -0
- package/library/packages/atoms/src/components/skeleton/skeleton.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/space/space.d.ts +51 -0
- package/library/packages/atoms/src/components/space/space.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/spinner/spinner.d.ts +23 -0
- package/library/packages/atoms/src/components/spinner/spinner.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/split-panel/split-panel.d.ts +78 -0
- package/library/packages/atoms/src/components/split-panel/split-panel.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/step/step.d.ts +88 -0
- package/library/packages/atoms/src/components/step/step.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/stepper/stepper.d.ts +35 -0
- package/library/packages/atoms/src/components/stepper/stepper.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/switch/switch.d.ts +92 -0
- package/library/packages/atoms/src/components/switch/switch.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/tab/tab.d.ts +51 -0
- package/library/packages/atoms/src/components/tab/tab.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/tab-group/tab-group.d.ts +176 -0
- package/library/packages/atoms/src/components/tab-group/tab-group.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/tab-panel/tab-panel.d.ts +29 -0
- package/library/packages/atoms/src/components/tab-panel/tab-panel.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/table/components/index.d.ts +2 -0
- package/library/packages/atoms/src/components/table/components/table-row-actions/table-row-actions-dropdown.d.ts +39 -0
- package/library/packages/atoms/src/components/table/components/table-row-actions/table-row-actions.d.ts +45 -0
- package/library/packages/atoms/src/components/table/components/table-row-actions/table-row-actions.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/table/components/table-toolbar/table-toolbar.d.ts +79 -0
- package/library/packages/atoms/src/components/table/components/table-toolbar/table-toolbar.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/table/modules/HoverMenu.d.ts +13 -0
- package/library/packages/atoms/src/components/table/table.d.ts +622 -0
- package/library/packages/atoms/src/components/table/table.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/table/table.utils.d.ts +19 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/ColumnManager.d.ts +70 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/CoreFeature.d.ts +59 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/FooterManager.d.ts +22 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/Module.d.ts +46 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/RowManager.d.ts +140 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/Tabulator.d.ts +120 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/TabulatorFull.d.ts +52 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/cell/Cell.d.ts +62 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/cell/CellComponent.d.ts +23 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/column/Column.d.ts +128 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/column/ColumnComponent.d.ts +28 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/column/defaults/options.d.ts +19 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/defaults/options.d.ts +4 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/modules/core.d.ts +3 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/modules/optional.d.ts +38 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/rendering/Renderer.d.ts +42 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/rendering/renderers/BasicHorizontal.d.ts +8 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/rendering/renderers/BasicVertical.d.ts +14 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/rendering/renderers/VirtualDomHorizontal.d.ts +57 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/rendering/renderers/VirtualDomVertical.d.ts +43 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/row/PseudoRow.d.ts +19 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/row/Row.d.ts +69 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/row/RowComponent.d.ts +26 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/tools/Alert.d.ts +14 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/tools/ComponentFunctionBinder.d.ts +9 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/tools/DataLoader.d.ts +34 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/tools/DependencyRegistry.d.ts +13 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/tools/DeprecationAdvisor.d.ts +10 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/tools/ExternalEventBus.d.ts +18 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/tools/Helpers.d.ts +9 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/tools/InteractionMonitor.d.ts +26 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/tools/InternalEventBus.d.ts +22 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/tools/ModuleBinder.d.ts +43 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/tools/OptionsList.d.ts +10 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/tools/Popup.d.ts +49 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/tools/TableRegistry.d.ts +12 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/index.d.ts +14 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Accessibility/Accessibility.d.ts +7 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Accessor/Accessor.d.ts +18 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Accessor/defaults/accessors.d.ts +4 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Ajax/Ajax.d.ts +41 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Ajax/defaults/config.d.ts +4 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Ajax/defaults/contentTypeFormatters.d.ts +4 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Ajax/defaults/urlGenerator.d.ts +3 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Clipboard/Clipboard.d.ts +35 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Clipboard/defaults/pasteActions.d.ts +5 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Clipboard/defaults/pasteParsers.d.ts +4 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Clipboard/extensions/extensions.d.ts +7 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Clipboard/extensions/keybindings/actions.d.ts +5 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Clipboard/extensions/keybindings/bindings.d.ts +3 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/ColumnCalcs/CalcComponent.d.ts +13 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/ColumnCalcs/ColumnCalcs.d.ts +67 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/ColumnCalcs/defaults/calculations.d.ts +5 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Comms/Comms.d.ts +12 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/DataTree/DataTree.d.ts +59 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Download/Download.d.ts +19 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Download/defaults/downloaders/csv.d.ts +6 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Download/defaults/downloaders/html.d.ts +6 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Download/defaults/downloaders/json.d.ts +6 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Download/defaults/downloaders/jsonLines.d.ts +6 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Download/defaults/downloaders/pdf.d.ts +6 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Download/defaults/downloaders/xlsx.d.ts +6 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Download/defaults/downloaders.d.ts +6 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Edit/Edit.d.ts +57 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Edit/List.d.ts +115 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Edit/defaults/editors/adaptable.d.ts +7 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Edit/defaults/editors/date.d.ts +7 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Edit/defaults/editors/datetime.d.ts +7 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Edit/defaults/editors/input.d.ts +7 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Edit/defaults/editors/list.d.ts +7 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Edit/defaults/editors/number.d.ts +7 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Edit/defaults/editors/progress.d.ts +7 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Edit/defaults/editors/range.d.ts +7 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Edit/defaults/editors/star.d.ts +7 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Edit/defaults/editors/textarea.d.ts +7 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Edit/defaults/editors/tickCross.d.ts +7 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Edit/defaults/editors/time.d.ts +7 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Edit/defaults/editors.d.ts +7 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Edit/inputMask.d.ts +9 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Export/Export.d.ts +61 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Export/ExportColumn.d.ts +10 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Export/ExportRow.d.ts +12 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Export/defaults/columnLookups.d.ts +6 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Export/defaults/rowLookups.d.ts +6 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Filter/Filter.d.ts +86 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Filter/defaults/filters.d.ts +5 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/Format.d.ts +44 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/adaptable.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/array.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/buttonCross.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/buttonTick.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/color.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/datetime.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/datetimediff.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/handle.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/html.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/image.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/json.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/link.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/lookup.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/money.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/plaintext.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/progress.d.ts +10 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/rownum.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/star.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/tag.d.ts +17 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/textarea.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/tickCross.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/toggle.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/traffic.d.ts +9 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters.d.ts +50 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/FrozenColumns/FrozenColumns.d.ts +34 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/FrozenRows/FrozenRows.d.ts +22 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/GroupRows/Group.d.ts +83 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/GroupRows/GroupComponent.d.ts +21 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/GroupRows/GroupRows.d.ts +69 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/History/History.d.ts +50 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/History/defaults/redoers.d.ts +22 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/History/defaults/undoers.d.ts +22 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/History/extensions/extensions.d.ts +7 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/History/extensions/keybindings/actions.d.ts +5 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/History/extensions/keybindings/bindings.d.ts +2 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/HtmlTableImport/HtmlTableImport.d.ts +17 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Import/Import.d.ts +29 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Import/defaults/importers/array.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Import/defaults/importers/csv.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Import/defaults/importers/json.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Import/defaults/importers/xlsx.d.ts +5 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Import/defaults/importers.d.ts +11 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Interaction/Interaction.d.ts +37 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Keybindings/Keybindings.d.ts +38 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Keybindings/defaults/actions.d.ts +5 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Keybindings/defaults/bindings.d.ts +13 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Layout/Layout.d.ts +17 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Layout/defaults/modes/fitColumns.d.ts +4 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Layout/defaults/modes/fitData.d.ts +4 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Layout/defaults/modes/fitDataGeneral.d.ts +4 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Layout/defaults/modes/fitDataStretch.d.ts +4 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Layout/defaults/modes.d.ts +13 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Localize/Localize.d.ts +26 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Localize/defaults/langs.d.ts +37 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Menu/Menu.d.ts +23 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/MoveColumns/MoveColumns.d.ts +31 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/MoveRows/MoveRows.d.ts +62 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/MoveRows/defaults/receivers.d.ts +7 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/MoveRows/defaults/senders.d.ts +7 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Mutator/Mutator.d.ts +24 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Mutator/defaults/mutators.d.ts +2 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Page/Page.d.ts +63 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Persistence/Persistence.d.ts +43 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Persistence/defaults/readers.d.ts +5 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Persistence/defaults/writers.d.ts +5 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/PlaceholderRow/PlaceholderRow.d.ts +29 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Popup/Popup.d.ts +19 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Print/Print.d.ts +16 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/ReactiveData/ReactiveData.d.ts +22 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/ResizeColumns/ResizeColumns.d.ts +33 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/ResizeRows/ResizeRows.d.ts +18 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/ResizeTable/ResizeTable.d.ts +24 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/ResponsiveLayout/ResponsiveLayout.d.ts +37 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/ResponsiveLayout/extensions/extensions.d.ts +10 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/ResponsiveLayout/extensions/formatters/responsiveCollapse.d.ts +3 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/SelectRange/Range.d.ts +59 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/SelectRange/RangeComponent.d.ts +27 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/SelectRange/SelectRange.d.ts +121 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/SelectRange/extensions/clipboard/pasteActions.d.ts +4 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/SelectRange/extensions/clipboard/pasteParsers.d.ts +4 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/SelectRange/extensions/export/columnLookups.d.ts +6 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/SelectRange/extensions/export/rowLookups.d.ts +4 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/SelectRange/extensions/extensions.d.ts +36 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/SelectRange/extensions/keybindings/actions.d.ts +5 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/SelectRange/extensions/keybindings/bindings.d.ts +15 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/SelectRow/SelectRow.d.ts +41 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/SelectRow/extensions/extensions.d.ts +10 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/SelectRow/extensions/formatters/rowSelection.d.ts +5 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Sort/Sort.d.ts +39 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Sort/defaults/sorters/alphanum.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Sort/defaults/sorters/array.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Sort/defaults/sorters/boolean.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Sort/defaults/sorters/date.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Sort/defaults/sorters/datetime.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Sort/defaults/sorters/exists.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Sort/defaults/sorters/number.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Sort/defaults/sorters/string.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Sort/defaults/sorters/time.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Sort/defaults/sorters.d.ts +22 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Spreadsheet/GridCalculator.d.ts +13 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Spreadsheet/Sheet.d.ts +50 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Spreadsheet/SheetComponent.d.ts +18 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Spreadsheet/Spreadsheet.d.ts +44 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Tooltip/Tooltip.d.ts +18 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Validate/Validate.d.ts +36 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Validate/defaults/validators.d.ts +18 -0
- package/library/packages/atoms/src/components/tag/tag.d.ts +40 -0
- package/library/packages/atoms/src/components/tag/tag.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/textarea/textarea.d.ts +138 -0
- package/library/packages/atoms/src/components/textarea/textarea.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/timecode/timecode.d.ts +39 -0
- package/library/packages/atoms/src/components/timecode/timecode.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/tooltip/tooltip.d.ts +111 -0
- package/library/packages/atoms/src/components/tooltip/tooltip.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/tree/tree.d.ts +150 -0
- package/library/packages/atoms/src/components/tree/tree.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/tree-item/tree-item.d.ts +197 -0
- package/library/packages/atoms/src/components/tree-item/tree-item.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/tree-item/tree-item.utils.d.ts +29 -0
- package/library/packages/atoms/src/components/typography/typography.d.ts +23 -0
- package/library/packages/atoms/src/components/typography/typography.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/video/video.constants.d.ts +2 -0
- package/library/packages/atoms/src/components/video/video.d.ts +139 -0
- package/library/packages/atoms/src/components/video/video.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/video/videojs/videojs-vr-172.d.ts +11 -0
- package/library/packages/atoms/src/components/visually-hidden/visually-hidden.d.ts +24 -0
- package/library/packages/atoms/src/components/visually-hidden/visually-hidden.styles.d.ts +2 -0
- package/library/packages/atoms/src/index.d.ts +80 -0
- package/library/packages/atoms/src/utilities/animation-registry.d.ts +24 -0
- package/library/packages/atoms/src/utilities/animation.d.ts +1 -0
- package/library/packages/atoms/src/utilities/styles.d.ts +2 -0
- package/library/packages/atoms/src/utilities/type-check.d.ts +6 -0
- package/library/packages/base/src/cortex-element.d.ts +59 -0
- package/library/packages/base/src/cortex-light-element.d.ts +12 -0
- package/library/packages/base/src/highlightable-element.d.ts +76 -0
- package/library/packages/base/src/resizable-element.d.ts +38 -0
- package/library/packages/data/src/icons.json.d.ts +161323 -0
- package/library/packages/events/src/cx-3d-viewer-config-switch-toggle.d.ts +8 -0
- package/library/packages/events/src/cx-3d-viewer-control-animation-seek.d.ts +8 -0
- package/library/packages/events/src/cx-3d-viewer-control-fullscreen-request.d.ts +8 -0
- package/library/packages/events/src/cx-3d-viewer-control-play-button-toggle.d.ts +6 -0
- package/library/packages/events/src/cx-3d-viewer-control-replay-click.d.ts +6 -0
- package/library/packages/events/src/cx-3d-viewer-control-reset-position-click.d.ts +6 -0
- package/library/packages/events/src/cx-3d-viewer-select.d.ts +9 -0
- package/library/packages/events/src/cx-add.d.ts +6 -0
- package/library/packages/events/src/cx-after-collapse.d.ts +6 -0
- package/library/packages/events/src/cx-after-expand.d.ts +6 -0
- package/library/packages/events/src/cx-after-hide.d.ts +6 -0
- package/library/packages/events/src/cx-after-show.d.ts +6 -0
- package/library/packages/events/src/cx-asset-data-display-slot-change.d.ts +6 -0
- package/library/packages/events/src/cx-asset-picker-delete.d.ts +6 -0
- package/library/packages/events/src/cx-asset-picker-select.d.ts +8 -0
- package/library/packages/events/src/cx-asset-request-status.d.ts +9 -0
- package/library/packages/events/src/cx-bento-resize.d.ts +8 -0
- package/library/packages/events/src/cx-bicolor-picker-change.d.ts +8 -0
- package/library/packages/events/src/cx-blur.d.ts +6 -0
- package/library/packages/events/src/cx-border-input-group-change.d.ts +8 -0
- package/library/packages/events/src/cx-cancel-connection.d.ts +8 -0
- package/library/packages/events/src/cx-cancel-upload.d.ts +8 -0
- package/library/packages/events/src/cx-cancel.d.ts +6 -0
- package/library/packages/events/src/cx-change.d.ts +6 -0
- package/library/packages/events/src/cx-clear-cache.d.ts +6 -0
- package/library/packages/events/src/cx-clear.d.ts +6 -0
- package/library/packages/events/src/cx-close.d.ts +6 -0
- package/library/packages/events/src/cx-collapse.d.ts +6 -0
- package/library/packages/events/src/cx-color-swatch-picker-add.d.ts +8 -0
- package/library/packages/events/src/cx-color-swatch-picker-edit.d.ts +8 -0
- package/library/packages/events/src/cx-column-group-scroll.d.ts +6 -0
- package/library/packages/events/src/cx-column-resizable-change.d.ts +6 -0
- package/library/packages/events/src/cx-column-scroll.d.ts +6 -0
- package/library/packages/events/src/cx-columns-display-change.d.ts +8 -0
- package/library/packages/events/src/cx-comment-mention-select.d.ts +12 -0
- package/library/packages/events/src/cx-connect.d.ts +8 -0
- package/library/packages/events/src/cx-connected.d.ts +6 -0
- package/library/packages/events/src/cx-content-builder-gallery-change.d.ts +10 -0
- package/library/packages/events/src/cx-content-builder-page-change.d.ts +9 -0
- package/library/packages/events/src/cx-content-builder-page-delete.d.ts +6 -0
- package/library/packages/events/src/cx-copy.d.ts +8 -0
- package/library/packages/events/src/cx-corner-position-input-group-change.d.ts +12 -0
- package/library/packages/events/src/cx-disconnect.d.ts +8 -0
- package/library/packages/events/src/cx-dot-pagination-change.d.ts +8 -0
- package/library/packages/events/src/cx-dot-pagination-focus.d.ts +6 -0
- package/library/packages/events/src/cx-download-format-picker-delete.d.ts +6 -0
- package/library/packages/events/src/cx-download-format-picker-select.d.ts +6 -0
- package/library/packages/events/src/cx-download-format-request-status.d.ts +9 -0
- package/library/packages/events/src/cx-drag-end.d.ts +6 -0
- package/library/packages/events/src/cx-drag-start.d.ts +6 -0
- package/library/packages/events/src/cx-enter.d.ts +9 -0
- package/library/packages/events/src/cx-error.d.ts +8 -0
- package/library/packages/events/src/cx-expand.d.ts +6 -0
- package/library/packages/events/src/cx-export-settings.d.ts +6 -0
- package/library/packages/events/src/cx-finish.d.ts +6 -0
- package/library/packages/events/src/cx-focus.d.ts +6 -0
- package/library/packages/events/src/cx-gallery-chunk-request.d.ts +8 -0
- package/library/packages/events/src/cx-gallery-config-save.d.ts +9 -0
- package/library/packages/events/src/cx-gallery-item-click.d.ts +8 -0
- package/library/packages/events/src/cx-gallery-item-config.d.ts +11 -0
- package/library/packages/events/src/cx-gallery-item-delete.d.ts +9 -0
- package/library/packages/events/src/cx-gallery-item-move-left.d.ts +9 -0
- package/library/packages/events/src/cx-gallery-item-move-right.d.ts +9 -0
- package/library/packages/events/src/cx-gallery-item-open-config.d.ts +8 -0
- package/library/packages/events/src/cx-gallery-item-select.d.ts +11 -0
- package/library/packages/events/src/cx-hide.d.ts +6 -0
- package/library/packages/events/src/cx-hover.d.ts +9 -0
- package/library/packages/events/src/cx-image-click.d.ts +15 -0
- package/library/packages/events/src/cx-import-settings.d.ts +6 -0
- package/library/packages/events/src/cx-initial-focus.d.ts +6 -0
- package/library/packages/events/src/cx-input.d.ts +6 -0
- package/library/packages/events/src/cx-invalid.d.ts +6 -0
- package/library/packages/events/src/cx-invoked.d.ts +6 -0
- package/library/packages/events/src/cx-keydown.d.ts +6 -0
- package/library/packages/events/src/cx-lazy-change.d.ts +6 -0
- package/library/packages/events/src/cx-lazy-load.d.ts +6 -0
- package/library/packages/events/src/cx-list-editor-change.d.ts +8 -0
- package/library/packages/events/src/cx-load-more.d.ts +8 -0
- package/library/packages/events/src/cx-load.d.ts +6 -0
- package/library/packages/events/src/cx-mark-favorite.d.ts +8 -0
- package/library/packages/events/src/cx-masonry-select.d.ts +11 -0
- package/library/packages/events/src/cx-mount-request-asset.d.ts +6 -0
- package/library/packages/events/src/cx-mutation.d.ts +8 -0
- package/library/packages/events/src/cx-open-cache-location.d.ts +6 -0
- package/library/packages/events/src/cx-open-drive.d.ts +24 -0
- package/library/packages/events/src/cx-open-search.d.ts +6 -0
- package/library/packages/events/src/cx-padding-input-group-change.d.ts +8 -0
- package/library/packages/events/src/cx-page-change.d.ts +8 -0
- package/library/packages/events/src/cx-page-outline-headings-count.d.ts +8 -0
- package/library/packages/events/src/cx-page-outline-item-click.d.ts +8 -0
- package/library/packages/events/src/cx-page-size-change.d.ts +8 -0
- package/library/packages/events/src/cx-pause-upload.d.ts +8 -0
- package/library/packages/events/src/cx-ready.d.ts +6 -0
- package/library/packages/events/src/cx-refresh.d.ts +6 -0
- package/library/packages/events/src/cx-register-tag.d.ts +8 -0
- package/library/packages/events/src/cx-remove.d.ts +6 -0
- package/library/packages/events/src/cx-renew-token.d.ts +6 -0
- package/library/packages/events/src/cx-reorder.d.ts +15 -0
- package/library/packages/events/src/cx-reposition.d.ts +6 -0
- package/library/packages/events/src/cx-request-close.d.ts +9 -0
- package/library/packages/events/src/cx-resize.d.ts +8 -0
- package/library/packages/events/src/cx-resume-upload.d.ts +8 -0
- package/library/packages/events/src/cx-retry-upload.d.ts +8 -0
- package/library/packages/events/src/cx-save-settings.d.ts +10 -0
- package/library/packages/events/src/cx-save.d.ts +6 -0
- package/library/packages/events/src/cx-sb-button-click.d.ts +14 -0
- package/library/packages/events/src/cx-search.d.ts +8 -0
- package/library/packages/events/src/cx-select.d.ts +8 -0
- package/library/packages/events/src/cx-selected-change.d.ts +8 -0
- package/library/packages/events/src/cx-selection-change.d.ts +8 -0
- package/library/packages/events/src/cx-shadow-input-group-change.d.ts +8 -0
- package/library/packages/events/src/cx-show.d.ts +6 -0
- package/library/packages/events/src/cx-slide-change.d.ts +9 -0
- package/library/packages/events/src/cx-start.d.ts +6 -0
- package/library/packages/events/src/cx-swatch-add.d.ts +6 -0
- package/library/packages/events/src/cx-tab-hide.d.ts +8 -0
- package/library/packages/events/src/cx-tab-show.d.ts +8 -0
- package/library/packages/events/src/cx-table-advanced-search-click.d.ts +6 -0
- package/library/packages/events/src/cx-table-export.d.ts +10 -0
- package/library/packages/events/src/cx-table-row-action-click.d.ts +14 -0
- package/library/packages/events/src/cx-time-based-change.d.ts +8 -0
- package/library/packages/events/src/cx-time-update.d.ts +8 -0
- package/library/packages/events/src/cx-typeface-change.d.ts +6 -0
- package/library/packages/events/src/cx-typeface-download.d.ts +6 -0
- package/library/packages/events/src/cx-unmark-favorite.d.ts +8 -0
- package/library/packages/events/src/cx-video-click.d.ts +15 -0
- package/library/packages/events/src/cx-view-logs.d.ts +8 -0
- package/library/packages/events/src/events.d.ts +127 -0
- package/library/packages/molecules/src/3d-viewer/3d-viewer.constants.d.ts +28 -0
- package/library/packages/molecules/src/3d-viewer/3d-viewer.d.ts +206 -0
- package/library/packages/molecules/src/3d-viewer/3d-viewer.styles.d.ts +2 -0
- package/library/packages/molecules/src/3d-viewer/components/3d-viewer-config/3d-viewer-config.d.ts +76 -0
- package/library/packages/molecules/src/3d-viewer/components/3d-viewer-config/3d-viewer-config.styles.d.ts +2 -0
- package/library/packages/molecules/src/3d-viewer/components/3d-viewer-control/3d-viewer-control.d.ts +80 -0
- package/library/packages/molecules/src/3d-viewer/components/3d-viewer-control/3d-viewer-control.styles.d.ts +2 -0
- package/library/packages/molecules/src/3d-viewer/controllers/animation-controller.d.ts +90 -0
- package/library/packages/molecules/src/3d-viewer/controllers/camera-controller.d.ts +75 -0
- package/library/packages/molecules/src/3d-viewer/controllers/environment-controller.d.ts +65 -0
- package/library/packages/molecules/src/3d-viewer/controllers/lighting-controller.d.ts +39 -0
- package/library/packages/molecules/src/3d-viewer/controllers/model-controller.d.ts +75 -0
- package/library/packages/molecules/src/3d-viewer/controllers/scene-controller.d.ts +94 -0
- package/library/packages/molecules/src/3d-viewer/controllers/scene-effects.d.ts +92 -0
- package/library/packages/molecules/src/asset-data-display/asset-data-display.d.ts +56 -0
- package/library/packages/molecules/src/asset-data-display/asset-data-display.styles.d.ts +2 -0
- package/library/packages/molecules/src/asset-picker/asset-picker.d.ts +67 -0
- package/library/packages/molecules/src/asset-picker/asset-picker.styles.d.ts +2 -0
- package/library/packages/molecules/src/bicolor-picker/bicolor-picker.d.ts +22 -0
- package/library/packages/molecules/src/bicolor-picker/bicolor-picker.styles.d.ts +2 -0
- package/library/packages/molecules/src/border-input-group/border-input-group.d.ts +24 -0
- package/library/packages/molecules/src/border-input-group/border-input-group.styles.d.ts +2 -0
- package/library/packages/molecules/src/color-swatch/color-swatch.d.ts +136 -0
- package/library/packages/molecules/src/color-swatch/color-swatch.styles.d.ts +2 -0
- package/library/packages/molecules/src/confirm-popover/confirm-popover.d.ts +81 -0
- package/library/packages/molecules/src/confirm-popover/confirm-popover.style.d.ts +2 -0
- package/library/packages/molecules/src/corner-position-input-group/corner-position-input-group.d.ts +39 -0
- package/library/packages/molecules/src/corner-position-input-group/corner-position-input-group.styles.d.ts +2 -0
- package/library/packages/molecules/src/cropper/cropper.d.ts +59 -0
- package/library/packages/molecules/src/cropper/cropper.styles.d.ts +2 -0
- package/library/packages/molecules/src/cropper/react/Cropper.d.ts +37 -0
- package/library/packages/molecules/src/cropper/react/ReactCrop/ReactCrop.d.ts +140 -0
- package/library/packages/molecules/src/cropper/react/ReactCrop/index.d.ts +4 -0
- package/library/packages/molecules/src/cropper/react/ReactCrop/types.d.ts +17 -0
- package/library/packages/molecules/src/cropper/react/ReactCrop/utils.d.ts +26 -0
- package/library/packages/molecules/src/dashboard-iframe/dashboard-iframe.d.ts +61 -0
- package/library/packages/molecules/src/dashboard-iframe/dashboard-iframe.styles.d.ts +2 -0
- package/library/packages/molecules/src/data-tab-group/data-tab-group.d.ts +35 -0
- package/library/packages/molecules/src/data-tab-group/data-tab-group.styles.d.ts +2 -0
- package/library/packages/molecules/src/details-group/details-group.d.ts +26 -0
- package/library/packages/molecules/src/details-group/details-group.styles.d.ts +2 -0
- package/library/packages/molecules/src/docs-example/docs-example.d.ts +76 -0
- package/library/packages/molecules/src/docs-example/docs-example.style.d.ts +2 -0
- package/library/packages/molecules/src/download-format-picker/download-format-picker.d.ts +72 -0
- package/library/packages/molecules/src/download-format-picker/download-format-picker.styles.d.ts +2 -0
- package/library/packages/molecules/src/dynamic-select/dynamic-select.d.ts +209 -0
- package/library/packages/molecules/src/folder-select/components/folder-select-tree/folder-select-tree.d.ts +42 -0
- package/library/packages/molecules/src/folder-select/components/folder-select-tree-item/folder-select-tree-item.d.ts +55 -0
- package/library/packages/molecules/src/folder-select/folder-select.d.ts +54 -0
- package/library/packages/molecules/src/folder-select/folder-select.styles.d.ts +2 -0
- package/library/packages/molecules/src/gallery-item/gallery-item.d.ts +157 -0
- package/library/packages/molecules/src/gallery-item/gallery-item.styles.d.ts +2 -0
- package/library/packages/molecules/src/graph-view/graph-view.d.ts +99 -0
- package/library/packages/molecules/src/graph-view/graph-view.styles.d.ts +2 -0
- package/library/packages/molecules/src/graph-view/react/GraphView.d.ts +17 -0
- package/library/packages/molecules/src/graph-view/react/components/ArrayClamp.d.ts +9 -0
- package/library/packages/molecules/src/graph-view/react/components/CustomControls.d.ts +5 -0
- package/library/packages/molecules/src/graph-view/react/components/CustomEdge.d.ts +4 -0
- package/library/packages/molecules/src/graph-view/react/components/CustomNode.d.ts +12 -0
- package/library/packages/molecules/src/graph-view/react/components/EdgeMenu.d.ts +7 -0
- package/library/packages/molecules/src/graph-view/react/components/GhostNode.d.ts +7 -0
- package/library/packages/molecules/src/graph-view/react/components/Loader.d.ts +5 -0
- package/library/packages/molecules/src/graph-view/react/components/SelfDecorEdge.d.ts +4 -0
- package/library/packages/molecules/src/graph-view/react/components/TemporaryEdge.d.ts +4 -0
- package/library/packages/molecules/src/graph-view/react/components/index.d.ts +7 -0
- package/library/packages/molecules/src/graph-view/react/constant.d.ts +51 -0
- package/library/packages/molecules/src/graph-view/react/context.d.ts +20 -0
- package/library/packages/molecules/src/graph-view/react/getSmoothstepEdge.d.ts +44 -0
- package/library/packages/molecules/src/graph-view/react/helpers/countRectanglesCrossed.d.ts +14 -0
- package/library/packages/molecules/src/graph-view/react/helpers/edgeLabelPosition.d.ts +41 -0
- package/library/packages/molecules/src/graph-view/react/helpers/edgeLayout.d.ts +42 -0
- package/library/packages/molecules/src/graph-view/react/helpers/generateSelfDecorEdge.d.ts +3 -0
- package/library/packages/molecules/src/graph-view/react/helpers/placeAlongThePath.d.ts +20 -0
- package/library/packages/molecules/src/graph-view/react/hooks/index.d.ts +1 -0
- package/library/packages/molecules/src/graph-view/react/hooks/useEdge.d.ts +29 -0
- package/library/packages/molecules/src/graph-view/react/index.d.ts +4 -0
- package/library/packages/molecules/src/graph-view/react/utils.d.ts +58 -0
- package/library/packages/molecules/src/icon-picker/icon-picker.d.ts +80 -0
- package/library/packages/molecules/src/icon-picker/icon-picker.styles.d.ts +2 -0
- package/library/packages/molecules/src/index.d.ts +33 -0
- package/library/packages/molecules/src/library-index.d.ts +18 -0
- package/library/packages/molecules/src/list-editor/list-editor.d.ts +67 -0
- package/library/packages/molecules/src/list-editor/list-editor.styles.d.ts +2 -0
- package/library/packages/molecules/src/masonry/masonry.d.ts +91 -0
- package/library/packages/molecules/src/masonry/masonry.styles.d.ts +2 -0
- package/library/packages/molecules/src/padding-input-group/padding-input-group.d.ts +20 -0
- package/library/packages/molecules/src/padding-input-group/padding-input-group.styles.d.ts +2 -0
- package/library/packages/molecules/src/page-outline/page-outline.d.ts +104 -0
- package/library/packages/molecules/src/page-outline/page-outline.styles.d.ts +2 -0
- package/library/packages/molecules/src/position-picker/position-picker.d.ts +30 -0
- package/library/packages/molecules/src/position-picker/position-picker.styles.d.ts +2 -0
- package/library/packages/molecules/src/search-box/search-box.d.ts +107 -0
- package/library/packages/molecules/src/search-box/search-box.styles.d.ts +2 -0
- package/library/packages/molecules/src/shadow-input-group/shadow-input-group.d.ts +25 -0
- package/library/packages/molecules/src/shadow-input-group/shadow-input-group.styles.d.ts +2 -0
- package/library/packages/molecules/src/share-option-list/components/share-option-list-item.d.ts +30 -0
- package/library/packages/molecules/src/share-option-list/components/share-option-list-item.styles.d.ts +2 -0
- package/library/packages/molecules/src/share-option-list/share-option-list.d.ts +122 -0
- package/library/packages/molecules/src/share-option-list/share-option-list.styles.d.ts +2 -0
- package/library/packages/molecules/src/sidebar/sidebar.d.ts +85 -0
- package/library/packages/molecules/src/sidebar/sidebar.styles.d.ts +2 -0
- package/library/packages/molecules/src/size-input-group/size-input-group.d.ts +54 -0
- package/library/packages/molecules/src/size-input-group/size-input-group.styles.d.ts +2 -0
- package/library/packages/molecules/src/stepper-wizard/stepper-wizard.d.ts +32 -0
- package/library/packages/molecules/src/stepper-wizard/stepper-wizard.styles.d.ts +2 -0
- package/library/packages/molecules/src/storybook/storybook.d.ts +60 -0
- package/library/packages/molecules/src/storybook/storybook.styles.d.ts +2 -0
- package/library/packages/molecules/src/typeface/typeface.d.ts +72 -0
- package/library/packages/molecules/src/typeface/typeface.styles.d.ts +2 -0
- package/library/packages/molecules/src/view-and-sort/view-and-sort.d.ts +62 -0
- package/library/packages/molecules/src/view-and-sort/view-and-sort.styles.d.ts +2 -0
- package/library/packages/organisms/src/asset-link-format/asset-link-format.d.ts +292 -0
- package/library/packages/organisms/src/asset-link-format/asset-link-format.styles.d.ts +2 -0
- package/library/packages/organisms/src/asset-link-format/asset-link-format.utils.d.ts +10 -0
- package/library/packages/organisms/src/asset-link-format/components/asset-link-format-crop/asset-link-format-crop.d.ts +205 -0
- package/library/packages/organisms/src/asset-link-format/components/asset-link-format-crop/asset-link-format-crop.styles.d.ts +2 -0
- package/library/packages/organisms/src/asset-link-format/components/asset-link-format-extension/asset-link-format-extension.d.ts +49 -0
- package/library/packages/organisms/src/asset-link-format/components/asset-link-format-extension/asset-link-format-extension.styles.d.ts +2 -0
- package/library/packages/organisms/src/asset-link-format/components/asset-link-format-proxy/asset-link-format-proxy.d.ts +96 -0
- package/library/packages/organisms/src/asset-link-format/components/asset-link-format-proxy/asset-link-format-proxy.styles.d.ts +2 -0
- package/library/packages/organisms/src/asset-link-format/components/asset-link-format-quality/asset-link-format-quality.d.ts +87 -0
- package/library/packages/organisms/src/asset-link-format/components/asset-link-format-quality/asset-link-format-quality.styles.d.ts +2 -0
- package/library/packages/organisms/src/asset-link-format/components/asset-link-format-resize/asset-link-format-resize.d.ts +164 -0
- package/library/packages/organisms/src/asset-link-format/components/asset-link-format-resize/asset-link-format-resize.styles.d.ts +2 -0
- package/library/packages/organisms/src/asset-link-format/components/asset-link-format-rotation/asset-link-format-rotation.d.ts +80 -0
- package/library/packages/organisms/src/asset-link-format/components/asset-link-format-rotation/asset-link-format-rotation.styles.d.ts +2 -0
- package/library/packages/organisms/src/asset-link-format/components/asset-link-metadata/asset-link-format-metadata.d.ts +69 -0
- package/library/packages/organisms/src/asset-link-format/components/asset-link-metadata/asset-link-format-metadata.styles.d.ts +2 -0
- package/library/packages/organisms/src/bento-grid/bento-grid.d.ts +241 -0
- package/library/packages/organisms/src/bento-grid/bento-grid.styles.d.ts +2 -0
- package/library/packages/organisms/src/carousel/autoplay-controller.d.ts +21 -0
- package/library/packages/organisms/src/carousel/carousel.d.ts +371 -0
- package/library/packages/organisms/src/carousel/carousel.styles.d.ts +2 -0
- package/library/packages/organisms/src/chatbot/chatbot.constants.d.ts +8 -0
- package/library/packages/organisms/src/chatbot/chatbot.d.ts +129 -0
- package/library/packages/organisms/src/chatbot/chatbot.style.d.ts +2 -0
- package/library/packages/organisms/src/chatbot/chatbot.utils.d.ts +26 -0
- package/library/packages/organisms/src/chatbot/components/chatbot-footer/chatbot-footer.d.ts +34 -0
- package/library/packages/organisms/src/chatbot/components/chatbot-footer/chatbot-footer.style.d.ts +2 -0
- package/library/packages/organisms/src/chatbot/components/chatbot-popup/chatbot-popup.d.ts +29 -0
- package/library/packages/organisms/src/chatbot/components/chatbot-popup/chatbot-popup.style.d.ts +2 -0
- package/library/packages/organisms/src/cluster-management/cluster-management.d.ts +104 -0
- package/library/packages/organisms/src/cluster-management/cluster-management.style.d.ts +2 -0
- package/library/packages/organisms/src/cluster-management/components/cluster-management-service.d.ts +44 -0
- package/library/packages/organisms/src/cluster-management/components/cluster-management-service.style.d.ts +2 -0
- package/library/packages/organisms/src/color-swatch-group/color-swatch-group.constants.d.ts +116 -0
- package/library/packages/organisms/src/color-swatch-group/color-swatch-group.d.ts +114 -0
- package/library/packages/organisms/src/color-swatch-group/color-swatch-group.styles.d.ts +2 -0
- package/library/packages/organisms/src/comment/comment.d.ts +121 -0
- package/library/packages/organisms/src/comment/comment.extensions.d.ts +9 -0
- package/library/packages/organisms/src/comment/comment.styles.d.ts +2 -0
- package/library/packages/organisms/src/comment/components/comment-mention/comment-mention.d.ts +44 -0
- package/library/packages/organisms/src/comment/components/comment-mention/comment-mention.styles.d.ts +2 -0
- package/library/packages/organisms/src/comment/components/comment-menu/comment-menu.d.ts +88 -0
- package/library/packages/organisms/src/comment/components/comment-menu/comment-menu.styles.d.ts +2 -0
- package/library/packages/organisms/src/comment/extensions/bullet-list.d.ts +2 -0
- package/library/packages/organisms/src/comment/extensions/google.d.ts +7 -0
- package/library/packages/organisms/src/comment/extensions/index.d.ts +2 -0
- package/library/packages/organisms/src/comment/extensions/link.d.ts +2 -0
- package/library/packages/organisms/src/comment/extensions/mention.d.ts +82 -0
- package/library/packages/organisms/src/comment/extensions/ordered-list.d.ts +2 -0
- package/library/packages/organisms/src/comment/extensions/time.d.ts +63 -0
- package/library/packages/organisms/src/content-builder/components/block-picker/block-picker.d.ts +129 -0
- package/library/packages/organisms/src/content-builder/components/block-picker/block-picker.styles.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/components/block-picker/index.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/components/color-swatch-picker/color-swatch-picker.constants.d.ts +57 -0
- package/library/packages/organisms/src/content-builder/components/color-swatch-picker/color-swatch-picker.d.ts +147 -0
- package/library/packages/organisms/src/content-builder/components/color-swatch-picker/color-swatch-picker.styles.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/components/color-swatch-picker/index.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/components/config-form/config-form.d.ts +315 -0
- package/library/packages/organisms/src/content-builder/components/config-form/config-form.styles.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/components/config-form/index.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/components/config-manager/config-manager.d.ts +194 -0
- package/library/packages/organisms/src/content-builder/components/config-manager/config-manager.styles.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/components/config-manager/config-manager.utils.d.ts +12 -0
- package/library/packages/organisms/src/content-builder/components/config-manager/index.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/components/folder-picker/folder-picker.d.ts +69 -0
- package/library/packages/organisms/src/content-builder/components/folder-picker/folder-picker.styles.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/components/folder-picker/index.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/components/gallery-config/gallery-config.d.ts +109 -0
- package/library/packages/organisms/src/content-builder/components/gallery-config/gallery-config.styles.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/components/gallery-picker/gallery-picker.d.ts +132 -0
- package/library/packages/organisms/src/content-builder/components/gallery-picker/gallery-picker.styles.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/components/page-picker/page-picker.d.ts +65 -0
- package/library/packages/organisms/src/content-builder/components/page-picker/page-picker.styles.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/configs/accordion.d.ts +13 -0
- package/library/packages/organisms/src/content-builder/configs/analytics.d.ts +13 -0
- package/library/packages/organisms/src/content-builder/configs/button.d.ts +35 -0
- package/library/packages/organisms/src/content-builder/configs/carousel.d.ts +45 -0
- package/library/packages/organisms/src/content-builder/configs/color-swatches.d.ts +16 -0
- package/library/packages/organisms/src/content-builder/configs/column-group.d.ts +13 -0
- package/library/packages/organisms/src/content-builder/configs/column.d.ts +15 -0
- package/library/packages/organisms/src/content-builder/configs/divider.d.ts +11 -0
- package/library/packages/organisms/src/content-builder/configs/font-kit.d.ts +25 -0
- package/library/packages/organisms/src/content-builder/configs/gallery.d.ts +48 -0
- package/library/packages/organisms/src/content-builder/configs/header.d.ts +18 -0
- package/library/packages/organisms/src/content-builder/configs/image.d.ts +52 -0
- package/library/packages/organisms/src/content-builder/configs/index.d.ts +17 -0
- package/library/packages/organisms/src/content-builder/configs/rich-text.d.ts +5 -0
- package/library/packages/organisms/src/content-builder/configs/search-box.d.ts +16 -0
- package/library/packages/organisms/src/content-builder/configs/tab-group.d.ts +17 -0
- package/library/packages/organisms/src/content-builder/configs/text.d.ts +11 -0
- package/library/packages/organisms/src/content-builder/configs/video.d.ts +47 -0
- package/library/packages/organisms/src/content-builder/configsController.d.ts +410 -0
- package/library/packages/organisms/src/content-builder/content-builder-config.d.ts +59 -0
- package/library/packages/organisms/src/content-builder/content-builder-constants.d.ts +32 -0
- package/library/packages/organisms/src/content-builder/content-builder.d.ts +293 -0
- package/library/packages/organisms/src/content-builder/content-builder.styles.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/content-builder.utils.d.ts +12 -0
- package/library/packages/organisms/src/content-builder/plugins/accordion.d.ts +14 -0
- package/library/packages/organisms/src/content-builder/plugins/analytics.d.ts +15 -0
- package/library/packages/organisms/src/content-builder/plugins/button.d.ts +14 -0
- package/library/packages/organisms/src/content-builder/plugins/carousel.d.ts +14 -0
- package/library/packages/organisms/src/content-builder/plugins/color-swatches.d.ts +15 -0
- package/library/packages/organisms/src/content-builder/plugins/column-group.d.ts +14 -0
- package/library/packages/organisms/src/content-builder/plugins/column.d.ts +14 -0
- package/library/packages/organisms/src/content-builder/plugins/core.d.ts +4 -0
- package/library/packages/organisms/src/content-builder/plugins/custom-frame.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/plugins/divider.d.ts +14 -0
- package/library/packages/organisms/src/content-builder/plugins/font-kit.d.ts +14 -0
- package/library/packages/organisms/src/content-builder/plugins/gallery.d.ts +14 -0
- package/library/packages/organisms/src/content-builder/plugins/header.d.ts +14 -0
- package/library/packages/organisms/src/content-builder/plugins/image.d.ts +14 -0
- package/library/packages/organisms/src/content-builder/plugins/index.d.ts +21 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/bubble-menu.d.ts +70 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/index.d.ts +4 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-bubble-menu/anchor-dialog.d.ts +35 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-bubble-menu/image-dialog.d.ts +97 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-bubble-menu/image-dialog.styles.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-bubble-menu/index.d.ts +3 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-bubble-menu/rte-bubble-menu.d.ts +231 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-bubble-menu/rte-bubble-menu.styles.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-bubble-menu/select-with-tooltip.d.ts +6 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-bubble-menu/special-char-dialog.d.ts +45 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-bubble-menu/special-char-dialog.styles.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-bubble-menu/table-dialog.d.ts +58 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-bubble-menu/table-dialog.styles.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-code-block-toolbar/index.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-code-block-toolbar/rte-code-block-toolbar.d.ts +28 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-code-block-toolbar/rte-code-block-toolbar.styles.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-image-viewer/index.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-image-viewer/rte-image-viewer.d.ts +67 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-image-viewer/rte-image-viewer.styles.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-table-generator/index.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-table-generator/rte-table-generator.d.ts +23 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-table-generator/rte-table-generator.styles.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/constant.d.ts +48 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/anchor/index.d.ts +4 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/aside-block/index.d.ts +4 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/blockquote/index.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/bullet-list/index.d.ts +7 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/code-block/CodeBlock.d.ts +44 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/code-block/CodeBlockPrism.d.ts +6 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/code-block/PrismPlugin.d.ts +6 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/code-block/index.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/div/index.d.ts +4 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/document/commands.d.ts +15 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/document/index.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/font-size/index.d.ts +11 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/heading/index.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/highlight/index.d.ts +4 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/image/convertSrcToBlob.d.ts +6 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/image/index.d.ts +4 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/index.d.ts +17 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/inline-class/index.d.ts +7 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/line-height/index.d.ts +9 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/link/helpers/autolink.d.ts +9 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/link/helpers/clickHandler.d.ts +8 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/link/helpers/isValidUrl.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/link/helpers/pasteHandler.d.ts +11 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/link/index.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/list-item/commands.d.ts +3 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/list-item/index.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/ordered-list/index.d.ts +8 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/other-elements/index.d.ts +4 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/other-styles/index.d.ts +7 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/paragraph/index.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/placeholder/index.d.ts +61 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/table/cellselection.d.ts +23 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/table/columnResizing.d.ts +13 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/table/commands.d.ts +19 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/table/copyPaste.d.ts +11 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/table/createCell.d.ts +3 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/table/createTable.d.ts +3 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/table/fixTables.d.ts +3 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/table/getTableNodeTypes.d.ts +5 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/table/index.d.ts +4 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/table/input.d.ts +14 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/table/rowResizing.d.ts +27 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/table/tableEditing.d.ts +32 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/table/utils.d.ts +24 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/text-align/index.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/text-style/index.d.ts +17 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/index.d.ts +13 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/toolbar.d.ts +10 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/utils/convertColorToHex.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/utils/extendClassStyle.d.ts +6 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/utils/getImageNaturalWidthHeight.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/utils/getSelectedCells.d.ts +4 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/utils/getStyles.d.ts +21 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/utils/isAbsolute.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/utils/isValidAnchorId.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/utils/isValidImageUrl.d.ts +3 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/utils/link.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/utils/parseBooleanString.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/utils/parseBorderProperty.d.ts +6 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/utils/processAnchorLink.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/utils/textblockTypeInputRuleNoDelete.d.ts +3 -0
- package/library/packages/organisms/src/content-builder/plugins/search-box.d.ts +14 -0
- package/library/packages/organisms/src/content-builder/plugins/tab-group.d.ts +14 -0
- package/library/packages/organisms/src/content-builder/plugins/text.d.ts +14 -0
- package/library/packages/organisms/src/content-builder/plugins/toolbar.d.ts +10 -0
- package/library/packages/organisms/src/content-builder/plugins/video.d.ts +14 -0
- package/library/packages/organisms/src/content-builder/plugins/wrapper-container.d.ts +4 -0
- package/library/packages/organisms/src/content-builder/styleController.d.ts +125 -0
- package/library/packages/organisms/src/downloader/data/core/WorkerProxy.d.ts +50 -0
- package/library/packages/organisms/src/downloader/data/core/worker/PortManager.d.ts +13 -0
- package/library/packages/organisms/src/downloader/data/core/worker/Requests.d.ts +66 -0
- package/library/packages/organisms/src/downloader/data/core/worker/Responses.d.ts +49 -0
- package/library/packages/organisms/src/downloader/data/core/worker/app/DownloadManager.d.ts +130 -0
- package/library/packages/organisms/src/downloader/data/core/worker/app/api/DownloadApiClient.d.ts +18 -0
- package/library/packages/organisms/src/downloader/data/core/worker/app/api/index.d.ts +3 -0
- package/library/packages/organisms/src/downloader/data/core/worker/app/db/ConcurrencyError.d.ts +3 -0
- package/library/packages/organisms/src/downloader/data/core/worker/app/db/DownloadChunksRepository.d.ts +42 -0
- package/library/packages/organisms/src/downloader/data/core/worker/app/db/DownloadDatabase.d.ts +45 -0
- package/library/packages/organisms/src/downloader/data/core/worker/app/db/DownloadFilesRepository.d.ts +119 -0
- package/library/packages/organisms/src/downloader/data/core/worker/app/db/DownloadTransactionsRepository.d.ts +38 -0
- package/library/packages/organisms/src/downloader/data/core/worker/app/db/index.d.ts +6 -0
- package/library/packages/organisms/src/downloader/data/core/worker/app/event/EventHub.d.ts +8 -0
- package/library/packages/organisms/src/downloader/data/core/worker/app/event/index.d.ts +3 -0
- package/library/packages/organisms/src/downloader/data/core/worker/app/storage/DiskStorage.d.ts +43 -0
- package/library/packages/organisms/src/downloader/data/core/worker/app/storage/IndexedDBStorage.d.ts +33 -0
- package/library/packages/organisms/src/downloader/data/core/worker/app/storage/index.d.ts +4 -0
- package/library/packages/organisms/src/downloader/data/core/worker/app/utilities/DatabaseLocker.d.ts +14 -0
- package/library/packages/organisms/src/downloader/data/core/worker/app/utilities/Logger.d.ts +9 -0
- package/library/packages/organisms/src/downloader/data/core/worker/app/utilities/Retrier.d.ts +8 -0
- package/library/packages/organisms/src/downloader/data/core/worker/app/utilities/UserPromptService.d.ts +5 -0
- package/library/packages/organisms/src/downloader/data/core/worker/app/utilities/WebLocker.d.ts +12 -0
- package/library/packages/organisms/src/downloader/data/core/worker/app/utilities/index.d.ts +6 -0
- package/library/packages/organisms/src/downloader/data/core/worker/background/BackgroundJob.d.ts +19 -0
- package/library/packages/organisms/src/downloader/data/core/worker/background/ChunkDownloader.d.ts +53 -0
- package/library/packages/organisms/src/downloader/data/core/worker/background/DownloadObserver.d.ts +18 -0
- package/library/packages/organisms/src/downloader/data/core/worker/background/DownloadSpeedMonitor.d.ts +25 -0
- package/library/packages/organisms/src/downloader/data/core/worker/background/FileChunkAssembler.d.ts +29 -0
- package/library/packages/organisms/src/downloader/data/core/worker/background/FileChunkSplitter.d.ts +23 -0
- package/library/packages/organisms/src/downloader/data/core/worker/background/LockBreaker.d.ts +15 -0
- package/library/packages/organisms/src/downloader/data/core/worker/background/ServerProcessingFileWatcher.d.ts +29 -0
- package/library/packages/organisms/src/downloader/data/core/worker/background/TransactionFilesFetcher.d.ts +33 -0
- package/library/packages/organisms/src/downloader/data/core/worker/background/index.d.ts +11 -0
- package/library/packages/organisms/src/downloader/data/core/worker/events/Event.d.ts +5 -0
- package/library/packages/organisms/src/downloader/data/core/worker/events/EventHandler.d.ts +16 -0
- package/library/packages/organisms/src/downloader/data/core/worker/events/index.d.ts +6 -0
- package/library/packages/organisms/src/downloader/data/core/worker/external/IDownloadApiClient.d.ts +60 -0
- package/library/packages/organisms/src/downloader/data/core/worker/external/index.d.ts +4 -0
- package/library/packages/organisms/src/downloader/data/core/worker/models/BaseModel.d.ts +11 -0
- package/library/packages/organisms/src/downloader/data/core/worker/models/DownloadChunk.d.ts +42 -0
- package/library/packages/organisms/src/downloader/data/core/worker/models/DownloadFile.d.ts +170 -0
- package/library/packages/organisms/src/downloader/data/core/worker/models/DownloadTransaction.d.ts +28 -0
- package/library/packages/organisms/src/downloader/data/core/worker/models/index.d.ts +5 -0
- package/library/packages/organisms/src/downloader/data/core/worker/storage/index.d.ts +34 -0
- package/library/packages/organisms/src/downloader/data/core/worker/utilities/FilePathFixer.d.ts +17 -0
- package/library/packages/organisms/src/downloader/data/core/worker/utilities/IUserPromptService.d.ts +27 -0
- package/library/packages/organisms/src/downloader/data/core/worker/utilities/index.d.ts +18 -0
- package/library/packages/organisms/src/downloader/downloader.constants.d.ts +34 -0
- package/library/packages/organisms/src/downloader/downloader.d.ts +211 -0
- package/library/packages/organisms/src/downloader/downloader.style.d.ts +2 -0
- package/library/packages/organisms/src/downloader/downloader.utils.d.ts +7 -0
- package/library/packages/organisms/src/file-on-demand/components/folder-item/folder-item.d.ts +53 -0
- package/library/packages/organisms/src/file-on-demand/components/folder-tree/folder-tree.d.ts +39 -0
- package/library/packages/organisms/src/file-on-demand/components/folder-tree/folder-tree.style.d.ts +2 -0
- package/library/packages/organisms/src/file-on-demand/components/index.d.ts +2 -0
- package/library/packages/organisms/src/file-on-demand/file-on-demand.constants.d.ts +34 -0
- package/library/packages/organisms/src/file-on-demand/file-on-demand.d.ts +267 -0
- package/library/packages/organisms/src/file-on-demand/file-on-demand.style.d.ts +2 -0
- package/library/packages/organisms/src/file-on-demand/file-on-demand.utils.d.ts +52 -0
- package/library/packages/organisms/src/index.d.ts +15 -0
- package/library/packages/organisms/src/library-index.d.ts +3 -0
- package/library/packages/organisms/src/multi-select/components/board/board.d.ts +116 -0
- package/library/packages/organisms/src/multi-select/components/board/board.styles.d.ts +2 -0
- package/library/packages/organisms/src/multi-select/components/board/board.utils.d.ts +2 -0
- package/library/packages/organisms/src/multi-select/components/board-list-item/board-list-item.d.ts +49 -0
- package/library/packages/organisms/src/multi-select/components/board-list-item/board-list-item.styles.d.ts +2 -0
- package/library/packages/organisms/src/multi-select/multi-select.d.ts +85 -0
- package/library/packages/organisms/src/multi-select/multi-select.styles.d.ts +2 -0
- package/library/packages/organisms/src/multi-select/multi-select.utils.d.ts +3 -0
- package/library/packages/organisms/src/template-switcher/template-switcher-example.data.d.ts +5 -0
- package/library/packages/organisms/src/template-switcher/template-switcher.d.ts +51 -0
- package/library/packages/organisms/src/template-switcher/template-switcher.icons.d.ts +7 -0
- package/library/packages/organisms/src/text-to-speech/extensions/Break/break.d.ts +4 -0
- package/library/packages/organisms/src/text-to-speech/extensions/Break/index.d.ts +4 -0
- package/library/packages/organisms/src/text-to-speech/extensions/BubbleMenu/bubble-menu.d.ts +68 -0
- package/library/packages/organisms/src/text-to-speech/extensions/BubbleMenu/index.d.ts +4 -0
- package/library/packages/organisms/src/text-to-speech/extensions/CleanPaste/cleanPaste.d.ts +3 -0
- package/library/packages/organisms/src/text-to-speech/extensions/CleanPaste/index.d.ts +4 -0
- package/library/packages/organisms/src/text-to-speech/extensions/Selection/index.d.ts +4 -0
- package/library/packages/organisms/src/text-to-speech/extensions/Selection/selection.d.ts +3 -0
- package/library/packages/organisms/src/text-to-speech/extensions/Tune/index.d.ts +1 -0
- package/library/packages/organisms/src/text-to-speech/extensions/Tune/tune.d.ts +7 -0
- package/library/packages/organisms/src/text-to-speech/text-to-speech.api.d.ts +10 -0
- package/library/packages/organisms/src/text-to-speech/text-to-speech.constants.d.ts +232 -0
- package/library/packages/organisms/src/text-to-speech/text-to-speech.d.ts +156 -0
- package/library/packages/organisms/src/text-to-speech/text-to-speech.data.d.ts +3 -0
- package/library/packages/organisms/src/text-to-speech/text-to-speech.extensions.d.ts +16 -0
- package/library/packages/organisms/src/text-to-speech/text-to-speech.styles.d.ts +2 -0
- package/library/packages/organisms/src/text-to-speech/text-to-speech.utils.d.ts +52 -0
- package/library/packages/organisms/src/video-chapters-manager/video-chapters-manager.d.ts +71 -0
- package/library/packages/organisms/src/video-chapters-manager/video-chapters-manager.styles.d.ts +2 -0
- package/library/packages/organisms/src/video-chapters-manager/video-chapters-manager.utils.d.ts +25 -0
- package/library/packages/organisms/src/video-editor/components/video-editor-timeline/video-editor-timeline.d.ts +64 -0
- package/library/packages/organisms/src/video-editor/components/video-editor-timeline/video-editor-timeline.styles.d.ts +2 -0
- package/library/packages/organisms/src/video-editor/components/video-editor-toolbar/video-editor-toolbar.d.ts +84 -0
- package/library/packages/organisms/src/video-editor/components/video-editor-toolbar/video-editor-toolbar.styles.d.ts +2 -0
- package/library/packages/organisms/src/video-editor/components/video-editor-track/video-editor-track.d.ts +44 -0
- package/library/packages/organisms/src/video-editor/components/video-editor-track/video-editor-track.styles.d.ts +2 -0
- package/library/packages/organisms/src/video-editor/components/video-editor-tracks/video-editor-tracks.d.ts +65 -0
- package/library/packages/organisms/src/video-editor/components/video-editor-tracks/video-editor-tracks.styles.d.ts +2 -0
- package/library/packages/organisms/src/video-editor/video-editor.d.ts +102 -0
- package/library/packages/organisms/src/video-editor/video-editor.styles.d.ts +2 -0
- package/library/packages/services/src/api/api.d.ts +2 -0
- package/library/packages/services/src/api/asset/asset.d.ts +60 -0
- package/library/packages/services/src/api/asset/index.d.ts +1 -0
- package/library/packages/services/src/api/autocomplete/autocomplete.d.ts +8 -0
- package/library/packages/services/src/api/autocomplete/index.d.ts +1 -0
- package/library/packages/services/src/api/chapter/chapter.d.ts +7 -0
- package/library/packages/services/src/api/cms5/cms5.d.ts +29 -0
- package/library/packages/services/src/api/cms5/index.d.ts +1 -0
- package/library/packages/services/src/api/dashboard/dashboard.d.ts +7 -0
- package/library/packages/services/src/api/dashboard/index.d.ts +1 -0
- package/library/packages/services/src/api/endpoints.d.ts +49 -0
- package/library/packages/services/src/api/folder/folder.d.ts +26 -0
- package/library/packages/services/src/api/folder/folder.types.d.ts +16 -0
- package/library/packages/services/src/api/folder/index.d.ts +1 -0
- package/library/packages/services/src/api/metadata/index.d.ts +1 -0
- package/library/packages/services/src/api/metadata/metadata.d.ts +3 -0
- package/library/packages/services/src/api/teamspace/index.d.ts +1 -0
- package/library/packages/services/src/api/teamspace/teamspace.d.ts +23 -0
- package/library/packages/services/src/global-styles/global-styles.d.ts +2 -0
- package/library/packages/styles/src/component.styles.d.ts +2 -0
- package/library/packages/styles/src/form-control.styles.d.ts +2 -0
- package/library/packages/styles/src/overlay-scrollbar.styles.d.ts +2 -0
- package/library/packages/styles/src/prosemirror.styles.d.ts +2 -0
- package/library/packages/styles/src/resizable-component.styles.d.ts +2 -0
- package/library/packages/tools/src/fetch-asset/fetch-asset.d.ts +13 -0
- package/library/packages/tools/src/fetch-image/fetch-image.d.ts +40 -0
- package/library/packages/types/src/3d-viewer.d.ts +32 -0
- package/library/packages/types/src/asset-click-action.d.ts +23 -0
- package/library/packages/types/src/asset-data-display.d.ts +5 -0
- package/library/packages/types/src/asset-link-format.d.ts +85 -0
- package/library/packages/types/src/bento-grid.d.ts +18 -0
- package/library/packages/types/src/button.d.ts +16 -0
- package/library/packages/types/src/chatbot.d.ts +30 -0
- package/library/packages/types/src/color-picker.d.ts +49 -0
- package/library/packages/types/src/color-swatch-group.d.ts +11 -0
- package/library/packages/types/src/color-swatch.d.ts +15 -0
- package/library/packages/types/src/column.d.ts +10 -0
- package/library/packages/types/src/confirm-popover.d.ts +11 -0
- package/library/packages/types/src/content-builder.d.ts +264 -0
- package/library/packages/types/src/dialog.d.ts +6 -0
- package/library/packages/types/src/downloader.d.ts +44 -0
- package/library/packages/types/src/file-on-demand.d.ts +67 -0
- package/library/packages/types/src/folder-select.d.ts +28 -0
- package/library/packages/types/src/font-kit.d.ts +22 -0
- package/library/packages/types/src/gallery-item.d.ts +38 -0
- package/library/packages/types/src/gallery.d.ts +40 -0
- package/library/packages/types/src/header.d.ts +14 -0
- package/library/packages/types/src/highlightable-element.d.ts +29 -0
- package/library/packages/types/src/iframe.d.ts +4 -0
- package/library/packages/types/src/image.d.ts +4 -0
- package/library/packages/types/src/index.d.ts +58 -0
- package/library/packages/types/src/masonry.d.ts +21 -0
- package/library/packages/types/src/option.d.ts +4 -0
- package/library/packages/types/src/page-outline.d.ts +9 -0
- package/library/packages/types/src/pagination.d.ts +5 -0
- package/library/packages/types/src/position-picker.d.ts +11 -0
- package/library/packages/types/src/resizable-element.d.ts +4 -0
- package/library/packages/types/src/sb-button.d.ts +6 -0
- package/library/packages/types/src/search-box.d.ts +10 -0
- package/library/packages/types/src/size-input-group.d.ts +4 -0
- package/library/packages/types/src/tab-group.d.ts +27 -0
- package/library/packages/types/src/table.d.ts +2931 -0
- package/library/packages/types/src/text-to-speech.d.ts +42 -0
- package/library/packages/types/src/typography.d.ts +12 -0
- package/library/packages/types/src/video-editor.d.ts +52 -0
- package/library/packages/utils/src/actions/asset-click.d.ts +9 -0
- package/library/packages/utils/src/array/array.d.ts +92 -0
- package/library/packages/utils/src/browser/browser.d.ts +13 -0
- package/library/packages/utils/src/color/color.d.ts +77 -0
- package/library/packages/utils/src/custom-element/active-elements.d.ts +15 -0
- package/library/packages/utils/src/custom-element/animate.d.ts +22 -0
- package/library/packages/utils/src/custom-element/converters.d.ts +5 -0
- package/library/packages/utils/src/custom-element/custom-element.d.ts +39 -0
- package/library/packages/utils/src/custom-element/debounce.d.ts +1 -0
- package/library/packages/utils/src/custom-element/default-value.d.ts +3 -0
- package/library/packages/utils/src/custom-element/drag.d.ts +15 -0
- package/library/packages/utils/src/custom-element/event.d.ts +2 -0
- package/library/packages/utils/src/custom-element/form.d.ts +79 -0
- package/library/packages/utils/src/custom-element/i18n-utils.d.ts +70 -0
- package/library/packages/utils/src/custom-element/i18n.d.ts +691 -0
- package/library/packages/utils/src/custom-element/math.d.ts +2 -0
- package/library/packages/utils/src/custom-element/modal.d.ts +25 -0
- package/library/packages/utils/src/custom-element/offset.d.ts +11 -0
- package/library/packages/utils/src/custom-element/popup.d.ts +10 -0
- package/library/packages/utils/src/custom-element/scroll.d.ts +11 -0
- package/library/packages/utils/src/custom-element/scrollend-polyfill.d.ts +1 -0
- package/library/packages/utils/src/custom-element/slot.d.ts +24 -0
- package/library/packages/utils/src/custom-element/tabbable.d.ts +9 -0
- package/library/packages/utils/src/custom-element/user-agent.d.ts +1 -0
- package/library/packages/utils/src/custom-element/watch.d.ts +28 -0
- package/library/packages/utils/src/dom/dom.d.ts +30 -0
- package/library/packages/utils/src/event/event.d.ts +1 -0
- package/library/packages/utils/src/fetch/fetchCortex.d.ts +3 -0
- package/library/packages/utils/src/form/form.d.ts +12 -0
- package/library/packages/utils/src/function/function.d.ts +1 -0
- package/library/packages/utils/src/gsap/gsap.d.ts +1 -0
- package/library/packages/utils/src/image/image.d.ts +28 -0
- package/library/packages/utils/src/number/number.d.ts +32 -0
- package/library/packages/utils/src/object/object.d.ts +4 -0
- package/library/packages/utils/src/parse/parse.d.ts +4 -0
- package/library/packages/utils/src/responsive/responsive.d.ts +11 -0
- package/library/packages/utils/src/storage/storage.d.ts +2 -0
- package/library/packages/utils/src/string/string.d.ts +117 -0
- package/library/packages/utils/src/toast/toast.d.ts +5 -0
- package/library/packages/utils/src/translations/en.d.ts +4 -0
- package/library/packages/utils/src/url/url.d.ts +6 -0
- package/library/packages/utils/src/video/video.d.ts +20 -0
- package/library/react-web-component.d.ts +7808 -0
- package/library/react-web-component.js +1 -0
- package/library/types.d.ts +4 -0
- package/package.json +40 -0
|
@@ -0,0 +1,1998 @@
|
|
|
1
|
+
import { i as ps, n as Pt, C as hs, x as Te, c as ys } from "./custom-element.fmLrnDZr.js";
|
|
2
|
+
import { c as vs } from "./component.styles.DtouHn2g.js";
|
|
3
|
+
import { o as gs } from "./overlay-scrollbar.styles.B1VCLkfA.js";
|
|
4
|
+
import { s as ve, g as re, b as ie, a as Le } from "./animation-registry.DavRkTTr.js";
|
|
5
|
+
import { w as en } from "./event.mFzZi4sr.js";
|
|
6
|
+
import { L as ms } from "./i18n.C6c6_pqI.js";
|
|
7
|
+
import { M as bs } from "./modal.BqNLxgs1.js";
|
|
8
|
+
import { l as on, u as nn } from "./scroll.DwPiX2Ox.js";
|
|
9
|
+
import { H as ws } from "./slot.DJLm4Dig.js";
|
|
10
|
+
import { w as An } from "./watch.BCJD77bD.js";
|
|
11
|
+
import { r as Do } from "./state.Dt9F_SuS.js";
|
|
12
|
+
import { e as Eo } from "./query.BBf1UFkC.js";
|
|
13
|
+
import { e as ao } from "./class-map.DqNfBvJI.js";
|
|
14
|
+
import { o as sn } from "./if-defined.CKupVaWs.js";
|
|
15
|
+
import { o as xs } from "./style-map.lEJHEwk3.js";
|
|
16
|
+
import { n as cn } from "./when.Dr1es41R.js";
|
|
17
|
+
import Ss from "../components/divider.js";
|
|
18
|
+
import Cs from "../components/icon-button.js";
|
|
19
|
+
import _s from "../components/popup.js";
|
|
20
|
+
var jt = /* @__PURE__ */ ((t) => (t.Both = "both", t.Footer = "footer", t.Header = "header", t.None = "none", t))(jt || {});
|
|
21
|
+
/*!
|
|
22
|
+
* OverlayScrollbars
|
|
23
|
+
* Version: 2.11.4
|
|
24
|
+
*
|
|
25
|
+
* Copyright (c) Rene Haas | KingSora.
|
|
26
|
+
* https://github.com/KingSora
|
|
27
|
+
*
|
|
28
|
+
* Released under the MIT license.
|
|
29
|
+
*/
|
|
30
|
+
const vt = (t, e) => {
|
|
31
|
+
const { o, i: n, u: s } = t;
|
|
32
|
+
let c = o, r;
|
|
33
|
+
const l = (i, u) => {
|
|
34
|
+
const m = c, b = i, d = u || (n ? !n(m, b) : m !== b);
|
|
35
|
+
return (d || s) && (c = b, r = m), [c, d, r];
|
|
36
|
+
};
|
|
37
|
+
return [e ? (i) => l(e(c, r), i) : l, (i) => [c, !!i, r]];
|
|
38
|
+
}, Os = typeof window < "u" && typeof HTMLElement < "u" && !!window.document, yt = Os ? window : {}, Fe = Math.max, $s = Math.min, vo = Math.round, Ve = Math.abs, rn = Math.sign, Xe = yt.cancelAnimationFrame, Jt = yt.requestAnimationFrame, zo = yt.setTimeout, Dn = yt.clearTimeout, Qe = (t) => typeof yt[t] < "u" ? yt[t] : void 0, ks = Qe("MutationObserver"), an = Qe("IntersectionObserver"), Kt = Qe("ResizeObserver"), ae = Qe("ScrollTimeline"), To = (t) => t === void 0, Ze = (t) => t === null, Tt = (t) => typeof t == "number", ge = (t) => typeof t == "string", Je = (t) => typeof t == "boolean", St = (t) => typeof t == "function", Ot = (t) => Array.isArray(t), Ne = (t) => typeof t == "object" && !Ot(t) && !Ze(t), Lo = (t) => {
|
|
39
|
+
const e = !!t && t.length, o = Tt(e) && e > -1 && e % 1 == 0;
|
|
40
|
+
return Ot(t) || !St(t) && o ? e > 0 && Ne(t) ? e - 1 in t : !0 : !1;
|
|
41
|
+
}, Ue = (t) => !!t && t.constructor === Object, We = (t) => t instanceof HTMLElement, Ge = (t) => t instanceof Element, ln = () => performance.now(), lo = (t, e, o, n, s) => {
|
|
42
|
+
let c = 0;
|
|
43
|
+
const r = ln(), l = Fe(0, o), a = (f) => {
|
|
44
|
+
const i = ln(), m = i - r >= l, b = f ? 1 : 1 - (Fe(0, r + l - i) / l || 0), d = (e - t) * (St(s) ? s(b, b * l, 0, 1, l) : b) + t, k = m || b === 1;
|
|
45
|
+
n && n(d, b, k), c = k ? 0 : Jt(() => a());
|
|
46
|
+
};
|
|
47
|
+
return a(), (f) => {
|
|
48
|
+
Xe(c), f && a(f);
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
function X(t, e) {
|
|
52
|
+
if (Lo(t))
|
|
53
|
+
for (let o = 0; o < t.length && e(t[o], o, t) !== !1; o++)
|
|
54
|
+
;
|
|
55
|
+
else t && X(Object.keys(t), (o) => e(t[o], o, t));
|
|
56
|
+
return t;
|
|
57
|
+
}
|
|
58
|
+
const En = (t, e) => t.indexOf(e) >= 0, he = (t, e) => t.concat(e), nt = (t, e, o) => (!ge(e) && Lo(e) ? Array.prototype.push.apply(t, e) : t.push(e), t), Ft = (t) => Array.from(t || []), Ho = (t) => Ot(t) ? t : !ge(t) && Lo(t) ? Ft(t) : [t], qe = (t) => !!t && !t.length, go = (t) => Ft(new Set(t)), mt = (t, e, o) => {
|
|
59
|
+
X(t, (s) => s ? s.apply(void 0, e || []) : !0), o || (t.length = 0);
|
|
60
|
+
}, Po = "paddingTop", le = "paddingRight", de = "paddingLeft", ue = "paddingBottom", fe = "marginLeft", pe = "marginRight", Yt = "marginBottom", Mo = "overflowX", Io = "overflowY", te = "width", me = "height", zt = "visible", _t = "hidden", Bt = "scroll", As = (t) => {
|
|
61
|
+
const e = String(t || "");
|
|
62
|
+
return e ? e[0].toUpperCase() + e.slice(1) : "";
|
|
63
|
+
}, to = (t, e, o, n) => {
|
|
64
|
+
if (t && e) {
|
|
65
|
+
let s = !0;
|
|
66
|
+
return X(o, (c) => {
|
|
67
|
+
const r = t[c], l = e[c];
|
|
68
|
+
r !== l && (s = !1);
|
|
69
|
+
}), s;
|
|
70
|
+
}
|
|
71
|
+
return !1;
|
|
72
|
+
}, Ro = (t, e) => to(t, e, ["w", "h"]), Me = (t, e) => to(t, e, ["x", "y"]), Ds = (t, e) => to(t, e, ["t", "r", "b", "l"]), M = (t, ...e) => t.bind(0, ...e), Nt = (t) => {
|
|
73
|
+
let e;
|
|
74
|
+
const o = t ? zo : Jt, n = t ? Dn : Xe;
|
|
75
|
+
return [(s) => {
|
|
76
|
+
n(e), e = o(() => s(), St(t) ? t() : t);
|
|
77
|
+
}, () => n(e)];
|
|
78
|
+
}, dn = (t) => {
|
|
79
|
+
const e = St(t) ? t() : t;
|
|
80
|
+
if (Tt(e)) {
|
|
81
|
+
const o = e ? zo : Jt, n = e ? Dn : Xe;
|
|
82
|
+
return (s) => {
|
|
83
|
+
const c = o(() => s(), e);
|
|
84
|
+
return () => {
|
|
85
|
+
n(c);
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
}
|
|
89
|
+
return e && e._;
|
|
90
|
+
}, je = (t, e) => {
|
|
91
|
+
const { p: o, v: n, S: s, m: c } = e || {};
|
|
92
|
+
let r, l, a, f, i;
|
|
93
|
+
const u = function(A) {
|
|
94
|
+
l && l(), r && r(), i = l = r = a = void 0, t.apply(this, A);
|
|
95
|
+
}, m = (k) => c && a ? c(a, k) : k, b = () => {
|
|
96
|
+
l && u(m(f) || f);
|
|
97
|
+
}, d = function() {
|
|
98
|
+
const A = Ft(arguments), g = dn(o);
|
|
99
|
+
if (g) {
|
|
100
|
+
const S = dn(n), v = m(A) || A, D = u.bind(0, v);
|
|
101
|
+
l && l(), s && !i ? (D(), i = !0, l = g(() => i = void 0)) : (l = g(D), S && !r && (r = S(b))), a = f = v;
|
|
102
|
+
} else
|
|
103
|
+
u(A);
|
|
104
|
+
};
|
|
105
|
+
return d.O = b, d;
|
|
106
|
+
}, zn = (t, e) => Object.prototype.hasOwnProperty.call(t, e), xt = (t) => t ? Object.keys(t) : [], q = (t, e, o, n, s, c, r) => {
|
|
107
|
+
const l = [e, o, n, s, c, r];
|
|
108
|
+
return (typeof t != "object" || Ze(t)) && !St(t) && (t = {}), X(l, (a) => {
|
|
109
|
+
X(a, (f, i) => {
|
|
110
|
+
const u = a[i];
|
|
111
|
+
if (t === u)
|
|
112
|
+
return !0;
|
|
113
|
+
const m = Ot(u);
|
|
114
|
+
if (u && Ue(u)) {
|
|
115
|
+
const b = t[i];
|
|
116
|
+
let d = b;
|
|
117
|
+
m && !Ot(b) ? d = [] : !m && !Ue(b) && (d = {}), t[i] = q(d, u);
|
|
118
|
+
} else
|
|
119
|
+
t[i] = m ? u.slice() : u;
|
|
120
|
+
});
|
|
121
|
+
}), t;
|
|
122
|
+
}, Tn = (t, e) => X(q({}, t), (o, n, s) => {
|
|
123
|
+
o === void 0 ? delete s[n] : o && Ue(o) && (s[n] = Tn(o));
|
|
124
|
+
}), Bo = (t) => !xt(t).length, Wt = () => {
|
|
125
|
+
}, Ln = (t, e, o) => Fe(t, $s(e, o)), Ut = (t) => go((Ot(t) ? t : (t || "").split(" ")).filter((e) => e)), Fo = (t, e) => t && t.getAttribute(e), un = (t, e) => t && t.hasAttribute(e), Et = (t, e, o) => {
|
|
126
|
+
X(Ut(e), (n) => {
|
|
127
|
+
t && t.setAttribute(n, String(o || ""));
|
|
128
|
+
});
|
|
129
|
+
}, kt = (t, e) => {
|
|
130
|
+
X(Ut(e), (o) => t && t.removeAttribute(o));
|
|
131
|
+
}, eo = (t, e) => {
|
|
132
|
+
const o = Ut(Fo(t, e)), n = M(Et, t, e), s = (c, r) => {
|
|
133
|
+
const l = new Set(o);
|
|
134
|
+
return X(Ut(c), (a) => {
|
|
135
|
+
l[r](a);
|
|
136
|
+
}), Ft(l).join(" ");
|
|
137
|
+
};
|
|
138
|
+
return {
|
|
139
|
+
$: (c) => n(s(c, "delete")),
|
|
140
|
+
C: (c) => n(s(c, "add")),
|
|
141
|
+
H: (c) => {
|
|
142
|
+
const r = Ut(c);
|
|
143
|
+
return r.reduce((l, a) => l && o.includes(a), r.length > 0);
|
|
144
|
+
}
|
|
145
|
+
};
|
|
146
|
+
}, Vo = (t, e, o) => (eo(t, e).$(o), M(No, t, e, o)), No = (t, e, o) => (eo(t, e).C(o), M(Vo, t, e, o)), Ke = (t, e, o, n) => (n ? No : Vo)(t, e, o), Uo = (t, e, o) => eo(t, e).H(o), Hn = (t) => eo(t, "class"), Pn = (t, e) => {
|
|
147
|
+
Hn(t).$(e);
|
|
148
|
+
}, oo = (t, e) => (Hn(t).C(e), M(Pn, t, e)), Mn = (t, e) => {
|
|
149
|
+
const o = e ? Ge(e) && e : document;
|
|
150
|
+
return o ? Ft(o.querySelectorAll(t)) : [];
|
|
151
|
+
}, Es = (t, e) => {
|
|
152
|
+
const o = e ? Ge(e) && e : document;
|
|
153
|
+
return o && o.querySelector(t);
|
|
154
|
+
}, mo = (t, e) => Ge(t) && t.matches(e), In = (t) => mo(t, "body"), bo = (t) => t ? Ft(t.childNodes) : [], ye = (t) => t && t.parentElement, Xt = (t, e) => Ge(t) && t.closest(e), wo = (t) => document.activeElement, zs = (t, e, o) => {
|
|
155
|
+
const n = Xt(t, e), s = t && Es(o, n), c = Xt(s, e) === n;
|
|
156
|
+
return n && s ? n === t || s === t || c && Xt(Xt(t, o), e) !== n : !1;
|
|
157
|
+
}, Gt = (t) => {
|
|
158
|
+
X(Ho(t), (e) => {
|
|
159
|
+
const o = ye(e);
|
|
160
|
+
e && o && o.removeChild(e);
|
|
161
|
+
});
|
|
162
|
+
}, ht = (t, e) => M(Gt, t && e && X(Ho(e), (o) => {
|
|
163
|
+
o && t.appendChild(o);
|
|
164
|
+
}));
|
|
165
|
+
let Rn;
|
|
166
|
+
const Ts = () => Rn, Ls = (t) => {
|
|
167
|
+
Rn = t;
|
|
168
|
+
}, Zt = (t) => {
|
|
169
|
+
const e = document.createElement("div");
|
|
170
|
+
return Et(e, "class", t), e;
|
|
171
|
+
}, Wo = (t) => {
|
|
172
|
+
const e = Zt(), o = Ts(), n = t.trim();
|
|
173
|
+
return e.innerHTML = o ? o.createHTML(n) : n, X(bo(e), (s) => Gt(s));
|
|
174
|
+
}, fn = (t, e) => t.getPropertyValue(e) || t[e] || "", Bn = (t) => {
|
|
175
|
+
const e = t || 0;
|
|
176
|
+
return isFinite(e) ? e : 0;
|
|
177
|
+
}, He = (t) => Bn(parseFloat(t || "")), xo = (t) => Math.round(t * 1e4) / 1e4, Fn = (t) => `${xo(Bn(t))}px`;
|
|
178
|
+
function Lt(t, e) {
|
|
179
|
+
t && e && X(e, (o, n) => {
|
|
180
|
+
try {
|
|
181
|
+
const s = t.style, c = Ze(o) || Je(o) ? "" : Tt(o) ? Fn(o) : o;
|
|
182
|
+
n.indexOf("--") === 0 ? s.setProperty(n, c) : s[n] = c;
|
|
183
|
+
} catch {
|
|
184
|
+
}
|
|
185
|
+
});
|
|
186
|
+
}
|
|
187
|
+
function $t(t, e, o) {
|
|
188
|
+
const n = ge(e);
|
|
189
|
+
let s = n ? "" : {};
|
|
190
|
+
if (t) {
|
|
191
|
+
const c = yt.getComputedStyle(t, o) || t.style;
|
|
192
|
+
s = n ? fn(c, e) : Ft(e).reduce((r, l) => (r[l] = fn(c, l), r), s);
|
|
193
|
+
}
|
|
194
|
+
return s;
|
|
195
|
+
}
|
|
196
|
+
const pn = (t, e, o) => {
|
|
197
|
+
const n = e ? `${e}-` : "", s = o ? `-${o}` : "", c = `${n}top${s}`, r = `${n}right${s}`, l = `${n}bottom${s}`, a = `${n}left${s}`, f = $t(t, [c, r, l, a]);
|
|
198
|
+
return {
|
|
199
|
+
t: He(f[c]),
|
|
200
|
+
r: He(f[r]),
|
|
201
|
+
b: He(f[l]),
|
|
202
|
+
l: He(f[a])
|
|
203
|
+
};
|
|
204
|
+
}, uo = (t, e) => `translate${Ne(t) ? `(${t.x},${t.y})` : `${e ? "X" : "Y"}(${t})`}`, Hs = (t) => !!(t.offsetWidth || t.offsetHeight || t.getClientRects().length), Ps = {
|
|
205
|
+
w: 0,
|
|
206
|
+
h: 0
|
|
207
|
+
}, no = (t, e) => e ? {
|
|
208
|
+
w: e[`${t}Width`],
|
|
209
|
+
h: e[`${t}Height`]
|
|
210
|
+
} : Ps, Ms = (t) => no("inner", t || yt), It = M(no, "offset"), Vn = M(no, "client"), Ye = M(no, "scroll"), qo = (t) => {
|
|
211
|
+
const e = parseFloat($t(t, te)) || 0, o = parseFloat($t(t, me)) || 0;
|
|
212
|
+
return {
|
|
213
|
+
w: e - vo(e),
|
|
214
|
+
h: o - vo(o)
|
|
215
|
+
};
|
|
216
|
+
}, fo = (t) => t.getBoundingClientRect(), Is = (t) => !!t && Hs(t), So = (t) => !!(t && (t[me] || t[te])), Nn = (t, e) => {
|
|
217
|
+
const o = So(t);
|
|
218
|
+
return !So(e) && o;
|
|
219
|
+
}, hn = (t, e, o, n) => {
|
|
220
|
+
X(Ut(e), (s) => {
|
|
221
|
+
t && t.removeEventListener(s, o, n);
|
|
222
|
+
});
|
|
223
|
+
}, Z = (t, e, o, n) => {
|
|
224
|
+
var s;
|
|
225
|
+
const c = (s = n && n.T) != null ? s : !0, r = n && n.I || !1, l = n && n.A || !1, a = {
|
|
226
|
+
passive: c,
|
|
227
|
+
capture: r
|
|
228
|
+
};
|
|
229
|
+
return M(mt, Ut(e).map((f) => {
|
|
230
|
+
const i = l ? (u) => {
|
|
231
|
+
hn(t, f, i, r), o && o(u);
|
|
232
|
+
} : o;
|
|
233
|
+
return t && t.addEventListener(f, i, a), M(hn, t, f, i, r);
|
|
234
|
+
}));
|
|
235
|
+
}, jo = (t) => t.stopPropagation(), Co = (t) => t.preventDefault(), Un = (t) => jo(t) || Co(t), wt = (t, e) => {
|
|
236
|
+
const { x: o, y: n } = Tt(e) ? {
|
|
237
|
+
x: e,
|
|
238
|
+
y: e
|
|
239
|
+
} : e || {};
|
|
240
|
+
Tt(o) && (t.scrollLeft = o), Tt(n) && (t.scrollTop = n);
|
|
241
|
+
}, gt = (t) => ({
|
|
242
|
+
x: t.scrollLeft,
|
|
243
|
+
y: t.scrollTop
|
|
244
|
+
}), Wn = () => ({
|
|
245
|
+
D: {
|
|
246
|
+
x: 0,
|
|
247
|
+
y: 0
|
|
248
|
+
},
|
|
249
|
+
M: {
|
|
250
|
+
x: 0,
|
|
251
|
+
y: 0
|
|
252
|
+
}
|
|
253
|
+
}), Rs = (t, e) => {
|
|
254
|
+
const { D: o, M: n } = t, { w: s, h: c } = e, r = (u, m, b) => {
|
|
255
|
+
let d = rn(u) * b, k = rn(m) * b;
|
|
256
|
+
if (d === k) {
|
|
257
|
+
const A = Ve(u), g = Ve(m);
|
|
258
|
+
k = A > g ? 0 : k, d = A < g ? 0 : d;
|
|
259
|
+
}
|
|
260
|
+
return d = d === k ? 0 : d, [d + 0, k + 0];
|
|
261
|
+
}, [l, a] = r(o.x, n.x, s), [f, i] = r(o.y, n.y, c);
|
|
262
|
+
return {
|
|
263
|
+
D: {
|
|
264
|
+
x: l,
|
|
265
|
+
y: f
|
|
266
|
+
},
|
|
267
|
+
M: {
|
|
268
|
+
x: a,
|
|
269
|
+
y: i
|
|
270
|
+
}
|
|
271
|
+
};
|
|
272
|
+
}, po = ({ D: t, M: e }) => {
|
|
273
|
+
const o = (n, s) => n === 0 && n <= s;
|
|
274
|
+
return {
|
|
275
|
+
x: o(t.x, e.x),
|
|
276
|
+
y: o(t.y, e.y)
|
|
277
|
+
};
|
|
278
|
+
}, yn = ({ D: t, M: e }, o) => {
|
|
279
|
+
const n = (s, c, r) => Ln(0, 1, (s - r) / (s - c) || 0);
|
|
280
|
+
return {
|
|
281
|
+
x: n(t.x, e.x, o.x),
|
|
282
|
+
y: n(t.y, e.y, o.y)
|
|
283
|
+
};
|
|
284
|
+
}, _o = (t) => {
|
|
285
|
+
t && t.focus && t.focus({
|
|
286
|
+
preventScroll: !0
|
|
287
|
+
});
|
|
288
|
+
}, vn = (t, e) => {
|
|
289
|
+
X(Ho(e), t);
|
|
290
|
+
}, Oo = (t) => {
|
|
291
|
+
const e = /* @__PURE__ */ new Map(), o = (c, r) => {
|
|
292
|
+
if (c) {
|
|
293
|
+
const l = e.get(c);
|
|
294
|
+
vn((a) => {
|
|
295
|
+
l && l[a ? "delete" : "clear"](a);
|
|
296
|
+
}, r);
|
|
297
|
+
} else
|
|
298
|
+
e.forEach((l) => {
|
|
299
|
+
l.clear();
|
|
300
|
+
}), e.clear();
|
|
301
|
+
}, n = (c, r) => {
|
|
302
|
+
if (ge(c)) {
|
|
303
|
+
const f = e.get(c) || /* @__PURE__ */ new Set();
|
|
304
|
+
return e.set(c, f), vn((i) => {
|
|
305
|
+
St(i) && f.add(i);
|
|
306
|
+
}, r), M(o, c, r);
|
|
307
|
+
}
|
|
308
|
+
Je(r) && r && o();
|
|
309
|
+
const l = xt(c), a = [];
|
|
310
|
+
return X(l, (f) => {
|
|
311
|
+
const i = c[f];
|
|
312
|
+
i && nt(a, n(f, i));
|
|
313
|
+
}), M(mt, a);
|
|
314
|
+
}, s = (c, r) => {
|
|
315
|
+
X(Ft(e.get(c)), (l) => {
|
|
316
|
+
r && !qe(r) ? l.apply(0, r) : l();
|
|
317
|
+
});
|
|
318
|
+
};
|
|
319
|
+
return n(t || {}), [n, o, s];
|
|
320
|
+
}, qn = {}, jn = {}, Bs = (t) => {
|
|
321
|
+
X(t, (e) => X(e, (o, n) => {
|
|
322
|
+
qn[n] = e[n];
|
|
323
|
+
}));
|
|
324
|
+
}, Kn = (t, e, o) => xt(t).map((n) => {
|
|
325
|
+
const { static: s, instance: c } = t[n], [r, l, a] = o || [], f = o ? c : s;
|
|
326
|
+
if (f) {
|
|
327
|
+
const i = o ? f(r, l, e) : f(e);
|
|
328
|
+
return (a || jn)[n] = i;
|
|
329
|
+
}
|
|
330
|
+
}), be = (t) => jn[t], Fs = "__osOptionsValidationPlugin", ee = "data-overlayscrollbars", Ie = "os-environment", Pe = `${Ie}-scrollbar-hidden`, ho = `${ee}-initialize`, Re = "noClipping", gn = `${ee}-body`, Rt = ee, Vs = "host", At = `${ee}-viewport`, Ns = Mo, Us = Io, Yn = "arrange", Xn = "measuring", Ws = "scrolling", Qn = "scrollbarHidden", qs = "noContent", $o = `${ee}-padding`, mn = `${ee}-content`, Ko = "os-size-observer", js = `${Ko}-appear`, Yo = `${Ko}-listener`, Ks = `${Yo}-scroll`, Be = `${Yo}-item`, bn = `${Be}-final`, Ys = "os-trinsic-observer", Xs = "os-theme-none", bt = "os-scrollbar", Qs = `${bt}-rtl`, Zs = `${bt}-horizontal`, Js = `${bt}-vertical`, Zn = `${bt}-track`, Xo = `${bt}-handle`, Gs = `${bt}-visible`, tc = `${bt}-cornerless`, wn = `${bt}-interaction`, xn = `${bt}-unusable`, ko = `${bt}-auto-hide`, Sn = `${ko}-hidden`, Cn = `${bt}-wheel`, ec = `${Zn}-interactive`, oc = `${Xo}-interactive`, Jn = "__osSizeObserverPlugin", nc = {
|
|
331
|
+
[Jn]: {
|
|
332
|
+
static: () => (t, e, o) => {
|
|
333
|
+
const s = "scroll", c = Wo(`<div class="${Be}" dir="ltr"><div class="${Be}"><div class="${bn}"></div></div><div class="${Be}"><div class="${bn}" style="width: 200%; height: 200%"></div></div></div>`), r = c[0], l = r.lastChild, a = r.firstChild, f = a?.firstChild;
|
|
334
|
+
let i = It(r), u = i, m = !1, b;
|
|
335
|
+
const d = () => {
|
|
336
|
+
wt(a, 3333333), wt(l, 3333333);
|
|
337
|
+
}, k = (S) => {
|
|
338
|
+
b = 0, m && (i = u, e(S === !0));
|
|
339
|
+
}, A = (S) => {
|
|
340
|
+
u = It(r), m = !S || !Ro(u, i), S ? (jo(S), m && !b && (Xe(b), b = Jt(k))) : k(S === !1), d();
|
|
341
|
+
}, g = [ht(t, c), Z(a, s, A), Z(l, s, A)];
|
|
342
|
+
return oo(t, Ks), Lt(f, {
|
|
343
|
+
[te]: 3333333,
|
|
344
|
+
[me]: 3333333
|
|
345
|
+
}), Jt(d), [o ? M(A, !1) : d, g];
|
|
346
|
+
}
|
|
347
|
+
}
|
|
348
|
+
}, Gn = (t, e) => {
|
|
349
|
+
const { k: o } = e, [n, s] = t("showNativeOverlaidScrollbars");
|
|
350
|
+
return [n && o.x && o.y, s];
|
|
351
|
+
}, Qt = (t) => t.indexOf(zt) === 0, sc = (t) => t.replace(`${zt}-`, ""), Ao = (t, e) => {
|
|
352
|
+
if (t === "auto")
|
|
353
|
+
return e ? Bt : _t;
|
|
354
|
+
const o = t || _t;
|
|
355
|
+
return [_t, Bt, zt].includes(o) ? o : _t;
|
|
356
|
+
}, ts = (t, e) => {
|
|
357
|
+
const { overflowX: o, overflowY: n } = $t(t, [Mo, Io]);
|
|
358
|
+
return {
|
|
359
|
+
x: Ao(o, e.x),
|
|
360
|
+
y: Ao(n, e.y)
|
|
361
|
+
};
|
|
362
|
+
}, Qo = "__osScrollbarsHidingPlugin", cc = {
|
|
363
|
+
[Qo]: {
|
|
364
|
+
static: () => ({
|
|
365
|
+
R: (t, e, o, n, s) => {
|
|
366
|
+
const { V: c, L: r } = t, { U: l, k: a, P: f } = n, i = !c && !l && (a.x || a.y), [u] = Gn(s, n), m = (A) => {
|
|
367
|
+
const g = l || u ? 0 : 42, S = (T, P, E) => [P && !l ? T ? g : E : 0, T && !!g], [B, v] = S(a.x, A.x === Bt, f.x), [D, z] = S(a.y, A.y === Bt, f.y);
|
|
368
|
+
return {
|
|
369
|
+
N: {
|
|
370
|
+
x: B,
|
|
371
|
+
y: D
|
|
372
|
+
},
|
|
373
|
+
q: {
|
|
374
|
+
x: v,
|
|
375
|
+
y: z
|
|
376
|
+
}
|
|
377
|
+
};
|
|
378
|
+
}, b = (A) => {
|
|
379
|
+
if (!c) {
|
|
380
|
+
const { B: g } = o, S = q({}, {
|
|
381
|
+
[pe]: 0,
|
|
382
|
+
[Yt]: 0,
|
|
383
|
+
[fe]: 0
|
|
384
|
+
}), { N: B, q: v } = m(A), { x: D, y: z } = v, { x: T, y: P } = B, { F: E } = e, w = g ? fe : pe, _ = g ? de : le, O = E[w], I = E[Yt], F = E[_], N = E[ue];
|
|
385
|
+
return S[te] = `calc(100% + ${P + O * -1}px)`, S[w] = -P + O, S[Yt] = -T + I, i && (S[_] = F + (z ? P : 0), S[ue] = N + (D ? T : 0)), S;
|
|
386
|
+
}
|
|
387
|
+
};
|
|
388
|
+
return {
|
|
389
|
+
X: (A, g, S) => {
|
|
390
|
+
if (i) {
|
|
391
|
+
const { F: B } = e, { N: v, q: D } = m(A), { x: z, y: T } = D, { x: P, y: E } = v, { B: w } = o, O = B[w ? le : de], I = B.paddingTop, F = g.w + S.w, N = g.h + S.h, W = {
|
|
392
|
+
w: E && T ? `${E + F - O}px` : "",
|
|
393
|
+
h: P && z ? `${P + N - I}px` : ""
|
|
394
|
+
};
|
|
395
|
+
Lt(r, {
|
|
396
|
+
"--os-vaw": W.w,
|
|
397
|
+
"--os-vah": W.h
|
|
398
|
+
});
|
|
399
|
+
}
|
|
400
|
+
return i;
|
|
401
|
+
},
|
|
402
|
+
Y: () => {
|
|
403
|
+
if (i) {
|
|
404
|
+
const { j: A, F: g } = e, S = ts(r, A), { q: B } = m(S), { x: v, y: D } = B, z = {}, T = (w) => X(w, (_) => {
|
|
405
|
+
z[_] = g[_];
|
|
406
|
+
});
|
|
407
|
+
v && T([Yt, Po, ue]), D && T([fe, pe, de, le]);
|
|
408
|
+
const P = $t(r, xt(z)), E = Vo(r, At, Yn);
|
|
409
|
+
return Lt(r, z), () => {
|
|
410
|
+
Lt(r, q({}, P, b(S))), E();
|
|
411
|
+
};
|
|
412
|
+
}
|
|
413
|
+
return Wt;
|
|
414
|
+
},
|
|
415
|
+
W: b
|
|
416
|
+
};
|
|
417
|
+
}
|
|
418
|
+
})
|
|
419
|
+
}
|
|
420
|
+
}, es = "__osClickScrollPlugin", rc = {
|
|
421
|
+
[es]: {
|
|
422
|
+
static: () => (t, e, o, n) => {
|
|
423
|
+
let s = !1, c = Wt;
|
|
424
|
+
const r = 133, l = 222, [a, f] = Nt(r), i = Math.sign(e), u = o * i, m = u / 2, b = (g) => 1 - (1 - g) * (1 - g), d = (g, S) => lo(g, S, l, t, b), k = (g, S) => lo(g, e - u, r * S, (B, v, D) => {
|
|
425
|
+
t(B), D && (c = d(B, e));
|
|
426
|
+
}), A = lo(0, u, l, (g, S, B) => {
|
|
427
|
+
if (t(g), B && (n(s), !s)) {
|
|
428
|
+
const v = e - g;
|
|
429
|
+
Math.sign(v - m) === i && a(() => {
|
|
430
|
+
const z = v - u;
|
|
431
|
+
c = Math.sign(z) === i ? k(g, Math.abs(z) / o) : d(g, e);
|
|
432
|
+
});
|
|
433
|
+
}
|
|
434
|
+
}, b);
|
|
435
|
+
return (g) => {
|
|
436
|
+
s = !0, g && A(), f(), c();
|
|
437
|
+
};
|
|
438
|
+
}
|
|
439
|
+
}
|
|
440
|
+
}, _n = (t) => JSON.stringify(t, (e, o) => {
|
|
441
|
+
if (St(o))
|
|
442
|
+
throw 0;
|
|
443
|
+
return o;
|
|
444
|
+
}), On = (t, e) => t ? `${e}`.split(".").reduce((o, n) => o && zn(o, n) ? o[n] : void 0, t) : void 0, ic = {
|
|
445
|
+
paddingAbsolute: !1,
|
|
446
|
+
showNativeOverlaidScrollbars: !1,
|
|
447
|
+
update: {
|
|
448
|
+
elementEvents: [["img", "load"]],
|
|
449
|
+
debounce: [0, 33],
|
|
450
|
+
attributes: null,
|
|
451
|
+
ignoreMutation: null
|
|
452
|
+
},
|
|
453
|
+
overflow: {
|
|
454
|
+
x: "scroll",
|
|
455
|
+
y: "scroll"
|
|
456
|
+
},
|
|
457
|
+
scrollbars: {
|
|
458
|
+
theme: "os-theme-dark",
|
|
459
|
+
visibility: "auto",
|
|
460
|
+
autoHide: "never",
|
|
461
|
+
autoHideDelay: 1300,
|
|
462
|
+
autoHideSuspend: !1,
|
|
463
|
+
dragScroll: !0,
|
|
464
|
+
clickScroll: !1,
|
|
465
|
+
pointers: ["mouse", "touch", "pen"]
|
|
466
|
+
}
|
|
467
|
+
}, os = (t, e) => {
|
|
468
|
+
const o = {}, n = he(xt(e), xt(t));
|
|
469
|
+
return X(n, (s) => {
|
|
470
|
+
const c = t[s], r = e[s];
|
|
471
|
+
if (Ne(c) && Ne(r))
|
|
472
|
+
q(o[s] = {}, os(c, r)), Bo(o[s]) && delete o[s];
|
|
473
|
+
else if (zn(e, s) && r !== c) {
|
|
474
|
+
let l = !0;
|
|
475
|
+
if (Ot(c) || Ot(r))
|
|
476
|
+
try {
|
|
477
|
+
_n(c) === _n(r) && (l = !1);
|
|
478
|
+
} catch {
|
|
479
|
+
}
|
|
480
|
+
l && (o[s] = r);
|
|
481
|
+
}
|
|
482
|
+
}), o;
|
|
483
|
+
}, $n = (t, e, o) => (n) => [On(t, n), o || On(e, n) !== void 0];
|
|
484
|
+
let ns;
|
|
485
|
+
const ac = () => ns, lc = (t) => {
|
|
486
|
+
ns = t;
|
|
487
|
+
};
|
|
488
|
+
let yo;
|
|
489
|
+
const dc = () => {
|
|
490
|
+
const t = (v, D, z) => {
|
|
491
|
+
ht(document.body, v), ht(document.body, v);
|
|
492
|
+
const T = Vn(v), P = It(v), E = qo(D);
|
|
493
|
+
return z && Gt(v), {
|
|
494
|
+
x: P.h - T.h + E.h,
|
|
495
|
+
y: P.w - T.w + E.w
|
|
496
|
+
};
|
|
497
|
+
}, e = (v) => {
|
|
498
|
+
let D = !1;
|
|
499
|
+
const z = oo(v, Pe);
|
|
500
|
+
try {
|
|
501
|
+
D = $t(v, "scrollbar-width") === "none" || $t(v, "display", "::-webkit-scrollbar") === "none";
|
|
502
|
+
} catch {
|
|
503
|
+
}
|
|
504
|
+
return z(), D;
|
|
505
|
+
}, o = `.${Ie}{scroll-behavior:auto!important;position:fixed;opacity:0;visibility:hidden;overflow:scroll;height:200px;width:200px;z-index:-1}.${Ie} div{width:200%;height:200%;margin:10px 0}.${Pe}{scrollbar-width:none!important}.${Pe}::-webkit-scrollbar,.${Pe}::-webkit-scrollbar-corner{appearance:none!important;display:none!important;width:0!important;height:0!important}`, s = Wo(`<div class="${Ie}"><div></div><style>${o}</style></div>`)[0], c = s.firstChild, r = s.lastChild, l = ac();
|
|
506
|
+
l && (r.nonce = l);
|
|
507
|
+
const [a, , f] = Oo(), [i, u] = vt({
|
|
508
|
+
o: t(s, c),
|
|
509
|
+
i: Me
|
|
510
|
+
}, M(t, s, c, !0)), [m] = u(), b = e(s), d = {
|
|
511
|
+
x: m.x === 0,
|
|
512
|
+
y: m.y === 0
|
|
513
|
+
}, k = {
|
|
514
|
+
elements: {
|
|
515
|
+
host: null,
|
|
516
|
+
padding: !b,
|
|
517
|
+
viewport: (v) => b && In(v) && v,
|
|
518
|
+
content: !1
|
|
519
|
+
},
|
|
520
|
+
scrollbars: {
|
|
521
|
+
slot: !0
|
|
522
|
+
},
|
|
523
|
+
cancel: {
|
|
524
|
+
nativeScrollbarsOverlaid: !1,
|
|
525
|
+
body: null
|
|
526
|
+
}
|
|
527
|
+
}, A = q({}, ic), g = M(q, {}, A), S = M(q, {}, k), B = {
|
|
528
|
+
P: m,
|
|
529
|
+
k: d,
|
|
530
|
+
U: b,
|
|
531
|
+
J: !!ae,
|
|
532
|
+
G: M(a, "r"),
|
|
533
|
+
K: S,
|
|
534
|
+
Z: (v) => q(k, v) && S(),
|
|
535
|
+
tt: g,
|
|
536
|
+
nt: (v) => q(A, v) && g(),
|
|
537
|
+
ot: q({}, k),
|
|
538
|
+
st: q({}, A)
|
|
539
|
+
};
|
|
540
|
+
if (kt(s, "style"), Gt(s), Z(yt, "resize", () => {
|
|
541
|
+
f("r", []);
|
|
542
|
+
}), St(yt.matchMedia) && !b && (!d.x || !d.y)) {
|
|
543
|
+
const v = (D) => {
|
|
544
|
+
const z = yt.matchMedia(`(resolution: ${yt.devicePixelRatio}dppx)`);
|
|
545
|
+
Z(z, "change", () => {
|
|
546
|
+
D(), v(D);
|
|
547
|
+
}, {
|
|
548
|
+
A: !0
|
|
549
|
+
});
|
|
550
|
+
};
|
|
551
|
+
v(() => {
|
|
552
|
+
const [D, z] = i();
|
|
553
|
+
q(B.P, D), f("r", [z]);
|
|
554
|
+
});
|
|
555
|
+
}
|
|
556
|
+
return B;
|
|
557
|
+
}, Dt = () => (yo || (yo = dc()), yo), uc = (t, e, o) => {
|
|
558
|
+
let n = !1;
|
|
559
|
+
const s = o ? /* @__PURE__ */ new WeakMap() : !1, c = () => {
|
|
560
|
+
n = !0;
|
|
561
|
+
}, r = (l) => {
|
|
562
|
+
if (s && o) {
|
|
563
|
+
const a = o.map((f) => {
|
|
564
|
+
const [i, u] = f || [];
|
|
565
|
+
return [u && i ? (l || Mn)(i, t) : [], u];
|
|
566
|
+
});
|
|
567
|
+
X(a, (f) => X(f[0], (i) => {
|
|
568
|
+
const u = f[1], m = s.get(i) || [];
|
|
569
|
+
if (t.contains(i) && u) {
|
|
570
|
+
const d = Z(i, u, (k) => {
|
|
571
|
+
n ? (d(), s.delete(i)) : e(k);
|
|
572
|
+
});
|
|
573
|
+
s.set(i, nt(m, d));
|
|
574
|
+
} else
|
|
575
|
+
mt(m), s.delete(i);
|
|
576
|
+
}));
|
|
577
|
+
}
|
|
578
|
+
};
|
|
579
|
+
return r(), [c, r];
|
|
580
|
+
}, kn = (t, e, o, n) => {
|
|
581
|
+
let s = !1;
|
|
582
|
+
const { et: c, ct: r, rt: l, it: a, lt: f, ut: i } = n || {}, u = je(() => s && o(!0), {
|
|
583
|
+
p: 33,
|
|
584
|
+
v: 99
|
|
585
|
+
}), [m, b] = uc(t, u, l), d = c || [], k = r || [], A = he(d, k), g = (B, v) => {
|
|
586
|
+
if (!qe(v)) {
|
|
587
|
+
const D = f || Wt, z = i || Wt, T = [], P = [];
|
|
588
|
+
let E = !1, w = !1;
|
|
589
|
+
if (X(v, (_) => {
|
|
590
|
+
const { attributeName: O, target: I, type: F, oldValue: N, addedNodes: W, removedNodes: K } = _, Q = F === "attributes", j = F === "childList", st = t === I, H = Q && O, x = H && Fo(I, O || ""), p = ge(x) ? x : null, C = H && N !== p, h = En(k, O) && C;
|
|
591
|
+
if (e && (j || !st)) {
|
|
592
|
+
const y = Q && C, $ = y && a && mo(I, a), R = ($ ? !D(I, O, N, p) : !Q || y) && !z(_, !!$, t, n);
|
|
593
|
+
X(W, (U) => nt(T, U)), X(K, (U) => nt(T, U)), w = w || R;
|
|
594
|
+
}
|
|
595
|
+
!e && st && C && !D(I, O, N, p) && (nt(P, O), E = E || h);
|
|
596
|
+
}), b((_) => go(T).reduce((O, I) => (nt(O, Mn(_, I)), mo(I, _) ? nt(O, I) : O), [])), e)
|
|
597
|
+
return !B && w && o(!1), [!1];
|
|
598
|
+
if (!qe(P) || E) {
|
|
599
|
+
const _ = [go(P), E];
|
|
600
|
+
return B || o.apply(0, _), _;
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
}, S = new ks(M(g, !1));
|
|
604
|
+
return [() => (S.observe(t, {
|
|
605
|
+
attributes: !0,
|
|
606
|
+
attributeOldValue: !0,
|
|
607
|
+
attributeFilter: A,
|
|
608
|
+
subtree: e,
|
|
609
|
+
childList: e,
|
|
610
|
+
characterData: e
|
|
611
|
+
}), s = !0, () => {
|
|
612
|
+
s && (m(), S.disconnect(), s = !1);
|
|
613
|
+
}), () => {
|
|
614
|
+
if (s)
|
|
615
|
+
return u.O(), g(!0, S.takeRecords());
|
|
616
|
+
}];
|
|
617
|
+
};
|
|
618
|
+
let Vt = null;
|
|
619
|
+
const ss = (t, e, o) => {
|
|
620
|
+
const { ft: n } = o || {}, s = be(Jn), [c] = vt({
|
|
621
|
+
o: !1,
|
|
622
|
+
u: !0
|
|
623
|
+
});
|
|
624
|
+
return () => {
|
|
625
|
+
const r = [], a = Wo(`<div class="${Ko}"><div class="${Yo}"></div></div>`)[0], f = a.firstChild, i = (u) => {
|
|
626
|
+
const m = Ot(u) && !qe(u);
|
|
627
|
+
let b = !1, d = !1;
|
|
628
|
+
if (m) {
|
|
629
|
+
const k = u[0], [A, , g] = c(k.contentRect), S = So(A);
|
|
630
|
+
d = Nn(A, g), b = !d && !S;
|
|
631
|
+
} else
|
|
632
|
+
d = u === !0;
|
|
633
|
+
b || e({
|
|
634
|
+
_t: !0,
|
|
635
|
+
ft: d
|
|
636
|
+
});
|
|
637
|
+
};
|
|
638
|
+
if (Kt) {
|
|
639
|
+
if (!Je(Vt)) {
|
|
640
|
+
const d = new Kt(Wt);
|
|
641
|
+
d.observe(t, {
|
|
642
|
+
get box() {
|
|
643
|
+
Vt = !0;
|
|
644
|
+
}
|
|
645
|
+
}), Vt = Vt || !1, d.disconnect();
|
|
646
|
+
}
|
|
647
|
+
const u = je(i, {
|
|
648
|
+
p: 0,
|
|
649
|
+
v: 0
|
|
650
|
+
}), m = (d) => u(d), b = new Kt(m);
|
|
651
|
+
if (b.observe(Vt ? t : f), nt(r, [() => {
|
|
652
|
+
b.disconnect();
|
|
653
|
+
}, !Vt && ht(t, a)]), Vt) {
|
|
654
|
+
const d = new Kt(m);
|
|
655
|
+
d.observe(t, {
|
|
656
|
+
box: "border-box"
|
|
657
|
+
}), nt(r, () => d.disconnect());
|
|
658
|
+
}
|
|
659
|
+
} else if (s) {
|
|
660
|
+
const [u, m] = s(f, i, n);
|
|
661
|
+
nt(r, he([oo(a, js), Z(a, "animationstart", u), ht(t, a)], m));
|
|
662
|
+
} else
|
|
663
|
+
return Wt;
|
|
664
|
+
return M(mt, r);
|
|
665
|
+
};
|
|
666
|
+
}, fc = (t, e) => {
|
|
667
|
+
let o;
|
|
668
|
+
const n = (a) => a.h === 0 || a.isIntersecting || a.intersectionRatio > 0, s = Zt(Ys), [c] = vt({
|
|
669
|
+
o: !1
|
|
670
|
+
}), r = (a, f) => {
|
|
671
|
+
if (a) {
|
|
672
|
+
const i = c(n(a)), [, u] = i;
|
|
673
|
+
return u && !f && e(i) && [i];
|
|
674
|
+
}
|
|
675
|
+
}, l = (a, f) => r(f.pop(), a);
|
|
676
|
+
return [() => {
|
|
677
|
+
const a = [];
|
|
678
|
+
if (an)
|
|
679
|
+
o = new an(M(l, !1), {
|
|
680
|
+
root: t
|
|
681
|
+
}), o.observe(s), nt(a, () => {
|
|
682
|
+
o.disconnect();
|
|
683
|
+
});
|
|
684
|
+
else {
|
|
685
|
+
const f = () => {
|
|
686
|
+
const i = It(s);
|
|
687
|
+
r(i);
|
|
688
|
+
};
|
|
689
|
+
nt(a, ss(s, f)()), f();
|
|
690
|
+
}
|
|
691
|
+
return M(mt, nt(a, ht(t, s)));
|
|
692
|
+
}, () => o && l(!0, o.takeRecords())];
|
|
693
|
+
}, pc = (t, e, o, n) => {
|
|
694
|
+
let s, c, r, l, a, f;
|
|
695
|
+
const i = `[${Rt}]`, u = `[${At}]`, m = ["id", "class", "style", "open", "wrap", "cols", "rows"], { dt: b, vt: d, L: k, gt: A, ht: g, V: S, bt: B, wt: v, yt: D, St: z } = t, T = (h) => $t(h, "direction") === "rtl", P = {
|
|
696
|
+
Ot: !1,
|
|
697
|
+
B: T(b)
|
|
698
|
+
}, E = Dt(), w = be(Qo), [_] = vt({
|
|
699
|
+
i: Ro,
|
|
700
|
+
o: {
|
|
701
|
+
w: 0,
|
|
702
|
+
h: 0
|
|
703
|
+
}
|
|
704
|
+
}, () => {
|
|
705
|
+
const h = w && w.R(t, e, P, E, o).Y, $ = !(B && S) && Uo(d, Rt, Re), L = !S && v(Yn), R = L && gt(A), U = R && z(), tt = D(Xn, $), Y = L && h && h(), et = Ye(k), V = qo(k);
|
|
706
|
+
return Y && Y(), wt(A, R), U && U(), $ && tt(), {
|
|
707
|
+
w: et.w + V.w,
|
|
708
|
+
h: et.h + V.h
|
|
709
|
+
};
|
|
710
|
+
}), O = je(n, {
|
|
711
|
+
p: () => s,
|
|
712
|
+
v: () => c,
|
|
713
|
+
m(h, y) {
|
|
714
|
+
const [$] = h, [L] = y;
|
|
715
|
+
return [he(xt($), xt(L)).reduce((R, U) => (R[U] = $[U] || L[U], R), {})];
|
|
716
|
+
}
|
|
717
|
+
}), I = (h) => {
|
|
718
|
+
const y = T(b);
|
|
719
|
+
q(h, {
|
|
720
|
+
$t: f !== y
|
|
721
|
+
}), q(P, {
|
|
722
|
+
B: y
|
|
723
|
+
}), f = y;
|
|
724
|
+
}, F = (h, y) => {
|
|
725
|
+
const [$, L] = h, R = {
|
|
726
|
+
Ct: L
|
|
727
|
+
};
|
|
728
|
+
return q(P, {
|
|
729
|
+
Ot: $
|
|
730
|
+
}), y || n(R), R;
|
|
731
|
+
}, N = ({ _t: h, ft: y }) => {
|
|
732
|
+
const L = !(h && !y) && E.U ? O : n, R = {
|
|
733
|
+
_t: h || y,
|
|
734
|
+
ft: y
|
|
735
|
+
};
|
|
736
|
+
I(R), L(R);
|
|
737
|
+
}, W = (h, y) => {
|
|
738
|
+
const [, $] = _(), L = {
|
|
739
|
+
xt: $
|
|
740
|
+
};
|
|
741
|
+
return I(L), $ && !y && (h ? n : O)(L), L;
|
|
742
|
+
}, K = (h, y, $) => {
|
|
743
|
+
const L = {
|
|
744
|
+
Ht: y
|
|
745
|
+
};
|
|
746
|
+
return I(L), y && !$ && O(L), L;
|
|
747
|
+
}, [Q, j] = g ? fc(d, F) : [], st = !S && ss(d, N, {
|
|
748
|
+
ft: !0
|
|
749
|
+
}), [H, x] = kn(d, !1, K, {
|
|
750
|
+
ct: m,
|
|
751
|
+
et: m
|
|
752
|
+
}), p = S && Kt && new Kt((h) => {
|
|
753
|
+
const y = h[h.length - 1].contentRect;
|
|
754
|
+
N({
|
|
755
|
+
_t: !0,
|
|
756
|
+
ft: Nn(y, a)
|
|
757
|
+
}), a = y;
|
|
758
|
+
}), C = je(() => {
|
|
759
|
+
const [, h] = _();
|
|
760
|
+
n({
|
|
761
|
+
xt: h
|
|
762
|
+
});
|
|
763
|
+
}, {
|
|
764
|
+
p: 222,
|
|
765
|
+
S: !0
|
|
766
|
+
});
|
|
767
|
+
return [() => {
|
|
768
|
+
p && p.observe(d);
|
|
769
|
+
const h = st && st(), y = Q && Q(), $ = H(), L = E.G((R) => {
|
|
770
|
+
R ? O({
|
|
771
|
+
Et: R
|
|
772
|
+
}) : C();
|
|
773
|
+
});
|
|
774
|
+
return () => {
|
|
775
|
+
p && p.disconnect(), h && h(), y && y(), l && l(), $(), L();
|
|
776
|
+
};
|
|
777
|
+
}, ({ zt: h, Tt: y, It: $ }) => {
|
|
778
|
+
const L = {}, [R] = h("update.ignoreMutation"), [U, tt] = h("update.attributes"), [Y, et] = h("update.elementEvents"), [V, it] = h("update.debounce"), ft = et || tt, at = y || $, ut = (ot) => St(R) && R(ot);
|
|
779
|
+
if (ft) {
|
|
780
|
+
r && r(), l && l();
|
|
781
|
+
const [ot, ct] = kn(g || k, !0, W, {
|
|
782
|
+
et: he(m, U || []),
|
|
783
|
+
rt: Y,
|
|
784
|
+
it: i,
|
|
785
|
+
ut: (rt, J) => {
|
|
786
|
+
const { target: lt, attributeName: pt } = rt;
|
|
787
|
+
return (!J && pt && !S ? zs(lt, i, u) : !1) || !!Xt(lt, `.${bt}`) || !!ut(rt);
|
|
788
|
+
}
|
|
789
|
+
});
|
|
790
|
+
l = ot(), r = ct;
|
|
791
|
+
}
|
|
792
|
+
if (it)
|
|
793
|
+
if (O.O(), Ot(V)) {
|
|
794
|
+
const ot = V[0], ct = V[1];
|
|
795
|
+
s = Tt(ot) && ot, c = Tt(ct) && ct;
|
|
796
|
+
} else Tt(V) ? (s = V, c = !1) : (s = !1, c = !1);
|
|
797
|
+
if (at) {
|
|
798
|
+
const ot = x(), ct = j && j(), rt = r && r();
|
|
799
|
+
ot && q(L, K(ot[0], ot[1], at)), ct && q(L, F(ct[0], at)), rt && q(L, W(rt[0], at));
|
|
800
|
+
}
|
|
801
|
+
return I(L), L;
|
|
802
|
+
}, P];
|
|
803
|
+
}, cs = (t, e) => St(e) ? e.apply(0, t) : e, hc = (t, e, o, n) => {
|
|
804
|
+
const s = To(n) ? o : n;
|
|
805
|
+
return cs(t, s) || e.apply(0, t);
|
|
806
|
+
}, rs = (t, e, o, n) => {
|
|
807
|
+
const s = To(n) ? o : n, c = cs(t, s);
|
|
808
|
+
return !!c && (We(c) ? c : e.apply(0, t));
|
|
809
|
+
}, yc = (t, e) => {
|
|
810
|
+
const { nativeScrollbarsOverlaid: o, body: n } = e || {}, { k: s, U: c, K: r } = Dt(), { nativeScrollbarsOverlaid: l, body: a } = r().cancel, f = o ?? l, i = To(n) ? a : n, u = (s.x || s.y) && f, m = t && (Ze(i) ? !c : i);
|
|
811
|
+
return !!u || !!m;
|
|
812
|
+
}, vc = (t, e, o, n) => {
|
|
813
|
+
const s = "--os-viewport-percent", c = "--os-scroll-percent", r = "--os-scroll-direction", { K: l } = Dt(), { scrollbars: a } = l(), { slot: f } = a, { dt: i, vt: u, L: m, At: b, gt: d, bt: k, V: A } = e, { scrollbars: g } = b ? {} : t, { slot: S } = g || {}, B = [], v = [], D = [], z = rs([i, u, m], () => A && k ? i : u, f, S), T = (H) => {
|
|
814
|
+
if (ae) {
|
|
815
|
+
let x = null, p = [];
|
|
816
|
+
const C = new ae({
|
|
817
|
+
source: d,
|
|
818
|
+
axis: H
|
|
819
|
+
}), h = () => {
|
|
820
|
+
x && x.cancel(), x = null;
|
|
821
|
+
};
|
|
822
|
+
return {
|
|
823
|
+
kt: ($) => {
|
|
824
|
+
const { Dt: L } = o, R = po(L)[H], U = H === "x", tt = [uo(0, U), uo(`calc(100cq${U ? "w" : "h"} + -100%)`, U)], Y = R ? tt : tt.reverse();
|
|
825
|
+
return p[0] === Y[0] && p[1] === Y[1] || (h(), p = Y, x = $.Mt.animate({
|
|
826
|
+
clear: ["left"],
|
|
827
|
+
transform: Y
|
|
828
|
+
}, {
|
|
829
|
+
timeline: C
|
|
830
|
+
})), h;
|
|
831
|
+
}
|
|
832
|
+
};
|
|
833
|
+
}
|
|
834
|
+
}, P = {
|
|
835
|
+
x: T("x"),
|
|
836
|
+
y: T("y")
|
|
837
|
+
}, E = () => {
|
|
838
|
+
const { Rt: H, Vt: x } = o, p = (C, h) => Ln(0, 1, C / (C + h) || 0);
|
|
839
|
+
return {
|
|
840
|
+
x: p(x.x, H.x),
|
|
841
|
+
y: p(x.y, H.y)
|
|
842
|
+
};
|
|
843
|
+
}, w = (H, x, p) => {
|
|
844
|
+
const C = p ? oo : Pn;
|
|
845
|
+
X(H, (h) => {
|
|
846
|
+
C(h.Lt, x);
|
|
847
|
+
});
|
|
848
|
+
}, _ = (H, x) => {
|
|
849
|
+
X(H, (p) => {
|
|
850
|
+
const [C, h] = x(p);
|
|
851
|
+
Lt(C, h);
|
|
852
|
+
});
|
|
853
|
+
}, O = (H, x, p) => {
|
|
854
|
+
const C = Je(p), h = C ? p : !0, y = C ? !p : !0;
|
|
855
|
+
h && w(v, H, x), y && w(D, H, x);
|
|
856
|
+
}, I = () => {
|
|
857
|
+
const H = E(), x = (p) => (C) => [C.Lt, {
|
|
858
|
+
[s]: xo(p) + ""
|
|
859
|
+
}];
|
|
860
|
+
_(v, x(H.x)), _(D, x(H.y));
|
|
861
|
+
}, F = () => {
|
|
862
|
+
if (!ae) {
|
|
863
|
+
const { Dt: H } = o, x = yn(H, gt(d)), p = (C) => (h) => [h.Lt, {
|
|
864
|
+
[c]: xo(C) + ""
|
|
865
|
+
}];
|
|
866
|
+
_(v, p(x.x)), _(D, p(x.y));
|
|
867
|
+
}
|
|
868
|
+
}, N = () => {
|
|
869
|
+
const { Dt: H } = o, x = po(H), p = (C) => (h) => [h.Lt, {
|
|
870
|
+
[r]: C ? "0" : "1"
|
|
871
|
+
}];
|
|
872
|
+
_(v, p(x.x)), _(D, p(x.y)), ae && (v.forEach(P.x.kt), D.forEach(P.y.kt));
|
|
873
|
+
}, W = () => {
|
|
874
|
+
if (A && !k) {
|
|
875
|
+
const { Rt: H, Dt: x } = o, p = po(x), C = yn(x, gt(d)), h = (y) => {
|
|
876
|
+
const { Lt: $ } = y, L = ye($) === m && $, R = (U, tt, Y) => {
|
|
877
|
+
const et = tt * U;
|
|
878
|
+
return Fn(Y ? et : -et);
|
|
879
|
+
};
|
|
880
|
+
return [L, L && {
|
|
881
|
+
transform: uo({
|
|
882
|
+
x: R(C.x, H.x, p.x),
|
|
883
|
+
y: R(C.y, H.y, p.y)
|
|
884
|
+
})
|
|
885
|
+
}];
|
|
886
|
+
};
|
|
887
|
+
_(v, h), _(D, h);
|
|
888
|
+
}
|
|
889
|
+
}, K = (H) => {
|
|
890
|
+
const x = H ? "x" : "y", C = Zt(`${bt} ${H ? Zs : Js}`), h = Zt(Zn), y = Zt(Xo), $ = {
|
|
891
|
+
Lt: C,
|
|
892
|
+
Ut: h,
|
|
893
|
+
Mt: y
|
|
894
|
+
}, L = P[x];
|
|
895
|
+
return nt(H ? v : D, $), nt(B, [ht(C, h), ht(h, y), M(Gt, C), L && L.kt($), n($, O, H)]), $;
|
|
896
|
+
}, Q = M(K, !0), j = M(K, !1), st = () => (ht(z, v[0].Lt), ht(z, D[0].Lt), M(mt, B));
|
|
897
|
+
return Q(), j(), [{
|
|
898
|
+
Pt: I,
|
|
899
|
+
Nt: F,
|
|
900
|
+
qt: N,
|
|
901
|
+
Bt: W,
|
|
902
|
+
Ft: O,
|
|
903
|
+
jt: {
|
|
904
|
+
Xt: v,
|
|
905
|
+
Yt: Q,
|
|
906
|
+
Wt: M(_, v)
|
|
907
|
+
},
|
|
908
|
+
Jt: {
|
|
909
|
+
Xt: D,
|
|
910
|
+
Yt: j,
|
|
911
|
+
Wt: M(_, D)
|
|
912
|
+
}
|
|
913
|
+
}, st];
|
|
914
|
+
}, gc = (t, e, o, n) => (s, c, r) => {
|
|
915
|
+
const { vt: l, L: a, V: f, gt: i, Gt: u, St: m } = e, { Lt: b, Ut: d, Mt: k } = s, [A, g] = Nt(333), [S, B] = Nt(444), v = (T) => {
|
|
916
|
+
St(i.scrollBy) && i.scrollBy({
|
|
917
|
+
behavior: "smooth",
|
|
918
|
+
left: T.x,
|
|
919
|
+
top: T.y
|
|
920
|
+
});
|
|
921
|
+
}, D = () => {
|
|
922
|
+
const T = "pointerup pointercancel lostpointercapture", P = `client${r ? "X" : "Y"}`, E = r ? te : me, w = r ? "left" : "top", _ = r ? "w" : "h", O = r ? "x" : "y", I = (N, W) => (K) => {
|
|
923
|
+
const { Rt: Q } = o, j = It(d)[_] - It(k)[_], H = W * K / j * Q[O];
|
|
924
|
+
wt(i, {
|
|
925
|
+
[O]: N + H
|
|
926
|
+
});
|
|
927
|
+
}, F = [];
|
|
928
|
+
return Z(d, "pointerdown", (N) => {
|
|
929
|
+
const W = Xt(N.target, `.${Xo}`) === k, K = W ? k : d, Q = t.scrollbars, j = Q[W ? "dragScroll" : "clickScroll"], { button: st, isPrimary: H, pointerType: x } = N, { pointers: p } = Q;
|
|
930
|
+
if (st === 0 && H && j && (p || []).includes(x)) {
|
|
931
|
+
mt(F), B();
|
|
932
|
+
const h = !W && (N.shiftKey || j === "instant"), y = M(fo, k), $ = M(fo, d), L = (J, lt) => (J || y())[w] - (lt || $())[w], R = vo(fo(i)[E]) / It(i)[_] || 1, U = I(gt(i)[O], 1 / R), tt = N[P], Y = y(), et = $(), V = Y[E], it = L(Y, et) + V / 2, ft = tt - et[w], at = W ? 0 : ft - it, ut = (J) => {
|
|
933
|
+
mt(rt), K.releasePointerCapture(J.pointerId);
|
|
934
|
+
}, ot = W || h, ct = m(), rt = [Z(u, T, ut), Z(u, "selectstart", (J) => Co(J), {
|
|
935
|
+
T: !1
|
|
936
|
+
}), Z(d, T, ut), ot && Z(d, "pointermove", (J) => U(at + (J[P] - tt))), ot && (() => {
|
|
937
|
+
const J = gt(i);
|
|
938
|
+
ct();
|
|
939
|
+
const lt = gt(i), pt = {
|
|
940
|
+
x: lt.x - J.x,
|
|
941
|
+
y: lt.y - J.y
|
|
942
|
+
};
|
|
943
|
+
(Ve(pt.x) > 3 || Ve(pt.y) > 3) && (m(), wt(i, J), v(pt), S(ct));
|
|
944
|
+
})];
|
|
945
|
+
if (K.setPointerCapture(N.pointerId), h)
|
|
946
|
+
U(at);
|
|
947
|
+
else if (!W) {
|
|
948
|
+
const J = be(es);
|
|
949
|
+
if (J) {
|
|
950
|
+
const lt = J(U, at, V, (pt) => {
|
|
951
|
+
pt ? ct() : nt(rt, ct);
|
|
952
|
+
});
|
|
953
|
+
nt(rt, lt), nt(F, M(lt, !0));
|
|
954
|
+
}
|
|
955
|
+
}
|
|
956
|
+
}
|
|
957
|
+
});
|
|
958
|
+
};
|
|
959
|
+
let z = !0;
|
|
960
|
+
return M(mt, [Z(k, "pointermove pointerleave", n), Z(b, "pointerenter", () => {
|
|
961
|
+
c(wn, !0);
|
|
962
|
+
}), Z(b, "pointerleave pointercancel", () => {
|
|
963
|
+
c(wn, !1);
|
|
964
|
+
}), !f && Z(b, "mousedown", () => {
|
|
965
|
+
const T = wo();
|
|
966
|
+
(un(T, At) || un(T, Rt) || T === document.body) && zo(M(_o, a), 25);
|
|
967
|
+
}), Z(b, "wheel", (T) => {
|
|
968
|
+
const { deltaX: P, deltaY: E, deltaMode: w } = T;
|
|
969
|
+
z && w === 0 && ye(b) === l && v({
|
|
970
|
+
x: P,
|
|
971
|
+
y: E
|
|
972
|
+
}), z = !1, c(Cn, !0), A(() => {
|
|
973
|
+
z = !0, c(Cn);
|
|
974
|
+
}), Co(T);
|
|
975
|
+
}, {
|
|
976
|
+
T: !1,
|
|
977
|
+
I: !0
|
|
978
|
+
}), Z(b, "pointerdown", () => {
|
|
979
|
+
const T = Z(u, "click", (E) => {
|
|
980
|
+
P(), Un(E);
|
|
981
|
+
}, {
|
|
982
|
+
A: !0,
|
|
983
|
+
I: !0,
|
|
984
|
+
T: !1
|
|
985
|
+
}), P = Z(u, "pointerup pointercancel", () => {
|
|
986
|
+
P(), setTimeout(T, 150);
|
|
987
|
+
}, {
|
|
988
|
+
I: !0,
|
|
989
|
+
T: !0
|
|
990
|
+
});
|
|
991
|
+
}, {
|
|
992
|
+
I: !0,
|
|
993
|
+
T: !0
|
|
994
|
+
}), D(), g, B]);
|
|
995
|
+
}, mc = (t, e, o, n, s, c) => {
|
|
996
|
+
let r, l, a, f, i, u = Wt, m = 0;
|
|
997
|
+
const b = ["mouse", "pen"], d = (x) => b.includes(x.pointerType), [k, A] = Nt(), [g, S] = Nt(100), [B, v] = Nt(100), [D, z] = Nt(() => m), [T, P] = vc(t, s, n, gc(e, s, n, (x) => d(x) && Q())), { vt: E, Kt: w, bt: _ } = s, { Ft: O, Pt: I, Nt: F, qt: N, Bt: W } = T, K = (x, p) => {
|
|
998
|
+
if (z(), x)
|
|
999
|
+
O(Sn);
|
|
1000
|
+
else {
|
|
1001
|
+
const C = M(O, Sn, !0);
|
|
1002
|
+
m > 0 && !p ? D(C) : C();
|
|
1003
|
+
}
|
|
1004
|
+
}, Q = () => {
|
|
1005
|
+
(a ? !r : !f) && (K(!0), g(() => {
|
|
1006
|
+
K(!1);
|
|
1007
|
+
}));
|
|
1008
|
+
}, j = (x) => {
|
|
1009
|
+
O(ko, x, !0), O(ko, x, !1);
|
|
1010
|
+
}, st = (x) => {
|
|
1011
|
+
d(x) && (r = a, a && K(!0));
|
|
1012
|
+
}, H = [z, S, v, A, () => u(), Z(E, "pointerover", st, {
|
|
1013
|
+
A: !0
|
|
1014
|
+
}), Z(E, "pointerenter", st), Z(E, "pointerleave", (x) => {
|
|
1015
|
+
d(x) && (r = !1, a && K(!1));
|
|
1016
|
+
}), Z(E, "pointermove", (x) => {
|
|
1017
|
+
d(x) && l && Q();
|
|
1018
|
+
}), Z(w, "scroll", (x) => {
|
|
1019
|
+
k(() => {
|
|
1020
|
+
F(), Q();
|
|
1021
|
+
}), c(x), W();
|
|
1022
|
+
})];
|
|
1023
|
+
return [() => M(mt, nt(H, P())), ({ zt: x, It: p, Qt: C, Zt: h }) => {
|
|
1024
|
+
const { tn: y, nn: $, sn: L, en: R } = h || {}, { $t: U, ft: tt } = C || {}, { B: Y } = o, { k: et } = Dt(), { cn: V, j: it } = n, [ft, at] = x("showNativeOverlaidScrollbars"), [ut, ot] = x("scrollbars.theme"), [ct, rt] = x("scrollbars.visibility"), [J, lt] = x("scrollbars.autoHide"), [pt, oe] = x("scrollbars.autoHideSuspend"), [we] = x("scrollbars.autoHideDelay"), [xe, Se] = x("scrollbars.dragScroll"), [Ce, _e] = x("scrollbars.clickScroll"), [Mt, ne] = x("overflow"), so = tt && !p, co = it.x || it.y, ro = y || $ || R || U || p, io = L || rt || ne, Ct = ft && et.x && et.y, Oe = (qt, se, $e) => {
|
|
1025
|
+
const ke = qt.includes(Bt) && (ct === zt || ct === "auto" && se === Bt);
|
|
1026
|
+
return O(Gs, ke, $e), ke;
|
|
1027
|
+
};
|
|
1028
|
+
if (m = we, so && (pt && co ? (j(!1), u(), B(() => {
|
|
1029
|
+
u = Z(w, "scroll", M(j, !0), {
|
|
1030
|
+
A: !0
|
|
1031
|
+
});
|
|
1032
|
+
})) : j(!0)), at && O(Xs, Ct), ot && (O(i), O(ut, !0), i = ut), oe && !pt && j(!0), lt && (l = J === "move", a = J === "leave", f = J === "never", K(f, !0)), Se && O(oc, xe), _e && O(ec, !!Ce), io) {
|
|
1033
|
+
const qt = Oe(Mt.x, V.x, !0), se = Oe(Mt.y, V.y, !1);
|
|
1034
|
+
O(tc, !(qt && se));
|
|
1035
|
+
}
|
|
1036
|
+
ro && (F(), I(), W(), R && N(), O(xn, !it.x, !0), O(xn, !it.y, !1), O(Qs, Y && !_));
|
|
1037
|
+
}, {}, T];
|
|
1038
|
+
}, bc = (t) => {
|
|
1039
|
+
const e = Dt(), { K: o, U: n } = e, { elements: s } = o(), { padding: c, viewport: r, content: l } = s, a = We(t), f = a ? {} : t, { elements: i } = f, { padding: u, viewport: m, content: b } = i || {}, d = a ? t : f.target, k = In(d), A = d.ownerDocument, g = A.documentElement, S = () => A.defaultView || yt, B = M(hc, [d]), v = M(rs, [d]), D = M(Zt, ""), z = M(B, D, r), T = M(v, D, l), P = (V) => {
|
|
1040
|
+
const it = It(V), ft = Ye(V), at = $t(V, Mo), ut = $t(V, Io);
|
|
1041
|
+
return ft.w - it.w > 0 && !Qt(at) || ft.h - it.h > 0 && !Qt(ut);
|
|
1042
|
+
}, E = z(m), w = E === d, _ = w && k, O = !w && T(b), I = !w && E === O, F = _ ? g : E, N = _ ? F : d, W = !w && v(D, c, u), K = !I && O, Q = [K, F, W, N].map((V) => We(V) && !ye(V) && V), j = (V) => V && En(Q, V), st = !j(F) && P(F) ? F : d, H = _ ? g : F, p = {
|
|
1043
|
+
dt: d,
|
|
1044
|
+
vt: N,
|
|
1045
|
+
L: F,
|
|
1046
|
+
rn: W,
|
|
1047
|
+
ht: K,
|
|
1048
|
+
gt: H,
|
|
1049
|
+
Kt: _ ? A : F,
|
|
1050
|
+
ln: k ? g : st,
|
|
1051
|
+
Gt: A,
|
|
1052
|
+
bt: k,
|
|
1053
|
+
At: a,
|
|
1054
|
+
V: w,
|
|
1055
|
+
an: S,
|
|
1056
|
+
wt: (V) => Uo(F, At, V),
|
|
1057
|
+
yt: (V, it) => Ke(F, At, V, it),
|
|
1058
|
+
St: () => Ke(H, At, Ws, !0)
|
|
1059
|
+
}, { dt: C, vt: h, rn: y, L: $, ht: L } = p, R = [() => {
|
|
1060
|
+
kt(h, [Rt, ho]), kt(C, ho), k && kt(g, [ho, Rt]);
|
|
1061
|
+
}];
|
|
1062
|
+
let U = bo([L, $, y, h, C].find((V) => V && !j(V)));
|
|
1063
|
+
const tt = _ ? C : L || $, Y = M(mt, R);
|
|
1064
|
+
return [p, () => {
|
|
1065
|
+
const V = S(), it = wo(), ft = (rt) => {
|
|
1066
|
+
ht(ye(rt), bo(rt)), Gt(rt);
|
|
1067
|
+
}, at = (rt) => Z(rt, "focusin focusout focus blur", Un, {
|
|
1068
|
+
I: !0,
|
|
1069
|
+
T: !1
|
|
1070
|
+
}), ut = "tabindex", ot = Fo($, ut), ct = at(it);
|
|
1071
|
+
return Et(h, Rt, w ? "" : Vs), Et(y, $o, ""), Et($, At, ""), Et(L, mn, ""), w || (Et($, ut, ot || "-1"), k && Et(g, gn, "")), ht(tt, U), ht(h, y), ht(y || h, !w && $), ht($, L), nt(R, [ct, () => {
|
|
1072
|
+
const rt = wo(), J = j($), lt = J && rt === $ ? C : rt, pt = at(lt);
|
|
1073
|
+
kt(y, $o), kt(L, mn), kt($, At), k && kt(g, gn), ot ? Et($, ut, ot) : kt($, ut), j(L) && ft(L), J && ft($), j(y) && ft(y), _o(lt), pt();
|
|
1074
|
+
}]), n && !w && (No($, At, Qn), nt(R, M(kt, $, At))), _o(!w && k && it === C && V.top === V ? $ : it), ct(), U = 0, Y;
|
|
1075
|
+
}, Y];
|
|
1076
|
+
}, wc = ({ ht: t }) => ({ Qt: e, un: o, It: n }) => {
|
|
1077
|
+
const { Ct: s } = e || {}, { Ot: c } = o;
|
|
1078
|
+
t && (s || n) && Lt(t, {
|
|
1079
|
+
[me]: c && "100%"
|
|
1080
|
+
});
|
|
1081
|
+
}, xc = ({ vt: t, rn: e, L: o, V: n }, s) => {
|
|
1082
|
+
const [c, r] = vt({
|
|
1083
|
+
i: Ds,
|
|
1084
|
+
o: pn()
|
|
1085
|
+
}, M(pn, t, "padding", ""));
|
|
1086
|
+
return ({ zt: l, Qt: a, un: f, It: i }) => {
|
|
1087
|
+
let [u, m] = r(i);
|
|
1088
|
+
const { U: b } = Dt(), { _t: d, xt: k, $t: A } = a || {}, { B: g } = f, [S, B] = l("paddingAbsolute");
|
|
1089
|
+
(d || m || (i || k)) && ([u, m] = c(i));
|
|
1090
|
+
const D = !n && (B || A || m);
|
|
1091
|
+
if (D) {
|
|
1092
|
+
const z = !S || !e && !b, T = u.r + u.l, P = u.t + u.b, E = {
|
|
1093
|
+
[pe]: z && !g ? -T : 0,
|
|
1094
|
+
[Yt]: z ? -P : 0,
|
|
1095
|
+
[fe]: z && g ? -T : 0,
|
|
1096
|
+
top: z ? -u.t : 0,
|
|
1097
|
+
right: z ? g ? -u.r : "auto" : 0,
|
|
1098
|
+
left: z ? g ? "auto" : -u.l : 0,
|
|
1099
|
+
[te]: z && `calc(100% + ${T}px)`
|
|
1100
|
+
}, w = {
|
|
1101
|
+
[Po]: z ? u.t : 0,
|
|
1102
|
+
[le]: z ? u.r : 0,
|
|
1103
|
+
[ue]: z ? u.b : 0,
|
|
1104
|
+
[de]: z ? u.l : 0
|
|
1105
|
+
};
|
|
1106
|
+
Lt(e || o, E), Lt(o, w), q(s, {
|
|
1107
|
+
rn: u,
|
|
1108
|
+
fn: !z,
|
|
1109
|
+
F: e ? w : q({}, E, w)
|
|
1110
|
+
});
|
|
1111
|
+
}
|
|
1112
|
+
return {
|
|
1113
|
+
_n: D
|
|
1114
|
+
};
|
|
1115
|
+
};
|
|
1116
|
+
}, Sc = (t, e) => {
|
|
1117
|
+
const o = Dt(), { vt: n, rn: s, L: c, V: r, Kt: l, gt: a, bt: f, yt: i, an: u } = t, { U: m } = o, b = f && r, d = M(Fe, 0), k = {
|
|
1118
|
+
display: () => !1,
|
|
1119
|
+
direction: (p) => p !== "ltr",
|
|
1120
|
+
flexDirection: (p) => p.endsWith("-reverse"),
|
|
1121
|
+
writingMode: (p) => p !== "horizontal-tb"
|
|
1122
|
+
}, A = xt(k), g = {
|
|
1123
|
+
i: Ro,
|
|
1124
|
+
o: {
|
|
1125
|
+
w: 0,
|
|
1126
|
+
h: 0
|
|
1127
|
+
}
|
|
1128
|
+
}, S = {
|
|
1129
|
+
i: Me,
|
|
1130
|
+
o: {}
|
|
1131
|
+
}, B = (p) => {
|
|
1132
|
+
i(Xn, !b && p);
|
|
1133
|
+
}, v = (p) => {
|
|
1134
|
+
if (!A.some((Y) => {
|
|
1135
|
+
const et = p[Y];
|
|
1136
|
+
return et && k[Y](et);
|
|
1137
|
+
}))
|
|
1138
|
+
return {
|
|
1139
|
+
D: {
|
|
1140
|
+
x: 0,
|
|
1141
|
+
y: 0
|
|
1142
|
+
},
|
|
1143
|
+
M: {
|
|
1144
|
+
x: 1,
|
|
1145
|
+
y: 1
|
|
1146
|
+
}
|
|
1147
|
+
};
|
|
1148
|
+
B(!0);
|
|
1149
|
+
const h = gt(a), y = i(qs, !0), $ = Z(l, Bt, (Y) => {
|
|
1150
|
+
const et = gt(a);
|
|
1151
|
+
Y.isTrusted && et.x === h.x && et.y === h.y && jo(Y);
|
|
1152
|
+
}, {
|
|
1153
|
+
I: !0,
|
|
1154
|
+
A: !0
|
|
1155
|
+
});
|
|
1156
|
+
wt(a, {
|
|
1157
|
+
x: 0,
|
|
1158
|
+
y: 0
|
|
1159
|
+
}), y();
|
|
1160
|
+
const L = gt(a), R = Ye(a);
|
|
1161
|
+
wt(a, {
|
|
1162
|
+
x: R.w,
|
|
1163
|
+
y: R.h
|
|
1164
|
+
});
|
|
1165
|
+
const U = gt(a);
|
|
1166
|
+
wt(a, {
|
|
1167
|
+
x: U.x - L.x < 1 && -R.w,
|
|
1168
|
+
y: U.y - L.y < 1 && -R.h
|
|
1169
|
+
});
|
|
1170
|
+
const tt = gt(a);
|
|
1171
|
+
return wt(a, h), Jt(() => $()), {
|
|
1172
|
+
D: L,
|
|
1173
|
+
M: tt
|
|
1174
|
+
};
|
|
1175
|
+
}, D = (p, C) => {
|
|
1176
|
+
const h = yt.devicePixelRatio % 1 !== 0 ? 1 : 0, y = {
|
|
1177
|
+
w: d(p.w - C.w),
|
|
1178
|
+
h: d(p.h - C.h)
|
|
1179
|
+
};
|
|
1180
|
+
return {
|
|
1181
|
+
w: y.w > h ? y.w : 0,
|
|
1182
|
+
h: y.h > h ? y.h : 0
|
|
1183
|
+
};
|
|
1184
|
+
}, z = (p, C) => {
|
|
1185
|
+
const h = (y, $, L, R) => {
|
|
1186
|
+
const U = y === zt ? _t : sc(y), tt = Qt(y), Y = Qt(L);
|
|
1187
|
+
return !$ && !R ? _t : tt && Y ? zt : tt ? $ && R ? U : $ ? zt : _t : $ ? U : Y && R ? zt : _t;
|
|
1188
|
+
};
|
|
1189
|
+
return {
|
|
1190
|
+
x: h(C.x, p.x, C.y, p.y),
|
|
1191
|
+
y: h(C.y, p.y, C.x, p.x)
|
|
1192
|
+
};
|
|
1193
|
+
}, T = (p) => {
|
|
1194
|
+
const C = (y) => [zt, _t, Bt].map(($) => x(Ao($), y)), h = C(!0).concat(C()).join(" ");
|
|
1195
|
+
i(h), i(xt(p).map((y) => x(p[y], y === "x")).join(" "), !0);
|
|
1196
|
+
}, [P, E] = vt(g, M(qo, c)), [w, _] = vt(g, M(Ye, c)), [O, I] = vt(g), [F] = vt(S), [N, W] = vt(g), [K] = vt(S), [Q] = vt({
|
|
1197
|
+
i: (p, C) => to(p, C, A),
|
|
1198
|
+
o: {}
|
|
1199
|
+
}, () => Is(c) ? $t(c, A) : {}), [j, st] = vt({
|
|
1200
|
+
i: (p, C) => Me(p.D, C.D) && Me(p.M, C.M),
|
|
1201
|
+
o: Wn()
|
|
1202
|
+
}), H = be(Qo), x = (p, C) => `${C ? Ns : Us}${As(p)}`;
|
|
1203
|
+
return ({ zt: p, Qt: C, un: h, It: y }, { _n: $ }) => {
|
|
1204
|
+
const { _t: L, Ht: R, xt: U, $t: tt, ft: Y, Et: et } = C || {}, V = H && H.R(t, e, h, o, p), { X: it, Y: ft, W: at } = V || {}, [ut, ot] = Gn(p, o), [ct, rt] = p("overflow"), J = Qt(ct.x), lt = Qt(ct.y), pt = L || $ || U || tt || et || ot;
|
|
1205
|
+
let oe = E(y), we = _(y), xe = I(y), Se = W(y);
|
|
1206
|
+
if (ot && m && i(Qn, !ut), pt) {
|
|
1207
|
+
Uo(n, Rt, Re) && B(!0);
|
|
1208
|
+
const Go = ft && ft(), [Ae] = oe = P(y), [De] = we = w(y), Ee = Vn(c), ze = b && Ms(u()), fs = {
|
|
1209
|
+
w: d(De.w + Ae.w),
|
|
1210
|
+
h: d(De.h + Ae.h)
|
|
1211
|
+
}, tn = {
|
|
1212
|
+
w: d((ze ? ze.w : Ee.w + d(Ee.w - De.w)) + Ae.w),
|
|
1213
|
+
h: d((ze ? ze.h : Ee.h + d(Ee.h - De.h)) + Ae.h)
|
|
1214
|
+
};
|
|
1215
|
+
Go && Go(), Se = N(tn), xe = O(D(fs, tn), y);
|
|
1216
|
+
}
|
|
1217
|
+
const [Ce, _e] = Se, [Mt, ne] = xe, [so, co] = we, [ro, io] = oe, [Ct, Oe] = F({
|
|
1218
|
+
x: Mt.w > 0,
|
|
1219
|
+
y: Mt.h > 0
|
|
1220
|
+
}), qt = J && lt && (Ct.x || Ct.y) || J && Ct.x && !Ct.y || lt && Ct.y && !Ct.x, se = $ || tt || et || io || co || _e || ne || rt || ot || pt || R && b, [$e, ke] = Q(y), Jo = tt || Y || ke || Oe || y, [as, ls] = Jo ? j(v($e), y) : st();
|
|
1221
|
+
let ce = z(Ct, ct);
|
|
1222
|
+
B(!1), se && (T(ce), ce = ts(c, Ct), at && it && (it(ce, so, ro), Lt(c, at(ce))));
|
|
1223
|
+
const [ds, us] = K(ce);
|
|
1224
|
+
return Ke(n, Rt, Re, qt), Ke(s, $o, Re, qt), q(e, {
|
|
1225
|
+
cn: ds,
|
|
1226
|
+
Vt: {
|
|
1227
|
+
x: Ce.w,
|
|
1228
|
+
y: Ce.h
|
|
1229
|
+
},
|
|
1230
|
+
Rt: {
|
|
1231
|
+
x: Mt.w,
|
|
1232
|
+
y: Mt.h
|
|
1233
|
+
},
|
|
1234
|
+
j: Ct,
|
|
1235
|
+
Dt: Rs(as, Mt)
|
|
1236
|
+
}), {
|
|
1237
|
+
sn: us,
|
|
1238
|
+
tn: _e,
|
|
1239
|
+
nn: ne,
|
|
1240
|
+
en: ls || ne,
|
|
1241
|
+
dn: Jo
|
|
1242
|
+
};
|
|
1243
|
+
};
|
|
1244
|
+
}, Cc = (t) => {
|
|
1245
|
+
const [e, o, n] = bc(t), s = {
|
|
1246
|
+
rn: {
|
|
1247
|
+
t: 0,
|
|
1248
|
+
r: 0,
|
|
1249
|
+
b: 0,
|
|
1250
|
+
l: 0
|
|
1251
|
+
},
|
|
1252
|
+
fn: !1,
|
|
1253
|
+
F: {
|
|
1254
|
+
[pe]: 0,
|
|
1255
|
+
[Yt]: 0,
|
|
1256
|
+
[fe]: 0,
|
|
1257
|
+
[Po]: 0,
|
|
1258
|
+
[le]: 0,
|
|
1259
|
+
[ue]: 0,
|
|
1260
|
+
[de]: 0
|
|
1261
|
+
},
|
|
1262
|
+
Vt: {
|
|
1263
|
+
x: 0,
|
|
1264
|
+
y: 0
|
|
1265
|
+
},
|
|
1266
|
+
Rt: {
|
|
1267
|
+
x: 0,
|
|
1268
|
+
y: 0
|
|
1269
|
+
},
|
|
1270
|
+
cn: {
|
|
1271
|
+
x: _t,
|
|
1272
|
+
y: _t
|
|
1273
|
+
},
|
|
1274
|
+
j: {
|
|
1275
|
+
x: !1,
|
|
1276
|
+
y: !1
|
|
1277
|
+
},
|
|
1278
|
+
Dt: Wn()
|
|
1279
|
+
}, { dt: c, gt: r, V: l, St: a } = e, { U: f, k: i } = Dt(), u = !f && (i.x || i.y), m = [wc(e), xc(e, s), Sc(e, s)];
|
|
1280
|
+
return [o, (b) => {
|
|
1281
|
+
const d = {}, A = u && gt(r), g = A && a();
|
|
1282
|
+
return X(m, (S) => {
|
|
1283
|
+
q(d, S(b, d) || {});
|
|
1284
|
+
}), wt(r, A), g && g(), l || wt(c, 0), d;
|
|
1285
|
+
}, s, e, n];
|
|
1286
|
+
}, _c = (t, e, o, n, s) => {
|
|
1287
|
+
let c = !1;
|
|
1288
|
+
const r = $n(e, {}), [l, a, f, i, u] = Cc(t), [m, b, d] = pc(i, f, r, (v) => {
|
|
1289
|
+
B({}, v);
|
|
1290
|
+
}), [k, A, , g] = mc(t, e, d, f, i, s), S = (v) => xt(v).some((D) => !!v[D]), B = (v, D) => {
|
|
1291
|
+
if (o())
|
|
1292
|
+
return !1;
|
|
1293
|
+
const { pn: z, It: T, Tt: P, vn: E } = v, w = z || {}, _ = !!T || !c, O = {
|
|
1294
|
+
zt: $n(e, w, _),
|
|
1295
|
+
pn: w,
|
|
1296
|
+
It: _
|
|
1297
|
+
};
|
|
1298
|
+
if (E)
|
|
1299
|
+
return A(O), !1;
|
|
1300
|
+
const I = D || b(q({}, O, {
|
|
1301
|
+
Tt: P
|
|
1302
|
+
})), F = a(q({}, O, {
|
|
1303
|
+
un: d,
|
|
1304
|
+
Qt: I
|
|
1305
|
+
}));
|
|
1306
|
+
A(q({}, O, {
|
|
1307
|
+
Qt: I,
|
|
1308
|
+
Zt: F
|
|
1309
|
+
}));
|
|
1310
|
+
const N = S(I), W = S(F), K = N || W || !Bo(w) || _;
|
|
1311
|
+
return c = !0, K && n(v, {
|
|
1312
|
+
Qt: I,
|
|
1313
|
+
Zt: F
|
|
1314
|
+
}), K;
|
|
1315
|
+
};
|
|
1316
|
+
return [() => {
|
|
1317
|
+
const { ln: v, gt: D, St: z } = i, T = gt(v), P = [m(), l(), k()], E = z();
|
|
1318
|
+
return wt(D, T), E(), M(mt, P);
|
|
1319
|
+
}, B, () => ({
|
|
1320
|
+
gn: d,
|
|
1321
|
+
hn: f
|
|
1322
|
+
}), {
|
|
1323
|
+
bn: i,
|
|
1324
|
+
wn: g
|
|
1325
|
+
}, u];
|
|
1326
|
+
}, Zo = /* @__PURE__ */ new WeakMap(), Oc = (t, e) => {
|
|
1327
|
+
Zo.set(t, e);
|
|
1328
|
+
}, $c = (t) => {
|
|
1329
|
+
Zo.delete(t);
|
|
1330
|
+
}, is = (t) => Zo.get(t), Ht = (t, e, o) => {
|
|
1331
|
+
const { tt: n } = Dt(), s = We(t), c = s ? t : t.target, r = is(c);
|
|
1332
|
+
if (e && !r) {
|
|
1333
|
+
let l = !1;
|
|
1334
|
+
const a = [], f = {}, i = (w) => {
|
|
1335
|
+
const _ = Tn(w), O = be(Fs);
|
|
1336
|
+
return O ? O(_, !0) : _;
|
|
1337
|
+
}, u = q({}, n(), i(e)), [m, b, d] = Oo(), [k, A, g] = Oo(o), S = (w, _) => {
|
|
1338
|
+
g(w, _), d(w, _);
|
|
1339
|
+
}, [B, v, D, z, T] = _c(t, u, () => l, ({ pn: w, It: _ }, { Qt: O, Zt: I }) => {
|
|
1340
|
+
const { _t: F, $t: N, Ct: W, xt: K, Ht: Q, ft: j } = O, { tn: st, nn: H, sn: x, en: p } = I;
|
|
1341
|
+
S("updated", [E, {
|
|
1342
|
+
updateHints: {
|
|
1343
|
+
sizeChanged: !!F,
|
|
1344
|
+
directionChanged: !!N,
|
|
1345
|
+
heightIntrinsicChanged: !!W,
|
|
1346
|
+
overflowEdgeChanged: !!st,
|
|
1347
|
+
overflowAmountChanged: !!H,
|
|
1348
|
+
overflowStyleChanged: !!x,
|
|
1349
|
+
scrollCoordinatesChanged: !!p,
|
|
1350
|
+
contentMutation: !!K,
|
|
1351
|
+
hostMutation: !!Q,
|
|
1352
|
+
appear: !!j
|
|
1353
|
+
},
|
|
1354
|
+
changedOptions: w || {},
|
|
1355
|
+
force: !!_
|
|
1356
|
+
}]);
|
|
1357
|
+
}, (w) => S("scroll", [E, w])), P = (w) => {
|
|
1358
|
+
$c(c), mt(a), l = !0, S("destroyed", [E, w]), b(), A();
|
|
1359
|
+
}, E = {
|
|
1360
|
+
options(w, _) {
|
|
1361
|
+
if (w) {
|
|
1362
|
+
const O = _ ? n() : {}, I = os(u, q(O, i(w)));
|
|
1363
|
+
Bo(I) || (q(u, I), v({
|
|
1364
|
+
pn: I
|
|
1365
|
+
}));
|
|
1366
|
+
}
|
|
1367
|
+
return q({}, u);
|
|
1368
|
+
},
|
|
1369
|
+
on: k,
|
|
1370
|
+
off: (w, _) => {
|
|
1371
|
+
w && _ && A(w, _);
|
|
1372
|
+
},
|
|
1373
|
+
state() {
|
|
1374
|
+
const { gn: w, hn: _ } = D(), { B: O } = w, { Vt: I, Rt: F, cn: N, j: W, rn: K, fn: Q, Dt: j } = _;
|
|
1375
|
+
return q({}, {
|
|
1376
|
+
overflowEdge: I,
|
|
1377
|
+
overflowAmount: F,
|
|
1378
|
+
overflowStyle: N,
|
|
1379
|
+
hasOverflow: W,
|
|
1380
|
+
scrollCoordinates: {
|
|
1381
|
+
start: j.D,
|
|
1382
|
+
end: j.M
|
|
1383
|
+
},
|
|
1384
|
+
padding: K,
|
|
1385
|
+
paddingAbsolute: Q,
|
|
1386
|
+
directionRTL: O,
|
|
1387
|
+
destroyed: l
|
|
1388
|
+
});
|
|
1389
|
+
},
|
|
1390
|
+
elements() {
|
|
1391
|
+
const { dt: w, vt: _, rn: O, L: I, ht: F, gt: N, Kt: W } = z.bn, { jt: K, Jt: Q } = z.wn, j = (H) => {
|
|
1392
|
+
const { Mt: x, Ut: p, Lt: C } = H;
|
|
1393
|
+
return {
|
|
1394
|
+
scrollbar: C,
|
|
1395
|
+
track: p,
|
|
1396
|
+
handle: x
|
|
1397
|
+
};
|
|
1398
|
+
}, st = (H) => {
|
|
1399
|
+
const { Xt: x, Yt: p } = H, C = j(x[0]);
|
|
1400
|
+
return q({}, C, {
|
|
1401
|
+
clone: () => {
|
|
1402
|
+
const h = j(p());
|
|
1403
|
+
return v({
|
|
1404
|
+
vn: !0
|
|
1405
|
+
}), h;
|
|
1406
|
+
}
|
|
1407
|
+
});
|
|
1408
|
+
};
|
|
1409
|
+
return q({}, {
|
|
1410
|
+
target: w,
|
|
1411
|
+
host: _,
|
|
1412
|
+
padding: O || I,
|
|
1413
|
+
viewport: I,
|
|
1414
|
+
content: F || I,
|
|
1415
|
+
scrollOffsetElement: N,
|
|
1416
|
+
scrollEventElement: W,
|
|
1417
|
+
scrollbarHorizontal: st(K),
|
|
1418
|
+
scrollbarVertical: st(Q)
|
|
1419
|
+
});
|
|
1420
|
+
},
|
|
1421
|
+
update: (w) => v({
|
|
1422
|
+
It: w,
|
|
1423
|
+
Tt: !0
|
|
1424
|
+
}),
|
|
1425
|
+
destroy: M(P, !1),
|
|
1426
|
+
plugin: (w) => f[xt(w)[0]]
|
|
1427
|
+
};
|
|
1428
|
+
return nt(a, [T]), Oc(c, E), Kn(qn, Ht, [E, m, f]), yc(z.bn.bt, !s && t.cancel) ? (P(!0), E) : (nt(a, B()), S("initialized", [E]), E.update(), E);
|
|
1429
|
+
}
|
|
1430
|
+
return r;
|
|
1431
|
+
};
|
|
1432
|
+
Ht.plugin = (t) => {
|
|
1433
|
+
const e = Ot(t), o = e ? t : [t], n = o.map((s) => Kn(s, Ht)[0]);
|
|
1434
|
+
return Bs(o), e ? n : n[0];
|
|
1435
|
+
};
|
|
1436
|
+
Ht.valid = (t) => {
|
|
1437
|
+
const e = t && t.elements, o = St(e) && e();
|
|
1438
|
+
return Ue(o) && !!is(o.target);
|
|
1439
|
+
};
|
|
1440
|
+
Ht.env = () => {
|
|
1441
|
+
const { P: t, k: e, U: o, J: n, ot: s, st: c, K: r, Z: l, tt: a, nt: f } = Dt();
|
|
1442
|
+
return q({}, {
|
|
1443
|
+
scrollbarsSize: t,
|
|
1444
|
+
scrollbarsOverlaid: e,
|
|
1445
|
+
scrollbarsHiding: o,
|
|
1446
|
+
scrollTimeline: n,
|
|
1447
|
+
staticDefaultInitialization: s,
|
|
1448
|
+
staticDefaultOptions: c,
|
|
1449
|
+
getDefaultInitialization: r,
|
|
1450
|
+
setDefaultInitialization: l,
|
|
1451
|
+
getDefaultOptions: a,
|
|
1452
|
+
setDefaultOptions: f
|
|
1453
|
+
});
|
|
1454
|
+
};
|
|
1455
|
+
Ht.nonce = lc;
|
|
1456
|
+
Ht.trustedTypePolicy = Ls;
|
|
1457
|
+
const kc = ps`
|
|
1458
|
+
:host {
|
|
1459
|
+
--width: 31rem;
|
|
1460
|
+
--header-spacing: var(--cx-spacing-small) var(--cx-spacing-large);
|
|
1461
|
+
--body-spacing: var(--cx-spacing-medium) var(--cx-spacing-large);
|
|
1462
|
+
--divider-spacing: 0 var(--cx-spacing-large);
|
|
1463
|
+
--footer-spacing: var(--cx-spacing-large);
|
|
1464
|
+
--max-width: 100%;
|
|
1465
|
+
--max-height: 100%;
|
|
1466
|
+
--overlay-background-color: var(--cx-overlay-background-color);
|
|
1467
|
+
|
|
1468
|
+
display: contents;
|
|
1469
|
+
}
|
|
1470
|
+
|
|
1471
|
+
.dialog {
|
|
1472
|
+
display: flex;
|
|
1473
|
+
align-items: center;
|
|
1474
|
+
justify-content: center;
|
|
1475
|
+
}
|
|
1476
|
+
|
|
1477
|
+
.dialog--absolute {
|
|
1478
|
+
position: absolute;
|
|
1479
|
+
}
|
|
1480
|
+
|
|
1481
|
+
.dialog__panel {
|
|
1482
|
+
display: flex;
|
|
1483
|
+
flex-direction: column;
|
|
1484
|
+
width: var(--width);
|
|
1485
|
+
height: var(--dialog-height, auto);
|
|
1486
|
+
background-color: var(--cx-panel-background-color);
|
|
1487
|
+
border-radius: var(--cx-border-radius-medium);
|
|
1488
|
+
box-shadow: var(--cx-shadow-x-large);
|
|
1489
|
+
overflow: hidden;
|
|
1490
|
+
max-width: calc(var(--max-width) - var(--cx-spacing-2x-large));
|
|
1491
|
+
max-height: calc(var(--max-height) - var(--cx-spacing-2x-large));
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1494
|
+
.dialog__panel:focus {
|
|
1495
|
+
outline: none;
|
|
1496
|
+
}
|
|
1497
|
+
|
|
1498
|
+
/* Ensure there's enough vertical padding for phones that don't update vh when chrome appears (e.g. iPhone) */
|
|
1499
|
+
@media screen and (max-width: 420px) {
|
|
1500
|
+
.dialog__panel {
|
|
1501
|
+
max-height: 80vh;
|
|
1502
|
+
}
|
|
1503
|
+
}
|
|
1504
|
+
|
|
1505
|
+
.dialog--open .dialog__panel {
|
|
1506
|
+
display: flex;
|
|
1507
|
+
opacity: 1;
|
|
1508
|
+
}
|
|
1509
|
+
|
|
1510
|
+
.dialog__header {
|
|
1511
|
+
flex: 0 0 auto;
|
|
1512
|
+
display: flex;
|
|
1513
|
+
padding: var(--header-spacing);
|
|
1514
|
+
}
|
|
1515
|
+
|
|
1516
|
+
.dialog__header-divider,
|
|
1517
|
+
.dialog__footer-divider {
|
|
1518
|
+
--spacing: 0;
|
|
1519
|
+
padding: var(--divider-spacing);
|
|
1520
|
+
}
|
|
1521
|
+
|
|
1522
|
+
.dialog__title {
|
|
1523
|
+
display: flex;
|
|
1524
|
+
align-items: center;
|
|
1525
|
+
flex: 1 1 auto;
|
|
1526
|
+
font: inherit;
|
|
1527
|
+
font-family: var(--cx-font-sans);
|
|
1528
|
+
font-size: var(--cx-font-size-large);
|
|
1529
|
+
font-weight: var(--cx-font-weight-regular);
|
|
1530
|
+
line-height: var(--cx-line-height-large);
|
|
1531
|
+
margin: 0;
|
|
1532
|
+
}
|
|
1533
|
+
|
|
1534
|
+
.dialog__header-actions {
|
|
1535
|
+
flex-shrink: 0;
|
|
1536
|
+
display: flex;
|
|
1537
|
+
flex-wrap: wrap;
|
|
1538
|
+
justify-content: end;
|
|
1539
|
+
gap: var(--cx-spacing-2x-small);
|
|
1540
|
+
}
|
|
1541
|
+
|
|
1542
|
+
.dialog__header-actions cx-icon-button,
|
|
1543
|
+
.dialog__header-actions ::slotted(cx-icon-button) {
|
|
1544
|
+
flex: 0 0 auto;
|
|
1545
|
+
display: flex;
|
|
1546
|
+
align-items: center;
|
|
1547
|
+
font-size: var(--cx-font-size-3x-large);
|
|
1548
|
+
}
|
|
1549
|
+
|
|
1550
|
+
.dialog__body {
|
|
1551
|
+
flex: 1 1 auto;
|
|
1552
|
+
display: block;
|
|
1553
|
+
padding: var(--body-spacing);
|
|
1554
|
+
overflow: auto;
|
|
1555
|
+
-webkit-overflow-scrolling: touch;
|
|
1556
|
+
font-size: var(--cx-font-size-medium);
|
|
1557
|
+
font-weight: var(--cx-font-weight-regular);
|
|
1558
|
+
line-height: var(--cx-line-height-small);
|
|
1559
|
+
position: relative;
|
|
1560
|
+
/* https://link.orangelogic.com/Tasks/41SL03 */
|
|
1561
|
+
z-index: 2;
|
|
1562
|
+
}
|
|
1563
|
+
|
|
1564
|
+
.dialog--overlay-scrollbar .dialog__body {
|
|
1565
|
+
display: flex;
|
|
1566
|
+
flex-direction: column;
|
|
1567
|
+
}
|
|
1568
|
+
|
|
1569
|
+
.dialog__footer {
|
|
1570
|
+
flex: 0 0 auto;
|
|
1571
|
+
text-align: right;
|
|
1572
|
+
padding: var(--footer-spacing);
|
|
1573
|
+
position: relative;
|
|
1574
|
+
z-index: 1;
|
|
1575
|
+
}
|
|
1576
|
+
|
|
1577
|
+
.dialog__footer ::slotted(cx-button:not(:first-of-type)) {
|
|
1578
|
+
margin-inline-start: var(--cx-spacing-x-small);
|
|
1579
|
+
}
|
|
1580
|
+
|
|
1581
|
+
.dialog:not(.dialog--has-footer) .dialog__footer {
|
|
1582
|
+
display: none;
|
|
1583
|
+
}
|
|
1584
|
+
|
|
1585
|
+
@media (forced-colors: active) {
|
|
1586
|
+
.dialog__panel {
|
|
1587
|
+
border: solid 1px var(--cx-color-neutral-0);
|
|
1588
|
+
}
|
|
1589
|
+
}
|
|
1590
|
+
|
|
1591
|
+
.dialog__overlay {
|
|
1592
|
+
display: flex;
|
|
1593
|
+
align-items: center;
|
|
1594
|
+
justify-content: center;
|
|
1595
|
+
background-color: var(--overlay-background-color);
|
|
1596
|
+
opacity: 0;
|
|
1597
|
+
pointer-events: none;
|
|
1598
|
+
z-index: 1;
|
|
1599
|
+
}
|
|
1600
|
+
|
|
1601
|
+
.dialog--open .dialog__overlay {
|
|
1602
|
+
opacity: 1;
|
|
1603
|
+
pointer-events: auto;
|
|
1604
|
+
}
|
|
1605
|
+
`;
|
|
1606
|
+
var Ac = Object.defineProperty, Dc = Object.getOwnPropertyDescriptor, dt = (t, e, o, n) => {
|
|
1607
|
+
for (var s = n > 1 ? void 0 : n ? Dc(e, o) : e, c = t.length - 1, r; c >= 0; c--)
|
|
1608
|
+
(r = t[c]) && (s = (n ? r(e, o, s) : r(s)) || s);
|
|
1609
|
+
return n && s && Ac(e, o, s), s;
|
|
1610
|
+
};
|
|
1611
|
+
Ht.plugin({
|
|
1612
|
+
ClickScroll: rc,
|
|
1613
|
+
ScrollbarsHiding: cc,
|
|
1614
|
+
SizeObserver: nc
|
|
1615
|
+
});
|
|
1616
|
+
let G = class extends hs {
|
|
1617
|
+
constructor() {
|
|
1618
|
+
super(), this.hasSlotController = new ws(this, "footer"), this.localize = new ms(this), this.modal = new bs(this), this.open = !1, this.label = "", this.noHeader = !1, this.boundary = document.body, this.dividerPosition = jt.Header, this.useOverlayScrollbar = !1, this.disableOverlayClick = !1, this.stayOpenOutsideClick = !1, this.strategy = "fixed", this.osInstance = null, this.boundaryObserver = null, this.boundarySize = {
|
|
1619
|
+
height: 0,
|
|
1620
|
+
width: 0
|
|
1621
|
+
}, this.handleDocumentKeyDown = this.handleDocumentKeyDown.bind(this), this.handleDocumentMouseDown = this.handleDocumentMouseDown.bind(this), this.preventBoundaryDialogClose = this.preventBoundaryDialogClose.bind(this), this.handleWindowResize = this.handleWindowResize.bind(this);
|
|
1622
|
+
}
|
|
1623
|
+
runFirstUpdated() {
|
|
1624
|
+
this.popup.hidden = !this.open, this.overlay = this.shadowRoot?.querySelector(
|
|
1625
|
+
".dialog__overlay"
|
|
1626
|
+
), this.open && (this.addOpenListeners(), this.modal.activate(), (!this.boundary || this.boundary === document.body) && on(this)), this.updatePopupAnchor();
|
|
1627
|
+
}
|
|
1628
|
+
disconnectedCallback() {
|
|
1629
|
+
super.disconnectedCallback(), this.modal.deactivate(), (!this.boundary || this.boundary === document.body) && nn(this), this.removeOpenListeners(), window.removeEventListener("resize", this.handleWindowResize);
|
|
1630
|
+
}
|
|
1631
|
+
shouldUpdate(t) {
|
|
1632
|
+
if (t.has("boundary")) {
|
|
1633
|
+
const e = t.get("boundary");
|
|
1634
|
+
e instanceof G && e.removeEventListener(
|
|
1635
|
+
"cx-request-close",
|
|
1636
|
+
this.preventBoundaryDialogClose
|
|
1637
|
+
), e === document.body && window.removeEventListener("resize", this.handleWindowResize), this.boundaryObserver?.disconnect(), this.boundaryObserver = null, this.open && this.boundary instanceof G && this.boundary.addEventListener(
|
|
1638
|
+
"cx-request-close",
|
|
1639
|
+
this.preventBoundaryDialogClose
|
|
1640
|
+
);
|
|
1641
|
+
}
|
|
1642
|
+
return !0;
|
|
1643
|
+
}
|
|
1644
|
+
async updatePopupAnchor() {
|
|
1645
|
+
if (!this.boundary || !this.popup || (this.popup.anchor = this.boundary, !this.overlay))
|
|
1646
|
+
return;
|
|
1647
|
+
let t = this.boundary;
|
|
1648
|
+
this.boundary instanceof G && (this.boundary.hasUpdated || await this.boundary.updateComplete, t = this.boundary.panel), this.boundary === document.body ? (this.boundarySize = {
|
|
1649
|
+
height: window.innerHeight,
|
|
1650
|
+
width: window.innerWidth
|
|
1651
|
+
}, this.boundaryObserver = null, window.addEventListener("resize", this.handleWindowResize)) : (this.boundarySize = {
|
|
1652
|
+
height: t.clientHeight,
|
|
1653
|
+
width: t.clientWidth
|
|
1654
|
+
}, this.boundaryObserver = new ResizeObserver((e) => {
|
|
1655
|
+
for (const o of e)
|
|
1656
|
+
this.boundarySize = {
|
|
1657
|
+
height: o.contentRect.height,
|
|
1658
|
+
width: o.contentRect.width
|
|
1659
|
+
};
|
|
1660
|
+
}), this.boundaryObserver.observe(t));
|
|
1661
|
+
}
|
|
1662
|
+
handleWindowResize() {
|
|
1663
|
+
this.boundary === document.body && (this.boundarySize = {
|
|
1664
|
+
height: window.innerHeight,
|
|
1665
|
+
width: window.innerWidth
|
|
1666
|
+
});
|
|
1667
|
+
}
|
|
1668
|
+
requestClose(t) {
|
|
1669
|
+
const e = this.emit("cx-request-close", {
|
|
1670
|
+
cancelable: !0,
|
|
1671
|
+
detail: { source: t }
|
|
1672
|
+
});
|
|
1673
|
+
if (e.defaultPrevented || this.disableOverlayClick && t === "overlay") {
|
|
1674
|
+
if (e.detail.preventedReason === "nested" || !this.disableOverlayClick && t === "overlay")
|
|
1675
|
+
return !1;
|
|
1676
|
+
const o = re(this, "dialog.denyClose", {
|
|
1677
|
+
dir: this.localize.dir()
|
|
1678
|
+
});
|
|
1679
|
+
return ie(this.panel, o.keyframes, o.options), !1;
|
|
1680
|
+
}
|
|
1681
|
+
return this.hide(), !0;
|
|
1682
|
+
}
|
|
1683
|
+
/**
|
|
1684
|
+
* If there are multiple dialogs open, should only close the top-most dialog when clicking outside dialog panel.
|
|
1685
|
+
* @param event - The event object.
|
|
1686
|
+
*/
|
|
1687
|
+
preventBoundaryDialogClose(t) {
|
|
1688
|
+
t.target === this.boundary && (t.detail.preventedReason = "nested", t.preventDefault());
|
|
1689
|
+
}
|
|
1690
|
+
addOpenListeners() {
|
|
1691
|
+
"CloseWatcher" in window && (this.closeWatcher?.destroy(), this.closeWatcher = new CloseWatcher(), this.closeWatcher.onclose = () => {
|
|
1692
|
+
this.requestClose("keyboard");
|
|
1693
|
+
}), document.addEventListener("keydown", this.handleDocumentKeyDown, !0), document.addEventListener("mousedown", this.handleDocumentMouseDown, !0), this.boundary instanceof G && this.boundary.addEventListener(
|
|
1694
|
+
"cx-request-close",
|
|
1695
|
+
this.preventBoundaryDialogClose
|
|
1696
|
+
);
|
|
1697
|
+
}
|
|
1698
|
+
removeOpenListeners() {
|
|
1699
|
+
this.closeWatcher?.destroy(), document.removeEventListener("keydown", this.handleDocumentKeyDown, !0), document.removeEventListener(
|
|
1700
|
+
"mousedown",
|
|
1701
|
+
this.handleDocumentMouseDown,
|
|
1702
|
+
!0
|
|
1703
|
+
), this.boundary instanceof G && this.boundary.removeEventListener(
|
|
1704
|
+
"cx-request-close",
|
|
1705
|
+
this.preventBoundaryDialogClose
|
|
1706
|
+
);
|
|
1707
|
+
}
|
|
1708
|
+
handleDocumentMouseDown(t) {
|
|
1709
|
+
const e = t.composedPath(), o = e[0], n = e.some((c) => c === this.panel), s = !this.contains(o) && !this.shadowRoot?.contains(o);
|
|
1710
|
+
n || this.stayOpenOutsideClick && s || this.requestClose("overlay");
|
|
1711
|
+
}
|
|
1712
|
+
handleDocumentKeyDown(t) {
|
|
1713
|
+
t.key === "Escape" && this.modal.isActive() && this.open && this.requestClose("keyboard") && (t.stopPropagation(), t.stopImmediatePropagation());
|
|
1714
|
+
}
|
|
1715
|
+
handleCloseButtonClick() {
|
|
1716
|
+
this.requestClose("close-button");
|
|
1717
|
+
}
|
|
1718
|
+
async handleOpenChange() {
|
|
1719
|
+
if (this.open) {
|
|
1720
|
+
this.emit("cx-show"), this.originalTrigger = document.activeElement, this.modal.activate(), this.useOverlayScrollbar && (this.osInstance = Ht(this.body, {
|
|
1721
|
+
scrollbars: {
|
|
1722
|
+
autoHide: "scroll",
|
|
1723
|
+
autoHideDelay: 1e3
|
|
1724
|
+
}
|
|
1725
|
+
})), (!this.boundary || this.boundary === document.body) && on(this);
|
|
1726
|
+
const t = this.querySelector("[autofocus]");
|
|
1727
|
+
t && t.removeAttribute("autofocus"), await Promise.all([
|
|
1728
|
+
Le(this.popup),
|
|
1729
|
+
(() => {
|
|
1730
|
+
this.overlay && Le(this.overlay);
|
|
1731
|
+
})()
|
|
1732
|
+
]), this.popup.hidden = !1, (() => {
|
|
1733
|
+
this.emit("cx-initial-focus", {
|
|
1734
|
+
cancelable: !0
|
|
1735
|
+
}).defaultPrevented || (t ? t.focus({
|
|
1736
|
+
preventScroll: !0
|
|
1737
|
+
}) : this.panel.focus({ preventScroll: !0 })), t && t.setAttribute("autofocus", "");
|
|
1738
|
+
})();
|
|
1739
|
+
const o = re(this, "dialog.show", {
|
|
1740
|
+
dir: this.localize.dir()
|
|
1741
|
+
}), n = re(this, "dialog.overlay.show", {
|
|
1742
|
+
dir: this.localize.dir()
|
|
1743
|
+
});
|
|
1744
|
+
await Promise.all([
|
|
1745
|
+
ie(this.panel, o.keyframes, o.options),
|
|
1746
|
+
(async () => {
|
|
1747
|
+
this.overlay && await ie(
|
|
1748
|
+
this.overlay,
|
|
1749
|
+
n.keyframes,
|
|
1750
|
+
n.options
|
|
1751
|
+
);
|
|
1752
|
+
})()
|
|
1753
|
+
]), this.emit("cx-after-show"), this.addOpenListeners();
|
|
1754
|
+
} else {
|
|
1755
|
+
this.emit("cx-hide"), this.removeOpenListeners(), this.modal.deactivate(), this.osInstance?.destroy(), await Promise.all([
|
|
1756
|
+
Le(this.popup),
|
|
1757
|
+
(() => {
|
|
1758
|
+
this.overlay && Le(this.overlay);
|
|
1759
|
+
})()
|
|
1760
|
+
]);
|
|
1761
|
+
const t = re(this, "dialog.hide", {
|
|
1762
|
+
dir: this.localize.dir()
|
|
1763
|
+
}), e = re(this, "dialog.overlay.hide", {
|
|
1764
|
+
dir: this.localize.dir()
|
|
1765
|
+
});
|
|
1766
|
+
await Promise.all([
|
|
1767
|
+
(async () => {
|
|
1768
|
+
this.overlay && (await ie(
|
|
1769
|
+
this.overlay,
|
|
1770
|
+
e.keyframes,
|
|
1771
|
+
e.options
|
|
1772
|
+
), this.overlay.hidden = !0);
|
|
1773
|
+
})(),
|
|
1774
|
+
ie(
|
|
1775
|
+
this.panel,
|
|
1776
|
+
t.keyframes,
|
|
1777
|
+
t.options
|
|
1778
|
+
).then(() => {
|
|
1779
|
+
this.panel.hidden = !0;
|
|
1780
|
+
})
|
|
1781
|
+
]), this.overlay && (this.overlay.hidden = !1), this.panel.hidden = !1, (!this.boundary || this.boundary === document.body) && nn(this);
|
|
1782
|
+
const o = this.originalTrigger;
|
|
1783
|
+
typeof o?.focus == "function" && setTimeout(() => o.focus()), this.emit("cx-after-hide");
|
|
1784
|
+
}
|
|
1785
|
+
}
|
|
1786
|
+
/** Shows the dialog. */
|
|
1787
|
+
async show() {
|
|
1788
|
+
if (!this.open)
|
|
1789
|
+
return this.open = !0, en(this, "cx-after-show");
|
|
1790
|
+
}
|
|
1791
|
+
/** Hides the dialog */
|
|
1792
|
+
async hide() {
|
|
1793
|
+
if (this.open)
|
|
1794
|
+
return this.open = !1, en(this, "cx-after-hide");
|
|
1795
|
+
}
|
|
1796
|
+
render() {
|
|
1797
|
+
return Te`
|
|
1798
|
+
<cx-popup
|
|
1799
|
+
part="base"
|
|
1800
|
+
?active=${this.open}
|
|
1801
|
+
strategy=${this.strategy === "overlay" ? "overlay" : "fixed"}
|
|
1802
|
+
class=${ao({
|
|
1803
|
+
popup: !0
|
|
1804
|
+
})}
|
|
1805
|
+
placement="center"
|
|
1806
|
+
>
|
|
1807
|
+
<div
|
|
1808
|
+
class=${ao({
|
|
1809
|
+
dialog: !0,
|
|
1810
|
+
"dialog--has-footer": this.hasSlotController.test("footer"),
|
|
1811
|
+
"dialog--open": this.open,
|
|
1812
|
+
"dialog--overlay-scrollbar": this.useOverlayScrollbar
|
|
1813
|
+
})}
|
|
1814
|
+
>
|
|
1815
|
+
<div
|
|
1816
|
+
part="overlay"
|
|
1817
|
+
class=${ao({
|
|
1818
|
+
dialog__overlay: !0
|
|
1819
|
+
})}
|
|
1820
|
+
tabindex="-1"
|
|
1821
|
+
style=${xs({
|
|
1822
|
+
height: `${this.boundarySize.height}px`,
|
|
1823
|
+
width: `${this.boundarySize.width}px`
|
|
1824
|
+
})}
|
|
1825
|
+
>
|
|
1826
|
+
<div
|
|
1827
|
+
part="panel"
|
|
1828
|
+
class="dialog__panel"
|
|
1829
|
+
role="dialog"
|
|
1830
|
+
aria-modal="true"
|
|
1831
|
+
aria-hidden=${this.open ? "false" : "true"}
|
|
1832
|
+
aria-label=${sn(this.noHeader ? this.label : void 0)}
|
|
1833
|
+
aria-labelledby=${sn(this.noHeader ? void 0 : "title")}
|
|
1834
|
+
tabindex="-1"
|
|
1835
|
+
>
|
|
1836
|
+
${this.noHeader ? "" : Te`
|
|
1837
|
+
<header part="header" class="dialog__header">
|
|
1838
|
+
<h2 part="title" class="dialog__title" id="title">
|
|
1839
|
+
<slot name="label">
|
|
1840
|
+
${this.label.length > 0 ? this.label : "\uFEFF"}
|
|
1841
|
+
</slot>
|
|
1842
|
+
</h2>
|
|
1843
|
+
<div part="header-actions" class="dialog__header-actions">
|
|
1844
|
+
<slot name="header-actions"></slot>
|
|
1845
|
+
<cx-icon-button
|
|
1846
|
+
part="close-button"
|
|
1847
|
+
exportparts="base:close-button__base"
|
|
1848
|
+
class="dialog__close"
|
|
1849
|
+
name="close"
|
|
1850
|
+
label=${this.localize.term("close")}
|
|
1851
|
+
@click=${this.handleCloseButtonClick}
|
|
1852
|
+
></cx-icon-button>
|
|
1853
|
+
</div>
|
|
1854
|
+
</header>
|
|
1855
|
+
${cn(
|
|
1856
|
+
[
|
|
1857
|
+
jt.Header,
|
|
1858
|
+
jt.Both
|
|
1859
|
+
].includes(this.dividerPosition),
|
|
1860
|
+
() => Te`
|
|
1861
|
+
<cx-divider class="dialog__header-divider"></cx-divider>
|
|
1862
|
+
`
|
|
1863
|
+
)}
|
|
1864
|
+
`}
|
|
1865
|
+
${// eslint-disable-next-line lit/no-useless-template-literals
|
|
1866
|
+
""}
|
|
1867
|
+
<div part="body" class="dialog__body" tabindex="-1">
|
|
1868
|
+
<slot></slot>
|
|
1869
|
+
</div>
|
|
1870
|
+
${cn(
|
|
1871
|
+
[
|
|
1872
|
+
jt.Footer,
|
|
1873
|
+
jt.Both
|
|
1874
|
+
].includes(this.dividerPosition),
|
|
1875
|
+
() => Te`
|
|
1876
|
+
<cx-divider class="dialog__footer-divider"></cx-divider>
|
|
1877
|
+
`
|
|
1878
|
+
)}
|
|
1879
|
+
<footer part="footer" class="dialog__footer">
|
|
1880
|
+
<slot name="footer"></slot>
|
|
1881
|
+
</footer>
|
|
1882
|
+
</div>
|
|
1883
|
+
</div>
|
|
1884
|
+
</div>
|
|
1885
|
+
</cx-popup>
|
|
1886
|
+
`;
|
|
1887
|
+
}
|
|
1888
|
+
};
|
|
1889
|
+
G.styles = [
|
|
1890
|
+
vs,
|
|
1891
|
+
gs,
|
|
1892
|
+
kc
|
|
1893
|
+
];
|
|
1894
|
+
G.dependencies = {
|
|
1895
|
+
"cx-divider": Ss,
|
|
1896
|
+
"cx-icon-button": Cs,
|
|
1897
|
+
"cx-popup": _s
|
|
1898
|
+
};
|
|
1899
|
+
dt([
|
|
1900
|
+
Eo(".popup")
|
|
1901
|
+
], G.prototype, "popup", 2);
|
|
1902
|
+
dt([
|
|
1903
|
+
Eo(".dialog__panel")
|
|
1904
|
+
], G.prototype, "panel", 2);
|
|
1905
|
+
dt([
|
|
1906
|
+
Eo(".dialog__body")
|
|
1907
|
+
], G.prototype, "body", 2);
|
|
1908
|
+
dt([
|
|
1909
|
+
Pt({ reflect: !0, type: Boolean })
|
|
1910
|
+
], G.prototype, "open", 2);
|
|
1911
|
+
dt([
|
|
1912
|
+
Pt({ reflect: !0 })
|
|
1913
|
+
], G.prototype, "label", 2);
|
|
1914
|
+
dt([
|
|
1915
|
+
Pt({ attribute: "no-header", reflect: !0, type: Boolean })
|
|
1916
|
+
], G.prototype, "noHeader", 2);
|
|
1917
|
+
dt([
|
|
1918
|
+
Pt({ type: Object })
|
|
1919
|
+
], G.prototype, "boundary", 2);
|
|
1920
|
+
dt([
|
|
1921
|
+
Pt({ attribute: "divider-position", reflect: !0, type: String })
|
|
1922
|
+
], G.prototype, "dividerPosition", 2);
|
|
1923
|
+
dt([
|
|
1924
|
+
Pt({
|
|
1925
|
+
attribute: "use-overlay-scrollbar",
|
|
1926
|
+
reflect: !0,
|
|
1927
|
+
type: Boolean
|
|
1928
|
+
})
|
|
1929
|
+
], G.prototype, "useOverlayScrollbar", 2);
|
|
1930
|
+
dt([
|
|
1931
|
+
Pt({
|
|
1932
|
+
attribute: "disable-overlay-click",
|
|
1933
|
+
reflect: !0,
|
|
1934
|
+
type: Boolean
|
|
1935
|
+
})
|
|
1936
|
+
], G.prototype, "disableOverlayClick", 2);
|
|
1937
|
+
dt([
|
|
1938
|
+
Pt({
|
|
1939
|
+
attribute: "stay-open-outside-click",
|
|
1940
|
+
reflect: !0,
|
|
1941
|
+
type: Boolean
|
|
1942
|
+
})
|
|
1943
|
+
], G.prototype, "stayOpenOutsideClick", 2);
|
|
1944
|
+
dt([
|
|
1945
|
+
Pt({ reflect: !0 })
|
|
1946
|
+
], G.prototype, "strategy", 2);
|
|
1947
|
+
dt([
|
|
1948
|
+
Do()
|
|
1949
|
+
], G.prototype, "overlay", 2);
|
|
1950
|
+
dt([
|
|
1951
|
+
Do()
|
|
1952
|
+
], G.prototype, "boundaryObserver", 2);
|
|
1953
|
+
dt([
|
|
1954
|
+
Do()
|
|
1955
|
+
], G.prototype, "boundarySize", 2);
|
|
1956
|
+
dt([
|
|
1957
|
+
An(["boundary"], { waitUntilFirstUpdate: !0 })
|
|
1958
|
+
], G.prototype, "updatePopupAnchor", 1);
|
|
1959
|
+
dt([
|
|
1960
|
+
An("open", { waitUntilFirstUpdate: !0 })
|
|
1961
|
+
], G.prototype, "handleOpenChange", 1);
|
|
1962
|
+
G = dt([
|
|
1963
|
+
ys("cx-dialog")
|
|
1964
|
+
], G);
|
|
1965
|
+
ve("dialog.show", {
|
|
1966
|
+
keyframes: [
|
|
1967
|
+
{ opacity: 0, scale: 0.8 },
|
|
1968
|
+
{ opacity: 1, scale: 1 }
|
|
1969
|
+
],
|
|
1970
|
+
options: { duration: 250, easing: "ease" }
|
|
1971
|
+
});
|
|
1972
|
+
ve("dialog.hide", {
|
|
1973
|
+
keyframes: [
|
|
1974
|
+
{ opacity: 1, scale: 1 },
|
|
1975
|
+
{ opacity: 0, scale: 0.8 }
|
|
1976
|
+
],
|
|
1977
|
+
options: { duration: 250, easing: "ease" }
|
|
1978
|
+
});
|
|
1979
|
+
ve("dialog.denyClose", {
|
|
1980
|
+
keyframes: [{ scale: 1 }, { scale: 1.02 }, { scale: 1 }],
|
|
1981
|
+
options: { duration: 250 }
|
|
1982
|
+
});
|
|
1983
|
+
ve("dialog.overlay.show", {
|
|
1984
|
+
keyframes: [{ opacity: 0 }, { opacity: 1 }],
|
|
1985
|
+
options: { duration: 250 }
|
|
1986
|
+
});
|
|
1987
|
+
ve("dialog.overlay.hide", {
|
|
1988
|
+
keyframes: [{ opacity: 1 }, { opacity: 0 }],
|
|
1989
|
+
options: { duration: 250 }
|
|
1990
|
+
});
|
|
1991
|
+
export {
|
|
1992
|
+
G as C,
|
|
1993
|
+
jt as D,
|
|
1994
|
+
cc as H,
|
|
1995
|
+
Ht as O,
|
|
1996
|
+
nc as a,
|
|
1997
|
+
rc as z
|
|
1998
|
+
};
|