@ebot7/edem
Advanced tools
Comparing version 0.13.0 to 0.13.1
@@ -15,2 +15,4 @@ 'use strict'; | ||
const autocomplete = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 3a1 1 0 011-1h6a1 1 0 110 2h-2v16h2a1 1 0 110 2H6a1 1 0 110-2h2V4H6a1 1 0 01-1-1zm-5 7a3 3 0 013-3h2a1 1 0 010 2H3a1 1 0 00-1 1v4a1 1 0 001 1h2a1 1 0 110 2H3a3 3 0 01-3-3v-4zm12-2a1 1 0 011-1h8a3 3 0 013 3v4a3 3 0 01-3 3h-8a1 1 0 110-2h8a1 1 0 001-1v-4a1 1 0 00-1-1h-8a1 1 0 01-1-1z" fill="currentColor"/></svg>`; | ||
const block = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-4.42 3.58-8 8-8 1.85 0 3.55.63 4.9 1.69L5.69 16.9A7.902 7.902 0 014 12zm8 8c-1.85 0-3.55-.63-4.9-1.69L18.31 7.1A7.902 7.902 0 0120 12c0 4.42-3.58 8-8 8z" fill="currentColor"/></svg>`; | ||
@@ -167,2 +169,3 @@ | ||
attachment: attachment, | ||
autocomplete: autocomplete, | ||
block: block, | ||
@@ -243,3 +246,3 @@ bot_say: bot_say, | ||
const edIconCss = ":host{display:inline-block;width:1em;height:1em;contain:strict;fill:currentColor;line-height:1;-webkit-box-sizing:content-box !important;box-sizing:content-box !important}.inner{display:block;height:100%;width:100%}:host(.icon-size-auto){font-size:1em !important;line-height:1em}:host(.icon-size-sm){font-size:16px !important;line-height:16px}:host(.icon-size-md){font-size:24px !important;line-height:24px}:host(.icon-size-lg){font-size:32px !important;line-height:32px}:host .inner svg{width:100% !important;height:100% !important}:host([color=default]){color:currentColor}:host([color=primary]){color:#046B99}:host([color=success]){color:#74AC41}:host([color=warning]){color:#F6C24E}:host([color=error]){color:#EB3343}:host([color=info]){color:#3689AD}"; | ||
const edIconCss = ":host{display:inline-block;width:1em;height:1em;contain:strict;fill:currentColor;line-height:1;-webkit-box-sizing:content-box !important;box-sizing:content-box !important}.inner{display:block;height:100%;width:100%}:host(.icon-size-auto){font-size:1em;line-height:1em}:host(.icon-size-sm){font-size:16px;line-height:16px}:host(.icon-size-md){font-size:24px;line-height:24px}:host(.icon-size-lg){font-size:32px;line-height:32px}:host .inner svg{width:100% !important;height:100% !important}:host([color=default]){color:currentColor}:host([color=primary]){color:#046B99}:host([color=success]){color:#74AC41}:host([color=warning]){color:#F6C24E}:host([color=error]){color:#EB3343}:host([color=info]){color:#3689AD}"; | ||
@@ -246,0 +249,0 @@ const EdIcon = class { |
@@ -317,3 +317,3 @@ 'use strict'; | ||
const edTagCss = ":host{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;line-height:1;outline:none}:host *{-webkit-box-sizing:border-box;box-sizing:border-box}:host(:not(.tag-clickable)) .button{pointer-events:none}:host .inner{max-width:200px;text-overflow:ellipsis;overflow:hidden}:host(.tag-no-truncate) .inner{max-width:initial}:host .button{border-radius:8px}:host .button::part(native-button){border-radius:8px;padding:0 8px;font-size:11px}.delete-icon{pointer-events:all;width:16px;-webkit-margin-end:-4px;margin-inline-end:-4px}:host([size=sm]){height:24px}:host([size=sm]) .button{height:inherit}:host([size=sm]) .button::part(inner){line-height:24px}:host([size=md]){height:32px}:host([size=md]) .button{height:inherit}:host([size=md]) .button::part(inner){line-height:32px}:host([size=lg]){height:40px}:host([size=lg]) .button{height:inherit}:host([size=lg]) .button::part(inner){line-height:40px}"; | ||
const edTagCss = ":host{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;line-height:1;outline:none}:host *{-webkit-box-sizing:border-box;box-sizing:border-box}:host(:not(.tag-clickable)) .button{pointer-events:none}:host .inner{max-width:200px;text-overflow:ellipsis;overflow:hidden}:host(.tag-no-truncate) .inner{max-width:initial}:host .button{border-radius:8px}:host .button::part(native-button){border-radius:8px;padding:0 8px;font-size:11px}.start-icon{margin-left:0;margin-right:0.5em;margin-top:0;margin-bottom:0;font-size:1em;line-height:1}@supports ((-webkit-margin-start: 0) or (margin-inline-start: 0)) or (-webkit-margin-start: 0){.start-icon{margin-left:unset;margin-right:unset;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0.5em;margin-inline-end:0.5em}}.delete-icon{pointer-events:all;width:16px;-webkit-margin-end:-4px;margin-inline-end:-4px}:host([size=sm]){height:24px}:host([size=sm]) .button{height:inherit}:host([size=sm]) .button::part(inner){line-height:24px}:host([size=md]){height:32px}:host([size=md]) .button{height:inherit}:host([size=md]) .button::part(inner){line-height:32px}:host([size=lg]){height:40px}:host([size=lg]) .button{height:inherit}:host([size=lg]) .button::part(inner){line-height:40px}"; | ||
@@ -368,3 +368,3 @@ const EdTag = class { | ||
render() { | ||
return (index.h(index.Host, { title: this.title, class: { 'tag-clickable': this.clickable, 'tag-no-truncate': this.noTruncate } }, index.h("ed-button", { part: "button", size: this.size, fill: this.fill, color: this.color, value: this.value, align: this.align, disabled: this.disabled, class: "button", type: "button" }, index.h("div", { class: "inner" }, index.h("slot", null)), this.deletable && (index.h("ed-icon", { name: "remove_filled", slot: "end", class: "delete-icon", onClick: this.handleDelete }))))); | ||
return (index.h(index.Host, { title: this.title, class: { 'tag-clickable': this.clickable, 'tag-no-truncate': this.noTruncate } }, index.h("ed-button", { part: "button", size: this.size, fill: this.fill, color: this.color, value: this.value, align: this.align, disabled: this.disabled, class: "button", type: "button" }, this.startIcon && (index.h("ed-icon", { class: "start-icon", name: this.startIcon, slot: "start" })), index.h("div", { class: "inner" }, index.h("slot", null)), this.deletable && (index.h("ed-icon", { name: "remove_filled", slot: "end", class: "delete-icon", onClick: this.handleDelete }))))); | ||
} | ||
@@ -371,0 +371,0 @@ get root() { return index.getElement(this); } |
@@ -20,3 +20,3 @@ 'use strict'; | ||
appGlobals.globalScripts(); | ||
return index.bootstrapLazy([["ed-text.cjs",[[1,"ed-text",{"variant":[513],"weight":[1537],"case":[513],"component":[513],"align":[513],"color":[513],"noWrap":[516,"no-wrap"]}]]],["ed-button_2.cjs",[[1,"ed-button-group",{"disabled":[516],"justified":[516],"fullWidth":[516,"full-width"],"color":[513],"setFocus":[64],"removeFocus":[64]}],[1,"ed-button",{"fullWidth":[516,"full-width"],"color":[513],"align":[513],"size":[513],"fill":[513],"disabled":[516],"active":[516],"href":[513],"rel":[513],"target":[513],"type":[513],"name":[513],"value":[520],"setFocus":[64],"removeFocus":[64]}]]],["ed-icon.cjs",[[1,"ed-icon",{"name":[513],"color":[513],"size":[513],"iconContent":[32]}]]],["ed-tree-node_2.cjs",[[1,"ed-tree-node",{"label":[513],"open":[1540],"color":[513],"fill":[513],"align":[513],"size":[513],"value":[520],"disabled":[516],"folder":[516]}],[1,"ed-tree-view",{"allowDrag":[516,"allow-drag"],"allowFoldersDrag":[516,"allow-folders-drag"]}]]],["ed-toast.cjs",[[1,"ed-toast",{"label":[513],"icon":[513],"open":[1540],"autoHideTimeout":[514,"auto-hide-timeout"],"autoRemove":[516,"auto-remove"],"color":[513],"position":[513]}]]],["ed-switch.cjs",[[1,"ed-switch",{"color":[513],"name":[513],"checked":[1540],"disabled":[516],"size":[513],"value":[520],"setFocus":[64],"removeFocus":[64]}]]],["ed-accordion.cjs",[[1,"ed-accordion",{"label":[513],"color":[513],"size":[513],"fill":[513],"icon":[513],"disabled":[516],"open":[1540]}]]],["ed-checkbox_2.cjs",[[1,"ed-checkbox",{"color":[513],"name":[513],"checked":[1540],"indeterminate":[1540],"disabled":[516],"size":[513],"value":[520],"setFocus":[64],"removeFocus":[64]}],[6,"ed-input",{"color":[513],"fullWidth":[516,"full-width"],"label":[513],"accept":[513],"autocapitalize":[513],"autocomplete":[513],"autocorrect":[513],"autofocus":[516],"selectOnFocus":[516,"select-on-focus"],"debounce":[514],"disabled":[516],"inputmode":[513],"rows":[514],"max":[513],"maxlength":[514],"min":[513],"minlength":[514],"multiple":[516],"multiline":[516],"name":[513],"pattern":[513],"placeholder":[513],"helpText":[513,"help-text"],"followingHelpText":[513,"following-help-text"],"readonly":[516],"required":[516],"step":[513],"size":[514],"type":[513],"align":[513],"value":[1025],"hideValue":[516,"hide-value"],"hasFocus":[32],"setFocus":[64],"removeFocus":[64],"getInputElement":[64],"selectText":[64]}]]],["ed-menu_2.cjs",[[1,"ed-menu-header"],[1,"ed-menu",{"setFocus":[64],"removeFocus":[64],"getOptions":[64],"setFirstOptionActive":[64],"setNextOptionActive":[64],"setPrevOptionActive":[64],"selectActiveOption":[64]}]]],["ed-divider.cjs",[[1,"ed-divider"]]],["ed-popover.cjs",[[1,"ed-popover",{"position":[513],"autoFocusOnContent":[516,"auto-focus-on-content"],"autoFocusOnTrigger":[516,"auto-focus-on-trigger"],"open":[1540],"matchWidth":[516,"match-width"],"keyboardCloseDisabled":[516,"keyboard-close-disabled"],"clickAwayCloseDisabled":[516,"click-away-close-disabled"],"closeOnMenuSelect":[516,"close-on-menu-select"],"openDelay":[514,"open-delay"],"closeDelay":[514,"close-delay"],"update":[64]}]]],["ed-option_3.cjs",[[1,"ed-select",{"color":[513],"fullWidth":[516,"full-width"],"helpText":[513,"help-text"],"followingHelpText":[513,"following-help-text"],"name":[513],"disabled":[516],"clearable":[516],"multiple":[516],"searchable":[516],"maxTags":[514,"max-tags"],"value":[1544],"label":[513],"placeholder":[513],"searchPlaceholder":[513,"search-placeholder"],"startIcon":[513,"start-icon"],"endIcon":[513,"end-icon"],"compareFunc":[513,"compare-func"],"searchFunc":[513,"search-func"],"open":[32],"inputValue":[32],"searchValue":[32],"setFocus":[64],"removeFocus":[64]}],[1,"ed-tag",{"clickable":[516],"deletable":[516],"noTruncate":[516,"no-truncate"],"color":[513],"fill":[513],"align":[513],"size":[513],"disabled":[516],"value":[520],"title":[32]}],[1,"ed-option",{"name":[513],"active":[516],"selected":[516],"disabled":[516],"value":[520]}]]]], options); | ||
return index.bootstrapLazy([["ed-text.cjs",[[1,"ed-text",{"variant":[513],"weight":[1537],"case":[513],"component":[513],"align":[513],"color":[513],"noWrap":[516,"no-wrap"]}]]],["ed-button_2.cjs",[[1,"ed-button-group",{"disabled":[516],"justified":[516],"fullWidth":[516,"full-width"],"color":[513],"setFocus":[64],"removeFocus":[64]}],[1,"ed-button",{"fullWidth":[516,"full-width"],"color":[513],"align":[513],"size":[513],"fill":[513],"disabled":[516],"active":[516],"href":[513],"rel":[513],"target":[513],"type":[513],"name":[513],"value":[520],"setFocus":[64],"removeFocus":[64]}]]],["ed-icon.cjs",[[1,"ed-icon",{"name":[513],"color":[513],"size":[513],"iconContent":[32]}]]],["ed-tree-node_2.cjs",[[1,"ed-tree-node",{"label":[513],"open":[1540],"color":[513],"fill":[513],"align":[513],"size":[513],"value":[520],"disabled":[516],"folder":[516]}],[1,"ed-tree-view",{"allowDrag":[516,"allow-drag"],"allowFoldersDrag":[516,"allow-folders-drag"]}]]],["ed-toast.cjs",[[1,"ed-toast",{"label":[513],"icon":[513],"open":[1540],"autoHideTimeout":[514,"auto-hide-timeout"],"autoRemove":[516,"auto-remove"],"color":[513],"position":[513]}]]],["ed-switch.cjs",[[1,"ed-switch",{"color":[513],"name":[513],"checked":[1540],"disabled":[516],"size":[513],"value":[520],"setFocus":[64],"removeFocus":[64]}]]],["ed-accordion.cjs",[[1,"ed-accordion",{"label":[513],"color":[513],"size":[513],"fill":[513],"icon":[513],"disabled":[516],"open":[1540]}]]],["ed-checkbox_2.cjs",[[1,"ed-checkbox",{"color":[513],"name":[513],"checked":[1540],"indeterminate":[1540],"disabled":[516],"size":[513],"value":[520],"setFocus":[64],"removeFocus":[64]}],[6,"ed-input",{"color":[513],"fullWidth":[516,"full-width"],"label":[513],"accept":[513],"autocapitalize":[513],"autocomplete":[513],"autocorrect":[513],"autofocus":[516],"selectOnFocus":[516,"select-on-focus"],"debounce":[514],"disabled":[516],"inputmode":[513],"rows":[514],"max":[513],"maxlength":[514],"min":[513],"minlength":[514],"multiple":[516],"multiline":[516],"name":[513],"pattern":[513],"placeholder":[513],"helpText":[513,"help-text"],"followingHelpText":[513,"following-help-text"],"readonly":[516],"required":[516],"step":[513],"size":[514],"type":[513],"align":[513],"value":[1025],"hideValue":[516,"hide-value"],"hasFocus":[32],"setFocus":[64],"removeFocus":[64],"getInputElement":[64],"selectText":[64]}]]],["ed-menu_2.cjs",[[1,"ed-menu-header"],[1,"ed-menu",{"setFocus":[64],"removeFocus":[64],"getOptions":[64],"setFirstOptionActive":[64],"setNextOptionActive":[64],"setPrevOptionActive":[64],"selectActiveOption":[64]}]]],["ed-divider.cjs",[[1,"ed-divider"]]],["ed-popover.cjs",[[1,"ed-popover",{"position":[513],"autoFocusOnContent":[516,"auto-focus-on-content"],"autoFocusOnTrigger":[516,"auto-focus-on-trigger"],"open":[1540],"matchWidth":[516,"match-width"],"keyboardCloseDisabled":[516,"keyboard-close-disabled"],"clickAwayCloseDisabled":[516,"click-away-close-disabled"],"closeOnMenuSelect":[516,"close-on-menu-select"],"openDelay":[514,"open-delay"],"closeDelay":[514,"close-delay"],"update":[64]}]]],["ed-option_3.cjs",[[1,"ed-select",{"color":[513],"fullWidth":[516,"full-width"],"helpText":[513,"help-text"],"followingHelpText":[513,"following-help-text"],"name":[513],"disabled":[516],"clearable":[516],"multiple":[516],"searchable":[516],"maxTags":[514,"max-tags"],"value":[1544],"label":[513],"placeholder":[513],"searchPlaceholder":[513,"search-placeholder"],"startIcon":[513,"start-icon"],"endIcon":[513,"end-icon"],"compareFunc":[513,"compare-func"],"searchFunc":[513,"search-func"],"open":[32],"inputValue":[32],"searchValue":[32],"setFocus":[64],"removeFocus":[64]}],[1,"ed-tag",{"clickable":[516],"deletable":[516],"noTruncate":[516,"no-truncate"],"color":[513],"fill":[513],"align":[513],"size":[513],"disabled":[516],"startIcon":[513,"start-icon"],"value":[520],"title":[32]}],[1,"ed-option",{"name":[513],"active":[516],"selected":[516],"disabled":[516],"value":[520]}]]]], options); | ||
}); |
@@ -19,3 +19,3 @@ 'use strict'; | ||
appGlobals.globalScripts(); | ||
return index.bootstrapLazy([["ed-text.cjs",[[1,"ed-text",{"variant":[513],"weight":[1537],"case":[513],"component":[513],"align":[513],"color":[513],"noWrap":[516,"no-wrap"]}]]],["ed-button_2.cjs",[[1,"ed-button-group",{"disabled":[516],"justified":[516],"fullWidth":[516,"full-width"],"color":[513],"setFocus":[64],"removeFocus":[64]}],[1,"ed-button",{"fullWidth":[516,"full-width"],"color":[513],"align":[513],"size":[513],"fill":[513],"disabled":[516],"active":[516],"href":[513],"rel":[513],"target":[513],"type":[513],"name":[513],"value":[520],"setFocus":[64],"removeFocus":[64]}]]],["ed-icon.cjs",[[1,"ed-icon",{"name":[513],"color":[513],"size":[513],"iconContent":[32]}]]],["ed-tree-node_2.cjs",[[1,"ed-tree-node",{"label":[513],"open":[1540],"color":[513],"fill":[513],"align":[513],"size":[513],"value":[520],"disabled":[516],"folder":[516]}],[1,"ed-tree-view",{"allowDrag":[516,"allow-drag"],"allowFoldersDrag":[516,"allow-folders-drag"]}]]],["ed-toast.cjs",[[1,"ed-toast",{"label":[513],"icon":[513],"open":[1540],"autoHideTimeout":[514,"auto-hide-timeout"],"autoRemove":[516,"auto-remove"],"color":[513],"position":[513]}]]],["ed-switch.cjs",[[1,"ed-switch",{"color":[513],"name":[513],"checked":[1540],"disabled":[516],"size":[513],"value":[520],"setFocus":[64],"removeFocus":[64]}]]],["ed-accordion.cjs",[[1,"ed-accordion",{"label":[513],"color":[513],"size":[513],"fill":[513],"icon":[513],"disabled":[516],"open":[1540]}]]],["ed-checkbox_2.cjs",[[1,"ed-checkbox",{"color":[513],"name":[513],"checked":[1540],"indeterminate":[1540],"disabled":[516],"size":[513],"value":[520],"setFocus":[64],"removeFocus":[64]}],[6,"ed-input",{"color":[513],"fullWidth":[516,"full-width"],"label":[513],"accept":[513],"autocapitalize":[513],"autocomplete":[513],"autocorrect":[513],"autofocus":[516],"selectOnFocus":[516,"select-on-focus"],"debounce":[514],"disabled":[516],"inputmode":[513],"rows":[514],"max":[513],"maxlength":[514],"min":[513],"minlength":[514],"multiple":[516],"multiline":[516],"name":[513],"pattern":[513],"placeholder":[513],"helpText":[513,"help-text"],"followingHelpText":[513,"following-help-text"],"readonly":[516],"required":[516],"step":[513],"size":[514],"type":[513],"align":[513],"value":[1025],"hideValue":[516,"hide-value"],"hasFocus":[32],"setFocus":[64],"removeFocus":[64],"getInputElement":[64],"selectText":[64]}]]],["ed-menu_2.cjs",[[1,"ed-menu-header"],[1,"ed-menu",{"setFocus":[64],"removeFocus":[64],"getOptions":[64],"setFirstOptionActive":[64],"setNextOptionActive":[64],"setPrevOptionActive":[64],"selectActiveOption":[64]}]]],["ed-divider.cjs",[[1,"ed-divider"]]],["ed-popover.cjs",[[1,"ed-popover",{"position":[513],"autoFocusOnContent":[516,"auto-focus-on-content"],"autoFocusOnTrigger":[516,"auto-focus-on-trigger"],"open":[1540],"matchWidth":[516,"match-width"],"keyboardCloseDisabled":[516,"keyboard-close-disabled"],"clickAwayCloseDisabled":[516,"click-away-close-disabled"],"closeOnMenuSelect":[516,"close-on-menu-select"],"openDelay":[514,"open-delay"],"closeDelay":[514,"close-delay"],"update":[64]}]]],["ed-option_3.cjs",[[1,"ed-select",{"color":[513],"fullWidth":[516,"full-width"],"helpText":[513,"help-text"],"followingHelpText":[513,"following-help-text"],"name":[513],"disabled":[516],"clearable":[516],"multiple":[516],"searchable":[516],"maxTags":[514,"max-tags"],"value":[1544],"label":[513],"placeholder":[513],"searchPlaceholder":[513,"search-placeholder"],"startIcon":[513,"start-icon"],"endIcon":[513,"end-icon"],"compareFunc":[513,"compare-func"],"searchFunc":[513,"search-func"],"open":[32],"inputValue":[32],"searchValue":[32],"setFocus":[64],"removeFocus":[64]}],[1,"ed-tag",{"clickable":[516],"deletable":[516],"noTruncate":[516,"no-truncate"],"color":[513],"fill":[513],"align":[513],"size":[513],"disabled":[516],"value":[520],"title":[32]}],[1,"ed-option",{"name":[513],"active":[516],"selected":[516],"disabled":[516],"value":[520]}]]]], options); | ||
return index.bootstrapLazy([["ed-text.cjs",[[1,"ed-text",{"variant":[513],"weight":[1537],"case":[513],"component":[513],"align":[513],"color":[513],"noWrap":[516,"no-wrap"]}]]],["ed-button_2.cjs",[[1,"ed-button-group",{"disabled":[516],"justified":[516],"fullWidth":[516,"full-width"],"color":[513],"setFocus":[64],"removeFocus":[64]}],[1,"ed-button",{"fullWidth":[516,"full-width"],"color":[513],"align":[513],"size":[513],"fill":[513],"disabled":[516],"active":[516],"href":[513],"rel":[513],"target":[513],"type":[513],"name":[513],"value":[520],"setFocus":[64],"removeFocus":[64]}]]],["ed-icon.cjs",[[1,"ed-icon",{"name":[513],"color":[513],"size":[513],"iconContent":[32]}]]],["ed-tree-node_2.cjs",[[1,"ed-tree-node",{"label":[513],"open":[1540],"color":[513],"fill":[513],"align":[513],"size":[513],"value":[520],"disabled":[516],"folder":[516]}],[1,"ed-tree-view",{"allowDrag":[516,"allow-drag"],"allowFoldersDrag":[516,"allow-folders-drag"]}]]],["ed-toast.cjs",[[1,"ed-toast",{"label":[513],"icon":[513],"open":[1540],"autoHideTimeout":[514,"auto-hide-timeout"],"autoRemove":[516,"auto-remove"],"color":[513],"position":[513]}]]],["ed-switch.cjs",[[1,"ed-switch",{"color":[513],"name":[513],"checked":[1540],"disabled":[516],"size":[513],"value":[520],"setFocus":[64],"removeFocus":[64]}]]],["ed-accordion.cjs",[[1,"ed-accordion",{"label":[513],"color":[513],"size":[513],"fill":[513],"icon":[513],"disabled":[516],"open":[1540]}]]],["ed-checkbox_2.cjs",[[1,"ed-checkbox",{"color":[513],"name":[513],"checked":[1540],"indeterminate":[1540],"disabled":[516],"size":[513],"value":[520],"setFocus":[64],"removeFocus":[64]}],[6,"ed-input",{"color":[513],"fullWidth":[516,"full-width"],"label":[513],"accept":[513],"autocapitalize":[513],"autocomplete":[513],"autocorrect":[513],"autofocus":[516],"selectOnFocus":[516,"select-on-focus"],"debounce":[514],"disabled":[516],"inputmode":[513],"rows":[514],"max":[513],"maxlength":[514],"min":[513],"minlength":[514],"multiple":[516],"multiline":[516],"name":[513],"pattern":[513],"placeholder":[513],"helpText":[513,"help-text"],"followingHelpText":[513,"following-help-text"],"readonly":[516],"required":[516],"step":[513],"size":[514],"type":[513],"align":[513],"value":[1025],"hideValue":[516,"hide-value"],"hasFocus":[32],"setFocus":[64],"removeFocus":[64],"getInputElement":[64],"selectText":[64]}]]],["ed-menu_2.cjs",[[1,"ed-menu-header"],[1,"ed-menu",{"setFocus":[64],"removeFocus":[64],"getOptions":[64],"setFirstOptionActive":[64],"setNextOptionActive":[64],"setPrevOptionActive":[64],"selectActiveOption":[64]}]]],["ed-divider.cjs",[[1,"ed-divider"]]],["ed-popover.cjs",[[1,"ed-popover",{"position":[513],"autoFocusOnContent":[516,"auto-focus-on-content"],"autoFocusOnTrigger":[516,"auto-focus-on-trigger"],"open":[1540],"matchWidth":[516,"match-width"],"keyboardCloseDisabled":[516,"keyboard-close-disabled"],"clickAwayCloseDisabled":[516,"click-away-close-disabled"],"closeOnMenuSelect":[516,"close-on-menu-select"],"openDelay":[514,"open-delay"],"closeDelay":[514,"close-delay"],"update":[64]}]]],["ed-option_3.cjs",[[1,"ed-select",{"color":[513],"fullWidth":[516,"full-width"],"helpText":[513,"help-text"],"followingHelpText":[513,"following-help-text"],"name":[513],"disabled":[516],"clearable":[516],"multiple":[516],"searchable":[516],"maxTags":[514,"max-tags"],"value":[1544],"label":[513],"placeholder":[513],"searchPlaceholder":[513,"search-placeholder"],"startIcon":[513,"start-icon"],"endIcon":[513,"end-icon"],"compareFunc":[513,"compare-func"],"searchFunc":[513,"search-func"],"open":[32],"inputValue":[32],"searchValue":[32],"setFocus":[64],"removeFocus":[64]}],[1,"ed-tag",{"clickable":[516],"deletable":[516],"noTruncate":[516,"no-truncate"],"color":[513],"fill":[513],"align":[513],"size":[513],"disabled":[516],"startIcon":[513,"start-icon"],"value":[520],"title":[32]}],[1,"ed-option",{"name":[513],"active":[516],"selected":[516],"disabled":[516],"value":[520]}]]]], options); | ||
}); | ||
@@ -22,0 +22,0 @@ }; |
@@ -198,3 +198,3 @@ import { Component, Host, Element, h, Prop, Event, Watch } from '@stencil/core'; | ||
"original": "IconName", | ||
"resolved": "\"error\" | \"arrow_circle_left\" | \"arrow_circle_right\" | \"assign_to_agent\" | \"attachment\" | \"block\" | \"bot_say\" | \"branch\" | \"calendar\" | \"check\" | \"check_circle\" | \"checkbox_checked\" | \"checkbox_unchecked\" | \"close\" | \"code\" | \"dashboard\" | \"drag_handle\" | \"drag_indicator\" | \"edit\" | \"facing_down\" | \"facing_left\" | \"facing_right\" | \"facing_up\" | \"file\" | \"file_add\" | \"flow\" | \"flow_end\" | \"flow_link\" | \"flow_start\" | \"folder\" | \"folder_closed\" | \"folder_new\" | \"folder_opened\" | \"format_bold\" | \"format_italic\" | \"format_list_bulleted\" | \"format_list_numbered\" | \"format_underlined\" | \"fullscreen\" | \"help\" | \"home\" | \"http\" | \"image\" | \"insert_link\" | \"intent_library\" | \"intent_match\" | \"lock\" | \"logout\" | \"mail\" | \"menu\" | \"message\" | \"message_center\" | \"minus\" | \"more_vert\" | \"movie\" | \"my_bots\" | \"orgs\" | \"plus\" | \"radiobutton_checked\" | \"radiobutton_unchecked\" | \"remove_filled\" | \"remove_outlined\" | \"restore\" | \"search\" | \"settings\" | \"stats\" | \"storage\" | \"support_agents\" | \"tooltip\" | \"trash\" | \"trash_empty\" | \"upload_file\" | \"visibility_off\" | \"visibility_on\" | \"visitor_choice\" | \"visitor_date\" | \"visitor_input\"", | ||
"resolved": "\"error\" | \"arrow_circle_left\" | \"arrow_circle_right\" | \"assign_to_agent\" | \"attachment\" | \"autocomplete\" | \"block\" | \"bot_say\" | \"branch\" | \"calendar\" | \"check\" | \"check_circle\" | \"checkbox_checked\" | \"checkbox_unchecked\" | \"close\" | \"code\" | \"dashboard\" | \"drag_handle\" | \"drag_indicator\" | \"edit\" | \"facing_down\" | \"facing_left\" | \"facing_right\" | \"facing_up\" | \"file\" | \"file_add\" | \"flow\" | \"flow_end\" | \"flow_link\" | \"flow_start\" | \"folder\" | \"folder_closed\" | \"folder_new\" | \"folder_opened\" | \"format_bold\" | \"format_italic\" | \"format_list_bulleted\" | \"format_list_numbered\" | \"format_underlined\" | \"fullscreen\" | \"help\" | \"home\" | \"http\" | \"image\" | \"insert_link\" | \"intent_library\" | \"intent_match\" | \"lock\" | \"logout\" | \"mail\" | \"menu\" | \"message\" | \"message_center\" | \"minus\" | \"more_vert\" | \"movie\" | \"my_bots\" | \"orgs\" | \"plus\" | \"radiobutton_checked\" | \"radiobutton_unchecked\" | \"remove_filled\" | \"remove_outlined\" | \"restore\" | \"search\" | \"settings\" | \"stats\" | \"storage\" | \"support_agents\" | \"tooltip\" | \"trash\" | \"trash_empty\" | \"upload_file\" | \"visibility_off\" | \"visibility_on\" | \"visitor_choice\" | \"visitor_date\" | \"visitor_input\"", | ||
"references": { | ||
@@ -201,0 +201,0 @@ "IconName": { |
@@ -47,3 +47,3 @@ import { Component, Host, State, Prop, Watch, h } from '@stencil/core'; | ||
"original": "IconName", | ||
"resolved": "\"error\" | \"arrow_circle_left\" | \"arrow_circle_right\" | \"assign_to_agent\" | \"attachment\" | \"block\" | \"bot_say\" | \"branch\" | \"calendar\" | \"check\" | \"check_circle\" | \"checkbox_checked\" | \"checkbox_unchecked\" | \"close\" | \"code\" | \"dashboard\" | \"drag_handle\" | \"drag_indicator\" | \"edit\" | \"facing_down\" | \"facing_left\" | \"facing_right\" | \"facing_up\" | \"file\" | \"file_add\" | \"flow\" | \"flow_end\" | \"flow_link\" | \"flow_start\" | \"folder\" | \"folder_closed\" | \"folder_new\" | \"folder_opened\" | \"format_bold\" | \"format_italic\" | \"format_list_bulleted\" | \"format_list_numbered\" | \"format_underlined\" | \"fullscreen\" | \"help\" | \"home\" | \"http\" | \"image\" | \"insert_link\" | \"intent_library\" | \"intent_match\" | \"lock\" | \"logout\" | \"mail\" | \"menu\" | \"message\" | \"message_center\" | \"minus\" | \"more_vert\" | \"movie\" | \"my_bots\" | \"orgs\" | \"plus\" | \"radiobutton_checked\" | \"radiobutton_unchecked\" | \"remove_filled\" | \"remove_outlined\" | \"restore\" | \"search\" | \"settings\" | \"stats\" | \"storage\" | \"support_agents\" | \"tooltip\" | \"trash\" | \"trash_empty\" | \"upload_file\" | \"visibility_off\" | \"visibility_on\" | \"visitor_choice\" | \"visitor_date\" | \"visitor_input\"", | ||
"resolved": "\"error\" | \"arrow_circle_left\" | \"arrow_circle_right\" | \"assign_to_agent\" | \"attachment\" | \"autocomplete\" | \"block\" | \"bot_say\" | \"branch\" | \"calendar\" | \"check\" | \"check_circle\" | \"checkbox_checked\" | \"checkbox_unchecked\" | \"close\" | \"code\" | \"dashboard\" | \"drag_handle\" | \"drag_indicator\" | \"edit\" | \"facing_down\" | \"facing_left\" | \"facing_right\" | \"facing_up\" | \"file\" | \"file_add\" | \"flow\" | \"flow_end\" | \"flow_link\" | \"flow_start\" | \"folder\" | \"folder_closed\" | \"folder_new\" | \"folder_opened\" | \"format_bold\" | \"format_italic\" | \"format_list_bulleted\" | \"format_list_numbered\" | \"format_underlined\" | \"fullscreen\" | \"help\" | \"home\" | \"http\" | \"image\" | \"insert_link\" | \"intent_library\" | \"intent_match\" | \"lock\" | \"logout\" | \"mail\" | \"menu\" | \"message\" | \"message_center\" | \"minus\" | \"more_vert\" | \"movie\" | \"my_bots\" | \"orgs\" | \"plus\" | \"radiobutton_checked\" | \"radiobutton_unchecked\" | \"remove_filled\" | \"remove_outlined\" | \"restore\" | \"search\" | \"settings\" | \"stats\" | \"storage\" | \"support_agents\" | \"tooltip\" | \"trash\" | \"trash_empty\" | \"upload_file\" | \"visibility_off\" | \"visibility_on\" | \"visitor_choice\" | \"visitor_date\" | \"visitor_input\"", | ||
"references": { | ||
@@ -50,0 +50,0 @@ "IconName": { |
@@ -5,2 +5,3 @@ import arrow_circle_left from './arrow_circle_left.svg'; | ||
import attachment from './attachment.svg'; | ||
import autocomplete from './autocomplete.svg'; | ||
import block from './block.svg'; | ||
@@ -84,2 +85,3 @@ import bot_say from './bot_say.svg'; | ||
attachment: attachment, | ||
autocomplete: autocomplete, | ||
block: block, | ||
@@ -86,0 +88,0 @@ bot_say: bot_say, |
@@ -6,2 +6,3 @@ | ||
import attachment from './attachment.svg'; | ||
import autocomplete from './autocomplete.svg'; | ||
import block from './block.svg'; | ||
@@ -86,2 +87,3 @@ import bot_say from './bot_say.svg'; | ||
attachment: attachment, | ||
autocomplete: autocomplete, | ||
block: block, | ||
@@ -88,0 +90,0 @@ bot_say: bot_say, |
@@ -490,3 +490,3 @@ import { Component, Host, Prop, h, State, Watch, Element, Event, Method, } from '@stencil/core'; | ||
"original": "IconName", | ||
"resolved": "\"error\" | \"arrow_circle_left\" | \"arrow_circle_right\" | \"assign_to_agent\" | \"attachment\" | \"block\" | \"bot_say\" | \"branch\" | \"calendar\" | \"check\" | \"check_circle\" | \"checkbox_checked\" | \"checkbox_unchecked\" | \"close\" | \"code\" | \"dashboard\" | \"drag_handle\" | \"drag_indicator\" | \"edit\" | \"facing_down\" | \"facing_left\" | \"facing_right\" | \"facing_up\" | \"file\" | \"file_add\" | \"flow\" | \"flow_end\" | \"flow_link\" | \"flow_start\" | \"folder\" | \"folder_closed\" | \"folder_new\" | \"folder_opened\" | \"format_bold\" | \"format_italic\" | \"format_list_bulleted\" | \"format_list_numbered\" | \"format_underlined\" | \"fullscreen\" | \"help\" | \"home\" | \"http\" | \"image\" | \"insert_link\" | \"intent_library\" | \"intent_match\" | \"lock\" | \"logout\" | \"mail\" | \"menu\" | \"message\" | \"message_center\" | \"minus\" | \"more_vert\" | \"movie\" | \"my_bots\" | \"orgs\" | \"plus\" | \"radiobutton_checked\" | \"radiobutton_unchecked\" | \"remove_filled\" | \"remove_outlined\" | \"restore\" | \"search\" | \"settings\" | \"stats\" | \"storage\" | \"support_agents\" | \"tooltip\" | \"trash\" | \"trash_empty\" | \"upload_file\" | \"visibility_off\" | \"visibility_on\" | \"visitor_choice\" | \"visitor_date\" | \"visitor_input\"", | ||
"resolved": "\"error\" | \"arrow_circle_left\" | \"arrow_circle_right\" | \"assign_to_agent\" | \"attachment\" | \"autocomplete\" | \"block\" | \"bot_say\" | \"branch\" | \"calendar\" | \"check\" | \"check_circle\" | \"checkbox_checked\" | \"checkbox_unchecked\" | \"close\" | \"code\" | \"dashboard\" | \"drag_handle\" | \"drag_indicator\" | \"edit\" | \"facing_down\" | \"facing_left\" | \"facing_right\" | \"facing_up\" | \"file\" | \"file_add\" | \"flow\" | \"flow_end\" | \"flow_link\" | \"flow_start\" | \"folder\" | \"folder_closed\" | \"folder_new\" | \"folder_opened\" | \"format_bold\" | \"format_italic\" | \"format_list_bulleted\" | \"format_list_numbered\" | \"format_underlined\" | \"fullscreen\" | \"help\" | \"home\" | \"http\" | \"image\" | \"insert_link\" | \"intent_library\" | \"intent_match\" | \"lock\" | \"logout\" | \"mail\" | \"menu\" | \"message\" | \"message_center\" | \"minus\" | \"more_vert\" | \"movie\" | \"my_bots\" | \"orgs\" | \"plus\" | \"radiobutton_checked\" | \"radiobutton_unchecked\" | \"remove_filled\" | \"remove_outlined\" | \"restore\" | \"search\" | \"settings\" | \"stats\" | \"storage\" | \"support_agents\" | \"tooltip\" | \"trash\" | \"trash_empty\" | \"upload_file\" | \"visibility_off\" | \"visibility_on\" | \"visitor_choice\" | \"visitor_date\" | \"visitor_input\"", | ||
"references": { | ||
@@ -493,0 +493,0 @@ "IconName": { |
@@ -55,2 +55,3 @@ import { Component, Host, Prop, Element, State, Event, h } from '@stencil/core'; | ||
h("ed-button", { part: "button", size: this.size, fill: this.fill, color: this.color, value: this.value, align: this.align, disabled: this.disabled, class: "button", type: "button" }, | ||
this.startIcon && (h("ed-icon", { class: "start-icon", name: this.startIcon, slot: "start" })), | ||
h("div", { class: "inner" }, | ||
@@ -232,2 +233,24 @@ h("slot", null)), | ||
}, | ||
"startIcon": { | ||
"type": "string", | ||
"mutable": false, | ||
"complexType": { | ||
"original": "IconName", | ||
"resolved": "\"error\" | \"arrow_circle_left\" | \"arrow_circle_right\" | \"assign_to_agent\" | \"attachment\" | \"autocomplete\" | \"block\" | \"bot_say\" | \"branch\" | \"calendar\" | \"check\" | \"check_circle\" | \"checkbox_checked\" | \"checkbox_unchecked\" | \"close\" | \"code\" | \"dashboard\" | \"drag_handle\" | \"drag_indicator\" | \"edit\" | \"facing_down\" | \"facing_left\" | \"facing_right\" | \"facing_up\" | \"file\" | \"file_add\" | \"flow\" | \"flow_end\" | \"flow_link\" | \"flow_start\" | \"folder\" | \"folder_closed\" | \"folder_new\" | \"folder_opened\" | \"format_bold\" | \"format_italic\" | \"format_list_bulleted\" | \"format_list_numbered\" | \"format_underlined\" | \"fullscreen\" | \"help\" | \"home\" | \"http\" | \"image\" | \"insert_link\" | \"intent_library\" | \"intent_match\" | \"lock\" | \"logout\" | \"mail\" | \"menu\" | \"message\" | \"message_center\" | \"minus\" | \"more_vert\" | \"movie\" | \"my_bots\" | \"orgs\" | \"plus\" | \"radiobutton_checked\" | \"radiobutton_unchecked\" | \"remove_filled\" | \"remove_outlined\" | \"restore\" | \"search\" | \"settings\" | \"stats\" | \"storage\" | \"support_agents\" | \"tooltip\" | \"trash\" | \"trash_empty\" | \"upload_file\" | \"visibility_off\" | \"visibility_on\" | \"visitor_choice\" | \"visitor_date\" | \"visitor_input\"", | ||
"references": { | ||
"IconName": { | ||
"location": "import", | ||
"path": "../../interface" | ||
} | ||
} | ||
}, | ||
"required": false, | ||
"optional": true, | ||
"docs": { | ||
"tags": [], | ||
"text": "The name of icon to be shown before the tag's title." | ||
}, | ||
"attribute": "start-icon", | ||
"reflect": true | ||
}, | ||
"value": { | ||
@@ -234,0 +257,0 @@ "type": "any", |
@@ -132,3 +132,3 @@ import { Component, Host, Prop, h, Event, Watch, Element } from '@stencil/core'; | ||
"original": "IconName", | ||
"resolved": "\"error\" | \"arrow_circle_left\" | \"arrow_circle_right\" | \"assign_to_agent\" | \"attachment\" | \"block\" | \"bot_say\" | \"branch\" | \"calendar\" | \"check\" | \"check_circle\" | \"checkbox_checked\" | \"checkbox_unchecked\" | \"close\" | \"code\" | \"dashboard\" | \"drag_handle\" | \"drag_indicator\" | \"edit\" | \"facing_down\" | \"facing_left\" | \"facing_right\" | \"facing_up\" | \"file\" | \"file_add\" | \"flow\" | \"flow_end\" | \"flow_link\" | \"flow_start\" | \"folder\" | \"folder_closed\" | \"folder_new\" | \"folder_opened\" | \"format_bold\" | \"format_italic\" | \"format_list_bulleted\" | \"format_list_numbered\" | \"format_underlined\" | \"fullscreen\" | \"help\" | \"home\" | \"http\" | \"image\" | \"insert_link\" | \"intent_library\" | \"intent_match\" | \"lock\" | \"logout\" | \"mail\" | \"menu\" | \"message\" | \"message_center\" | \"minus\" | \"more_vert\" | \"movie\" | \"my_bots\" | \"orgs\" | \"plus\" | \"radiobutton_checked\" | \"radiobutton_unchecked\" | \"remove_filled\" | \"remove_outlined\" | \"restore\" | \"search\" | \"settings\" | \"stats\" | \"storage\" | \"support_agents\" | \"tooltip\" | \"trash\" | \"trash_empty\" | \"upload_file\" | \"visibility_off\" | \"visibility_on\" | \"visitor_choice\" | \"visitor_date\" | \"visitor_input\"", | ||
"resolved": "\"error\" | \"arrow_circle_left\" | \"arrow_circle_right\" | \"assign_to_agent\" | \"attachment\" | \"autocomplete\" | \"block\" | \"bot_say\" | \"branch\" | \"calendar\" | \"check\" | \"check_circle\" | \"checkbox_checked\" | \"checkbox_unchecked\" | \"close\" | \"code\" | \"dashboard\" | \"drag_handle\" | \"drag_indicator\" | \"edit\" | \"facing_down\" | \"facing_left\" | \"facing_right\" | \"facing_up\" | \"file\" | \"file_add\" | \"flow\" | \"flow_end\" | \"flow_link\" | \"flow_start\" | \"folder\" | \"folder_closed\" | \"folder_new\" | \"folder_opened\" | \"format_bold\" | \"format_italic\" | \"format_list_bulleted\" | \"format_list_numbered\" | \"format_underlined\" | \"fullscreen\" | \"help\" | \"home\" | \"http\" | \"image\" | \"insert_link\" | \"intent_library\" | \"intent_match\" | \"lock\" | \"logout\" | \"mail\" | \"menu\" | \"message\" | \"message_center\" | \"minus\" | \"more_vert\" | \"movie\" | \"my_bots\" | \"orgs\" | \"plus\" | \"radiobutton_checked\" | \"radiobutton_unchecked\" | \"remove_filled\" | \"remove_outlined\" | \"restore\" | \"search\" | \"settings\" | \"stats\" | \"storage\" | \"support_agents\" | \"tooltip\" | \"trash\" | \"trash_empty\" | \"upload_file\" | \"visibility_off\" | \"visibility_on\" | \"visitor_choice\" | \"visitor_date\" | \"visitor_input\"", | ||
"references": { | ||
@@ -135,0 +135,0 @@ "IconName": { |
@@ -1,1 +0,1 @@ | ||
import{p as e,b as o}from"./p-d5682969.js";import{g as l}from"./p-8210311b.js";(()=>{const o=import.meta.url,l={};return""!==o&&(l.resourcesUrl=new URL(".",o).href),e(l)})().then((e=>(l(),o([["p-9c9a1df3",[[1,"ed-text",{variant:[513],weight:[1537],case:[513],component:[513],align:[513],color:[513],noWrap:[516,"no-wrap"]}]]],["p-66bd1f63",[[1,"ed-button-group",{disabled:[516],justified:[516],fullWidth:[516,"full-width"],color:[513],setFocus:[64],removeFocus:[64]}],[1,"ed-button",{fullWidth:[516,"full-width"],color:[513],align:[513],size:[513],fill:[513],disabled:[516],active:[516],href:[513],rel:[513],target:[513],type:[513],name:[513],value:[520],setFocus:[64],removeFocus:[64]}]]],["p-4d708045",[[1,"ed-icon",{name:[513],color:[513],size:[513],iconContent:[32]}]]],["p-e66a438e",[[1,"ed-tree-node",{label:[513],open:[1540],color:[513],fill:[513],align:[513],size:[513],value:[520],disabled:[516],folder:[516]}],[1,"ed-tree-view",{allowDrag:[516,"allow-drag"],allowFoldersDrag:[516,"allow-folders-drag"]}]]],["p-a546a932",[[1,"ed-toast",{label:[513],icon:[513],open:[1540],autoHideTimeout:[514,"auto-hide-timeout"],autoRemove:[516,"auto-remove"],color:[513],position:[513]}]]],["p-00a5b230",[[1,"ed-switch",{color:[513],name:[513],checked:[1540],disabled:[516],size:[513],value:[520],setFocus:[64],removeFocus:[64]}]]],["p-3abfd9ff",[[1,"ed-accordion",{label:[513],color:[513],size:[513],fill:[513],icon:[513],disabled:[516],open:[1540]}]]],["p-bfe70a04",[[1,"ed-checkbox",{color:[513],name:[513],checked:[1540],indeterminate:[1540],disabled:[516],size:[513],value:[520],setFocus:[64],removeFocus:[64]}],[6,"ed-input",{color:[513],fullWidth:[516,"full-width"],label:[513],accept:[513],autocapitalize:[513],autocomplete:[513],autocorrect:[513],autofocus:[516],selectOnFocus:[516,"select-on-focus"],debounce:[514],disabled:[516],inputmode:[513],rows:[514],max:[513],maxlength:[514],min:[513],minlength:[514],multiple:[516],multiline:[516],name:[513],pattern:[513],placeholder:[513],helpText:[513,"help-text"],followingHelpText:[513,"following-help-text"],readonly:[516],required:[516],step:[513],size:[514],type:[513],align:[513],value:[1025],hideValue:[516,"hide-value"],hasFocus:[32],setFocus:[64],removeFocus:[64],getInputElement:[64],selectText:[64]}]]],["p-1769abf1",[[1,"ed-menu-header"],[1,"ed-menu",{setFocus:[64],removeFocus:[64],getOptions:[64],setFirstOptionActive:[64],setNextOptionActive:[64],setPrevOptionActive:[64],selectActiveOption:[64]}]]],["p-c1f1d19b",[[1,"ed-divider"]]],["p-37781af0",[[1,"ed-popover",{position:[513],autoFocusOnContent:[516,"auto-focus-on-content"],autoFocusOnTrigger:[516,"auto-focus-on-trigger"],open:[1540],matchWidth:[516,"match-width"],keyboardCloseDisabled:[516,"keyboard-close-disabled"],clickAwayCloseDisabled:[516,"click-away-close-disabled"],closeOnMenuSelect:[516,"close-on-menu-select"],openDelay:[514,"open-delay"],closeDelay:[514,"close-delay"],update:[64]}]]],["p-7b40b122",[[1,"ed-select",{color:[513],fullWidth:[516,"full-width"],helpText:[513,"help-text"],followingHelpText:[513,"following-help-text"],name:[513],disabled:[516],clearable:[516],multiple:[516],searchable:[516],maxTags:[514,"max-tags"],value:[1544],label:[513],placeholder:[513],searchPlaceholder:[513,"search-placeholder"],startIcon:[513,"start-icon"],endIcon:[513,"end-icon"],compareFunc:[513,"compare-func"],searchFunc:[513,"search-func"],open:[32],inputValue:[32],searchValue:[32],setFocus:[64],removeFocus:[64]}],[1,"ed-tag",{clickable:[516],deletable:[516],noTruncate:[516,"no-truncate"],color:[513],fill:[513],align:[513],size:[513],disabled:[516],value:[520],title:[32]}],[1,"ed-option",{name:[513],active:[516],selected:[516],disabled:[516],value:[520]}]]]],e)))); | ||
import{p as e,b as o}from"./p-d5682969.js";import{g as l}from"./p-8210311b.js";(()=>{const o=import.meta.url,l={};return""!==o&&(l.resourcesUrl=new URL(".",o).href),e(l)})().then((e=>(l(),o([["p-9c9a1df3",[[1,"ed-text",{variant:[513],weight:[1537],case:[513],component:[513],align:[513],color:[513],noWrap:[516,"no-wrap"]}]]],["p-66bd1f63",[[1,"ed-button-group",{disabled:[516],justified:[516],fullWidth:[516,"full-width"],color:[513],setFocus:[64],removeFocus:[64]}],[1,"ed-button",{fullWidth:[516,"full-width"],color:[513],align:[513],size:[513],fill:[513],disabled:[516],active:[516],href:[513],rel:[513],target:[513],type:[513],name:[513],value:[520],setFocus:[64],removeFocus:[64]}]]],["p-a0b9f6ec",[[1,"ed-icon",{name:[513],color:[513],size:[513],iconContent:[32]}]]],["p-e66a438e",[[1,"ed-tree-node",{label:[513],open:[1540],color:[513],fill:[513],align:[513],size:[513],value:[520],disabled:[516],folder:[516]}],[1,"ed-tree-view",{allowDrag:[516,"allow-drag"],allowFoldersDrag:[516,"allow-folders-drag"]}]]],["p-a546a932",[[1,"ed-toast",{label:[513],icon:[513],open:[1540],autoHideTimeout:[514,"auto-hide-timeout"],autoRemove:[516,"auto-remove"],color:[513],position:[513]}]]],["p-00a5b230",[[1,"ed-switch",{color:[513],name:[513],checked:[1540],disabled:[516],size:[513],value:[520],setFocus:[64],removeFocus:[64]}]]],["p-3abfd9ff",[[1,"ed-accordion",{label:[513],color:[513],size:[513],fill:[513],icon:[513],disabled:[516],open:[1540]}]]],["p-bfe70a04",[[1,"ed-checkbox",{color:[513],name:[513],checked:[1540],indeterminate:[1540],disabled:[516],size:[513],value:[520],setFocus:[64],removeFocus:[64]}],[6,"ed-input",{color:[513],fullWidth:[516,"full-width"],label:[513],accept:[513],autocapitalize:[513],autocomplete:[513],autocorrect:[513],autofocus:[516],selectOnFocus:[516,"select-on-focus"],debounce:[514],disabled:[516],inputmode:[513],rows:[514],max:[513],maxlength:[514],min:[513],minlength:[514],multiple:[516],multiline:[516],name:[513],pattern:[513],placeholder:[513],helpText:[513,"help-text"],followingHelpText:[513,"following-help-text"],readonly:[516],required:[516],step:[513],size:[514],type:[513],align:[513],value:[1025],hideValue:[516,"hide-value"],hasFocus:[32],setFocus:[64],removeFocus:[64],getInputElement:[64],selectText:[64]}]]],["p-1769abf1",[[1,"ed-menu-header"],[1,"ed-menu",{setFocus:[64],removeFocus:[64],getOptions:[64],setFirstOptionActive:[64],setNextOptionActive:[64],setPrevOptionActive:[64],selectActiveOption:[64]}]]],["p-c1f1d19b",[[1,"ed-divider"]]],["p-37781af0",[[1,"ed-popover",{position:[513],autoFocusOnContent:[516,"auto-focus-on-content"],autoFocusOnTrigger:[516,"auto-focus-on-trigger"],open:[1540],matchWidth:[516,"match-width"],keyboardCloseDisabled:[516,"keyboard-close-disabled"],clickAwayCloseDisabled:[516,"click-away-close-disabled"],closeOnMenuSelect:[516,"close-on-menu-select"],openDelay:[514,"open-delay"],closeDelay:[514,"close-delay"],update:[64]}]]],["p-5766a4d3",[[1,"ed-select",{color:[513],fullWidth:[516,"full-width"],helpText:[513,"help-text"],followingHelpText:[513,"following-help-text"],name:[513],disabled:[516],clearable:[516],multiple:[516],searchable:[516],maxTags:[514,"max-tags"],value:[1544],label:[513],placeholder:[513],searchPlaceholder:[513,"search-placeholder"],startIcon:[513,"start-icon"],endIcon:[513,"end-icon"],compareFunc:[513,"compare-func"],searchFunc:[513,"search-func"],open:[32],inputValue:[32],searchValue:[32],setFocus:[64],removeFocus:[64]}],[1,"ed-tag",{clickable:[516],deletable:[516],noTruncate:[516,"no-truncate"],color:[513],fill:[513],align:[513],size:[513],disabled:[516],startIcon:[513,"start-icon"],value:[520],title:[32]}],[1,"ed-option",{name:[513],active:[516],selected:[516],disabled:[516],value:[520]}]]]],e)))); |
@@ -6,2 +6,3 @@ | ||
import attachment from './attachment.svg'; | ||
import autocomplete from './autocomplete.svg'; | ||
import block from './block.svg'; | ||
@@ -86,2 +87,3 @@ import bot_say from './bot_say.svg'; | ||
attachment: attachment, | ||
autocomplete: autocomplete, | ||
block: block, | ||
@@ -88,0 +90,0 @@ bot_say: bot_say, |
@@ -11,2 +11,4 @@ import { r as registerInstance, h, H as Host } from './index-caac457a.js'; | ||
const autocomplete = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 3a1 1 0 011-1h6a1 1 0 110 2h-2v16h2a1 1 0 110 2H6a1 1 0 110-2h2V4H6a1 1 0 01-1-1zm-5 7a3 3 0 013-3h2a1 1 0 010 2H3a1 1 0 00-1 1v4a1 1 0 001 1h2a1 1 0 110 2H3a3 3 0 01-3-3v-4zm12-2a1 1 0 011-1h8a3 3 0 013 3v4a3 3 0 01-3 3h-8a1 1 0 110-2h8a1 1 0 001-1v-4a1 1 0 00-1-1h-8a1 1 0 01-1-1z" fill="currentColor"/></svg>`; | ||
const block = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-4.42 3.58-8 8-8 1.85 0 3.55.63 4.9 1.69L5.69 16.9A7.902 7.902 0 014 12zm8 8c-1.85 0-3.55-.63-4.9-1.69L18.31 7.1A7.902 7.902 0 0120 12c0 4.42-3.58 8-8 8z" fill="currentColor"/></svg>`; | ||
@@ -163,2 +165,3 @@ | ||
attachment: attachment, | ||
autocomplete: autocomplete, | ||
block: block, | ||
@@ -239,3 +242,3 @@ bot_say: bot_say, | ||
const edIconCss = ":host{display:inline-block;width:1em;height:1em;contain:strict;fill:currentColor;line-height:1;-webkit-box-sizing:content-box !important;box-sizing:content-box !important}.inner{display:block;height:100%;width:100%}:host(.icon-size-auto){font-size:1em !important;line-height:1em}:host(.icon-size-sm){font-size:16px !important;line-height:16px}:host(.icon-size-md){font-size:24px !important;line-height:24px}:host(.icon-size-lg){font-size:32px !important;line-height:32px}:host .inner svg{width:100% !important;height:100% !important}:host([color=default]){color:currentColor}:host([color=primary]){color:#046B99}:host([color=success]){color:#74AC41}:host([color=warning]){color:#F6C24E}:host([color=error]){color:#EB3343}:host([color=info]){color:#3689AD}"; | ||
const edIconCss = ":host{display:inline-block;width:1em;height:1em;contain:strict;fill:currentColor;line-height:1;-webkit-box-sizing:content-box !important;box-sizing:content-box !important}.inner{display:block;height:100%;width:100%}:host(.icon-size-auto){font-size:1em;line-height:1em}:host(.icon-size-sm){font-size:16px;line-height:16px}:host(.icon-size-md){font-size:24px;line-height:24px}:host(.icon-size-lg){font-size:32px;line-height:32px}:host .inner svg{width:100% !important;height:100% !important}:host([color=default]){color:currentColor}:host([color=primary]){color:#046B99}:host([color=success]){color:#74AC41}:host([color=warning]){color:#F6C24E}:host([color=error]){color:#EB3343}:host([color=info]){color:#3689AD}"; | ||
@@ -242,0 +245,0 @@ const EdIcon = class { |
@@ -313,3 +313,3 @@ import { r as registerInstance, h, H as Host, c as createEvent, g as getElement } from './index-caac457a.js'; | ||
const edTagCss = ":host{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;line-height:1;outline:none}:host *{-webkit-box-sizing:border-box;box-sizing:border-box}:host(:not(.tag-clickable)) .button{pointer-events:none}:host .inner{max-width:200px;text-overflow:ellipsis;overflow:hidden}:host(.tag-no-truncate) .inner{max-width:initial}:host .button{border-radius:8px}:host .button::part(native-button){border-radius:8px;padding:0 8px;font-size:11px}.delete-icon{pointer-events:all;width:16px;-webkit-margin-end:-4px;margin-inline-end:-4px}:host([size=sm]){height:24px}:host([size=sm]) .button{height:inherit}:host([size=sm]) .button::part(inner){line-height:24px}:host([size=md]){height:32px}:host([size=md]) .button{height:inherit}:host([size=md]) .button::part(inner){line-height:32px}:host([size=lg]){height:40px}:host([size=lg]) .button{height:inherit}:host([size=lg]) .button::part(inner){line-height:40px}"; | ||
const edTagCss = ":host{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;line-height:1;outline:none}:host *{-webkit-box-sizing:border-box;box-sizing:border-box}:host(:not(.tag-clickable)) .button{pointer-events:none}:host .inner{max-width:200px;text-overflow:ellipsis;overflow:hidden}:host(.tag-no-truncate) .inner{max-width:initial}:host .button{border-radius:8px}:host .button::part(native-button){border-radius:8px;padding:0 8px;font-size:11px}.start-icon{margin-left:0;margin-right:0.5em;margin-top:0;margin-bottom:0;font-size:1em;line-height:1}@supports ((-webkit-margin-start: 0) or (margin-inline-start: 0)) or (-webkit-margin-start: 0){.start-icon{margin-left:unset;margin-right:unset;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0.5em;margin-inline-end:0.5em}}.delete-icon{pointer-events:all;width:16px;-webkit-margin-end:-4px;margin-inline-end:-4px}:host([size=sm]){height:24px}:host([size=sm]) .button{height:inherit}:host([size=sm]) .button::part(inner){line-height:24px}:host([size=md]){height:32px}:host([size=md]) .button{height:inherit}:host([size=md]) .button::part(inner){line-height:32px}:host([size=lg]){height:40px}:host([size=lg]) .button{height:inherit}:host([size=lg]) .button::part(inner){line-height:40px}"; | ||
@@ -364,3 +364,3 @@ const EdTag = class { | ||
render() { | ||
return (h(Host, { title: this.title, class: { 'tag-clickable': this.clickable, 'tag-no-truncate': this.noTruncate } }, h("ed-button", { part: "button", size: this.size, fill: this.fill, color: this.color, value: this.value, align: this.align, disabled: this.disabled, class: "button", type: "button" }, h("div", { class: "inner" }, h("slot", null)), this.deletable && (h("ed-icon", { name: "remove_filled", slot: "end", class: "delete-icon", onClick: this.handleDelete }))))); | ||
return (h(Host, { title: this.title, class: { 'tag-clickable': this.clickable, 'tag-no-truncate': this.noTruncate } }, h("ed-button", { part: "button", size: this.size, fill: this.fill, color: this.color, value: this.value, align: this.align, disabled: this.disabled, class: "button", type: "button" }, this.startIcon && (h("ed-icon", { class: "start-icon", name: this.startIcon, slot: "start" })), h("div", { class: "inner" }, h("slot", null)), this.deletable && (h("ed-icon", { name: "remove_filled", slot: "end", class: "delete-icon", onClick: this.handleDelete }))))); | ||
} | ||
@@ -367,0 +367,0 @@ get root() { return getElement(this); } |
@@ -18,3 +18,3 @@ import { p as promiseResolve, b as bootstrapLazy } from './index-caac457a.js'; | ||
globalScripts(); | ||
return bootstrapLazy([["ed-text",[[1,"ed-text",{"variant":[513],"weight":[1537],"case":[513],"component":[513],"align":[513],"color":[513],"noWrap":[516,"no-wrap"]}]]],["ed-button_2",[[1,"ed-button-group",{"disabled":[516],"justified":[516],"fullWidth":[516,"full-width"],"color":[513],"setFocus":[64],"removeFocus":[64]}],[1,"ed-button",{"fullWidth":[516,"full-width"],"color":[513],"align":[513],"size":[513],"fill":[513],"disabled":[516],"active":[516],"href":[513],"rel":[513],"target":[513],"type":[513],"name":[513],"value":[520],"setFocus":[64],"removeFocus":[64]}]]],["ed-icon",[[1,"ed-icon",{"name":[513],"color":[513],"size":[513],"iconContent":[32]}]]],["ed-tree-node_2",[[1,"ed-tree-node",{"label":[513],"open":[1540],"color":[513],"fill":[513],"align":[513],"size":[513],"value":[520],"disabled":[516],"folder":[516]}],[1,"ed-tree-view",{"allowDrag":[516,"allow-drag"],"allowFoldersDrag":[516,"allow-folders-drag"]}]]],["ed-toast",[[1,"ed-toast",{"label":[513],"icon":[513],"open":[1540],"autoHideTimeout":[514,"auto-hide-timeout"],"autoRemove":[516,"auto-remove"],"color":[513],"position":[513]}]]],["ed-switch",[[1,"ed-switch",{"color":[513],"name":[513],"checked":[1540],"disabled":[516],"size":[513],"value":[520],"setFocus":[64],"removeFocus":[64]}]]],["ed-accordion",[[1,"ed-accordion",{"label":[513],"color":[513],"size":[513],"fill":[513],"icon":[513],"disabled":[516],"open":[1540]}]]],["ed-checkbox_2",[[1,"ed-checkbox",{"color":[513],"name":[513],"checked":[1540],"indeterminate":[1540],"disabled":[516],"size":[513],"value":[520],"setFocus":[64],"removeFocus":[64]}],[6,"ed-input",{"color":[513],"fullWidth":[516,"full-width"],"label":[513],"accept":[513],"autocapitalize":[513],"autocomplete":[513],"autocorrect":[513],"autofocus":[516],"selectOnFocus":[516,"select-on-focus"],"debounce":[514],"disabled":[516],"inputmode":[513],"rows":[514],"max":[513],"maxlength":[514],"min":[513],"minlength":[514],"multiple":[516],"multiline":[516],"name":[513],"pattern":[513],"placeholder":[513],"helpText":[513,"help-text"],"followingHelpText":[513,"following-help-text"],"readonly":[516],"required":[516],"step":[513],"size":[514],"type":[513],"align":[513],"value":[1025],"hideValue":[516,"hide-value"],"hasFocus":[32],"setFocus":[64],"removeFocus":[64],"getInputElement":[64],"selectText":[64]}]]],["ed-menu_2",[[1,"ed-menu-header"],[1,"ed-menu",{"setFocus":[64],"removeFocus":[64],"getOptions":[64],"setFirstOptionActive":[64],"setNextOptionActive":[64],"setPrevOptionActive":[64],"selectActiveOption":[64]}]]],["ed-divider",[[1,"ed-divider"]]],["ed-popover",[[1,"ed-popover",{"position":[513],"autoFocusOnContent":[516,"auto-focus-on-content"],"autoFocusOnTrigger":[516,"auto-focus-on-trigger"],"open":[1540],"matchWidth":[516,"match-width"],"keyboardCloseDisabled":[516,"keyboard-close-disabled"],"clickAwayCloseDisabled":[516,"click-away-close-disabled"],"closeOnMenuSelect":[516,"close-on-menu-select"],"openDelay":[514,"open-delay"],"closeDelay":[514,"close-delay"],"update":[64]}]]],["ed-option_3",[[1,"ed-select",{"color":[513],"fullWidth":[516,"full-width"],"helpText":[513,"help-text"],"followingHelpText":[513,"following-help-text"],"name":[513],"disabled":[516],"clearable":[516],"multiple":[516],"searchable":[516],"maxTags":[514,"max-tags"],"value":[1544],"label":[513],"placeholder":[513],"searchPlaceholder":[513,"search-placeholder"],"startIcon":[513,"start-icon"],"endIcon":[513,"end-icon"],"compareFunc":[513,"compare-func"],"searchFunc":[513,"search-func"],"open":[32],"inputValue":[32],"searchValue":[32],"setFocus":[64],"removeFocus":[64]}],[1,"ed-tag",{"clickable":[516],"deletable":[516],"noTruncate":[516,"no-truncate"],"color":[513],"fill":[513],"align":[513],"size":[513],"disabled":[516],"value":[520],"title":[32]}],[1,"ed-option",{"name":[513],"active":[516],"selected":[516],"disabled":[516],"value":[520]}]]]], options); | ||
return bootstrapLazy([["ed-text",[[1,"ed-text",{"variant":[513],"weight":[1537],"case":[513],"component":[513],"align":[513],"color":[513],"noWrap":[516,"no-wrap"]}]]],["ed-button_2",[[1,"ed-button-group",{"disabled":[516],"justified":[516],"fullWidth":[516,"full-width"],"color":[513],"setFocus":[64],"removeFocus":[64]}],[1,"ed-button",{"fullWidth":[516,"full-width"],"color":[513],"align":[513],"size":[513],"fill":[513],"disabled":[516],"active":[516],"href":[513],"rel":[513],"target":[513],"type":[513],"name":[513],"value":[520],"setFocus":[64],"removeFocus":[64]}]]],["ed-icon",[[1,"ed-icon",{"name":[513],"color":[513],"size":[513],"iconContent":[32]}]]],["ed-tree-node_2",[[1,"ed-tree-node",{"label":[513],"open":[1540],"color":[513],"fill":[513],"align":[513],"size":[513],"value":[520],"disabled":[516],"folder":[516]}],[1,"ed-tree-view",{"allowDrag":[516,"allow-drag"],"allowFoldersDrag":[516,"allow-folders-drag"]}]]],["ed-toast",[[1,"ed-toast",{"label":[513],"icon":[513],"open":[1540],"autoHideTimeout":[514,"auto-hide-timeout"],"autoRemove":[516,"auto-remove"],"color":[513],"position":[513]}]]],["ed-switch",[[1,"ed-switch",{"color":[513],"name":[513],"checked":[1540],"disabled":[516],"size":[513],"value":[520],"setFocus":[64],"removeFocus":[64]}]]],["ed-accordion",[[1,"ed-accordion",{"label":[513],"color":[513],"size":[513],"fill":[513],"icon":[513],"disabled":[516],"open":[1540]}]]],["ed-checkbox_2",[[1,"ed-checkbox",{"color":[513],"name":[513],"checked":[1540],"indeterminate":[1540],"disabled":[516],"size":[513],"value":[520],"setFocus":[64],"removeFocus":[64]}],[6,"ed-input",{"color":[513],"fullWidth":[516,"full-width"],"label":[513],"accept":[513],"autocapitalize":[513],"autocomplete":[513],"autocorrect":[513],"autofocus":[516],"selectOnFocus":[516,"select-on-focus"],"debounce":[514],"disabled":[516],"inputmode":[513],"rows":[514],"max":[513],"maxlength":[514],"min":[513],"minlength":[514],"multiple":[516],"multiline":[516],"name":[513],"pattern":[513],"placeholder":[513],"helpText":[513,"help-text"],"followingHelpText":[513,"following-help-text"],"readonly":[516],"required":[516],"step":[513],"size":[514],"type":[513],"align":[513],"value":[1025],"hideValue":[516,"hide-value"],"hasFocus":[32],"setFocus":[64],"removeFocus":[64],"getInputElement":[64],"selectText":[64]}]]],["ed-menu_2",[[1,"ed-menu-header"],[1,"ed-menu",{"setFocus":[64],"removeFocus":[64],"getOptions":[64],"setFirstOptionActive":[64],"setNextOptionActive":[64],"setPrevOptionActive":[64],"selectActiveOption":[64]}]]],["ed-divider",[[1,"ed-divider"]]],["ed-popover",[[1,"ed-popover",{"position":[513],"autoFocusOnContent":[516,"auto-focus-on-content"],"autoFocusOnTrigger":[516,"auto-focus-on-trigger"],"open":[1540],"matchWidth":[516,"match-width"],"keyboardCloseDisabled":[516,"keyboard-close-disabled"],"clickAwayCloseDisabled":[516,"click-away-close-disabled"],"closeOnMenuSelect":[516,"close-on-menu-select"],"openDelay":[514,"open-delay"],"closeDelay":[514,"close-delay"],"update":[64]}]]],["ed-option_3",[[1,"ed-select",{"color":[513],"fullWidth":[516,"full-width"],"helpText":[513,"help-text"],"followingHelpText":[513,"following-help-text"],"name":[513],"disabled":[516],"clearable":[516],"multiple":[516],"searchable":[516],"maxTags":[514,"max-tags"],"value":[1544],"label":[513],"placeholder":[513],"searchPlaceholder":[513,"search-placeholder"],"startIcon":[513,"start-icon"],"endIcon":[513,"end-icon"],"compareFunc":[513,"compare-func"],"searchFunc":[513,"search-func"],"open":[32],"inputValue":[32],"searchValue":[32],"setFocus":[64],"removeFocus":[64]}],[1,"ed-tag",{"clickable":[516],"deletable":[516],"noTruncate":[516,"no-truncate"],"color":[513],"fill":[513],"align":[513],"size":[513],"disabled":[516],"startIcon":[513,"start-icon"],"value":[520],"title":[32]}],[1,"ed-option",{"name":[513],"active":[516],"selected":[516],"disabled":[516],"value":[520]}]]]], options); | ||
}); |
@@ -15,3 +15,3 @@ import { p as promiseResolve, b as bootstrapLazy } from './index-caac457a.js'; | ||
globalScripts(); | ||
return bootstrapLazy([["ed-text",[[1,"ed-text",{"variant":[513],"weight":[1537],"case":[513],"component":[513],"align":[513],"color":[513],"noWrap":[516,"no-wrap"]}]]],["ed-button_2",[[1,"ed-button-group",{"disabled":[516],"justified":[516],"fullWidth":[516,"full-width"],"color":[513],"setFocus":[64],"removeFocus":[64]}],[1,"ed-button",{"fullWidth":[516,"full-width"],"color":[513],"align":[513],"size":[513],"fill":[513],"disabled":[516],"active":[516],"href":[513],"rel":[513],"target":[513],"type":[513],"name":[513],"value":[520],"setFocus":[64],"removeFocus":[64]}]]],["ed-icon",[[1,"ed-icon",{"name":[513],"color":[513],"size":[513],"iconContent":[32]}]]],["ed-tree-node_2",[[1,"ed-tree-node",{"label":[513],"open":[1540],"color":[513],"fill":[513],"align":[513],"size":[513],"value":[520],"disabled":[516],"folder":[516]}],[1,"ed-tree-view",{"allowDrag":[516,"allow-drag"],"allowFoldersDrag":[516,"allow-folders-drag"]}]]],["ed-toast",[[1,"ed-toast",{"label":[513],"icon":[513],"open":[1540],"autoHideTimeout":[514,"auto-hide-timeout"],"autoRemove":[516,"auto-remove"],"color":[513],"position":[513]}]]],["ed-switch",[[1,"ed-switch",{"color":[513],"name":[513],"checked":[1540],"disabled":[516],"size":[513],"value":[520],"setFocus":[64],"removeFocus":[64]}]]],["ed-accordion",[[1,"ed-accordion",{"label":[513],"color":[513],"size":[513],"fill":[513],"icon":[513],"disabled":[516],"open":[1540]}]]],["ed-checkbox_2",[[1,"ed-checkbox",{"color":[513],"name":[513],"checked":[1540],"indeterminate":[1540],"disabled":[516],"size":[513],"value":[520],"setFocus":[64],"removeFocus":[64]}],[6,"ed-input",{"color":[513],"fullWidth":[516,"full-width"],"label":[513],"accept":[513],"autocapitalize":[513],"autocomplete":[513],"autocorrect":[513],"autofocus":[516],"selectOnFocus":[516,"select-on-focus"],"debounce":[514],"disabled":[516],"inputmode":[513],"rows":[514],"max":[513],"maxlength":[514],"min":[513],"minlength":[514],"multiple":[516],"multiline":[516],"name":[513],"pattern":[513],"placeholder":[513],"helpText":[513,"help-text"],"followingHelpText":[513,"following-help-text"],"readonly":[516],"required":[516],"step":[513],"size":[514],"type":[513],"align":[513],"value":[1025],"hideValue":[516,"hide-value"],"hasFocus":[32],"setFocus":[64],"removeFocus":[64],"getInputElement":[64],"selectText":[64]}]]],["ed-menu_2",[[1,"ed-menu-header"],[1,"ed-menu",{"setFocus":[64],"removeFocus":[64],"getOptions":[64],"setFirstOptionActive":[64],"setNextOptionActive":[64],"setPrevOptionActive":[64],"selectActiveOption":[64]}]]],["ed-divider",[[1,"ed-divider"]]],["ed-popover",[[1,"ed-popover",{"position":[513],"autoFocusOnContent":[516,"auto-focus-on-content"],"autoFocusOnTrigger":[516,"auto-focus-on-trigger"],"open":[1540],"matchWidth":[516,"match-width"],"keyboardCloseDisabled":[516,"keyboard-close-disabled"],"clickAwayCloseDisabled":[516,"click-away-close-disabled"],"closeOnMenuSelect":[516,"close-on-menu-select"],"openDelay":[514,"open-delay"],"closeDelay":[514,"close-delay"],"update":[64]}]]],["ed-option_3",[[1,"ed-select",{"color":[513],"fullWidth":[516,"full-width"],"helpText":[513,"help-text"],"followingHelpText":[513,"following-help-text"],"name":[513],"disabled":[516],"clearable":[516],"multiple":[516],"searchable":[516],"maxTags":[514,"max-tags"],"value":[1544],"label":[513],"placeholder":[513],"searchPlaceholder":[513,"search-placeholder"],"startIcon":[513,"start-icon"],"endIcon":[513,"end-icon"],"compareFunc":[513,"compare-func"],"searchFunc":[513,"search-func"],"open":[32],"inputValue":[32],"searchValue":[32],"setFocus":[64],"removeFocus":[64]}],[1,"ed-tag",{"clickable":[516],"deletable":[516],"noTruncate":[516,"no-truncate"],"color":[513],"fill":[513],"align":[513],"size":[513],"disabled":[516],"value":[520],"title":[32]}],[1,"ed-option",{"name":[513],"active":[516],"selected":[516],"disabled":[516],"value":[520]}]]]], options); | ||
return bootstrapLazy([["ed-text",[[1,"ed-text",{"variant":[513],"weight":[1537],"case":[513],"component":[513],"align":[513],"color":[513],"noWrap":[516,"no-wrap"]}]]],["ed-button_2",[[1,"ed-button-group",{"disabled":[516],"justified":[516],"fullWidth":[516,"full-width"],"color":[513],"setFocus":[64],"removeFocus":[64]}],[1,"ed-button",{"fullWidth":[516,"full-width"],"color":[513],"align":[513],"size":[513],"fill":[513],"disabled":[516],"active":[516],"href":[513],"rel":[513],"target":[513],"type":[513],"name":[513],"value":[520],"setFocus":[64],"removeFocus":[64]}]]],["ed-icon",[[1,"ed-icon",{"name":[513],"color":[513],"size":[513],"iconContent":[32]}]]],["ed-tree-node_2",[[1,"ed-tree-node",{"label":[513],"open":[1540],"color":[513],"fill":[513],"align":[513],"size":[513],"value":[520],"disabled":[516],"folder":[516]}],[1,"ed-tree-view",{"allowDrag":[516,"allow-drag"],"allowFoldersDrag":[516,"allow-folders-drag"]}]]],["ed-toast",[[1,"ed-toast",{"label":[513],"icon":[513],"open":[1540],"autoHideTimeout":[514,"auto-hide-timeout"],"autoRemove":[516,"auto-remove"],"color":[513],"position":[513]}]]],["ed-switch",[[1,"ed-switch",{"color":[513],"name":[513],"checked":[1540],"disabled":[516],"size":[513],"value":[520],"setFocus":[64],"removeFocus":[64]}]]],["ed-accordion",[[1,"ed-accordion",{"label":[513],"color":[513],"size":[513],"fill":[513],"icon":[513],"disabled":[516],"open":[1540]}]]],["ed-checkbox_2",[[1,"ed-checkbox",{"color":[513],"name":[513],"checked":[1540],"indeterminate":[1540],"disabled":[516],"size":[513],"value":[520],"setFocus":[64],"removeFocus":[64]}],[6,"ed-input",{"color":[513],"fullWidth":[516,"full-width"],"label":[513],"accept":[513],"autocapitalize":[513],"autocomplete":[513],"autocorrect":[513],"autofocus":[516],"selectOnFocus":[516,"select-on-focus"],"debounce":[514],"disabled":[516],"inputmode":[513],"rows":[514],"max":[513],"maxlength":[514],"min":[513],"minlength":[514],"multiple":[516],"multiline":[516],"name":[513],"pattern":[513],"placeholder":[513],"helpText":[513,"help-text"],"followingHelpText":[513,"following-help-text"],"readonly":[516],"required":[516],"step":[513],"size":[514],"type":[513],"align":[513],"value":[1025],"hideValue":[516,"hide-value"],"hasFocus":[32],"setFocus":[64],"removeFocus":[64],"getInputElement":[64],"selectText":[64]}]]],["ed-menu_2",[[1,"ed-menu-header"],[1,"ed-menu",{"setFocus":[64],"removeFocus":[64],"getOptions":[64],"setFirstOptionActive":[64],"setNextOptionActive":[64],"setPrevOptionActive":[64],"selectActiveOption":[64]}]]],["ed-divider",[[1,"ed-divider"]]],["ed-popover",[[1,"ed-popover",{"position":[513],"autoFocusOnContent":[516,"auto-focus-on-content"],"autoFocusOnTrigger":[516,"auto-focus-on-trigger"],"open":[1540],"matchWidth":[516,"match-width"],"keyboardCloseDisabled":[516,"keyboard-close-disabled"],"clickAwayCloseDisabled":[516,"click-away-close-disabled"],"closeOnMenuSelect":[516,"close-on-menu-select"],"openDelay":[514,"open-delay"],"closeDelay":[514,"close-delay"],"update":[64]}]]],["ed-option_3",[[1,"ed-select",{"color":[513],"fullWidth":[516,"full-width"],"helpText":[513,"help-text"],"followingHelpText":[513,"following-help-text"],"name":[513],"disabled":[516],"clearable":[516],"multiple":[516],"searchable":[516],"maxTags":[514,"max-tags"],"value":[1544],"label":[513],"placeholder":[513],"searchPlaceholder":[513,"search-placeholder"],"startIcon":[513,"start-icon"],"endIcon":[513,"end-icon"],"compareFunc":[513,"compare-func"],"searchFunc":[513,"search-func"],"open":[32],"inputValue":[32],"searchValue":[32],"setFocus":[64],"removeFocus":[64]}],[1,"ed-tag",{"clickable":[516],"deletable":[516],"noTruncate":[516,"no-truncate"],"color":[513],"fill":[513],"align":[513],"size":[513],"disabled":[516],"startIcon":[513,"start-icon"],"value":[520],"title":[32]}],[1,"ed-option",{"name":[513],"active":[516],"selected":[516],"disabled":[516],"value":[520]}]]]], options); | ||
}); | ||
@@ -18,0 +18,0 @@ }; |
@@ -585,2 +585,6 @@ /* eslint-disable */ | ||
/** | ||
* The name of icon to be shown before the tag's title. | ||
*/ | ||
"startIcon"?: IconName; | ||
/** | ||
* The value attribute of the tag. | ||
@@ -1429,2 +1433,6 @@ */ | ||
/** | ||
* The name of icon to be shown before the tag's title. | ||
*/ | ||
"startIcon"?: IconName; | ||
/** | ||
* The value attribute of the tag. | ||
@@ -1431,0 +1439,0 @@ */ |
@@ -6,2 +6,3 @@ declare const _default: { | ||
attachment: string; | ||
autocomplete: string; | ||
block: string; | ||
@@ -8,0 +9,0 @@ bot_say: string; |
import { EventEmitter } from '../../stencil-public-runtime'; | ||
import { Color, Align, Fill, Size } from '../../interface'; | ||
import { Color, Align, Fill, Size, IconName } from '../../interface'; | ||
/** | ||
@@ -51,2 +51,6 @@ * @part button - Button element which is used under the hood | ||
/** | ||
* The name of icon to be shown before the tag's title. | ||
*/ | ||
startIcon?: IconName; | ||
/** | ||
* The value attribute of the tag. | ||
@@ -53,0 +57,0 @@ */ |
@@ -1,2 +0,2 @@ | ||
export declare type IconName = 'arrow_circle_left' | 'arrow_circle_right' | 'assign_to_agent' | 'attachment' | 'block' | 'bot_say' | 'branch' | 'calendar' | 'check' | 'check_circle' | 'checkbox_checked' | 'checkbox_unchecked' | 'close' | 'code' | 'dashboard' | 'drag_handle' | 'drag_indicator' | 'edit' | 'error' | 'facing_down' | 'facing_left' | 'facing_right' | 'facing_up' | 'file' | 'file_add' | 'flow' | 'flow_end' | 'flow_link' | 'flow_start' | 'folder' | 'folder_closed' | 'folder_new' | 'folder_opened' | 'format_bold' | 'format_italic' | 'format_list_bulleted' | 'format_list_numbered' | 'format_underlined' | 'fullscreen' | 'help' | 'home' | 'http' | 'image' | 'insert_link' | 'intent_library' | 'intent_match' | 'lock' | 'logout' | 'mail' | 'menu' | 'message' | 'message_center' | 'minus' | 'more_vert' | 'movie' | 'my_bots' | 'orgs' | 'plus' | 'radiobutton_checked' | 'radiobutton_unchecked' | 'remove_filled' | 'remove_outlined' | 'restore' | 'search' | 'settings' | 'stats' | 'storage' | 'support_agents' | 'tooltip' | 'trash' | 'trash_empty' | 'upload_file' | 'visibility_off' | 'visibility_on' | 'visitor_choice' | 'visitor_date' | 'visitor_input'; | ||
export declare type IconName = 'arrow_circle_left' | 'arrow_circle_right' | 'assign_to_agent' | 'attachment' | 'autocomplete' | 'block' | 'bot_say' | 'branch' | 'calendar' | 'check' | 'check_circle' | 'checkbox_checked' | 'checkbox_unchecked' | 'close' | 'code' | 'dashboard' | 'drag_handle' | 'drag_indicator' | 'edit' | 'error' | 'facing_down' | 'facing_left' | 'facing_right' | 'facing_up' | 'file' | 'file_add' | 'flow' | 'flow_end' | 'flow_link' | 'flow_start' | 'folder' | 'folder_closed' | 'folder_new' | 'folder_opened' | 'format_bold' | 'format_italic' | 'format_list_bulleted' | 'format_list_numbered' | 'format_underlined' | 'fullscreen' | 'help' | 'home' | 'http' | 'image' | 'insert_link' | 'intent_library' | 'intent_match' | 'lock' | 'logout' | 'mail' | 'menu' | 'message' | 'message_center' | 'minus' | 'more_vert' | 'movie' | 'my_bots' | 'orgs' | 'plus' | 'radiobutton_checked' | 'radiobutton_unchecked' | 'remove_filled' | 'remove_outlined' | 'restore' | 'search' | 'settings' | 'stats' | 'storage' | 'support_agents' | 'tooltip' | 'trash' | 'trash_empty' | 'upload_file' | 'visibility_off' | 'visibility_on' | 'visitor_choice' | 'visitor_date' | 'visitor_input'; | ||
export declare type PredefinedColors = 'primary' | 'secondary' | 'success' | 'warning' | 'error' | 'default'; | ||
@@ -3,0 +3,0 @@ export declare type Color = PredefinedColors; |
{ | ||
"name": "@ebot7/edem", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"main": "dist/index.cjs.js", | ||
@@ -70,3 +70,3 @@ "module": "dist/index.js", | ||
}, | ||
"gitHead": "d628dc0f60637a8298f551fcd2a6612dc1280d97" | ||
"gitHead": "53488d05a67cb0631ce1d868cab5fffd1bae1df8" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1460470
324
30172
40