@limetech/lime-elements 38.38.1-dev.2 → 38.39.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/CHANGELOG.md +5 -5
- package/dist/cjs/config-e7e1a299.js.map +1 -1
- package/dist/cjs/image-resize-99e16554.js +310 -0
- package/dist/cjs/image-resize-99e16554.js.map +1 -0
- package/dist/cjs/index.cjs.js +13 -0
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/layout-8550b993.js +20 -0
- package/dist/cjs/layout-8550b993.js.map +1 -0
- package/dist/cjs/lime-elements.cjs.js +1 -1
- package/dist/cjs/limel-breadcrumbs_7.cjs.entry.js +2 -1
- package/dist/cjs/limel-breadcrumbs_7.cjs.entry.js.map +1 -1
- package/dist/cjs/limel-profile-picture.cjs.entry.js +2 -306
- package/dist/cjs/limel-profile-picture.cjs.entry.js.map +1 -1
- package/dist/cjs/limel-prosemirror-adapter.cjs.entry.js +44 -89
- package/dist/cjs/limel-prosemirror-adapter.cjs.entry.js.map +1 -1
- package/dist/cjs/limel-table.cjs.entry.js +2 -16
- package/dist/cjs/limel-table.cjs.entry.js.map +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/types-cc3c7cea.js +54 -0
- package/dist/cjs/types-cc3c7cea.js.map +1 -0
- package/dist/collection/components/chart/chart.css +87 -0
- package/dist/collection/components/dock/dock.css +93 -0
- package/dist/collection/components/file-viewer/file-viewer.css +93 -0
- package/dist/collection/components/input-field/input-field.css +93 -0
- package/dist/collection/components/list/list.css +12 -0
- package/dist/collection/components/menu/menu.js +19 -1
- package/dist/collection/components/menu/menu.js.map +1 -1
- package/dist/collection/components/menu-list/menu-list.css +12 -0
- package/dist/collection/components/progress-flow/progress-flow-item/progress-flow-item.css +6 -0
- package/dist/collection/components/select/select.css +6 -0
- package/dist/collection/components/slider/slider.css +6 -0
- package/dist/collection/components/table/layout.js +1 -1
- package/dist/collection/components/table/layout.js.map +1 -1
- package/dist/collection/components/table/table.js +2 -2
- package/dist/collection/components/table/table.js.map +1 -1
- package/dist/collection/components/text-editor/prosemirror-adapter/menu/types.js.map +1 -1
- package/dist/collection/components/text-editor/types.js.map +1 -1
- package/dist/collection/global/config.js.map +1 -1
- package/dist/collection/index.js.map +1 -1
- package/dist/collection/interface.js +11 -0
- package/dist/collection/interface.js.map +1 -1
- package/dist/esm/config-656a588f.js.map +1 -1
- package/dist/esm/image-resize-1ea8337d.js +308 -0
- package/dist/esm/image-resize-1ea8337d.js.map +1 -0
- package/dist/esm/index.js +5 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/layout-5da21bb6.js +18 -0
- package/dist/esm/layout-5da21bb6.js.map +1 -0
- package/dist/esm/lime-elements.js +1 -1
- package/dist/esm/limel-breadcrumbs_7.entry.js +2 -1
- package/dist/esm/limel-breadcrumbs_7.entry.js.map +1 -1
- package/dist/esm/limel-profile-picture.entry.js +1 -305
- package/dist/esm/limel-profile-picture.entry.js.map +1 -1
- package/dist/esm/limel-prosemirror-adapter.entry.js +1 -46
- package/dist/esm/limel-prosemirror-adapter.entry.js.map +1 -1
- package/dist/esm/limel-table.entry.js +2 -16
- package/dist/esm/limel-table.entry.js.map +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/types-7dea7a78.js +49 -0
- package/dist/esm/types-7dea7a78.js.map +1 -0
- package/dist/lime-elements/index.esm.js +1 -1
- package/dist/lime-elements/index.esm.js.map +1 -1
- package/dist/lime-elements/lime-elements.esm.js +1 -1
- package/dist/lime-elements/lime-elements.esm.js.map +1 -1
- package/dist/lime-elements/{p-56c9bb65.entry.js → p-19a9b96b.entry.js} +2 -2
- package/dist/lime-elements/p-19a9b96b.entry.js.map +1 -0
- package/dist/lime-elements/p-2bd3f381.entry.js +2 -0
- package/dist/lime-elements/p-2bd3f381.entry.js.map +1 -0
- package/dist/lime-elements/p-2c35fb9d.js.map +1 -1
- package/dist/lime-elements/p-9f223e57.js +2 -0
- package/dist/lime-elements/p-9f223e57.js.map +1 -0
- package/dist/lime-elements/p-b11e7718.entry.js +2 -0
- package/dist/lime-elements/p-b11e7718.entry.js.map +1 -0
- package/dist/lime-elements/p-d4bc7848.js +2 -0
- package/dist/lime-elements/p-d4bc7848.js.map +1 -0
- package/dist/lime-elements/p-e3c87b69.entry.js +2 -0
- package/dist/lime-elements/p-e3c87b69.entry.js.map +1 -0
- package/dist/lime-elements/p-ed67677d.js +2 -0
- package/dist/lime-elements/p-ed67677d.js.map +1 -0
- package/dist/types/components/form/help/help.d.ts +1 -1
- package/dist/types/components/menu/menu.d.ts +4 -0
- package/dist/types/components/table/layout.d.ts +1 -1
- package/dist/types/components/text-editor/types.d.ts +0 -8
- package/dist/types/components.d.ts +8 -0
- package/dist/types/global/config.d.ts +1 -8
- package/dist/types/index.d.ts +3 -0
- package/dist/types/interface.d.ts +13 -2
- package/package.json +2 -5
- package/dist/lime-elements/p-354c2d16.entry.js +0 -2
- package/dist/lime-elements/p-354c2d16.entry.js.map +0 -1
- package/dist/lime-elements/p-56c9bb65.entry.js.map +0 -1
- package/dist/lime-elements/p-9e225545.entry.js +0 -2
- package/dist/lime-elements/p-9e225545.entry.js.map +0 -1
- package/dist/lime-elements/p-f6d8811f.entry.js +0 -2
- package/dist/lime-elements/p-f6d8811f.entry.js.map +0 -1
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -14,7 +14,7 @@ const patchEsm = () => {
|
|
|
14
14
|
const defineCustomElements = (win, options) => {
|
|
15
15
|
if (typeof window === 'undefined') return Promise.resolve();
|
|
16
16
|
return patchEsm().then(() => {
|
|
17
|
-
return index.bootstrapLazy(JSON.parse("[[\"limel-text-editor.cjs\",[[17,\"limel-text-editor\",{\"contentType\":[1,\"content-type\"],\"language\":[513],\"disabled\":[516],\"readonly\":[516],\"helperText\":[513,\"helper-text\"],\"placeholder\":[513],\"label\":[513],\"invalid\":[516],\"value\":[513],\"customElements\":[16],\"triggers\":[16],\"required\":[516],\"allowResize\":[516,\"allow-resize\"],\"ui\":[513]}]]],[\"limel-card.cjs\",[[1,\"limel-card\",{\"heading\":[513],\"subheading\":[513],\"image\":[16],\"icon\":[513],\"value\":[1],\"actions\":[16],\"clickable\":[516],\"orientation\":[513]}]]],[\"limel-file.cjs\",[[1,\"limel-file\",{\"value\":[16],\"label\":[513],\"required\":[516],\"disabled\":[516],\"readonly\":[516],\"invalid\":[516],\"accept\":[513],\"language\":[1]}]]],[\"limel-list-item.cjs\",[[0,\"limel-list-item\",{\"language\":[513],\"value\":[8],\"text\":[513],\"secondaryText\":[513,\"secondary-text\"],\"disabled\":[516],\"icon\":[1],\"iconSize\":[513,\"icon-size\"],\"badgeIcon\":[516,\"badge-icon\"],\"selected\":[516],\"actions\":[16],\"primaryComponent\":[16],\"image\":[16],\"type\":[513]}]]],[\"limel-picker.cjs\",[[1,\"limel-picker\",{\"disabled\":[4],\"readonly\":[516],\"label\":[1],\"searchLabel\":[1,\"search-label\"],\"helperText\":[513,\"helper-text\"],\"leadingIcon\":[1,\"leading-icon\"],\"emptyResultMessage\":[1,\"empty-result-message\"],\"required\":[4],\"invalid\":[516],\"value\":[16],\"searcher\":[16],\"allItems\":[16],\"multiple\":[4],\"delimiter\":[513],\"actions\":[16],\"actionPosition\":[1,\"action-position\"],\"actionScrollBehavior\":[1,\"action-scroll-behavior\"],\"badgeIcons\":[516,\"badge-icons\"],\"items\":[32],\"textValue\":[32],\"loading\":[32],\"chips\":[32]}]]],[\"limel-split-button.cjs\",[[17,\"limel-split-button\",{\"label\":[513],\"primary\":[516],\"icon\":[513],\"disabled\":[516],\"loading\":[516],\"loadingFailed\":[516,\"loading-failed\"],\"items\":[16]}]]],[\"limel-file-viewer.cjs\",[[1,\"limel-file-viewer\",{\"url\":[513],\"filename\":[513],\"alt\":[513],\"allowFullscreen\":[516,\"allow-fullscreen\"],\"allowOpenInNewTab\":[516,\"allow-open-in-new-tab\"],\"allowDownload\":[516,\"allow-download\"],\"language\":[1],\"officeViewer\":[513,\"office-viewer\"],\"actions\":[16],\"isFullscreen\":[32],\"fileType\":[32],\"loading\":[32],\"fileUrl\":[32]}]]],[\"limel-color-picker.cjs\",[[1,\"limel-color-picker\",{\"value\":[513],\"label\":[513],\"helperText\":[513,\"helper-text\"],\"tooltipLabel\":[513,\"tooltip-label\"],\"required\":[516],\"disabled\":[516],\"readonly\":[516],\"invalid\":[516],\"placeholder\":[513],\"manualInput\":[516,\"manual-input\"],\"palette\":[16],\"paletteColumnCount\":[514,\"palette-column-count\"],\"isOpen\":[32]}]]],[\"limel-profile-picture.cjs\",[[1,\"limel-profile-picture\",{\"language\":[513],\"label\":[513],\"icon\":[1],\"helperText\":[1,\"helper-text\"],\"disabled\":[516],\"readonly\":[516],\"required\":[516],\"invalid\":[516],\"loading\":[516],\"value\":[1],\"imageFit\":[513,\"image-fit\"],\"accept\":[513],\"resize\":[16],\"objectUrl\":[32],\"imageError\":[32],\"isErrorMessagePopoverOpen\":[32]}]]],[\"limel-date-picker.cjs\",[[1,\"limel-date-picker\",{\"disabled\":[516],\"readonly\":[516],\"invalid\":[516],\"label\":[513],\"placeholder\":[513],\"helperText\":[513,\"helper-text\"],\"required\":[516],\"value\":[16],\"type\":[513],\"format\":[513],\"language\":[513],\"formatter\":[16],\"internalFormat\":[32],\"showPortal\":[32]}]]],[\"limel-dock.cjs\",[[1,\"limel-dock\",{\"dockItems\":[16],\"dockFooterItems\":[16],\"accessibleLabel\":[513,\"accessible-label\"],\"expanded\":[516],\"allowResize\":[516,\"allow-resize\"],\"mobileBreakPoint\":[514,\"mobile-break-point\"],\"useMobileLayout\":[32]}]]],[\"limel-snackbar.cjs\",[[1,\"limel-snackbar\",{\"open\":[516],\"message\":[1],\"timeout\":[514],\"actionText\":[1,\"action-text\"],\"dismissible\":[4],\"multiline\":[4],\"language\":[1],\"offset\":[32],\"isOpen\":[32],\"closing\":[32],\"show\":[64]},[[0,\"changeOffset\",\"onChangeIndex\"]]]]],[\"limel-select.cjs\",[[1,\"limel-select\",{\"disabled\":[516],\"readonly\":[516],\"invalid\":[516],\"required\":[516],\"label\":[513],\"helperText\":[513,\"helper-text\"],\"value\":[16],\"options\":[16],\"multiple\":[4],\"menuOpen\":[32]}]]],[\"limel-button-group.cjs\",[[1,\"limel-button-group\",{\"value\":[16],\"disabled\":[516],\"selectedButtonId\":[32]}]]],[\"limel-chart.cjs\",[[1,\"limel-chart\",{\"language\":[513],\"accessibleLabel\":[513,\"accessible-label\"],\"accessibleItemsLabel\":[513,\"accessible-items-label\"],\"accessibleValuesLabel\":[513,\"accessible-values-label\"],\"displayAxisLabels\":[516,\"display-axis-labels\"],\"items\":[16],\"type\":[513],\"orientation\":[513],\"maxValue\":[514,\"max-value\"],\"axisIncrement\":[514,\"axis-increment\"],\"loading\":[516]}]]],[\"limel-collapsible-section.cjs\",[[1,\"limel-collapsible-section\",{\"isOpen\":[1540,\"is-open\"],\"header\":[513],\"icon\":[1],\"invalid\":[516],\"actions\":[16],\"language\":[513]}]]],[\"limel-help.cjs\",[[1,\"limel-help\",{\"value\":[1],\"trigger\":[1],\"readMoreLink\":[16],\"openDirection\":[513,\"open-direction\"],\"isOpen\":[32]}]]],[\"limel-info-tile.cjs\",[[1,\"limel-info-tile\",{\"value\":[520],\"icon\":[1],\"label\":[513],\"prefix\":[513],\"suffix\":[513],\"disabled\":[516],\"badge\":[520],\"loading\":[516],\"link\":[16],\"progress\":[16],\"hasPrimarySlot\":[32]}]]],[\"limel-checkbox.cjs\",[[1,\"limel-checkbox\",{\"disabled\":[516],\"readonly\":[516],\"invalid\":[516],\"label\":[513],\"helperText\":[513,\"helper-text\"],\"checked\":[516],\"indeterminate\":[516],\"required\":[516],\"readonlyLabels\":[16],\"modified\":[32]}]]],[\"limel-table.cjs\",[[1,\"limel-table\",{\"data\":[16],\"columns\":[16],\"mode\":[1],\"layout\":[1],\"pageSize\":[2,\"page-size\"],\"totalRows\":[2,\"total-rows\"],\"sorting\":[16],\"activeRow\":[1040],\"movableColumns\":[4,\"movable-columns\"],\"sortableColumns\":[4,\"sortable-columns\"],\"loading\":[4],\"page\":[2],\"emptyMessage\":[1,\"empty-message\"],\"aggregates\":[16],\"selectable\":[4],\"selection\":[16],\"language\":[513],\"paginationLocation\":[513,\"pagination-location\"]}]]],[\"limel-drag-handle.cjs\",[[0,\"limel-drag-handle\",{\"dragDirection\":[513,\"drag-direction\"],\"tooltipOpenDirection\":[513,\"tooltip-open-direction\"],\"language\":[513]}]]],[\"limel-shortcut.cjs\",[[1,\"limel-shortcut\",{\"icon\":[513],\"label\":[513],\"disabled\":[516],\"badge\":[520],\"link\":[16]}]]],[\"limel-switch.cjs\",[[1,\"limel-switch\",{\"label\":[513],\"disabled\":[516],\"readonly\":[516],\"invalid\":[516],\"value\":[516],\"helperText\":[513,\"helper-text\"],\"readonlyLabels\":[16],\"fieldId\":[32]}]]],[\"limel-tab-bar.cjs\",[[1,\"limel-tab-bar\",{\"tabs\":[1040],\"canScrollLeft\":[32],\"canScrollRight\":[32]},[[9,\"resize\",\"handleWindowResize\"]]]]],[\"limel-tab-panel.cjs\",[[1,\"limel-tab-panel\",{\"tabs\":[1040]}]]],[\"limel-code-editor.cjs\",[[1,\"limel-code-editor\",{\"value\":[1],\"language\":[1],\"readonly\":[516],\"disabled\":[516],\"invalid\":[516],\"required\":[516],\"label\":[513],\"helperText\":[513,\"helper-text\"],\"lineNumbers\":[516,\"line-numbers\"],\"lineWrapping\":[516,\"line-wrapping\"],\"fold\":[516],\"lint\":[516],\"colorScheme\":[513,\"color-scheme\"],\"translationLanguage\":[513,\"translation-language\"],\"random\":[32],\"wasCopied\":[32]}]]],[\"limel-dialog.cjs\",[[1,\"limel-dialog\",{\"heading\":[1],\"fullscreen\":[516],\"open\":[1540],\"closingActions\":[16]}]]],[\"limel-progress-flow.cjs\",[[1,\"limel-progress-flow\",{\"flowItems\":[16],\"disabled\":[4],\"readonly\":[4]}]]],[\"limel-slider.cjs\",[[1,\"limel-slider\",{\"disabled\":[516],\"readonly\":[516],\"factor\":[514],\"label\":[513],\"helperText\":[513,\"helper-text\"],\"required\":[516],\"invalid\":[516],\"unit\":[513],\"value\":[514],\"valuemax\":[514],\"valuemin\":[514],\"step\":[514],\"percentageClass\":[32]}]]],[\"limel-banner.cjs\",[[1,\"limel-banner\",{\"message\":[513],\"icon\":[513],\"isOpen\":[32],\"open\":[64],\"close\":[64]}]]],[\"limel-form.cjs\",[[1,\"limel-form\",{\"schema\":[16],\"value\":[16],\"disabled\":[4],\"propsFactory\":[16],\"transformErrors\":[16],\"errors\":[16]}]]],[\"limel-menu-item-meta.cjs\",[[1,\"limel-menu-item-meta\",{\"commandText\":[1,\"command-text\"],\"badge\":[8],\"showChevron\":[4,\"show-chevron\"]}]]],[\"limel-radio-button-group.cjs\",[[0,\"limel-radio-button-group\",{\"items\":[16],\"selectedItem\":[16],\"disabled\":[516],\"badgeIcons\":[516,\"badge-icons\"],\"maxLinesSecondaryText\":[514,\"max-lines-secondary-text\"]}]]],[\"limel-ai-avatar.cjs\",[[1,\"limel-ai-avatar\",{\"isThinking\":[516,\"is-thinking\"],\"language\":[513]}]]],[\"limel-config.cjs\",[[1,\"limel-config\",{\"config\":[16]}]]],[\"limel-flex-container.cjs\",[[1,\"limel-flex-container\",{\"direction\":[513],\"justify\":[513],\"align\":[513],\"reverse\":[516]}]]],[\"limel-grid.cjs\",[[1,\"limel-grid\"]]],[\"limel-action-bar-item_2.cjs\",[[0,\"limel-action-bar-overflow-menu\",{\"items\":[16],\"openDirection\":[513,\"open-direction\"],\"overFlowIcon\":[16]}],[0,\"limel-action-bar-item\",{\"item\":[16],\"isVisible\":[516,\"is-visible\"],\"selected\":[516]}]]],[\"limel-action-bar_2.cjs\",[[1,\"limel-text-editor-link-menu\",{\"link\":[16],\"language\":[513],\"isOpen\":[516,\"is-open\"]}],[1,\"limel-action-bar\",{\"actions\":[16],\"language\":[513],\"accessibleLabel\":[513,\"accessible-label\"],\"layout\":[513],\"collapsible\":[516],\"openDirection\":[513,\"open-direction\"],\"overflowCutoff\":[32],\"actionBarIsShrunk\":[32]}]]],[\"limel-prosemirror-adapter.cjs\",[[17,\"limel-prosemirror-adapter\",{\"contentType\":[1,\"content-type\"],\"value\":[1],\"language\":[513],\"disabled\":[516],\"customElements\":[16],\"triggerCharacters\":[16],\"ui\":[1],\"view\":[32],\"actionBarItems\":[32],\"link\":[32],\"isLinkMenuOpen\":[32]}]]],[\"limel-color-picker-palette.cjs\",[[17,\"limel-color-picker-palette\",{\"value\":[513],\"label\":[513],\"helperText\":[513,\"helper-text\"],\"placeholder\":[513],\"required\":[516],\"invalid\":[516],\"manualInput\":[516,\"manual-input\"],\"columnCount\":[514,\"column-count\"],\"palette\":[16]}]]],[\"limel-dock-button.cjs\",[[0,\"limel-dock-button\",{\"item\":[16],\"expanded\":[516],\"useMobileLayout\":[516,\"use-mobile-layout\"],\"isOpen\":[32]}]]],[\"limel-callout.cjs\",[[1,\"limel-callout\",{\"heading\":[513],\"icon\":[513],\"type\":[513],\"language\":[1]}]]],[\"limel-header.cjs\",[[1,\"limel-header\",{\"icon\":[1],\"heading\":[1],\"subheading\":[1],\"supportingText\":[1,\"supporting-text\"],\"subheadingDivider\":[1,\"subheading-divider\"]}]]],[\"limel-help-content.cjs\",[[1,\"limel-help-content\",{\"value\":[1],\"readMoreLink\":[16]}]]],[\"limel-progress-flow-item.cjs\",[[0,\"limel-progress-flow-item\",{\"item\":[16],\"disabled\":[4],\"readonly\":[4],\"currentStep\":[4,\"current-step\"]}]]],[\"limel-circular-progress.cjs\",[[1,\"limel-circular-progress\",{\"value\":[2],\"maxValue\":[2,\"max-value\"],\"prefix\":[513],\"suffix\":[1],\"displayPercentageColors\":[4,\"display-percentage-colors\"],\"size\":[513]}]]],[\"limel-flatpickr-adapter.cjs\",[[1,\"limel-flatpickr-adapter\",{\"value\":[16],\"type\":[1],\"format\":[1],\"isOpen\":[4,\"is-open\"],\"inputElement\":[16],\"language\":[1],\"formatter\":[16]}]]],[\"limel-radio-button.cjs\",[[0,\"limel-radio-button\",{\"checked\":[516],\"disabled\":[516],\"id\":[1],\"label\":[1],\"onChange\":[16]}]]],[\"limel-3d-hover-effect-glow.cjs\",[[1,\"limel-3d-hover-effect-glow\"]]],[\"limel-icon.cjs\",[[1,\"limel-icon\",{\"size\":[513],\"name\":[513],\"badge\":[516]}]]],[\"limel-portal_3.cjs\",[[1,\"limel-tooltip\",{\"elementId\":[513,\"element-id\"],\"label\":[513],\"helperLabel\":[513,\"helper-label\"],\"maxlength\":[514],\"openDirection\":[513,\"open-direction\"],\"open\":[32]}],[1,\"limel-tooltip-content\",{\"label\":[513],\"helperLabel\":[513,\"helper-label\"],\"maxlength\":[514]}],[1,\"limel-portal\",{\"openDirection\":[513,\"open-direction\"],\"position\":[513],\"containerId\":[513,\"container-id\"],\"containerStyle\":[16],\"inheritParentWidth\":[516,\"inherit-parent-width\"],\"visible\":[516],\"anchor\":[16]}]]],[\"limel-icon-button.cjs\",[[17,\"limel-icon-button\",{\"icon\":[1],\"elevated\":[516],\"label\":[513],\"disabled\":[516]}]]],[\"limel-file-dropzone_2.cjs\",[[1,\"limel-file-dropzone\",{\"accept\":[513],\"disabled\":[4],\"text\":[1],\"helperText\":[1,\"helper-text\"],\"hasFileToDrop\":[32]}],[1,\"limel-file-input\",{\"accept\":[513],\"disabled\":[516],\"multiple\":[516]}]]],[\"limel-dynamic-label.cjs\",[[1,\"limel-dynamic-label\",{\"value\":[8],\"defaultLabel\":[16],\"labels\":[16]}]]],[\"limel-badge.cjs\",[[1,\"limel-badge\",{\"label\":[520]}]]],[\"limel-chip_2.cjs\",[[1,\"limel-chip-set\",{\"value\":[16],\"type\":[513],\"label\":[513],\"helperText\":[513,\"helper-text\"],\"disabled\":[516],\"readonly\":[516],\"invalid\":[516],\"inputType\":[513,\"input-type\"],\"maxItems\":[514,\"max-items\"],\"required\":[516],\"searchLabel\":[513,\"search-label\"],\"emptyInputOnBlur\":[516,\"empty-input-on-blur\"],\"clearAllButton\":[4,\"clear-all-button\"],\"leadingIcon\":[513,\"leading-icon\"],\"delimiter\":[513],\"autocomplete\":[513],\"language\":[1],\"editMode\":[32],\"textValue\":[32],\"blurred\":[32],\"inputChipIndexSelected\":[32],\"selectedChipIds\":[32],\"getEditMode\":[64],\"setFocus\":[64],\"emptyInput\":[64]}],[17,\"limel-chip\",{\"language\":[513],\"text\":[513],\"icon\":[1],\"image\":[16],\"link\":[16],\"badge\":[520],\"disabled\":[516],\"readonly\":[516],\"selected\":[516],\"invalid\":[516],\"removable\":[516],\"type\":[513],\"loading\":[516],\"progress\":[514],\"identifier\":[520],\"size\":[513],\"menuItems\":[16]}]]],[\"limel-button.cjs\",[[17,\"limel-button\",{\"label\":[513],\"primary\":[516],\"outlined\":[516],\"icon\":[513],\"disabled\":[516],\"loading\":[516],\"loadingFailed\":[516,\"loading-failed\"],\"justLoaded\":[32]}]]],[\"limel-linear-progress.cjs\",[[1,\"limel-linear-progress\",{\"language\":[513],\"value\":[514],\"indeterminate\":[516],\"accessibleLabel\":[513,\"accessible-label\"]}]]],[\"limel-markdown.cjs\",[[1,\"limel-markdown\",{\"value\":[1],\"whitelist\":[16],\"lazyLoadImages\":[516,\"lazy-load-images\"],\"removeEmptyParagraphs\":[516,\"remove-empty-paragraphs\"]}]]],[\"limel-popover_2.cjs\",[[1,\"limel-popover\",{\"open\":[4],\"openDirection\":[513,\"open-direction\"]}],[1,\"limel-popover-surface\",{\"contentCollection\":[16]}]]],[\"limel-helper-line_2.cjs\",[[4,\"limel-notched-outline\",{\"required\":[516],\"readonly\":[516],\"invalid\":[516],\"disabled\":[516],\"label\":[513],\"labelId\":[513,\"label-id\"],\"hasValue\":[516,\"has-value\"],\"hasLeadingIcon\":[516,\"has-leading-icon\"],\"hasFloatingLabel\":[516,\"has-floating-label\"]}],[1,\"limel-helper-line\",{\"helperText\":[513,\"helper-text\"],\"length\":[514],\"maxLength\":[514,\"max-length\"],\"invalid\":[516],\"helperTextId\":[513,\"helper-text-id\"]}]]],[\"limel-breadcrumbs_7.cjs\",[[1,\"limel-menu\",{\"items\":[16],\"disabled\":[516],\"openDirection\":[513,\"open-direction\"],\"surfaceWidth\":[513,\"surface-width\"],\"open\":[1540],\"badgeIcons\":[516,\"badge-icons\"],\"gridLayout\":[516,\"grid-layout\"],\"loading\":[516],\"currentSubMenu\":[1040],\"rootItem\":[16],\"searcher\":[16],\"emptyResultMessage\":[1,\"empty-result-message\"],\"loadingSubItems\":[32],\"searchValue\":[32],\"searchResults\":[32]}],[1,\"limel-breadcrumbs\",{\"items\":[16],\"divider\":[1]}],[17,\"limel-menu-list\",{\"items\":[16],\"badgeIcons\":[4,\"badge-icons\"],\"iconSize\":[1,\"icon-size\"]}],[1,\"limel-input-field\",{\"disabled\":[516],\"readonly\":[516],\"invalid\":[516],\"label\":[513],\"placeholder\":[513],\"helperText\":[513,\"helper-text\"],\"prefix\":[513],\"suffix\":[513],\"required\":[516],\"value\":[513],\"trailingIcon\":[513,\"trailing-icon\"],\"leadingIcon\":[513,\"leading-icon\"],\"pattern\":[513],\"type\":[513],\"formatNumber\":[516,\"format-number\"],\"step\":[520],\"max\":[514],\"min\":[514],\"maxlength\":[514],\"minlength\":[514],\"completions\":[16],\"showLink\":[516,\"show-link\"],\"locale\":[513],\"isFocused\":[32],\"wasInvalid\":[32],\"showCompletions\":[32]}],[1,\"limel-menu-surface\",{\"open\":[4],\"allowClicksElement\":[16]}],[1,\"limel-spinner\",{\"size\":[513],\"limeBranded\":[4,\"lime-branded\"]}],[17,\"limel-list\",{\"items\":[16],\"badgeIcons\":[4,\"badge-icons\"],\"iconSize\":[1,\"icon-size\"],\"type\":[1],\"maxLinesSecondaryText\":[2,\"max-lines-secondary-text\"]}]]]]"), options);
|
|
17
|
+
return index.bootstrapLazy(JSON.parse("[[\"limel-text-editor.cjs\",[[17,\"limel-text-editor\",{\"contentType\":[1,\"content-type\"],\"language\":[513],\"disabled\":[516],\"readonly\":[516],\"helperText\":[513,\"helper-text\"],\"placeholder\":[513],\"label\":[513],\"invalid\":[516],\"value\":[513],\"customElements\":[16],\"triggers\":[16],\"required\":[516],\"allowResize\":[516,\"allow-resize\"],\"ui\":[513]}]]],[\"limel-card.cjs\",[[1,\"limel-card\",{\"heading\":[513],\"subheading\":[513],\"image\":[16],\"icon\":[513],\"value\":[1],\"actions\":[16],\"clickable\":[516],\"orientation\":[513]}]]],[\"limel-file.cjs\",[[1,\"limel-file\",{\"value\":[16],\"label\":[513],\"required\":[516],\"disabled\":[516],\"readonly\":[516],\"invalid\":[516],\"accept\":[513],\"language\":[1]}]]],[\"limel-list-item.cjs\",[[0,\"limel-list-item\",{\"language\":[513],\"value\":[8],\"text\":[513],\"secondaryText\":[513,\"secondary-text\"],\"disabled\":[516],\"icon\":[1],\"iconSize\":[513,\"icon-size\"],\"badgeIcon\":[516,\"badge-icon\"],\"selected\":[516],\"actions\":[16],\"primaryComponent\":[16],\"image\":[16],\"type\":[513]}]]],[\"limel-picker.cjs\",[[1,\"limel-picker\",{\"disabled\":[4],\"readonly\":[516],\"label\":[1],\"searchLabel\":[1,\"search-label\"],\"helperText\":[513,\"helper-text\"],\"leadingIcon\":[1,\"leading-icon\"],\"emptyResultMessage\":[1,\"empty-result-message\"],\"required\":[4],\"invalid\":[516],\"value\":[16],\"searcher\":[16],\"allItems\":[16],\"multiple\":[4],\"delimiter\":[513],\"actions\":[16],\"actionPosition\":[1,\"action-position\"],\"actionScrollBehavior\":[1,\"action-scroll-behavior\"],\"badgeIcons\":[516,\"badge-icons\"],\"items\":[32],\"textValue\":[32],\"loading\":[32],\"chips\":[32]}]]],[\"limel-split-button.cjs\",[[17,\"limel-split-button\",{\"label\":[513],\"primary\":[516],\"icon\":[513],\"disabled\":[516],\"loading\":[516],\"loadingFailed\":[516,\"loading-failed\"],\"items\":[16]}]]],[\"limel-file-viewer.cjs\",[[1,\"limel-file-viewer\",{\"url\":[513],\"filename\":[513],\"alt\":[513],\"allowFullscreen\":[516,\"allow-fullscreen\"],\"allowOpenInNewTab\":[516,\"allow-open-in-new-tab\"],\"allowDownload\":[516,\"allow-download\"],\"language\":[1],\"officeViewer\":[513,\"office-viewer\"],\"actions\":[16],\"isFullscreen\":[32],\"fileType\":[32],\"loading\":[32],\"fileUrl\":[32]}]]],[\"limel-color-picker.cjs\",[[1,\"limel-color-picker\",{\"value\":[513],\"label\":[513],\"helperText\":[513,\"helper-text\"],\"tooltipLabel\":[513,\"tooltip-label\"],\"required\":[516],\"disabled\":[516],\"readonly\":[516],\"invalid\":[516],\"placeholder\":[513],\"manualInput\":[516,\"manual-input\"],\"palette\":[16],\"paletteColumnCount\":[514,\"palette-column-count\"],\"isOpen\":[32]}]]],[\"limel-profile-picture.cjs\",[[1,\"limel-profile-picture\",{\"language\":[513],\"label\":[513],\"icon\":[1],\"helperText\":[1,\"helper-text\"],\"disabled\":[516],\"readonly\":[516],\"required\":[516],\"invalid\":[516],\"loading\":[516],\"value\":[1],\"imageFit\":[513,\"image-fit\"],\"accept\":[513],\"resize\":[16],\"objectUrl\":[32],\"imageError\":[32],\"isErrorMessagePopoverOpen\":[32]}]]],[\"limel-date-picker.cjs\",[[1,\"limel-date-picker\",{\"disabled\":[516],\"readonly\":[516],\"invalid\":[516],\"label\":[513],\"placeholder\":[513],\"helperText\":[513,\"helper-text\"],\"required\":[516],\"value\":[16],\"type\":[513],\"format\":[513],\"language\":[513],\"formatter\":[16],\"internalFormat\":[32],\"showPortal\":[32]}]]],[\"limel-dock.cjs\",[[1,\"limel-dock\",{\"dockItems\":[16],\"dockFooterItems\":[16],\"accessibleLabel\":[513,\"accessible-label\"],\"expanded\":[516],\"allowResize\":[516,\"allow-resize\"],\"mobileBreakPoint\":[514,\"mobile-break-point\"],\"useMobileLayout\":[32]}]]],[\"limel-snackbar.cjs\",[[1,\"limel-snackbar\",{\"open\":[516],\"message\":[1],\"timeout\":[514],\"actionText\":[1,\"action-text\"],\"dismissible\":[4],\"multiline\":[4],\"language\":[1],\"offset\":[32],\"isOpen\":[32],\"closing\":[32],\"show\":[64]},[[0,\"changeOffset\",\"onChangeIndex\"]]]]],[\"limel-select.cjs\",[[1,\"limel-select\",{\"disabled\":[516],\"readonly\":[516],\"invalid\":[516],\"required\":[516],\"label\":[513],\"helperText\":[513,\"helper-text\"],\"value\":[16],\"options\":[16],\"multiple\":[4],\"menuOpen\":[32]}]]],[\"limel-button-group.cjs\",[[1,\"limel-button-group\",{\"value\":[16],\"disabled\":[516],\"selectedButtonId\":[32]}]]],[\"limel-chart.cjs\",[[1,\"limel-chart\",{\"language\":[513],\"accessibleLabel\":[513,\"accessible-label\"],\"accessibleItemsLabel\":[513,\"accessible-items-label\"],\"accessibleValuesLabel\":[513,\"accessible-values-label\"],\"displayAxisLabels\":[516,\"display-axis-labels\"],\"items\":[16],\"type\":[513],\"orientation\":[513],\"maxValue\":[514,\"max-value\"],\"axisIncrement\":[514,\"axis-increment\"],\"loading\":[516]}]]],[\"limel-collapsible-section.cjs\",[[1,\"limel-collapsible-section\",{\"isOpen\":[1540,\"is-open\"],\"header\":[513],\"icon\":[1],\"invalid\":[516],\"actions\":[16],\"language\":[513]}]]],[\"limel-help.cjs\",[[1,\"limel-help\",{\"value\":[1],\"trigger\":[1],\"readMoreLink\":[16],\"openDirection\":[513,\"open-direction\"],\"isOpen\":[32]}]]],[\"limel-info-tile.cjs\",[[1,\"limel-info-tile\",{\"value\":[520],\"icon\":[1],\"label\":[513],\"prefix\":[513],\"suffix\":[513],\"disabled\":[516],\"badge\":[520],\"loading\":[516],\"link\":[16],\"progress\":[16],\"hasPrimarySlot\":[32]}]]],[\"limel-checkbox.cjs\",[[1,\"limel-checkbox\",{\"disabled\":[516],\"readonly\":[516],\"invalid\":[516],\"label\":[513],\"helperText\":[513,\"helper-text\"],\"checked\":[516],\"indeterminate\":[516],\"required\":[516],\"readonlyLabels\":[16],\"modified\":[32]}]]],[\"limel-table.cjs\",[[1,\"limel-table\",{\"data\":[16],\"columns\":[16],\"mode\":[1],\"layout\":[1],\"pageSize\":[2,\"page-size\"],\"totalRows\":[2,\"total-rows\"],\"sorting\":[16],\"activeRow\":[1040],\"movableColumns\":[4,\"movable-columns\"],\"sortableColumns\":[4,\"sortable-columns\"],\"loading\":[4],\"page\":[2],\"emptyMessage\":[1,\"empty-message\"],\"aggregates\":[16],\"selectable\":[4],\"selection\":[16],\"language\":[513],\"paginationLocation\":[513,\"pagination-location\"]}]]],[\"limel-drag-handle.cjs\",[[0,\"limel-drag-handle\",{\"dragDirection\":[513,\"drag-direction\"],\"tooltipOpenDirection\":[513,\"tooltip-open-direction\"],\"language\":[513]}]]],[\"limel-shortcut.cjs\",[[1,\"limel-shortcut\",{\"icon\":[513],\"label\":[513],\"disabled\":[516],\"badge\":[520],\"link\":[16]}]]],[\"limel-switch.cjs\",[[1,\"limel-switch\",{\"label\":[513],\"disabled\":[516],\"readonly\":[516],\"invalid\":[516],\"value\":[516],\"helperText\":[513,\"helper-text\"],\"readonlyLabels\":[16],\"fieldId\":[32]}]]],[\"limel-tab-bar.cjs\",[[1,\"limel-tab-bar\",{\"tabs\":[1040],\"canScrollLeft\":[32],\"canScrollRight\":[32]},[[9,\"resize\",\"handleWindowResize\"]]]]],[\"limel-tab-panel.cjs\",[[1,\"limel-tab-panel\",{\"tabs\":[1040]}]]],[\"limel-code-editor.cjs\",[[1,\"limel-code-editor\",{\"value\":[1],\"language\":[1],\"readonly\":[516],\"disabled\":[516],\"invalid\":[516],\"required\":[516],\"label\":[513],\"helperText\":[513,\"helper-text\"],\"lineNumbers\":[516,\"line-numbers\"],\"lineWrapping\":[516,\"line-wrapping\"],\"fold\":[516],\"lint\":[516],\"colorScheme\":[513,\"color-scheme\"],\"translationLanguage\":[513,\"translation-language\"],\"random\":[32],\"wasCopied\":[32]}]]],[\"limel-dialog.cjs\",[[1,\"limel-dialog\",{\"heading\":[1],\"fullscreen\":[516],\"open\":[1540],\"closingActions\":[16]}]]],[\"limel-progress-flow.cjs\",[[1,\"limel-progress-flow\",{\"flowItems\":[16],\"disabled\":[4],\"readonly\":[4]}]]],[\"limel-slider.cjs\",[[1,\"limel-slider\",{\"disabled\":[516],\"readonly\":[516],\"factor\":[514],\"label\":[513],\"helperText\":[513,\"helper-text\"],\"required\":[516],\"invalid\":[516],\"unit\":[513],\"value\":[514],\"valuemax\":[514],\"valuemin\":[514],\"step\":[514],\"percentageClass\":[32]}]]],[\"limel-banner.cjs\",[[1,\"limel-banner\",{\"message\":[513],\"icon\":[513],\"isOpen\":[32],\"open\":[64],\"close\":[64]}]]],[\"limel-form.cjs\",[[1,\"limel-form\",{\"schema\":[16],\"value\":[16],\"disabled\":[4],\"propsFactory\":[16],\"transformErrors\":[16],\"errors\":[16]}]]],[\"limel-menu-item-meta.cjs\",[[1,\"limel-menu-item-meta\",{\"commandText\":[1,\"command-text\"],\"badge\":[8],\"showChevron\":[4,\"show-chevron\"]}]]],[\"limel-radio-button-group.cjs\",[[0,\"limel-radio-button-group\",{\"items\":[16],\"selectedItem\":[16],\"disabled\":[516],\"badgeIcons\":[516,\"badge-icons\"],\"maxLinesSecondaryText\":[514,\"max-lines-secondary-text\"]}]]],[\"limel-ai-avatar.cjs\",[[1,\"limel-ai-avatar\",{\"isThinking\":[516,\"is-thinking\"],\"language\":[513]}]]],[\"limel-config.cjs\",[[1,\"limel-config\",{\"config\":[16]}]]],[\"limel-flex-container.cjs\",[[1,\"limel-flex-container\",{\"direction\":[513],\"justify\":[513],\"align\":[513],\"reverse\":[516]}]]],[\"limel-grid.cjs\",[[1,\"limel-grid\"]]],[\"limel-action-bar-item_2.cjs\",[[0,\"limel-action-bar-overflow-menu\",{\"items\":[16],\"openDirection\":[513,\"open-direction\"],\"overFlowIcon\":[16]}],[0,\"limel-action-bar-item\",{\"item\":[16],\"isVisible\":[516,\"is-visible\"],\"selected\":[516]}]]],[\"limel-action-bar_2.cjs\",[[1,\"limel-text-editor-link-menu\",{\"link\":[16],\"language\":[513],\"isOpen\":[516,\"is-open\"]}],[1,\"limel-action-bar\",{\"actions\":[16],\"language\":[513],\"accessibleLabel\":[513,\"accessible-label\"],\"layout\":[513],\"collapsible\":[516],\"openDirection\":[513,\"open-direction\"],\"overflowCutoff\":[32],\"actionBarIsShrunk\":[32]}]]],[\"limel-prosemirror-adapter.cjs\",[[17,\"limel-prosemirror-adapter\",{\"contentType\":[1,\"content-type\"],\"value\":[1],\"language\":[513],\"disabled\":[516],\"customElements\":[16],\"triggerCharacters\":[16],\"ui\":[1],\"view\":[32],\"actionBarItems\":[32],\"link\":[32],\"isLinkMenuOpen\":[32]}]]],[\"limel-color-picker-palette.cjs\",[[17,\"limel-color-picker-palette\",{\"value\":[513],\"label\":[513],\"helperText\":[513,\"helper-text\"],\"placeholder\":[513],\"required\":[516],\"invalid\":[516],\"manualInput\":[516,\"manual-input\"],\"columnCount\":[514,\"column-count\"],\"palette\":[16]}]]],[\"limel-dock-button.cjs\",[[0,\"limel-dock-button\",{\"item\":[16],\"expanded\":[516],\"useMobileLayout\":[516,\"use-mobile-layout\"],\"isOpen\":[32]}]]],[\"limel-callout.cjs\",[[1,\"limel-callout\",{\"heading\":[513],\"icon\":[513],\"type\":[513],\"language\":[1]}]]],[\"limel-header.cjs\",[[1,\"limel-header\",{\"icon\":[1],\"heading\":[1],\"subheading\":[1],\"supportingText\":[1,\"supporting-text\"],\"subheadingDivider\":[1,\"subheading-divider\"]}]]],[\"limel-help-content.cjs\",[[1,\"limel-help-content\",{\"value\":[1],\"readMoreLink\":[16]}]]],[\"limel-progress-flow-item.cjs\",[[0,\"limel-progress-flow-item\",{\"item\":[16],\"disabled\":[4],\"readonly\":[4],\"currentStep\":[4,\"current-step\"]}]]],[\"limel-circular-progress.cjs\",[[1,\"limel-circular-progress\",{\"value\":[2],\"maxValue\":[2,\"max-value\"],\"prefix\":[513],\"suffix\":[1],\"displayPercentageColors\":[4,\"display-percentage-colors\"],\"size\":[513]}]]],[\"limel-flatpickr-adapter.cjs\",[[1,\"limel-flatpickr-adapter\",{\"value\":[16],\"type\":[1],\"format\":[1],\"isOpen\":[4,\"is-open\"],\"inputElement\":[16],\"language\":[1],\"formatter\":[16]}]]],[\"limel-radio-button.cjs\",[[0,\"limel-radio-button\",{\"checked\":[516],\"disabled\":[516],\"id\":[1],\"label\":[1],\"onChange\":[16]}]]],[\"limel-3d-hover-effect-glow.cjs\",[[1,\"limel-3d-hover-effect-glow\"]]],[\"limel-icon.cjs\",[[1,\"limel-icon\",{\"size\":[513],\"name\":[513],\"badge\":[516]}]]],[\"limel-portal_3.cjs\",[[1,\"limel-tooltip\",{\"elementId\":[513,\"element-id\"],\"label\":[513],\"helperLabel\":[513,\"helper-label\"],\"maxlength\":[514],\"openDirection\":[513,\"open-direction\"],\"open\":[32]}],[1,\"limel-tooltip-content\",{\"label\":[513],\"helperLabel\":[513,\"helper-label\"],\"maxlength\":[514]}],[1,\"limel-portal\",{\"openDirection\":[513,\"open-direction\"],\"position\":[513],\"containerId\":[513,\"container-id\"],\"containerStyle\":[16],\"inheritParentWidth\":[516,\"inherit-parent-width\"],\"visible\":[516],\"anchor\":[16]}]]],[\"limel-icon-button.cjs\",[[17,\"limel-icon-button\",{\"icon\":[1],\"elevated\":[516],\"label\":[513],\"disabled\":[516]}]]],[\"limel-file-dropzone_2.cjs\",[[1,\"limel-file-dropzone\",{\"accept\":[513],\"disabled\":[4],\"text\":[1],\"helperText\":[1,\"helper-text\"],\"hasFileToDrop\":[32]}],[1,\"limel-file-input\",{\"accept\":[513],\"disabled\":[516],\"multiple\":[516]}]]],[\"limel-dynamic-label.cjs\",[[1,\"limel-dynamic-label\",{\"value\":[8],\"defaultLabel\":[16],\"labels\":[16]}]]],[\"limel-badge.cjs\",[[1,\"limel-badge\",{\"label\":[520]}]]],[\"limel-chip_2.cjs\",[[1,\"limel-chip-set\",{\"value\":[16],\"type\":[513],\"label\":[513],\"helperText\":[513,\"helper-text\"],\"disabled\":[516],\"readonly\":[516],\"invalid\":[516],\"inputType\":[513,\"input-type\"],\"maxItems\":[514,\"max-items\"],\"required\":[516],\"searchLabel\":[513,\"search-label\"],\"emptyInputOnBlur\":[516,\"empty-input-on-blur\"],\"clearAllButton\":[4,\"clear-all-button\"],\"leadingIcon\":[513,\"leading-icon\"],\"delimiter\":[513],\"autocomplete\":[513],\"language\":[1],\"editMode\":[32],\"textValue\":[32],\"blurred\":[32],\"inputChipIndexSelected\":[32],\"selectedChipIds\":[32],\"getEditMode\":[64],\"setFocus\":[64],\"emptyInput\":[64]}],[17,\"limel-chip\",{\"language\":[513],\"text\":[513],\"icon\":[1],\"image\":[16],\"link\":[16],\"badge\":[520],\"disabled\":[516],\"readonly\":[516],\"selected\":[516],\"invalid\":[516],\"removable\":[516],\"type\":[513],\"loading\":[516],\"progress\":[514],\"identifier\":[520],\"size\":[513],\"menuItems\":[16]}]]],[\"limel-button.cjs\",[[17,\"limel-button\",{\"label\":[513],\"primary\":[516],\"outlined\":[516],\"icon\":[513],\"disabled\":[516],\"loading\":[516],\"loadingFailed\":[516,\"loading-failed\"],\"justLoaded\":[32]}]]],[\"limel-linear-progress.cjs\",[[1,\"limel-linear-progress\",{\"language\":[513],\"value\":[514],\"indeterminate\":[516],\"accessibleLabel\":[513,\"accessible-label\"]}]]],[\"limel-markdown.cjs\",[[1,\"limel-markdown\",{\"value\":[1],\"whitelist\":[16],\"lazyLoadImages\":[516,\"lazy-load-images\"],\"removeEmptyParagraphs\":[516,\"remove-empty-paragraphs\"]}]]],[\"limel-popover_2.cjs\",[[1,\"limel-popover\",{\"open\":[4],\"openDirection\":[513,\"open-direction\"]}],[1,\"limel-popover-surface\",{\"contentCollection\":[16]}]]],[\"limel-helper-line_2.cjs\",[[4,\"limel-notched-outline\",{\"required\":[516],\"readonly\":[516],\"invalid\":[516],\"disabled\":[516],\"label\":[513],\"labelId\":[513,\"label-id\"],\"hasValue\":[516,\"has-value\"],\"hasLeadingIcon\":[516,\"has-leading-icon\"],\"hasFloatingLabel\":[516,\"has-floating-label\"]}],[1,\"limel-helper-line\",{\"helperText\":[513,\"helper-text\"],\"length\":[514],\"maxLength\":[514,\"max-length\"],\"invalid\":[516],\"helperTextId\":[513,\"helper-text-id\"]}]]],[\"limel-breadcrumbs_7.cjs\",[[1,\"limel-menu\",{\"items\":[16],\"disabled\":[516],\"openDirection\":[513,\"open-direction\"],\"surfaceWidth\":[513,\"surface-width\"],\"open\":[1540],\"badgeIcons\":[516,\"badge-icons\"],\"gridLayout\":[516,\"grid-layout\"],\"loading\":[516],\"currentSubMenu\":[1040],\"rootItem\":[16],\"searcher\":[16],\"searchPlaceholder\":[1,\"search-placeholder\"],\"emptyResultMessage\":[1,\"empty-result-message\"],\"loadingSubItems\":[32],\"searchValue\":[32],\"searchResults\":[32]}],[1,\"limel-breadcrumbs\",{\"items\":[16],\"divider\":[1]}],[17,\"limel-menu-list\",{\"items\":[16],\"badgeIcons\":[4,\"badge-icons\"],\"iconSize\":[1,\"icon-size\"]}],[1,\"limel-input-field\",{\"disabled\":[516],\"readonly\":[516],\"invalid\":[516],\"label\":[513],\"placeholder\":[513],\"helperText\":[513,\"helper-text\"],\"prefix\":[513],\"suffix\":[513],\"required\":[516],\"value\":[513],\"trailingIcon\":[513,\"trailing-icon\"],\"leadingIcon\":[513,\"leading-icon\"],\"pattern\":[513],\"type\":[513],\"formatNumber\":[516,\"format-number\"],\"step\":[520],\"max\":[514],\"min\":[514],\"maxlength\":[514],\"minlength\":[514],\"completions\":[16],\"showLink\":[516,\"show-link\"],\"locale\":[513],\"isFocused\":[32],\"wasInvalid\":[32],\"showCompletions\":[32]}],[1,\"limel-menu-surface\",{\"open\":[4],\"allowClicksElement\":[16]}],[1,\"limel-spinner\",{\"size\":[513],\"limeBranded\":[4,\"lime-branded\"]}],[17,\"limel-list\",{\"items\":[16],\"badgeIcons\":[4,\"badge-icons\"],\"iconSize\":[1,\"icon-size\"],\"type\":[1],\"maxLinesSecondaryText\":[2,\"max-lines-secondary-text\"]}]]]]"), options);
|
|
18
18
|
});
|
|
19
19
|
};
|
|
20
20
|
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* The `EditorMenuType` type is used to specify the type of menu items that can be added to the editor toolbar.
|
|
5
|
+
* Each one represents a different type to be used for creating the prosemirror commands relevant to the button.
|
|
6
|
+
* The values correspond to the types that can be used with the `prosemirror-commands` library.
|
|
7
|
+
* @beta
|
|
8
|
+
*/
|
|
9
|
+
const EditorMenuTypes = {
|
|
10
|
+
Bold: 'strong',
|
|
11
|
+
Italic: 'em',
|
|
12
|
+
Blockquote: 'blockquote',
|
|
13
|
+
HeaderLevel1: 'headerlevel1',
|
|
14
|
+
HeaderLevel2: 'headerlevel2',
|
|
15
|
+
HeaderLevel3: 'headerlevel3',
|
|
16
|
+
Link: 'link',
|
|
17
|
+
OrderedList: 'ordered_list',
|
|
18
|
+
BulletList: 'bullet_list',
|
|
19
|
+
Strikethrough: 'strikethrough',
|
|
20
|
+
Code: 'code',
|
|
21
|
+
CodeBlock: 'code_block',
|
|
22
|
+
};
|
|
23
|
+
const editorMenuTypesArray = Object.values(EditorMenuTypes);
|
|
24
|
+
/**
|
|
25
|
+
* `LevelMapping` is used to map string identifiers to numerical header levels.
|
|
26
|
+
* It provides a way to represent different levels of headings in ProseMirror commands.
|
|
27
|
+
*
|
|
28
|
+
* The `Heading` identifier is not a valid level and is used to identify the node type.
|
|
29
|
+
* The numerical values are used for creating ProseMirror commands to set the level of a heading node in the editor.
|
|
30
|
+
* @beta
|
|
31
|
+
*/
|
|
32
|
+
const LevelMapping = {
|
|
33
|
+
Heading: 'heading',
|
|
34
|
+
one: 1,
|
|
35
|
+
two: 2,
|
|
36
|
+
three: 3,
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* The `MouseButtons` type is used to represent the different mouse buttons.
|
|
40
|
+
* The values correspond to the button codes used in the `MouseEvent` interface.
|
|
41
|
+
* @beta
|
|
42
|
+
*/
|
|
43
|
+
const MouseButtons = {
|
|
44
|
+
Left: 0,
|
|
45
|
+
Middle: 1,
|
|
46
|
+
Right: 2,
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
exports.EditorMenuTypes = EditorMenuTypes;
|
|
50
|
+
exports.LevelMapping = LevelMapping;
|
|
51
|
+
exports.MouseButtons = MouseButtons;
|
|
52
|
+
exports.editorMenuTypesArray = editorMenuTypesArray;
|
|
53
|
+
|
|
54
|
+
//# sourceMappingURL=types-cc3c7cea.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"file":"types-cc3c7cea.js","mappings":";;AAAA;;;;;;MAMa,eAAe,GAAG;EAC3B,IAAI,EAAE,QAAQ;EACd,MAAM,EAAE,IAAI;EACZ,UAAU,EAAE,YAAY;EACxB,YAAY,EAAE,cAAc;EAC5B,YAAY,EAAE,cAAc;EAC5B,YAAY,EAAE,cAAc;EAC5B,IAAI,EAAE,MAAM;EACZ,WAAW,EAAE,cAAc;EAC3B,UAAU,EAAE,aAAa;EACzB,aAAa,EAAE,eAAe;EAC9B,IAAI,EAAE,MAAM;EACZ,SAAS,EAAE,YAAY;EACzB;MAWW,oBAAoB,GAAsB,MAAM,CAAC,MAAM,CAChE,eAAe,EACI;AAEvB;;;;;;;;MAQa,YAAY,GAAG;EACxB,OAAO,EAAE,SAAS;EAClB,GAAG,EAAE,CAAC;EACN,GAAG,EAAE,CAAC;EACN,KAAK,EAAE,CAAC;EACV;AA2BF;;;;;MAKa,YAAY,GAAG;EACxB,IAAI,EAAE,CAAC;EACP,MAAM,EAAE,CAAC;EACT,KAAK,EAAE,CAAC;;;;;;;;","names":[],"sources":["./src/components/text-editor/prosemirror-adapter/menu/types.ts"],"sourcesContent":["/**\n * The `EditorMenuType` type is used to specify the type of menu items that can be added to the editor toolbar.\n * Each one represents a different type to be used for creating the prosemirror commands relevant to the button.\n * The values correspond to the types that can be used with the `prosemirror-commands` library.\n * @beta\n */\nexport const EditorMenuTypes = {\n Bold: 'strong',\n Italic: 'em',\n Blockquote: 'blockquote',\n HeaderLevel1: 'headerlevel1',\n HeaderLevel2: 'headerlevel2',\n HeaderLevel3: 'headerlevel3',\n Link: 'link',\n OrderedList: 'ordered_list',\n BulletList: 'bullet_list',\n Strikethrough: 'strikethrough',\n Code: 'code',\n CodeBlock: 'code_block',\n};\n\n/**\n * The `EditorMenuType` type is used to specify the type of menu items that can be added to the editor toolbar.\n * Each one represents a different type to be used for creating the prosemirror commands relevant to the button.\n * The values correspond to the types that can be used with the `prosemirror-commands` library.\n * @beta\n */\nexport type EditorMenuTypes =\n (typeof EditorMenuTypes)[keyof typeof EditorMenuTypes];\n\nexport const editorMenuTypesArray: EditorMenuTypes[] = Object.values(\n EditorMenuTypes\n) as EditorMenuTypes[];\n\n/**\n * `LevelMapping` is used to map string identifiers to numerical header levels.\n * It provides a way to represent different levels of headings in ProseMirror commands.\n *\n * The `Heading` identifier is not a valid level and is used to identify the node type.\n * The numerical values are used for creating ProseMirror commands to set the level of a heading node in the editor.\n * @beta\n */\nexport const LevelMapping = {\n Heading: 'heading',\n one: 1,\n two: 2,\n three: 3,\n};\n\n/**\n * `LevelMapping` is used to map string identifiers to numerical header levels.\n * It provides a way to represent different levels of headings in ProseMirror commands.\n *\n * The `Heading` identifier is not a valid level and is used to identify the node type.\n * The numerical values are used for creating ProseMirror commands to set the level of a heading node in the editor.\n * @beta\n */\nexport type LevelMapping = (typeof LevelMapping)[keyof typeof LevelMapping];\n\nexport type ProseMirrorAdapterElementWithFocus =\n HTMLLimelProsemirrorAdapterElement & {\n setFocus: () => void;\n };\n\n/**\n * The `EditorTextLink` type is used to represent a link in the editor.\n * @beta\n * @private\n */\nexport type EditorTextLink = {\n text?: string;\n href: string;\n};\n\n/**\n * The `MouseButtons` type is used to represent the different mouse buttons.\n * The values correspond to the button codes used in the `MouseEvent` interface.\n * @beta\n */\nexport const MouseButtons = {\n Left: 0,\n Middle: 1,\n Right: 2,\n};\n\n/**\n * The `MouseButtons` type is used to represent the different mouse buttons.\n * The values correspond to the button codes used in the `MouseEvent` interface.\n * @beta\n */\nexport type MouseButtons = (typeof MouseButtons)[keyof typeof MouseButtons];\n"],"version":3}
|
|
@@ -186,6 +186,93 @@ limel-spinner {
|
|
|
186
186
|
margin: auto;
|
|
187
187
|
}
|
|
188
188
|
|
|
189
|
+
/**
|
|
190
|
+
* Note! This file is exported to `dist/scss/` in the published
|
|
191
|
+
* node module, for consumer projects to import.
|
|
192
|
+
* That means this file cannot import from any file that isn't
|
|
193
|
+
* also exported, keeping the same relative path.
|
|
194
|
+
*
|
|
195
|
+
* Or, just don't import anything, that works too.
|
|
196
|
+
*/
|
|
197
|
+
/**
|
|
198
|
+
* This can be used on a trigger element that opens a dropdown menu or a popover.
|
|
199
|
+
*/
|
|
200
|
+
/**
|
|
201
|
+
* This mixin will mask out the content that is close to
|
|
202
|
+
* the edges of a scrollable area.
|
|
203
|
+
* - If the scrollable content has `overflow-y`, use `vertically`
|
|
204
|
+
* as an argument for `$direction`.
|
|
205
|
+
- If the scrollable content has `overflow-x`, use `horizontally`
|
|
206
|
+
* as an argument for `$direction`.
|
|
207
|
+
*
|
|
208
|
+
* For the visual effect to work smoothly, we need to make sure that
|
|
209
|
+
* the size of the fade-out edge effect is the same as the
|
|
210
|
+
* internal paddings of the scrollable area. Otherwise, content of a
|
|
211
|
+
* scrollable area that does not have a padding will fade out before
|
|
212
|
+
* any scrolling has been done.
|
|
213
|
+
* This is why this mixin already adds paddings, which automatically
|
|
214
|
+
* default to the size of the fade-out effect.
|
|
215
|
+
* This size defaults to `1rem`, but to override the size use
|
|
216
|
+
* `--limel-top-edge-fade-height` & `--limel-bottom-edge-fade-height`
|
|
217
|
+
* when `vertically` argument is set, and use
|
|
218
|
+
* `--limel-left-edge-fade-width` & `--limel-right-edge-fade-width`
|
|
219
|
+
* when `horizontally` argument is set.
|
|
220
|
+
* Of course you can also programmatically increase and decrease the
|
|
221
|
+
* size of these variables for each edge, based on the amount of
|
|
222
|
+
* scrolling that has been done by the user. In this case, make sure
|
|
223
|
+
* to add a custom padding where the mixin is used, to override
|
|
224
|
+
* the paddings that are automatically added by the mixin in the
|
|
225
|
+
* compiled CSS code.
|
|
226
|
+
*/
|
|
227
|
+
/**
|
|
228
|
+
* This mixin will add an animated underline to the bottom of an `a` elements.
|
|
229
|
+
* Note that you may need to add `all: unset;` –depending on your use case–
|
|
230
|
+
* before using this mixin.
|
|
231
|
+
*/
|
|
232
|
+
/**
|
|
233
|
+
* This mixin creates a cross-browser font stack.
|
|
234
|
+
* - `sans-serif` can be used for the UI of the components.
|
|
235
|
+
* - `monospace` can be used for code.
|
|
236
|
+
*
|
|
237
|
+
* ⚠️ If we change the font stacks, we need to update
|
|
238
|
+
* 1. the consumer documentation in `README.md`, and
|
|
239
|
+
* 2. the CSS variables of `--kompendium-example-font-family`
|
|
240
|
+
* in the `<style>` tag of `index.html`.
|
|
241
|
+
*/
|
|
242
|
+
/**
|
|
243
|
+
* This mixin is a hack, using old CSS syntax
|
|
244
|
+
* to enable you to truncate a piece of text,
|
|
245
|
+
* after a certain number of lines.
|
|
246
|
+
*/
|
|
247
|
+
/**
|
|
248
|
+
* This mixin will add a chessboard background pattern,
|
|
249
|
+
* typically used to visualize transparency.
|
|
250
|
+
*/
|
|
251
|
+
/**
|
|
252
|
+
* Make a container resizable by the user.
|
|
253
|
+
* This is used in the documentations and examples
|
|
254
|
+
* of some components, to demonstrate how the component
|
|
255
|
+
* behaves in a resizable container.
|
|
256
|
+
*/
|
|
257
|
+
/**
|
|
258
|
+
* Drag to reorder mixins
|
|
259
|
+
*/
|
|
260
|
+
/**
|
|
261
|
+
* The breakpoints below are used to create responsive designs
|
|
262
|
+
* in Lime's products. Therefore, they are here to get distributed
|
|
263
|
+
* to all components in other private repos, which rely on this `mixins`
|
|
264
|
+
* file, to create consistent styles.
|
|
265
|
+
*
|
|
266
|
+
* :::important
|
|
267
|
+
* In very rare cases you should used media queries!
|
|
268
|
+
* Nowadays, there are many better ways of achieving responsive design
|
|
269
|
+
* without media queries. For example, using CSS Grid, Flexbox, and their features.
|
|
270
|
+
* :::
|
|
271
|
+
*/
|
|
272
|
+
/**
|
|
273
|
+
* Media query mixins for responsive design based on screen width.
|
|
274
|
+
* Note that these mixins do not detect the device type!
|
|
275
|
+
*/
|
|
189
276
|
:host(limel-chart[type=bar]) .chart,
|
|
190
277
|
:host(limel-chart[type=dot]) .chart,
|
|
191
278
|
:host(limel-chart[type=line]) .chart,
|
|
@@ -172,6 +172,99 @@ limel-dock-button:first-of-type {
|
|
|
172
172
|
--limel-custom-home-icon: var(--crm-custom-home-icon);
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
+
/**
|
|
176
|
+
* Note! This file is exported to `dist/scss/` in the published
|
|
177
|
+
* node module, for consumer projects to import.
|
|
178
|
+
* That means this file cannot import from any file that isn't
|
|
179
|
+
* also exported, keeping the same relative path.
|
|
180
|
+
*
|
|
181
|
+
* Or, just don't import anything, that works too.
|
|
182
|
+
*/
|
|
183
|
+
/**
|
|
184
|
+
* This can be used on a trigger element that opens a dropdown menu or a popover.
|
|
185
|
+
*/
|
|
186
|
+
/**
|
|
187
|
+
* This mixin will mask out the content that is close to
|
|
188
|
+
* the edges of a scrollable area.
|
|
189
|
+
* - If the scrollable content has `overflow-y`, use `vertically`
|
|
190
|
+
* as an argument for `$direction`.
|
|
191
|
+
- If the scrollable content has `overflow-x`, use `horizontally`
|
|
192
|
+
* as an argument for `$direction`.
|
|
193
|
+
*
|
|
194
|
+
* For the visual effect to work smoothly, we need to make sure that
|
|
195
|
+
* the size of the fade-out edge effect is the same as the
|
|
196
|
+
* internal paddings of the scrollable area. Otherwise, content of a
|
|
197
|
+
* scrollable area that does not have a padding will fade out before
|
|
198
|
+
* any scrolling has been done.
|
|
199
|
+
* This is why this mixin already adds paddings, which automatically
|
|
200
|
+
* default to the size of the fade-out effect.
|
|
201
|
+
* This size defaults to `1rem`, but to override the size use
|
|
202
|
+
* `--limel-top-edge-fade-height` & `--limel-bottom-edge-fade-height`
|
|
203
|
+
* when `vertically` argument is set, and use
|
|
204
|
+
* `--limel-left-edge-fade-width` & `--limel-right-edge-fade-width`
|
|
205
|
+
* when `horizontally` argument is set.
|
|
206
|
+
* Of course you can also programmatically increase and decrease the
|
|
207
|
+
* size of these variables for each edge, based on the amount of
|
|
208
|
+
* scrolling that has been done by the user. In this case, make sure
|
|
209
|
+
* to add a custom padding where the mixin is used, to override
|
|
210
|
+
* the paddings that are automatically added by the mixin in the
|
|
211
|
+
* compiled CSS code.
|
|
212
|
+
*/
|
|
213
|
+
/**
|
|
214
|
+
* This mixin will add an animated underline to the bottom of an `a` elements.
|
|
215
|
+
* Note that you may need to add `all: unset;` –depending on your use case–
|
|
216
|
+
* before using this mixin.
|
|
217
|
+
*/
|
|
218
|
+
/**
|
|
219
|
+
* This mixin creates a cross-browser font stack.
|
|
220
|
+
* - `sans-serif` can be used for the UI of the components.
|
|
221
|
+
* - `monospace` can be used for code.
|
|
222
|
+
*
|
|
223
|
+
* ⚠️ If we change the font stacks, we need to update
|
|
224
|
+
* 1. the consumer documentation in `README.md`, and
|
|
225
|
+
* 2. the CSS variables of `--kompendium-example-font-family`
|
|
226
|
+
* in the `<style>` tag of `index.html`.
|
|
227
|
+
*/
|
|
228
|
+
/**
|
|
229
|
+
* This mixin is a hack, using old CSS syntax
|
|
230
|
+
* to enable you to truncate a piece of text,
|
|
231
|
+
* after a certain number of lines.
|
|
232
|
+
*/
|
|
233
|
+
/**
|
|
234
|
+
* This mixin will add a chessboard background pattern,
|
|
235
|
+
* typically used to visualize transparency.
|
|
236
|
+
*/
|
|
237
|
+
/**
|
|
238
|
+
* Make a container resizable by the user.
|
|
239
|
+
* This is used in the documentations and examples
|
|
240
|
+
* of some components, to demonstrate how the component
|
|
241
|
+
* behaves in a resizable container.
|
|
242
|
+
*/
|
|
243
|
+
/**
|
|
244
|
+
* Drag to reorder mixins
|
|
245
|
+
*/
|
|
246
|
+
/**
|
|
247
|
+
* The breakpoints below are used to create responsive designs
|
|
248
|
+
* in Lime's products. Therefore, they are here to get distributed
|
|
249
|
+
* to all components in other private repos, which rely on this `mixins`
|
|
250
|
+
* file, to create consistent styles.
|
|
251
|
+
*
|
|
252
|
+
* :::important
|
|
253
|
+
* In very rare cases you should used media queries!
|
|
254
|
+
* Nowadays, there are many better ways of achieving responsive design
|
|
255
|
+
* without media queries. For example, using CSS Grid, Flexbox, and their features.
|
|
256
|
+
* :::
|
|
257
|
+
*/
|
|
258
|
+
/**
|
|
259
|
+
* Media query mixins for responsive design based on screen width.
|
|
260
|
+
* Note that these mixins do not detect the device type!
|
|
261
|
+
*/
|
|
262
|
+
/*
|
|
263
|
+
* This file is imported into every component!
|
|
264
|
+
*
|
|
265
|
+
* Nothing in this file may output any CSS
|
|
266
|
+
* without being explicitly called by outside code.
|
|
267
|
+
*/
|
|
175
268
|
.expand-shrink {
|
|
176
269
|
all: unset;
|
|
177
270
|
box-sizing: border-box;
|
|
@@ -169,6 +169,99 @@ object[type="text/plain"] {
|
|
|
169
169
|
max-height: calc(100% - 2rem);
|
|
170
170
|
}
|
|
171
171
|
|
|
172
|
+
/*
|
|
173
|
+
* This file is imported into every component!
|
|
174
|
+
*
|
|
175
|
+
* Nothing in this file may output any CSS
|
|
176
|
+
* without being explicitly called by outside code.
|
|
177
|
+
*/
|
|
178
|
+
/**
|
|
179
|
+
* Note! This file is exported to `dist/scss/` in the published
|
|
180
|
+
* node module, for consumer projects to import.
|
|
181
|
+
* That means this file cannot import from any file that isn't
|
|
182
|
+
* also exported, keeping the same relative path.
|
|
183
|
+
*
|
|
184
|
+
* Or, just don't import anything, that works too.
|
|
185
|
+
*/
|
|
186
|
+
/**
|
|
187
|
+
* This can be used on a trigger element that opens a dropdown menu or a popover.
|
|
188
|
+
*/
|
|
189
|
+
/**
|
|
190
|
+
* This mixin will mask out the content that is close to
|
|
191
|
+
* the edges of a scrollable area.
|
|
192
|
+
* - If the scrollable content has `overflow-y`, use `vertically`
|
|
193
|
+
* as an argument for `$direction`.
|
|
194
|
+
- If the scrollable content has `overflow-x`, use `horizontally`
|
|
195
|
+
* as an argument for `$direction`.
|
|
196
|
+
*
|
|
197
|
+
* For the visual effect to work smoothly, we need to make sure that
|
|
198
|
+
* the size of the fade-out edge effect is the same as the
|
|
199
|
+
* internal paddings of the scrollable area. Otherwise, content of a
|
|
200
|
+
* scrollable area that does not have a padding will fade out before
|
|
201
|
+
* any scrolling has been done.
|
|
202
|
+
* This is why this mixin already adds paddings, which automatically
|
|
203
|
+
* default to the size of the fade-out effect.
|
|
204
|
+
* This size defaults to `1rem`, but to override the size use
|
|
205
|
+
* `--limel-top-edge-fade-height` & `--limel-bottom-edge-fade-height`
|
|
206
|
+
* when `vertically` argument is set, and use
|
|
207
|
+
* `--limel-left-edge-fade-width` & `--limel-right-edge-fade-width`
|
|
208
|
+
* when `horizontally` argument is set.
|
|
209
|
+
* Of course you can also programmatically increase and decrease the
|
|
210
|
+
* size of these variables for each edge, based on the amount of
|
|
211
|
+
* scrolling that has been done by the user. In this case, make sure
|
|
212
|
+
* to add a custom padding where the mixin is used, to override
|
|
213
|
+
* the paddings that are automatically added by the mixin in the
|
|
214
|
+
* compiled CSS code.
|
|
215
|
+
*/
|
|
216
|
+
/**
|
|
217
|
+
* This mixin will add an animated underline to the bottom of an `a` elements.
|
|
218
|
+
* Note that you may need to add `all: unset;` –depending on your use case–
|
|
219
|
+
* before using this mixin.
|
|
220
|
+
*/
|
|
221
|
+
/**
|
|
222
|
+
* This mixin creates a cross-browser font stack.
|
|
223
|
+
* - `sans-serif` can be used for the UI of the components.
|
|
224
|
+
* - `monospace` can be used for code.
|
|
225
|
+
*
|
|
226
|
+
* ⚠️ If we change the font stacks, we need to update
|
|
227
|
+
* 1. the consumer documentation in `README.md`, and
|
|
228
|
+
* 2. the CSS variables of `--kompendium-example-font-family`
|
|
229
|
+
* in the `<style>` tag of `index.html`.
|
|
230
|
+
*/
|
|
231
|
+
/**
|
|
232
|
+
* This mixin is a hack, using old CSS syntax
|
|
233
|
+
* to enable you to truncate a piece of text,
|
|
234
|
+
* after a certain number of lines.
|
|
235
|
+
*/
|
|
236
|
+
/**
|
|
237
|
+
* This mixin will add a chessboard background pattern,
|
|
238
|
+
* typically used to visualize transparency.
|
|
239
|
+
*/
|
|
240
|
+
/**
|
|
241
|
+
* Make a container resizable by the user.
|
|
242
|
+
* This is used in the documentations and examples
|
|
243
|
+
* of some components, to demonstrate how the component
|
|
244
|
+
* behaves in a resizable container.
|
|
245
|
+
*/
|
|
246
|
+
/**
|
|
247
|
+
* Drag to reorder mixins
|
|
248
|
+
*/
|
|
249
|
+
/**
|
|
250
|
+
* The breakpoints below are used to create responsive designs
|
|
251
|
+
* in Lime's products. Therefore, they are here to get distributed
|
|
252
|
+
* to all components in other private repos, which rely on this `mixins`
|
|
253
|
+
* file, to create consistent styles.
|
|
254
|
+
*
|
|
255
|
+
* :::important
|
|
256
|
+
* In very rare cases you should used media queries!
|
|
257
|
+
* Nowadays, there are many better ways of achieving responsive design
|
|
258
|
+
* without media queries. For example, using CSS Grid, Flexbox, and their features.
|
|
259
|
+
* :::
|
|
260
|
+
*/
|
|
261
|
+
/**
|
|
262
|
+
* Media query mixins for responsive design based on screen width.
|
|
263
|
+
* Note that these mixins do not detect the device type!
|
|
264
|
+
*/
|
|
172
265
|
.buttons {
|
|
173
266
|
position: absolute;
|
|
174
267
|
z-index: 1;
|
|
@@ -1893,6 +1893,99 @@ input.mdc-text-field__input::-webkit-search-cancel-button:active {
|
|
|
1893
1893
|
color: rgb(var(--contrast-900));
|
|
1894
1894
|
}
|
|
1895
1895
|
|
|
1896
|
+
/**
|
|
1897
|
+
* Note! This file is exported to `dist/scss/` in the published
|
|
1898
|
+
* node module, for consumer projects to import.
|
|
1899
|
+
* That means this file cannot import from any file that isn't
|
|
1900
|
+
* also exported, keeping the same relative path.
|
|
1901
|
+
*
|
|
1902
|
+
* Or, just don't import anything, that works too.
|
|
1903
|
+
*/
|
|
1904
|
+
/**
|
|
1905
|
+
* This can be used on a trigger element that opens a dropdown menu or a popover.
|
|
1906
|
+
*/
|
|
1907
|
+
/**
|
|
1908
|
+
* This mixin will mask out the content that is close to
|
|
1909
|
+
* the edges of a scrollable area.
|
|
1910
|
+
* - If the scrollable content has `overflow-y`, use `vertically`
|
|
1911
|
+
* as an argument for `$direction`.
|
|
1912
|
+
- If the scrollable content has `overflow-x`, use `horizontally`
|
|
1913
|
+
* as an argument for `$direction`.
|
|
1914
|
+
*
|
|
1915
|
+
* For the visual effect to work smoothly, we need to make sure that
|
|
1916
|
+
* the size of the fade-out edge effect is the same as the
|
|
1917
|
+
* internal paddings of the scrollable area. Otherwise, content of a
|
|
1918
|
+
* scrollable area that does not have a padding will fade out before
|
|
1919
|
+
* any scrolling has been done.
|
|
1920
|
+
* This is why this mixin already adds paddings, which automatically
|
|
1921
|
+
* default to the size of the fade-out effect.
|
|
1922
|
+
* This size defaults to `1rem`, but to override the size use
|
|
1923
|
+
* `--limel-top-edge-fade-height` & `--limel-bottom-edge-fade-height`
|
|
1924
|
+
* when `vertically` argument is set, and use
|
|
1925
|
+
* `--limel-left-edge-fade-width` & `--limel-right-edge-fade-width`
|
|
1926
|
+
* when `horizontally` argument is set.
|
|
1927
|
+
* Of course you can also programmatically increase and decrease the
|
|
1928
|
+
* size of these variables for each edge, based on the amount of
|
|
1929
|
+
* scrolling that has been done by the user. In this case, make sure
|
|
1930
|
+
* to add a custom padding where the mixin is used, to override
|
|
1931
|
+
* the paddings that are automatically added by the mixin in the
|
|
1932
|
+
* compiled CSS code.
|
|
1933
|
+
*/
|
|
1934
|
+
/**
|
|
1935
|
+
* This mixin will add an animated underline to the bottom of an `a` elements.
|
|
1936
|
+
* Note that you may need to add `all: unset;` –depending on your use case–
|
|
1937
|
+
* before using this mixin.
|
|
1938
|
+
*/
|
|
1939
|
+
/**
|
|
1940
|
+
* This mixin creates a cross-browser font stack.
|
|
1941
|
+
* - `sans-serif` can be used for the UI of the components.
|
|
1942
|
+
* - `monospace` can be used for code.
|
|
1943
|
+
*
|
|
1944
|
+
* ⚠️ If we change the font stacks, we need to update
|
|
1945
|
+
* 1. the consumer documentation in `README.md`, and
|
|
1946
|
+
* 2. the CSS variables of `--kompendium-example-font-family`
|
|
1947
|
+
* in the `<style>` tag of `index.html`.
|
|
1948
|
+
*/
|
|
1949
|
+
/**
|
|
1950
|
+
* This mixin is a hack, using old CSS syntax
|
|
1951
|
+
* to enable you to truncate a piece of text,
|
|
1952
|
+
* after a certain number of lines.
|
|
1953
|
+
*/
|
|
1954
|
+
/**
|
|
1955
|
+
* This mixin will add a chessboard background pattern,
|
|
1956
|
+
* typically used to visualize transparency.
|
|
1957
|
+
*/
|
|
1958
|
+
/**
|
|
1959
|
+
* Make a container resizable by the user.
|
|
1960
|
+
* This is used in the documentations and examples
|
|
1961
|
+
* of some components, to demonstrate how the component
|
|
1962
|
+
* behaves in a resizable container.
|
|
1963
|
+
*/
|
|
1964
|
+
/**
|
|
1965
|
+
* Drag to reorder mixins
|
|
1966
|
+
*/
|
|
1967
|
+
/**
|
|
1968
|
+
* The breakpoints below are used to create responsive designs
|
|
1969
|
+
* in Lime's products. Therefore, they are here to get distributed
|
|
1970
|
+
* to all components in other private repos, which rely on this `mixins`
|
|
1971
|
+
* file, to create consistent styles.
|
|
1972
|
+
*
|
|
1973
|
+
* :::important
|
|
1974
|
+
* In very rare cases you should used media queries!
|
|
1975
|
+
* Nowadays, there are many better ways of achieving responsive design
|
|
1976
|
+
* without media queries. For example, using CSS Grid, Flexbox, and their features.
|
|
1977
|
+
* :::
|
|
1978
|
+
*/
|
|
1979
|
+
/**
|
|
1980
|
+
* Media query mixins for responsive design based on screen width.
|
|
1981
|
+
* Note that these mixins do not detect the device type!
|
|
1982
|
+
*/
|
|
1983
|
+
/*
|
|
1984
|
+
* This file is imported into every component!
|
|
1985
|
+
*
|
|
1986
|
+
* Nothing in this file may output any CSS
|
|
1987
|
+
* without being explicitly called by outside code.
|
|
1988
|
+
*/
|
|
1896
1989
|
:host([type=url]) .mdc-text-field.lime-text-field--readonly:hover .lime-looks-like-input-value,
|
|
1897
1990
|
:host([type=url]) .mdc-text-field.lime-text-field--readonly:hover .mdc-text-field__input,
|
|
1898
1991
|
:host([type=urlAsText]) .mdc-text-field.lime-text-field--readonly:hover .lime-looks-like-input-value,
|
|
@@ -275,6 +275,12 @@ ul {
|
|
|
275
275
|
--limel-clickable-transform-speed: 0.16s;
|
|
276
276
|
}
|
|
277
277
|
|
|
278
|
+
/*
|
|
279
|
+
* This file is imported into every component!
|
|
280
|
+
*
|
|
281
|
+
* Nothing in this file may output any CSS
|
|
282
|
+
* without being explicitly called by outside code.
|
|
283
|
+
*/
|
|
278
284
|
:host(.has-grid-layout) {
|
|
279
285
|
--gap: var(--list-grid-gap, 0.5rem);
|
|
280
286
|
padding: var(--gap);
|
|
@@ -293,6 +299,12 @@ ul {
|
|
|
293
299
|
grid-column: 1/-1;
|
|
294
300
|
}
|
|
295
301
|
|
|
302
|
+
/*
|
|
303
|
+
* This file is imported into every component!
|
|
304
|
+
*
|
|
305
|
+
* Nothing in this file may output any CSS
|
|
306
|
+
* without being explicitly called by outside code.
|
|
307
|
+
*/
|
|
296
308
|
:host(.static-actions-list) {
|
|
297
309
|
z-index: 1;
|
|
298
310
|
background-color: var(--limel-theme-surface-background-color);
|
|
@@ -67,7 +67,7 @@ export class Menu {
|
|
|
67
67
|
if (!this.searcher) {
|
|
68
68
|
return;
|
|
69
69
|
}
|
|
70
|
-
return (h("limel-input-field", { tabindex: "0", ref: this.setSearchElement, type: "search", leadingIcon: "search", style: {
|
|
70
|
+
return (h("limel-input-field", { tabindex: "0", ref: this.setSearchElement, placeholder: this.searchPlaceholder, type: "search", leadingIcon: "search", style: {
|
|
71
71
|
padding: '0.25rem',
|
|
72
72
|
'box-sizing': 'border-box',
|
|
73
73
|
}, value: this.searchValue, onChange: this.handleTextInput, onKeyDown: this.handleInputKeyDown }));
|
|
@@ -465,6 +465,7 @@ export class Menu {
|
|
|
465
465
|
this.currentSubMenu = undefined;
|
|
466
466
|
this.rootItem = DEFAULT_ROOT_BREADCRUMBS_ITEM;
|
|
467
467
|
this.searcher = undefined;
|
|
468
|
+
this.searchPlaceholder = undefined;
|
|
468
469
|
this.emptyResultMessage = undefined;
|
|
469
470
|
this.loadingSubItems = undefined;
|
|
470
471
|
this.searchValue = undefined;
|
|
@@ -808,6 +809,23 @@ export class Menu {
|
|
|
808
809
|
"text": "A search function that takes a search-string as an argument,\nand returns a promise that will eventually be resolved with\nan array of `MenuItem`:s.\n\nSee the docs for the type `MenuSearcher` for type information on\nthe searcher function itself."
|
|
809
810
|
}
|
|
810
811
|
},
|
|
812
|
+
"searchPlaceholder": {
|
|
813
|
+
"type": "string",
|
|
814
|
+
"mutable": false,
|
|
815
|
+
"complexType": {
|
|
816
|
+
"original": "string",
|
|
817
|
+
"resolved": "string",
|
|
818
|
+
"references": {}
|
|
819
|
+
},
|
|
820
|
+
"required": false,
|
|
821
|
+
"optional": true,
|
|
822
|
+
"docs": {
|
|
823
|
+
"tags": [],
|
|
824
|
+
"text": "Placeholder text for the search input field."
|
|
825
|
+
},
|
|
826
|
+
"attribute": "search-placeholder",
|
|
827
|
+
"reflect": false
|
|
828
|
+
},
|
|
811
829
|
"emptyResultMessage": {
|
|
812
830
|
"type": "string",
|
|
813
831
|
"mutable": false,
|