@orangelogic/design-system 2.91.0 → 2.93.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/library/chunks/asset.Duzr3O3z.js +370 -0
- package/library/chunks/{endpoints.BpAhLyZw.js → asset.types.6DCzTOQm.js} +517 -515
- package/library/chunks/{button.BrIJPc2a.js → button.BZjbVq8t.js} +3 -3
- package/library/chunks/button.styles.Cz4EELcL.js +5 -0
- package/library/chunks/{color-swatch-group.CpuPC0u3.js → color-swatch-group.DRKpTlyp.js} +5 -5
- package/library/chunks/{color-swatch.hsIcIXE-.js → color-swatch.CbL_TpRZ.js} +1 -1
- package/library/chunks/{confirm-popover.Bk0_yxOs.js → confirm-popover.bBo9aPlX.js} +3 -3
- package/library/chunks/{cropper.DTokTzP9.js → cropper.BRKVzJDb.js} +2 -2
- package/library/chunks/{dialog.CPAszptn.js → dialog.DRW8iwh-.js} +20 -13
- package/library/chunks/{dom.Dd4Wh-Mt.js → dom.DURaLV1d.js} +1 -1
- package/library/chunks/{dot-pagination.CWKKpM7m.js → dot-pagination.CvUr6R4S.js} +1 -1
- package/library/chunks/{file-on-demand.CTJQ6P_F.js → file-on-demand.Z7nx9v2R.js} +10 -10
- package/library/chunks/{folder-select.D6NkbExX.js → folder-select.DxBOSyvo.js} +48 -49
- package/library/chunks/{form.Bi8x0jbW.js → form.nRqYei4e.js} +1 -1
- package/library/chunks/header.ClxEkQPZ.js +700 -0
- package/library/chunks/{i18n.CgwQHLcP.js → i18n.W6czbRms.js} +87 -7
- package/library/chunks/icon-button.MqA-pNw8.js +149 -0
- package/library/chunks/{iframe.DnAs6e8f.js → iframe.PcSPtm_O.js} +1 -1
- package/library/chunks/{image.DbfpMKMc.js → image.C3LupRuN.js} +118 -115
- package/library/chunks/image.ocYnNdYK.js +150 -0
- package/library/chunks/{index.zCSI4caC.js → index.B7slZiaV.js} +173 -148
- package/library/chunks/{list-editor.T0Lrm0Yo.js → list-editor.BnIOuHUQ.js} +12 -13
- package/library/chunks/number.DE78rV_g.js +104 -0
- package/library/chunks/{option.T4KSh5qy.js → option.Cx54zrJq.js} +1 -1
- package/library/chunks/{pagination.DC9JIt4s.js → pagination.CG5odPWi.js} +4 -4
- package/library/chunks/{responsive.DL-wBD4P.js → responsive.D9TUCX5p.js} +1 -1
- package/library/chunks/{string.B_mXTq0K.js → string.DfV21HEI.js} +12 -8
- package/library/chunks/{tab-group.B6olTWpV.js → tab-group.BLZ-qEpp.js} +4 -4
- package/library/chunks/{table.Da1P5WrI.js → table.1GgUDoqR.js} +1068 -951
- package/library/chunks/template.ClovJacp.js +31 -0
- package/library/chunks/{time.D_uFZqqe.js → time.wo2iH5iw.js} +1 -1
- package/library/chunks/toast.Bc4wpYJ1.js +150 -0
- package/library/chunks/{tree.D5Fv7i1r.js → tree.CKi63r95.js} +89 -89
- package/library/components/alert.js +2 -2
- package/library/components/asset-link-format.js +8 -8
- package/library/components/atoms.js +12 -12
- package/library/components/border-input-group.js +1 -1
- package/library/components/breadcrumb.js +1 -1
- package/library/components/button.js +4 -4
- package/library/components/checkbox.js +1 -1
- package/library/components/color-picker.js +4 -4
- package/library/components/color-swatch-group.js +6 -6
- package/library/components/color-swatch.js +2 -2
- package/library/components/confirm-popover.js +4 -4
- package/library/components/copy-button.js +2 -2
- package/library/components/corner-position-input-group.js +2 -2
- package/library/components/cropper.js +1 -1
- package/library/components/details.js +1 -1
- package/library/components/dialog.js +3 -3
- package/library/components/dot-pagination.js +2 -2
- package/library/components/drawer.js +2 -2
- package/library/components/dropdown.js +2 -2
- package/library/components/dynamic-select.js +4 -4
- package/library/components/e-chart.js +1 -1
- package/library/components/element-clamp.js +2 -2
- package/library/components/file-on-demand.js +11 -11
- package/library/components/folder-select.js +4 -4
- package/library/components/format-bytes.js +1 -1
- package/library/components/format-date.js +1 -1
- package/library/components/format-number.js +1 -1
- package/library/components/format-time.js +2 -2
- package/library/components/header.js +2 -2
- package/library/components/icon-button.js +2 -2
- package/library/components/iframe.js +2 -2
- package/library/components/image-comparer.js +1 -1
- package/library/components/image.js +2 -2
- package/library/components/input.js +2 -2
- package/library/components/line-clamp.js +1 -1
- package/library/components/list-editor.js +6 -6
- package/library/components/markdown.js +2 -2
- package/library/components/masonry.js +2 -2
- package/library/components/menu-item.js +56 -53
- package/library/components/menu.js +10 -7
- package/library/components/molecules.js +5 -5
- package/library/components/option.js +2 -2
- package/library/components/organisms.js +2 -2
- package/library/components/pagination.js +5 -5
- package/library/components/popup.js +30 -43
- package/library/components/position-picker.js +1 -1
- package/library/components/progress-bar.js +1 -1
- package/library/components/progress-ring.js +1 -1
- package/library/components/radio-button.js +1 -1
- package/library/components/radio-group.js +1 -1
- package/library/components/range.js +2 -2
- package/library/components/rating.js +1 -1
- package/library/components/relative-time.js +1 -1
- package/library/components/select.js +3 -3
- package/library/components/share-option-list.js +2 -2
- package/library/components/sidebar.js +1 -1
- package/library/components/size-input-group.js +2 -2
- package/library/components/spinner.js +1 -1
- package/library/components/split-panel.js +1 -1
- package/library/components/switch.js +1 -1
- package/library/components/tab-group.js +5 -5
- package/library/components/tab.js +2 -2
- package/library/components/table.js +57 -55
- package/library/components/tag.js +2 -2
- package/library/components/textarea.js +1 -1
- package/library/components/timecode.js +1 -1
- package/library/components/tooltip.js +1 -1
- package/library/components/tree-item.js +2 -2
- package/library/components/tree.js +2 -2
- package/library/components/typeface.js +2 -2
- package/library/components/types.js +28464 -28907
- package/library/components/video.js +2 -2
- package/library/package.json +1 -1
- package/library/packages/atoms/src/components/button/button.d.ts +5 -0
- package/library/packages/atoms/src/components/color-picker/color-picker.d.ts +1 -0
- package/library/packages/atoms/src/components/dropdown/dropdown.d.ts +1 -0
- package/library/packages/atoms/src/components/markdown/parser.d.ts +1 -1
- package/library/packages/atoms/src/components/menu/menu.d.ts +6 -0
- package/library/packages/atoms/src/components/menu-item/menu-item.d.ts +6 -0
- package/library/packages/atoms/src/components/table/styles/table-clickable-cell.styles.d.ts +10 -0
- package/library/packages/atoms/src/components/table/table.d.ts +1 -0
- package/library/packages/base/src/resizable-element.d.ts +1 -0
- package/library/packages/events/src/cx-code-block-language-change.d.ts +8 -0
- package/library/packages/events/src/cx-find-and-replace.d.ts +32 -0
- package/library/packages/events/src/cx-link-request.d.ts +12 -0
- package/library/packages/events/src/cx-rich-text-anchor-apply-request.d.ts +9 -0
- package/library/packages/events/src/cx-rich-text-blur.d.ts +6 -0
- package/library/packages/events/src/cx-rich-text-change.d.ts +8 -0
- package/library/packages/events/src/cx-rich-text-click.d.ts +6 -0
- package/library/packages/events/src/cx-rich-text-focus.d.ts +6 -0
- package/library/packages/events/src/cx-rich-text-image-drop.d.ts +8 -0
- package/library/packages/events/src/cx-rich-text-image-save.d.ts +23 -0
- package/library/packages/events/src/cx-rich-text-link-save.d.ts +19 -0
- package/library/packages/events/src/cx-rich-text-native-spellcheck-change.d.ts +12 -0
- package/library/packages/events/src/cx-rich-text-review-layout-refresh.d.ts +8 -0
- package/library/packages/events/src/cx-rich-text-review-node-created.d.ts +13 -0
- package/library/packages/events/src/cx-rich-text-review-selection-changed.d.ts +11 -0
- package/library/packages/events/src/cx-rich-text-suggestion-hover.d.ts +12 -0
- package/library/packages/events/src/cx-rich-text-table-cell-save.d.ts +15 -0
- package/library/packages/events/src/cx-rich-text-table-save.d.ts +16 -0
- package/library/packages/events/src/cx-rich-text-video-save.d.ts +28 -0
- package/library/packages/events/src/cx-special-characters-insert.d.ts +13 -0
- package/library/packages/events/src/cx-tiptap-code-block-doc-request.d.ts +19 -0
- package/library/packages/events/src/cx-tiptap-image-doc-request.d.ts +24 -0
- package/library/packages/events/src/cx-tiptap-image-host-feedback.d.ts +13 -0
- package/library/packages/events/src/cx-tiptap-video-doc-request.d.ts +24 -0
- package/library/packages/events/src/cx-tiptap-video-host-feedback.d.ts +13 -0
- package/library/packages/events/src/events.d.ts +25 -0
- package/library/packages/hybrid/table-core/src/tabulator-tables/core/modules/optional.d.ts +2 -0
- package/library/packages/hybrid/table-core/src/tabulator-tables/modules/ClickableCell/ClickableCell.d.ts +44 -0
- package/library/packages/{atoms/src/components/table/modules → hybrid/table-core/src/tabulator-tables/modules/HoverMenu}/HoverMenu.d.ts +7 -5
- package/library/packages/molecules/src/index.d.ts +1 -0
- package/library/packages/molecules/src/mentions/mentions.d.ts +53 -0
- package/library/packages/organisms/src/comment/comment.d.ts +3 -3
- package/library/packages/organisms/src/comment/extensions/index.d.ts +0 -1
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/index.d.ts +0 -2
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-bubble-menu/rte-bubble-menu.d.ts +5 -10
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/constant.d.ts +12 -13
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/index.d.ts +1 -1
- package/library/packages/organisms/src/find-and-replace/find-and-replace.d.ts +84 -0
- package/library/packages/organisms/src/index.d.ts +2 -0
- package/library/packages/organisms/src/{content-builder/plugins/rich-text-editor/components/rte-bubble-menu/special-char-dialog.d.ts → special-characters-dialog/special-characters-dialog.d.ts} +11 -12
- package/library/packages/services/src/api/asset/asset.d.ts +17 -15
- package/library/packages/services/src/api/asset/asset.types.d.ts +97 -32
- package/library/packages/services/src/api/asset/asset.utils.d.ts +9 -0
- package/library/packages/services/src/api/endpoints.d.ts +2 -4
- package/library/packages/tools/src/fetch-image/fetch-image.d.ts +7 -0
- package/library/packages/tools/src/tiptap/constants/constants.d.ts +41 -0
- package/library/packages/tools/src/tiptap/constants/index.d.ts +1 -0
- package/library/packages/tools/src/tiptap/extensions/blockquote/index.d.ts +2 -0
- package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/bubble-menu.d.ts → tools/src/tiptap/extensions/bubble-menu/index.d.ts} +11 -27
- package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/bullet-list/index.d.ts +3 -0
- package/library/packages/tools/src/tiptap/extensions/code-block/code-block-doc-bridge.d.ts +13 -0
- package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/extensions/code-block/CodeBlock.d.ts → tools/src/tiptap/extensions/code-block/code-block.d.ts} +2 -1
- package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/extensions/code-block/CodeBlockPrism.d.ts → tools/src/tiptap/extensions/code-block/index.d.ts} +2 -1
- package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/extensions/code-block/PrismPlugin.d.ts → tools/src/tiptap/extensions/code-block/prism-plugin.d.ts} +1 -0
- package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/document/commands.d.ts +2 -2
- package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/link/helpers/autolink.d.ts +1 -1
- package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/extensions/link/helpers/clickHandler.d.ts → tools/src/tiptap/extensions/link/helpers/click-handler.d.ts} +1 -1
- package/library/packages/tools/src/tiptap/extensions/link/helpers/is-valid-url.d.ts +1 -0
- package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/extensions/link/helpers/pasteHandler.d.ts → tools/src/tiptap/extensions/link/helpers/paste-handler.d.ts} +1 -1
- package/library/packages/tools/src/tiptap/extensions/link/index.d.ts +6 -0
- package/library/packages/tools/src/tiptap/extensions/list-item/index.d.ts +2 -0
- package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/ordered-list/index.d.ts +2 -0
- package/library/packages/tools/src/tiptap/extensions/text-style/index.d.ts +7 -0
- package/library/packages/tools/src/tiptap/utils/anchor-links.d.ts +2 -0
- package/library/packages/tools/src/tiptap/utils/extend-class-style.d.ts +4 -0
- package/library/packages/tools/src/tiptap/utils/is-only-code-block-selection.d.ts +4 -0
- package/library/packages/tools/src/tiptap/utils/parse-tracks.d.ts +1 -0
- package/library/packages/tools/src/tiptap/utils/rich-text-inline-viewer-doc-bridge.d.ts +38 -0
- package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/utils/getStyles.d.ts → tools/src/tiptap/utils/styles.d.ts} +4 -4
- package/library/packages/tools/src/tiptap/utils/text-block-type-input-rule-no-delete.d.ts +3 -0
- package/library/packages/types/src/menu-item.d.ts +2 -0
- package/library/packages/types/src/special-characters-dialog.d.ts +19 -0
- package/library/packages/types/src/table.d.ts +13 -0
- package/library/packages/types/src/tiptap.d.ts +52 -0
- package/library/packages/utils/src/custom-element/i18n.d.ts +80 -0
- package/library/packages/utils/src/image/image.d.ts +14 -1
- package/library/packages/utils/src/index.d.ts +1 -0
- package/library/packages/utils/src/keyboard/index.d.ts +1 -0
- package/library/packages/utils/src/keyboard/keyboard.d.ts +9 -0
- package/library/packages/utils/src/number/number.d.ts +4 -0
- package/library/packages/utils/src/object/object.d.ts +2 -0
- package/library/packages/utils/src/string/string.d.ts +1 -0
- package/library/packages/utils/src/template/template.d.ts +1 -0
- package/library/react-web-component.d.ts +154 -13
- package/library/utils.js +187 -177
- package/package.json +1 -1
- package/library/chunks/asset.CVuNAhz3.js +0 -287
- package/library/chunks/button.styles.CKqn956w.js +0 -5
- package/library/chunks/content-builder.B4Tqoc6M.js +0 -127
- package/library/chunks/header.DPVuEZN-.js +0 -177
- package/library/chunks/icon-button.BpwPU4Vg.js +0 -149
- package/library/chunks/image.mbpyiQpQ.js +0 -82
- package/library/chunks/number.CjNxU7Xs.js +0 -93
- package/library/chunks/template.CsJd8Pb_.js +0 -20
- package/library/chunks/toast.BXNbwZV8.js +0 -25
- package/library/packages/organisms/src/comment/components/comment-mention/comment-mention.d.ts +0 -44
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-code-block-toolbar/index.d.ts +0 -1
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-code-block-toolbar/rte-code-block-toolbar.d.ts +0 -28
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-image-viewer/index.d.ts +0 -1
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-image-viewer/rte-image-viewer.d.ts +0 -68
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-image-viewer/rte-image-viewer.styles.d.ts +0 -2
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/blockquote/index.d.ts +0 -2
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/code-block/index.d.ts +0 -2
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/image/convertSrcToBlob.d.ts +0 -6
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/image/index.d.ts +0 -4
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/link/helpers/isValidUrl.d.ts +0 -2
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/link/index.d.ts +0 -2
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/list-item/index.d.ts +0 -2
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/text-style/index.d.ts +0 -17
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/utils/extendClassStyle.d.ts +0 -6
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/utils/getImageNaturalWidthHeight.d.ts +0 -1
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/utils/isAbsolute.d.ts +0 -2
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/utils/isValidImageUrl.d.ts +0 -3
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/utils/parseBooleanString.d.ts +0 -2
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/utils/processAnchorLink.d.ts +0 -2
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/utils/textblockTypeInputRuleNoDelete.d.ts +0 -3
- /package/library/packages/{organisms/src/comment/components/comment-mention/comment-mention.styles.d.ts → molecules/src/mentions/mentions.styles.d.ts} +0 -0
- /package/library/packages/organisms/src/{content-builder/plugins/rich-text-editor/components/rte-bubble-menu/special-char-dialog.styles.d.ts → find-and-replace/find-and-replace.styles.d.ts} +0 -0
- /package/library/packages/organisms/src/{content-builder/plugins/rich-text-editor/components/rte-code-block-toolbar/rte-code-block-toolbar.styles.d.ts → special-characters-dialog/special-characters-dialog.styles.d.ts} +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/anchor/index.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/extensions/aside-block → tools/src/tiptap/extensions/aside}/index.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/div/index.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/document/index.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/font-size/index.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/heading/index.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/highlight/index.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/inline-class/index.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/line-height/index.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/list-item/commands.d.ts +0 -0
- /package/library/packages/{organisms/src/comment/extensions/mention.d.ts → tools/src/tiptap/extensions/mention/index.d.ts} +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/extensions/other-elements → tools/src/tiptap/extensions/other-element}/index.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/other-styles/index.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/paragraph/index.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/placeholder/index.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/table/cellselection.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/extensions/table/columnResizing.d.ts → tools/src/tiptap/extensions/table/column-resizing.d.ts} +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/table/commands.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/extensions/table/copyPaste.d.ts → tools/src/tiptap/extensions/table/copy-paste.d.ts} +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/extensions/table/createCell.d.ts → tools/src/tiptap/extensions/table/create-cell.d.ts} +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/extensions/table/createTable.d.ts → tools/src/tiptap/extensions/table/create-table.d.ts} +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/extensions/table/fixTables.d.ts → tools/src/tiptap/extensions/table/fix-tables.d.ts} +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/extensions/table/getTableNodeTypes.d.ts → tools/src/tiptap/extensions/table/get-table-node-types.d.ts} +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/table/index.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/table/input.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/extensions/table/rowResizing.d.ts → tools/src/tiptap/extensions/table/row-resizing.d.ts} +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/extensions/table/tableEditing.d.ts → tools/src/tiptap/extensions/table/table-editing.d.ts} +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/table/utils.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/text-align/index.d.ts +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { C as R, n as l } from "./lib-cortex-element.CVMmyPMC.js";
|
|
2
2
|
import { c as N } from "./component.styles.CRO4Odto.js";
|
|
3
3
|
import { c as G } from "./custom-element.L4WJXn1j.js";
|
|
4
|
-
import { L as
|
|
4
|
+
import { L as M } from "./i18n.W6czbRms.js";
|
|
5
5
|
import { c as K } from "./math.DqTA6ya4.js";
|
|
6
6
|
import { w as b } from "./watch.BCJD77bD.js";
|
|
7
|
-
import { i as
|
|
7
|
+
import { i as Z, x as g, E as L } from "./lit-element.jLBm65_O.js";
|
|
8
8
|
import { r as y } from "./state.CSDxrqLd.js";
|
|
9
9
|
import { e as f } from "./query.BBf1UFkC.js";
|
|
10
10
|
import { s as z, a as U, b as $ } from "./animate.El-MpOws.js";
|
|
@@ -12,7 +12,7 @@ import { e as C } from "./class-map.BiVq-cVR.js";
|
|
|
12
12
|
import { o as _ } from "./if-defined.BRoBj_Rp.js";
|
|
13
13
|
import { l as W } from "./live.SCz6M8Gs.js";
|
|
14
14
|
import { n as E } from "./when.Dr1es41R.js";
|
|
15
|
-
import { g as P, s as
|
|
15
|
+
import { g as P, s as H } from "./animation-registry.HmpwNuGH.js";
|
|
16
16
|
import Y from "../components/checkbox.js";
|
|
17
17
|
import J from "../components/icon.js";
|
|
18
18
|
import Q from "../components/spinner.js";
|
|
@@ -21,8 +21,8 @@ import { S as te } from "./sortable.esm.oSzf6C5Q.js";
|
|
|
21
21
|
function ie(e, t, i) {
|
|
22
22
|
let n;
|
|
23
23
|
return function(...r) {
|
|
24
|
-
const
|
|
25
|
-
n = null, e.apply(
|
|
24
|
+
const a = this, d = function() {
|
|
25
|
+
n = null, e.apply(a, r);
|
|
26
26
|
};
|
|
27
27
|
n && clearTimeout(n), n = window.setTimeout(d, t);
|
|
28
28
|
};
|
|
@@ -34,26 +34,26 @@ function ne(e, t = 0) {
|
|
|
34
34
|
return (p[e[t + 0]] + p[e[t + 1]] + p[e[t + 2]] + p[e[t + 3]] + "-" + p[e[t + 4]] + p[e[t + 5]] + "-" + p[e[t + 6]] + p[e[t + 7]] + "-" + p[e[t + 8]] + p[e[t + 9]] + "-" + p[e[t + 10]] + p[e[t + 11]] + p[e[t + 12]] + p[e[t + 13]] + p[e[t + 14]] + p[e[t + 15]]).toLowerCase();
|
|
35
35
|
}
|
|
36
36
|
let I;
|
|
37
|
-
const
|
|
38
|
-
function
|
|
37
|
+
const ae = new Uint8Array(16);
|
|
38
|
+
function oe() {
|
|
39
39
|
if (!I) {
|
|
40
40
|
if (typeof crypto > "u" || !crypto.getRandomValues)
|
|
41
41
|
throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
|
|
42
42
|
I = crypto.getRandomValues.bind(crypto);
|
|
43
43
|
}
|
|
44
|
-
return I(
|
|
44
|
+
return I(ae);
|
|
45
45
|
}
|
|
46
46
|
const re = typeof crypto < "u" && crypto.randomUUID && crypto.randomUUID.bind(crypto), F = { randomUUID: re };
|
|
47
47
|
function se(e, t, i) {
|
|
48
48
|
if (F.randomUUID && !e)
|
|
49
49
|
return F.randomUUID();
|
|
50
50
|
e = e || {};
|
|
51
|
-
const n = e.random ?? e.rng?.() ??
|
|
51
|
+
const n = e.random ?? e.rng?.() ?? oe();
|
|
52
52
|
if (n.length < 16)
|
|
53
53
|
throw new Error("Random bytes length must be >= 16");
|
|
54
54
|
return n[6] = n[6] & 15 | 64, n[8] = n[8] & 63 | 128, ne(n);
|
|
55
55
|
}
|
|
56
|
-
const le =
|
|
56
|
+
const le = Z`:host{--selected-color:var(--cx-color-primary-600);--selected-background-color:var(--cx-color-primary-50);--hover-background-color:var(--cx-menu-item-background-color-hover);--active-background-color:var(--cx-color-neutral-200);--item-padding:var(--cx-spacing-2x-small) var(--cx-spacing-x-small);outline:0;display:block}:host(:focus-visible) .tree-item{outline:var(--cx-focus-ring);outline-offset:calc(-1 * var(--cx-focus-ring-width))}[hidden]{display:none!important}slot:not([name])::slotted(cx-icon){margin-inline-end:var(--cx-spacing-x-small)}.tree-item{color:var(--cx-color-neutral);cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:column;align-items:stretch;display:flex;position:relative}.tree-item__checkbox{margin-inline-end:var(--cx-spacing-x-small)}.tree-item__expand-button,.tree-item__checkbox,.tree-item__label{font-family:var(--cx-font-sans);font-size:var(--cx-tree-item-font-size,var(--cx-font-size-small));font-weight:var(--cx-tree-item-font-weight,var(--cx-font-weight-medium));line-height:var(--cx-tree-item-line-height,var(--cx-line-height-large));letter-spacing:var(--cx-tree-item-letter-spacing,var(--cx-letter-spacing-normal))}.tree-item__checkbox::part(base){align-items:center;display:flex}.tree-item__checkbox::part(label){margin-inline-start:0}.tree-item__indentation{flex-shrink:0;width:1em;display:block}.tree-item__expand-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tree-item__expand-button{box-sizing:content-box;color:var(--cx-color-neutral-500);cursor:pointer;min-width:max(1em,1rem);min-height:max(1em,1rem);transition:var(--cx-transition-medium) rotate ease;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.tree-item--expanded .tree-item__expand-button{rotate:90deg}.tree-item--expanded.tree-item--rtl .tree-item__expand-button{rotate:-90deg}.tree-item--expanded slot[name=expand-icon],.tree-item:not(.tree-item--expanded) slot[name=collapse-icon]{display:none}:host(:not([aria-disabled=true])) .tree-item--selected .tree-item__item .tree-item__expand-icon-slot{color:var(--selected-color)}.tree-item:not(.tree-item--has-expand-button) .tree-item__expand-icon-slot{visibility:hidden;opacity:0;pointer-events:none}.tree-item__expand-button--visible{cursor:pointer}.tree-item__item{border-radius:var(--cx-border-radius-large);padding:var(--item-padding,var(--cx-spacing-x-small) var(--cx-spacing-small));transition:var(--cx-transition-x-fast) background-color ease;align-items:center;display:flex}.tree-item__item:hover{background-color:var(--hover-background-color)}.tree-item__item:active{background-color:var(--active-background-color)}.tree-item--disabled .tree-item__item{opacity:.5;cursor:default;outline:none}:host(:not([aria-disabled=true])) .tree-item--selected .tree-item__item{background-color:var(--selected-background-color);color:var(--selected-color)}:host(:not([aria-disabled=true])) .tree-item__expand-button{color:var(--cx-color-neutral)}:host(:not([aria-disabled=true])) .tree-item--selected,:host(:not([aria-disabled=true])) .tree-item--selected .tree-item__expand-button,:host(:not([aria-disabled=true])) .tree-item--selected .tree-item__actions::slotted(cx-icon-button){color:var(--cx-color-neutral-0)}:host(:not([aria-disabled=true])) .tree-item--selected .tree-item__actions::slotted(cx-icon-button){--hover-background-color:var(--cx-color-neutral-0)}.tree-item__label{align-items:center;display:flex}.tree-item__actions{font-size:var(--cx-font-size-medium);align-items:center;width:fit-content;margin-inline-start:auto;display:flex}.tree-item__actions::slotted(*){visibility:hidden;opacity:0;transition:var(--cx-transition-x-fast) visibility, var(--cx-transition-x-fast) opacity ease}.tree-item__item:hover .tree-item__actions::slotted(*){visibility:visible;opacity:1}@supports not (overlay:auto){.tree-item__actions::slotted(cx-dropdown[open]){visibility:visible;opacity:1}}.tree-item__children{font-size:calc(1em + var(--indent-size,var(--cx-spacing-medium)));gap:var(--children-gap,0);flex-direction:column;display:flex}@media (forced-colors:active){:host(:not([aria-disabled=true])) .tree-item--selected .tree-item__item{outline:1px dashed selecteditem}}::slotted(cx-tree-item){--hover-background-color:inherit;--active-background-color:inherit;--selected-background-color:inherit;--selected-color:inherit}:host([data-dragging]){position:relative}:host([data-dragging=inside]){background-color:var(--cx-color-primary-400)}:host([data-dragging=before]):before{content:"";border-top:var(--cx-spacing-2x-small) solid var(--cx-color-primary-400);width:100%;position:absolute;top:0;left:0}:host([data-dragging=after]):before{content:"";border-bottom:var(--cx-spacing-2x-small) solid var(--cx-color-primary-400);width:100%;position:absolute;bottom:0;left:0}`, k = "tree-sortable", w = 0.2, O = (e) => e == null;
|
|
57
57
|
function de() {
|
|
58
58
|
function e() {
|
|
59
59
|
}
|
|
@@ -72,7 +72,7 @@ function de() {
|
|
|
72
72
|
activeSortable: i,
|
|
73
73
|
cancel: n,
|
|
74
74
|
changed: r,
|
|
75
|
-
completed:
|
|
75
|
+
completed: a,
|
|
76
76
|
dragEl: d,
|
|
77
77
|
originalEvent: m,
|
|
78
78
|
putSortable: x,
|
|
@@ -105,7 +105,7 @@ function de() {
|
|
|
105
105
|
}, u.setAttribute("data-dragging", "after");
|
|
106
106
|
else {
|
|
107
107
|
if (u.hasAttribute("no-drag-inside")) {
|
|
108
|
-
r(),
|
|
108
|
+
r(), a(!0), n();
|
|
109
109
|
return;
|
|
110
110
|
}
|
|
111
111
|
t = {
|
|
@@ -115,7 +115,7 @@ function de() {
|
|
|
115
115
|
}, u.setAttribute("data-dragging", "inside");
|
|
116
116
|
}
|
|
117
117
|
if (v.animateAll(), v !== i && i.animateAll(), t)
|
|
118
|
-
r(),
|
|
118
|
+
r(), a(!0), n();
|
|
119
119
|
else
|
|
120
120
|
return !0;
|
|
121
121
|
},
|
|
@@ -123,7 +123,7 @@ function de() {
|
|
|
123
123
|
cancel: i,
|
|
124
124
|
dragEl: n
|
|
125
125
|
}) {
|
|
126
|
-
if (n && !
|
|
126
|
+
if (n && !o.isTreeItem(n)) {
|
|
127
127
|
i();
|
|
128
128
|
return;
|
|
129
129
|
}
|
|
@@ -131,7 +131,7 @@ function de() {
|
|
|
131
131
|
drop() {
|
|
132
132
|
if (t) {
|
|
133
133
|
const i = t.el.parentNode;
|
|
134
|
-
i && (i.tagName === "CX-TREE"
|
|
134
|
+
i && (i.tagName === "CX-TREE" ? t.dragEl.removeAttribute("slot") : i.tagName === "CX-TREE-ITEM" && t.dragEl.setAttribute("slot", "children"), t.position === -1 ? i.insertBefore(t.dragEl, t.el) : t.position === 1 ? i.insertBefore(t.dragEl, t.el.nextSibling) : (t.dragEl.setAttribute("slot", "children"), t.el.appendChild(t.dragEl))), t.el.removeAttribute("data-dragging"), t = null;
|
|
135
135
|
}
|
|
136
136
|
}
|
|
137
137
|
}, Object.assign(e, {
|
|
@@ -168,13 +168,13 @@ const j = (e) => ({
|
|
|
168
168
|
swapThreshold: w
|
|
169
169
|
});
|
|
170
170
|
var ce = Object.defineProperty, he = Object.getOwnPropertyDescriptor, s = (e, t, i, n) => {
|
|
171
|
-
for (var r = n > 1 ? void 0 : n ? he(t, i) : t,
|
|
172
|
-
(d = e[
|
|
171
|
+
for (var r = n > 1 ? void 0 : n ? he(t, i) : t, a = e.length - 1, d; a >= 0; a--)
|
|
172
|
+
(d = e[a]) && (r = (n ? d(t, i, r) : d(r)) || r);
|
|
173
173
|
return n && r && ce(t, i, r), r;
|
|
174
174
|
};
|
|
175
|
-
let
|
|
175
|
+
let o = class extends R {
|
|
176
176
|
constructor() {
|
|
177
|
-
super(), this.localize = new
|
|
177
|
+
super(), this.localize = new M(this), this.expanded = !1, this.selected = !1, this.disabled = !1, this.readonly = !1, this.lazy = !1, this.href = "", this.rel = "noreferrer noopener", this.itemId = "", this.sortable = !1, this.noDrag = !1, this.noSelect = !1, this.noDragInside = !1, this.sortableGroup = void 0, this.expandButtonPlacement = "start", this.noForwardExpandButtonPlacement = !1, this.disabledSyncCheckboxes = !1, this.partialSyncCheckboxes = !1, this.previouslySelected = !1, this.focusable = !1, this.indeterminate = !1, this.isLeaf = !1, this.loading = !1, this.selectable = !1, this.sortableInstance = null, this.onDragStart = (e) => {
|
|
178
178
|
if (e.dataTransfer) {
|
|
179
179
|
const t = this.cloneNode(!0);
|
|
180
180
|
t.style.backgroundColor = "red", t.style.display = "none", this.ownerDocument.body.appendChild(t), e.dataTransfer.setDragImage(t, 0, 0);
|
|
@@ -206,7 +206,7 @@ let a = class extends R {
|
|
|
206
206
|
// Checks whether the item is nested into an item
|
|
207
207
|
isNestedItem() {
|
|
208
208
|
const e = this.parentElement;
|
|
209
|
-
return !!e &&
|
|
209
|
+
return !!e && o.isTreeItem(e);
|
|
210
210
|
}
|
|
211
211
|
/**
|
|
212
212
|
* Wait for this item to be fully updated before processing the slot change.
|
|
@@ -258,7 +258,7 @@ let a = class extends R {
|
|
|
258
258
|
includeDisabled: e = !0
|
|
259
259
|
} = {}) {
|
|
260
260
|
return this.childrenSlot ? [...this.childrenSlot.assignedElements({ flatten: !0 })].filter(
|
|
261
|
-
(t) =>
|
|
261
|
+
(t) => o.isTreeItem(t) && (e || !t.disabled)
|
|
262
262
|
) : [];
|
|
263
263
|
}
|
|
264
264
|
renderExpandButton() {
|
|
@@ -359,156 +359,156 @@ let a = class extends R {
|
|
|
359
359
|
)}</div><div class="tree-item__children" part="children" role="group"><slot name="children" @slotchange=${this.handleChildrenSlotChange}></slot></div>`);
|
|
360
360
|
}
|
|
361
361
|
};
|
|
362
|
-
|
|
363
|
-
|
|
362
|
+
o.styles = [N, le];
|
|
363
|
+
o.dependencies = {
|
|
364
364
|
"cx-checkbox": Y,
|
|
365
365
|
"cx-icon": J,
|
|
366
366
|
"cx-spinner": Q
|
|
367
367
|
};
|
|
368
368
|
s([
|
|
369
369
|
f("slot:not([name])")
|
|
370
|
-
],
|
|
370
|
+
], o.prototype, "defaultSlot", 2);
|
|
371
371
|
s([
|
|
372
372
|
f("slot[name=children]")
|
|
373
|
-
],
|
|
373
|
+
], o.prototype, "childrenSlot", 2);
|
|
374
374
|
s([
|
|
375
375
|
f(".tree-item__item")
|
|
376
|
-
],
|
|
376
|
+
], o.prototype, "itemElement", 2);
|
|
377
377
|
s([
|
|
378
378
|
f(".tree-item__children")
|
|
379
|
-
],
|
|
379
|
+
], o.prototype, "childrenContainer", 2);
|
|
380
380
|
s([
|
|
381
381
|
f(".tree-item__expand-button slot")
|
|
382
|
-
],
|
|
382
|
+
], o.prototype, "expandButtonSlot", 2);
|
|
383
383
|
s([
|
|
384
384
|
l({ reflect: !0, type: Boolean })
|
|
385
|
-
],
|
|
385
|
+
], o.prototype, "expanded", 2);
|
|
386
386
|
s([
|
|
387
387
|
l({ reflect: !0, type: Boolean })
|
|
388
|
-
],
|
|
388
|
+
], o.prototype, "selected", 2);
|
|
389
389
|
s([
|
|
390
390
|
l({ reflect: !0, type: Boolean })
|
|
391
|
-
],
|
|
391
|
+
], o.prototype, "disabled", 2);
|
|
392
392
|
s([
|
|
393
393
|
l({ reflect: !0, type: Boolean })
|
|
394
|
-
],
|
|
394
|
+
], o.prototype, "readonly", 2);
|
|
395
395
|
s([
|
|
396
396
|
l({ reflect: !0, type: Boolean })
|
|
397
|
-
],
|
|
397
|
+
], o.prototype, "lazy", 2);
|
|
398
398
|
s([
|
|
399
399
|
l()
|
|
400
|
-
],
|
|
400
|
+
], o.prototype, "href", 2);
|
|
401
401
|
s([
|
|
402
402
|
l()
|
|
403
|
-
],
|
|
403
|
+
], o.prototype, "target", 2);
|
|
404
404
|
s([
|
|
405
405
|
l()
|
|
406
|
-
],
|
|
406
|
+
], o.prototype, "rel", 2);
|
|
407
407
|
s([
|
|
408
408
|
l()
|
|
409
|
-
],
|
|
409
|
+
], o.prototype, "download", 2);
|
|
410
410
|
s([
|
|
411
411
|
l({ attribute: "itemid", reflect: !0, type: String })
|
|
412
|
-
],
|
|
412
|
+
], o.prototype, "itemId", 2);
|
|
413
413
|
s([
|
|
414
414
|
l({ reflect: !0, type: Boolean })
|
|
415
|
-
],
|
|
415
|
+
], o.prototype, "sortable", 2);
|
|
416
416
|
s([
|
|
417
417
|
l({ attribute: "no-drag", reflect: !0, type: Boolean })
|
|
418
|
-
],
|
|
418
|
+
], o.prototype, "noDrag", 2);
|
|
419
419
|
s([
|
|
420
420
|
l({ attribute: "no-select", reflect: !0, type: Boolean })
|
|
421
|
-
],
|
|
421
|
+
], o.prototype, "noSelect", 2);
|
|
422
422
|
s([
|
|
423
423
|
l({ attribute: "no-drag-inside", reflect: !0, type: Boolean })
|
|
424
|
-
],
|
|
424
|
+
], o.prototype, "noDragInside", 2);
|
|
425
425
|
s([
|
|
426
426
|
l({ attribute: "sortable-group", type: String })
|
|
427
|
-
],
|
|
427
|
+
], o.prototype, "sortableGroup", 2);
|
|
428
428
|
s([
|
|
429
429
|
l({
|
|
430
430
|
attribute: "expand-button-placement",
|
|
431
431
|
reflect: !0,
|
|
432
432
|
type: String
|
|
433
433
|
})
|
|
434
|
-
],
|
|
434
|
+
], o.prototype, "expandButtonPlacement", 2);
|
|
435
435
|
s([
|
|
436
436
|
l({ attribute: "no-forward-expand-button-placement", type: Boolean })
|
|
437
|
-
],
|
|
437
|
+
], o.prototype, "noForwardExpandButtonPlacement", 2);
|
|
438
438
|
s([
|
|
439
439
|
l({
|
|
440
440
|
attribute: "disabled-sync-checkboxes",
|
|
441
441
|
reflect: !0,
|
|
442
442
|
type: Boolean
|
|
443
443
|
})
|
|
444
|
-
],
|
|
444
|
+
], o.prototype, "disabledSyncCheckboxes", 2);
|
|
445
445
|
s([
|
|
446
446
|
l({
|
|
447
447
|
attribute: "partial-sync-checkboxes",
|
|
448
448
|
reflect: !0,
|
|
449
449
|
type: Boolean
|
|
450
450
|
})
|
|
451
|
-
],
|
|
451
|
+
], o.prototype, "partialSyncCheckboxes", 2);
|
|
452
452
|
s([
|
|
453
453
|
l({ attribute: "previously-selected", reflect: !0, type: Boolean })
|
|
454
|
-
],
|
|
454
|
+
], o.prototype, "previouslySelected", 2);
|
|
455
455
|
s([
|
|
456
456
|
l({ reflect: !0, type: Boolean })
|
|
457
|
-
],
|
|
457
|
+
], o.prototype, "focusable", 2);
|
|
458
458
|
s([
|
|
459
459
|
y()
|
|
460
|
-
],
|
|
460
|
+
], o.prototype, "indeterminate", 2);
|
|
461
461
|
s([
|
|
462
462
|
y()
|
|
463
|
-
],
|
|
463
|
+
], o.prototype, "isLeaf", 2);
|
|
464
464
|
s([
|
|
465
465
|
y()
|
|
466
|
-
],
|
|
466
|
+
], o.prototype, "loading", 2);
|
|
467
467
|
s([
|
|
468
468
|
y()
|
|
469
|
-
],
|
|
469
|
+
], o.prototype, "selectable", 2);
|
|
470
470
|
s([
|
|
471
471
|
y()
|
|
472
|
-
],
|
|
472
|
+
], o.prototype, "sortableInstance", 2);
|
|
473
473
|
s([
|
|
474
474
|
b("loading", { waitUntilFirstUpdate: !0 })
|
|
475
|
-
],
|
|
475
|
+
], o.prototype, "handleLoadingChange", 1);
|
|
476
476
|
s([
|
|
477
477
|
b("disabled")
|
|
478
|
-
],
|
|
478
|
+
], o.prototype, "handleDisabledChange", 1);
|
|
479
479
|
s([
|
|
480
480
|
b("selected")
|
|
481
|
-
],
|
|
481
|
+
], o.prototype, "handleSelectedChange", 1);
|
|
482
482
|
s([
|
|
483
483
|
b("expanded", { waitUntilFirstUpdate: !0 })
|
|
484
|
-
],
|
|
484
|
+
], o.prototype, "handleExpandedChange", 1);
|
|
485
485
|
s([
|
|
486
486
|
b("expanded", { waitUntilFirstUpdate: !0 })
|
|
487
|
-
],
|
|
487
|
+
], o.prototype, "handleExpandAnimation", 1);
|
|
488
488
|
s([
|
|
489
489
|
b("lazy", { waitUntilFirstUpdate: !0 })
|
|
490
|
-
],
|
|
491
|
-
|
|
490
|
+
], o.prototype, "handleLazyChange", 1);
|
|
491
|
+
o = s([
|
|
492
492
|
G("cx-tree-item")
|
|
493
|
-
],
|
|
494
|
-
|
|
493
|
+
], o);
|
|
494
|
+
H("tree-item.expand", {
|
|
495
495
|
keyframes: [
|
|
496
496
|
{ height: "0", opacity: "0", overflow: "hidden" },
|
|
497
497
|
{ height: "auto", opacity: "1", overflow: "hidden" }
|
|
498
498
|
],
|
|
499
499
|
options: { duration: 250, easing: "cubic-bezier(0.4, 0.0, 0.2, 1)" }
|
|
500
500
|
});
|
|
501
|
-
|
|
501
|
+
H("tree-item.collapse", {
|
|
502
502
|
keyframes: [
|
|
503
503
|
{ height: "auto", opacity: "1", overflow: "hidden" },
|
|
504
504
|
{ height: "0", opacity: "0", overflow: "hidden" }
|
|
505
505
|
],
|
|
506
506
|
options: { duration: 200, easing: "cubic-bezier(0.4, 0.0, 0.2, 1)" }
|
|
507
507
|
});
|
|
508
|
-
const pe =
|
|
508
|
+
const pe = Z`:host{--indent-guide-color:var(--cx-color-neutral-200);--indent-guide-offset:0;--indent-guide-style:solid;--indent-guide-width:0;--indent-size:var(--cx-spacing-large);font-size:0;display:block}:host::part(children){gap:var(--children-gap,0);flex-direction:column;display:flex}:host([dragging]) ::slotted(cx-tree-item){--hover-background-color:transparent!important;--active-background-color:transparent!important;--selected-background-color:transparent!important}`;
|
|
509
509
|
var ue = Object.defineProperty, me = Object.getOwnPropertyDescriptor, h = (e, t, i, n) => {
|
|
510
|
-
for (var r = n > 1 ? void 0 : n ? me(t, i) : t,
|
|
511
|
-
(d = e[
|
|
510
|
+
for (var r = n > 1 ? void 0 : n ? me(t, i) : t, a = e.length - 1, d; a >= 0; a--)
|
|
511
|
+
(d = e[a]) && (r = (n ? d(t, i, r) : d(r)) || r);
|
|
512
512
|
return n && r && ue(t, i, r), r;
|
|
513
513
|
};
|
|
514
514
|
function q(e) {
|
|
@@ -517,19 +517,19 @@ function q(e) {
|
|
|
517
517
|
const i = t.every((d) => d.selected), n = t.every(
|
|
518
518
|
(d) => !d.selected && !d.indeterminate
|
|
519
519
|
);
|
|
520
|
-
let r = !1,
|
|
521
|
-
(!i && !n || e.partialSyncCheckboxes && (i || n && e.previouslySelected)) && (r = !0), e.partialSyncCheckboxes ?
|
|
520
|
+
let r = !1, a = !1;
|
|
521
|
+
(!i && !n || e.partialSyncCheckboxes && (i || n && e.previouslySelected)) && (r = !0), e.partialSyncCheckboxes ? a = i && !r : a = i, e.indeterminate = r, e.selected = a;
|
|
522
522
|
}
|
|
523
523
|
}
|
|
524
524
|
function X(e, t = "single") {
|
|
525
525
|
const i = e.parentElement;
|
|
526
|
-
|
|
526
|
+
o.isTreeItem(i) && !i.disabledSyncCheckboxes && t === "multiple" && (q(i), X(i, t));
|
|
527
527
|
}
|
|
528
528
|
function A(e, t = !1, i = "single") {
|
|
529
529
|
function n(r) {
|
|
530
|
-
if (!(!(r instanceof
|
|
531
|
-
for (const
|
|
532
|
-
|
|
530
|
+
if (!(!(r instanceof o) && r.getAttribute("role") !== "treeitem")) {
|
|
531
|
+
for (const a of r.getChildrenItems())
|
|
532
|
+
a.selected = t ? r.selected || a.selected : !a.disabled && !a.readonly && r.selected, n(a);
|
|
533
533
|
t && q(r);
|
|
534
534
|
}
|
|
535
535
|
}
|
|
@@ -537,7 +537,7 @@ function A(e, t = !1, i = "single") {
|
|
|
537
537
|
}
|
|
538
538
|
let c = class extends R {
|
|
539
539
|
constructor() {
|
|
540
|
-
super(), this.sortable = !1, this.sortableGroup = null, this.disabledSortableGroup = !1, this.selection = "single", this.disabledAutoExpand = !1, this.autoExpandToSelected = !1, this.expandButtonPlacement = "start", this.noForwardExpandButtonPlacement = !1, this.forceOnChange = !1, this.labelSelectSingle = !1, this.noDragInside = !1, this.focusable = !1, this.clickTarget = null, this.localize = new
|
|
540
|
+
super(), this.sortable = !1, this.sortableGroup = null, this.disabledSortableGroup = !1, this.selection = "single", this.disabledAutoExpand = !1, this.autoExpandToSelected = !1, this.expandButtonPlacement = "start", this.noForwardExpandButtonPlacement = !1, this.forceOnChange = !1, this.labelSelectSingle = !1, this.noDragInside = !1, this.focusable = !1, this.clickTarget = null, this.localize = new M(this), this.sortableInstance = null, this.handleSortableUpdate = this.handleSortableUpdate.bind(this), this.handleSortableStart = this.handleSortableStart.bind(this), this.handleSortableEnd = this.handleSortableEnd.bind(this), this.handleFocusIn = this.handleFocusIn.bind(this), this.handleFocusOut = this.handleFocusOut.bind(this), this.handleSlotChange = this.handleSlotChange.bind(this), this.handleTreeChanged = this.handleTreeChanged.bind(this), this.initTreeItem = this.initTreeItem.bind(this);
|
|
541
541
|
}
|
|
542
542
|
runConnectedCallback() {
|
|
543
543
|
if (this.addEventListener("focusin", this.handleFocusIn), this.addEventListener("focusout", this.handleFocusOut), this.addEventListener("cx-lazy-change", this.handleSlotChange), this.setAttribute("role", "tree"), this.setAttribute("tabindex", "0"), this.mutationObserver = new MutationObserver(this.handleTreeChanged), this.mutationObserver.observe(this, { childList: !0, subtree: !0 }), this.autoExpandToSelected) {
|
|
@@ -588,9 +588,9 @@ let c = class extends R {
|
|
|
588
588
|
handleTreeChanged(e) {
|
|
589
589
|
for (const t of e) {
|
|
590
590
|
const i = [...t.addedNodes].filter(
|
|
591
|
-
|
|
591
|
+
o.isTreeItem
|
|
592
592
|
), n = [...t.removedNodes].filter(
|
|
593
|
-
|
|
593
|
+
o.isTreeItem
|
|
594
594
|
);
|
|
595
595
|
i.forEach(this.initTreeItem), this.lastFocusedItem && n.includes(this.lastFocusedItem) && (this.lastFocusedItem = null);
|
|
596
596
|
}
|
|
@@ -605,18 +605,18 @@ let c = class extends R {
|
|
|
605
605
|
const i = [...this.selectedItems], n = this.getAllTreeItems();
|
|
606
606
|
if (this.selection === "multiple")
|
|
607
607
|
t && await Promise.all(
|
|
608
|
-
n.map(async (
|
|
609
|
-
|
|
608
|
+
n.map(async (a) => {
|
|
609
|
+
a.selected = !1, a.indeterminate = !1, a.previouslySelected = !1, await a.updateComplete;
|
|
610
610
|
})
|
|
611
611
|
), e.selected = t || !e.selected, e.lazy && !this.disabledAutoExpand && (e.expanded = !0), A(e, !1, this.selection);
|
|
612
612
|
else if ((this.selection === "single" || e.isLeaf) && !e.noSelect)
|
|
613
|
-
for (const
|
|
614
|
-
|
|
613
|
+
for (const a of n)
|
|
614
|
+
a.selected = a === e;
|
|
615
615
|
else (this.selection === "leaf" || e.noSelect) && (e.expanded = !e.expanded);
|
|
616
616
|
if (e.noSelect)
|
|
617
617
|
return;
|
|
618
618
|
const r = this.selectedItems;
|
|
619
|
-
(i.length !== r.length || r.some((
|
|
619
|
+
(i.length !== r.length || r.some((a) => !i.includes(a)) || this.forceOnChange || t) && Promise.all(r.map((a) => a.updateComplete)).then(() => {
|
|
620
620
|
this.emit("cx-selection-change", {
|
|
621
621
|
/**
|
|
622
622
|
* Use this.selectedItems instead of nextSelection because
|
|
@@ -654,19 +654,19 @@ let c = class extends R {
|
|
|
654
654
|
const t = this.getFocusableItems(), i = this.localize.dir() === "ltr", n = this.localize.dir() === "rtl";
|
|
655
655
|
if (t.length > 0) {
|
|
656
656
|
e.preventDefault();
|
|
657
|
-
const r = t.findIndex((x) => x.matches(":focus")),
|
|
657
|
+
const r = t.findIndex((x) => x.matches(":focus")), a = t[r], d = (x) => {
|
|
658
658
|
const u = t[K(x, 0, t.length - 1)];
|
|
659
659
|
this.focusItem(u);
|
|
660
660
|
}, m = (x) => {
|
|
661
|
-
|
|
661
|
+
a.expanded = x;
|
|
662
662
|
};
|
|
663
|
-
e.key === "ArrowDown" ? d(r + 1) : e.key === "ArrowUp" ? d(r - 1) : i && e.key === "ArrowRight" || n && e.key === "ArrowLeft" ? !
|
|
663
|
+
e.key === "ArrowDown" ? d(r + 1) : e.key === "ArrowUp" ? d(r - 1) : i && e.key === "ArrowRight" || n && e.key === "ArrowLeft" ? !a || a.disabled || a.readonly || a.expanded || a.isLeaf && !a.lazy ? d(r + 1) : m(!0) : i && e.key === "ArrowLeft" || n && e.key === "ArrowRight" ? !a || a.disabled || a.readonly || a.isLeaf || !a.expanded ? d(r - 1) : m(!1) : e.key === "Home" ? d(0) : e.key === "End" ? d(t.length - 1) : (e.key === "Enter" || e.key === " ") && !a.disabled && !a.readonly && this.selectItem(a);
|
|
664
664
|
}
|
|
665
665
|
}
|
|
666
666
|
handleClick(e) {
|
|
667
667
|
const t = e.composedPath(), i = e.target, n = i.closest("cx-tree-item"), r = e.composedPath().some(
|
|
668
668
|
(m) => m?.classList?.contains("tree-item__expand-button")
|
|
669
|
-
),
|
|
669
|
+
), a = e.composedPath().some(
|
|
670
670
|
(m) => m?.classList?.contains("tree-item__actions")
|
|
671
671
|
);
|
|
672
672
|
if (!n || n.disabled || n.readonly || i !== this.clickTarget)
|
|
@@ -674,7 +674,7 @@ let c = class extends R {
|
|
|
674
674
|
const d = !t.find(
|
|
675
675
|
(m) => m.tagName?.toLowerCase() === "cx-checkbox"
|
|
676
676
|
);
|
|
677
|
-
r && n.showExpandButton ? n.expanded = !n.expanded :
|
|
677
|
+
r && n.showExpandButton ? n.expanded = !n.expanded : a || this.selectItem(
|
|
678
678
|
n,
|
|
679
679
|
d && this.labelSelectSingle && this.selection === "multiple"
|
|
680
680
|
);
|
|
@@ -688,7 +688,7 @@ let c = class extends R {
|
|
|
688
688
|
}
|
|
689
689
|
handleFocusIn(e) {
|
|
690
690
|
const t = e.target;
|
|
691
|
-
e.target === this && this.focusItem(this.lastFocusedItem || this.getAllTreeItems()[0]),
|
|
691
|
+
e.target === this && this.focusItem(this.lastFocusedItem || this.getAllTreeItems()[0]), o.isTreeItem(t) && !t.disabled && !t.readonly && (this.lastFocusedItem && !this.focusable && (this.lastFocusedItem.tabIndex = -1), this.lastFocusedItem = t, this.tabIndex = -1, t.tabIndex = 0);
|
|
692
692
|
}
|
|
693
693
|
expandToItem(e) {
|
|
694
694
|
const t = e.parentElement?.closest("cx-tree-item");
|
|
@@ -773,7 +773,7 @@ let c = class extends R {
|
|
|
773
773
|
if (i.disabled || i.readonly)
|
|
774
774
|
return !1;
|
|
775
775
|
const n = i.parentElement?.closest("[role=treeitem]");
|
|
776
|
-
return n instanceof
|
|
776
|
+
return n instanceof o ? (n && (!n.expanded || n.loading || t.has(n)) && t.add(i), !t.has(i)) : !0;
|
|
777
777
|
});
|
|
778
778
|
}
|
|
779
779
|
render() {
|
|
@@ -843,7 +843,7 @@ c = h([
|
|
|
843
843
|
G("cx-tree")
|
|
844
844
|
], c);
|
|
845
845
|
export {
|
|
846
|
-
|
|
846
|
+
o as C,
|
|
847
847
|
c as a,
|
|
848
848
|
X as b,
|
|
849
849
|
q as c,
|
|
@@ -3,7 +3,7 @@ import { c as b } from "../chunks/component.styles.CRO4Odto.js";
|
|
|
3
3
|
import { s as u, a as p } from "../chunks/animate.El-MpOws.js";
|
|
4
4
|
import { c as y } from "../chunks/custom-element.L4WJXn1j.js";
|
|
5
5
|
import { w as m } from "../chunks/event.mFzZi4sr.js";
|
|
6
|
-
import { L as C } from "../chunks/i18n.
|
|
6
|
+
import { L as C } from "../chunks/i18n.W6czbRms.js";
|
|
7
7
|
import { H as T } from "../chunks/slot.j5oheLJC.js";
|
|
8
8
|
import { w } from "../chunks/watch.BCJD77bD.js";
|
|
9
9
|
import { i as I, x as h } from "../chunks/lit-element.jLBm65_O.js";
|
|
@@ -11,7 +11,7 @@ import { r as A } from "../chunks/state.CSDxrqLd.js";
|
|
|
11
11
|
import { e as g } from "../chunks/query.BBf1UFkC.js";
|
|
12
12
|
import { e as f } from "../chunks/class-map.BiVq-cVR.js";
|
|
13
13
|
import { s as _, g as v } from "../chunks/animation-registry.HmpwNuGH.js";
|
|
14
|
-
import { C as H } from "../chunks/icon-button.
|
|
14
|
+
import { C as H } from "../chunks/icon-button.MqA-pNw8.js";
|
|
15
15
|
const k = I`:host{margin:0;display:contents}.alert{background-color:var(--cx-panel-background-color);border:solid var(--cx-panel-border-width) var(--cx-panel-border-color);border-top-width:calc(var(--cx-panel-border-width) * 3);border-radius:var(--cx-border-radius-small);font-family:var(--cx-font-sans);font-size:var(--cx-font-size-small);font-weight:var(--cx-font-weight-regular);color:var(--cx-color-neutral-700);margin:inherit;align-items:stretch;line-height:1.6;display:flex;position:relative;overflow:hidden}.alert:not(.alert--has-icon) .alert__icon,.alert:not(.alert--closable) .alert__close-button{display:none}.alert__icon{font-size:var(--cx-font-size-large);flex:none;align-items:center;padding-inline-start:var(--cx-spacing-large);display:flex}.alert--has-countdown{border-bottom:none}.alert--primary{border-top-color:var(--cx-color-primary)}.alert--primary .alert__icon{color:var(--cx-color-primary)}.alert--success{border-top-color:var(--cx-color-success)}.alert--success .alert__icon{color:var(--cx-color-success)}.alert--neutral{border-top-color:var(--cx-color-neutral)}.alert--neutral .alert__icon{color:var(--cx-color-neutral)}.alert--warning{border-top-color:var(--cx-color-warning)}.alert--warning .alert__icon{color:var(--cx-color-warning)}.alert--danger{border-top-color:var(--cx-color-danger)}.alert--danger .alert__icon{color:var(--cx-color-danger)}.alert__message{padding:var(--cx-spacing-large);flex:auto;display:block;overflow:hidden}.alert__close-button{font-size:var(--cx-font-size-medium);flex:none;align-items:center;padding-inline-end:var(--cx-spacing-medium);display:flex}.alert__countdown{width:100%;height:calc(var(--cx-panel-border-width) * 3);background-color:var(--cx-panel-border-color);display:flex;position:absolute;bottom:0;left:0}.alert__countdown--ltr{justify-content:flex-end}.alert__countdown .alert__countdown-elapsed{width:0;height:100%}.alert--primary .alert__countdown-elapsed{background-color:var(--cx-color-primary)}.alert--success .alert__countdown-elapsed{background-color:var(--cx-color-success)}.alert--neutral .alert__countdown-elapsed{background-color:var(--cx-color-neutral-600)}.alert--warning .alert__countdown-elapsed{background-color:var(--cx-color-warning)}.alert--danger .alert__countdown-elapsed{background-color:var(--cx-color-danger)}.alert__timer{display:none}`;
|
|
16
16
|
var z = Object.defineProperty, $ = Object.getOwnPropertyDescriptor, t = (r, o, n, l) => {
|
|
17
17
|
for (var a = l > 1 ? void 0 : l ? $(o, n) : o, c = r.length - 1, d; c >= 0; c--)
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import "../chunks/cropper.
|
|
2
|
-
import { C as q } from "../chunks/button.
|
|
1
|
+
import "../chunks/cropper.BRKVzJDb.js";
|
|
2
|
+
import { C as q } from "../chunks/button.BZjbVq8t.js";
|
|
3
3
|
import H from "./space.js";
|
|
4
4
|
import { C as W } from "../chunks/typography.DJC_UXgs.js";
|
|
5
5
|
import { n as l, C as F } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
6
|
-
import { b as rt, c as ht } from "../chunks/asset.
|
|
6
|
+
import { b as rt, c as ht } from "../chunks/asset.Duzr3O3z.js";
|
|
7
7
|
import { c as E } from "../chunks/component.styles.CRO4Odto.js";
|
|
8
8
|
import { T as c, U as o } from "../chunks/asset-link-format.BSRDqHg7.js";
|
|
9
9
|
import { c as N } from "../chunks/custom-element.L4WJXn1j.js";
|
|
10
|
-
import { L as O } from "../chunks/i18n.
|
|
10
|
+
import { L as O } from "../chunks/i18n.W6czbRms.js";
|
|
11
11
|
import { w as k } from "../chunks/watch.BCJD77bD.js";
|
|
12
|
-
import { s as it, c as st } from "../chunks/number.
|
|
12
|
+
import { s as it, c as st } from "../chunks/number.DE78rV_g.js";
|
|
13
13
|
import { i as U, x as b, E as lt } from "../chunks/lit-element.jLBm65_O.js";
|
|
14
14
|
import { r as z } from "../chunks/state.CSDxrqLd.js";
|
|
15
15
|
import { n as G } from "../chunks/when.Dr1es41R.js";
|
|
16
16
|
import L from "./details.js";
|
|
17
17
|
import nt from "./divider.js";
|
|
18
18
|
import j from "./icon.js";
|
|
19
|
-
import { C as K } from "../chunks/icon-button.
|
|
19
|
+
import { C as K } from "../chunks/icon-button.MqA-pNw8.js";
|
|
20
20
|
import tt from "./input.js";
|
|
21
|
-
import { C as X } from "../chunks/option.
|
|
21
|
+
import { C as X } from "../chunks/option.Cx54zrJq.js";
|
|
22
22
|
import Y from "./select.js";
|
|
23
|
-
import { c as ct } from "../chunks/image.
|
|
23
|
+
import { c as ct } from "../chunks/image.ocYnNdYK.js";
|
|
24
24
|
import { e as T } from "../chunks/query.BBf1UFkC.js";
|
|
25
25
|
import { c as Q } from "../chunks/repeat.DbF2p5ae.js";
|
|
26
26
|
import { o as M } from "../chunks/style-map.llVFPd__.js";
|
|
@@ -8,16 +8,16 @@ import { default as b } from "./avatar.js";
|
|
|
8
8
|
import { default as T } from "./badge.js";
|
|
9
9
|
import { default as A } from "./breadcrumb.js";
|
|
10
10
|
import { default as D } from "./breadcrumb-item.js";
|
|
11
|
-
import { C as P } from "../chunks/button.
|
|
11
|
+
import { C as P } from "../chunks/button.BZjbVq8t.js";
|
|
12
12
|
import { default as G } from "./button-group.js";
|
|
13
13
|
import { default as h } from "./card.js";
|
|
14
14
|
import { default as w } from "./checkbox.js";
|
|
15
15
|
import { default as k } from "./color-picker.js";
|
|
16
16
|
import { default as E } from "./copy-button.js";
|
|
17
17
|
import { default as L } from "./details.js";
|
|
18
|
-
import { C as j } from "../chunks/dialog.
|
|
18
|
+
import { C as j } from "../chunks/dialog.DRW8iwh-.js";
|
|
19
19
|
import { default as z } from "./divider.js";
|
|
20
|
-
import { C as q } from "../chunks/dot-pagination.
|
|
20
|
+
import { C as q } from "../chunks/dot-pagination.CvUr6R4S.js";
|
|
21
21
|
import { default as K } from "./dot-status.js";
|
|
22
22
|
import { default as W } from "./drawer.js";
|
|
23
23
|
import { default as Y } from "./dropdown.js";
|
|
@@ -29,12 +29,12 @@ import { default as fe } from "./format-number.js";
|
|
|
29
29
|
import { default as se } from "./format-time.js";
|
|
30
30
|
import { default as Ce } from "./grid.js";
|
|
31
31
|
import { default as le } from "./grid-item.js";
|
|
32
|
-
import { C as ne } from "../chunks/header.
|
|
32
|
+
import { C as ne } from "../chunks/header.ClxEkQPZ.js";
|
|
33
33
|
import { C as ge } from "../chunks/hub-connection.Ot2odiCz.js";
|
|
34
34
|
import { default as be } from "./icon.js";
|
|
35
|
-
import { C as Te } from "../chunks/icon-button.
|
|
36
|
-
import { C as Ae } from "../chunks/iframe.
|
|
37
|
-
import { C as De } from "../chunks/image.
|
|
35
|
+
import { C as Te } from "../chunks/icon-button.MqA-pNw8.js";
|
|
36
|
+
import { C as Ae } from "../chunks/iframe.PcSPtm_O.js";
|
|
37
|
+
import { C as De } from "../chunks/image.C3LupRuN.js";
|
|
38
38
|
import { default as Pe } from "./image-comparer.js";
|
|
39
39
|
import { default as Ge } from "./include.js";
|
|
40
40
|
import { default as he } from "./input.js";
|
|
@@ -46,8 +46,8 @@ import { default as je } from "./menu-item.js";
|
|
|
46
46
|
import { default as ze } from "./menu-label.js";
|
|
47
47
|
import { default as qe } from "./menu-section.js";
|
|
48
48
|
import { default as Ke } from "./mutation-observer.js";
|
|
49
|
-
import { C as We } from "../chunks/option.
|
|
50
|
-
import { C as Ye } from "../chunks/pagination.
|
|
49
|
+
import { C as We } from "../chunks/option.Cx54zrJq.js";
|
|
50
|
+
import { C as Ye } from "../chunks/pagination.CG5odPWi.js";
|
|
51
51
|
import { default as _e } from "./popup.js";
|
|
52
52
|
import { default as ea } from "./progress-bar.js";
|
|
53
53
|
import { default as oa } from "./progress-ring.js";
|
|
@@ -69,14 +69,14 @@ import { default as wa } from "./step.js";
|
|
|
69
69
|
import { default as ka } from "./stepper.js";
|
|
70
70
|
import { default as Ea } from "./switch.js";
|
|
71
71
|
import { default as La } from "./tab.js";
|
|
72
|
-
import { C as ja } from "../chunks/tab-group.
|
|
73
|
-
import { C as za } from "../chunks/table.
|
|
72
|
+
import { C as ja } from "../chunks/tab-group.BLZ-qEpp.js";
|
|
73
|
+
import { C as za } from "../chunks/table.1GgUDoqR.js";
|
|
74
74
|
import { default as qa } from "./tab-panel.js";
|
|
75
75
|
import { default as Ka } from "./tag.js";
|
|
76
76
|
import { default as Wa } from "./textarea.js";
|
|
77
77
|
import { default as Ya } from "./timecode.js";
|
|
78
78
|
import { default as _a } from "./tooltip.js";
|
|
79
|
-
import { a as eo, C as ao } from "../chunks/tree.
|
|
79
|
+
import { a as eo, C as ao } from "../chunks/tree.CKi63r95.js";
|
|
80
80
|
import { C as ro } from "../chunks/typography.DJC_UXgs.js";
|
|
81
81
|
import { default as xo } from "./video.js";
|
|
82
82
|
import { default as mo } from "./visually-hidden.js";
|
|
@@ -3,7 +3,7 @@ import p from "./space.js";
|
|
|
3
3
|
import { n as u, C as m } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
4
4
|
import { c as h } from "../chunks/component.styles.CRO4Odto.js";
|
|
5
5
|
import { c as d } from "../chunks/custom-element.L4WJXn1j.js";
|
|
6
|
-
import { L as x } from "../chunks/i18n.
|
|
6
|
+
import { L as x } from "../chunks/i18n.W6czbRms.js";
|
|
7
7
|
import { i as v, x as b } from "../chunks/lit-element.jLBm65_O.js";
|
|
8
8
|
import f from "./bicolor-picker.js";
|
|
9
9
|
const g = v`.border-width{width:72px}`;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { n as p, C as h } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
2
2
|
import { c as d } from "../chunks/component.styles.CRO4Odto.js";
|
|
3
3
|
import { c as m } from "../chunks/custom-element.L4WJXn1j.js";
|
|
4
|
-
import { L as u } from "../chunks/i18n.
|
|
4
|
+
import { L as u } from "../chunks/i18n.W6czbRms.js";
|
|
5
5
|
import { i as f, x as b } from "../chunks/lit-element.jLBm65_O.js";
|
|
6
6
|
import { e as c } from "../chunks/query.BBf1UFkC.js";
|
|
7
7
|
import g from "./icon.js";
|