ontotext-yasgui-web-component 1.4.4 → 1.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/confirmation-dialog_10.cjs.entry.js +2 -0
- package/dist/collection/components/ontotext-tooltip-web-component/ontotext-tooltip-web-component.js +2 -0
- package/dist/components/ontotext-tooltip-web-component.js +2 -0
- package/dist/esm/confirmation-dialog_10.entry.js +2 -0
- package/dist/ontotext-yasgui-web-component/ontotext-yasgui-web-component.esm.js +1 -1
- package/dist/ontotext-yasgui-web-component/{p-1110526f.entry.js → p-9e570092.entry.js} +1 -1
- package/package.json +1 -1
|
@@ -8929,6 +8929,7 @@ tippy.setDefaultProps({
|
|
|
8929
8929
|
|
|
8930
8930
|
const ontotextTooltipWebComponentCss = ".tippy-box{background-color:#003663;border-radius:0}.tippy-arrow{color:#003663}";
|
|
8931
8931
|
|
|
8932
|
+
const TOOLTIP_CLASS_NAME = 'ontotext-yasgui-tooltip';
|
|
8932
8933
|
const OntotextTooltipWebComponent = class {
|
|
8933
8934
|
constructor(hostRef) {
|
|
8934
8935
|
index.registerInstance(this, hostRef);
|
|
@@ -8979,6 +8980,7 @@ const OntotextTooltipWebComponent = class {
|
|
|
8979
8980
|
onHide: () => document.querySelectorAll('.jfk-tooltip').forEach(popper => popper.classList.remove('hidden'))
|
|
8980
8981
|
};
|
|
8981
8982
|
this.tooltip = tippy(this.el, options);
|
|
8983
|
+
this.tooltip.popper.classList.add(TOOLTIP_CLASS_NAME);
|
|
8982
8984
|
this.showFunction = this.createShowFunction(this.tooltip);
|
|
8983
8985
|
this.hideFunction = this.createHideFunction(this.tooltip);
|
|
8984
8986
|
this.el.addEventListener('mouseover', this.showFunction);
|
package/dist/collection/components/ontotext-tooltip-web-component/ontotext-tooltip-web-component.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { h, Host } from '@stencil/core';
|
|
2
2
|
import tippy from 'tippy.js';
|
|
3
|
+
const TOOLTIP_CLASS_NAME = 'ontotext-yasgui-tooltip';
|
|
3
4
|
export class OntotextTooltipWebComponent {
|
|
4
5
|
constructor() {
|
|
5
6
|
this.dataTooltip = undefined;
|
|
@@ -49,6 +50,7 @@ export class OntotextTooltipWebComponent {
|
|
|
49
50
|
onHide: () => document.querySelectorAll('.jfk-tooltip').forEach(popper => popper.classList.remove('hidden'))
|
|
50
51
|
};
|
|
51
52
|
this.tooltip = tippy(this.el, options);
|
|
53
|
+
this.tooltip.popper.classList.add(TOOLTIP_CLASS_NAME);
|
|
52
54
|
this.showFunction = this.createShowFunction(this.tooltip);
|
|
53
55
|
this.hideFunction = this.createHideFunction(this.tooltip);
|
|
54
56
|
this.el.addEventListener('mouseover', this.showFunction);
|
|
@@ -3305,6 +3305,7 @@ tippy.setDefaultProps({
|
|
|
3305
3305
|
|
|
3306
3306
|
const ontotextTooltipWebComponentCss = ".tippy-box{background-color:#003663;border-radius:0}.tippy-arrow{color:#003663}";
|
|
3307
3307
|
|
|
3308
|
+
const TOOLTIP_CLASS_NAME = 'ontotext-yasgui-tooltip';
|
|
3308
3309
|
const OntotextTooltipWebComponent = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement$1 {
|
|
3309
3310
|
constructor() {
|
|
3310
3311
|
super();
|
|
@@ -3356,6 +3357,7 @@ const OntotextTooltipWebComponent = /*@__PURE__*/ proxyCustomElement(class exten
|
|
|
3356
3357
|
onHide: () => document.querySelectorAll('.jfk-tooltip').forEach(popper => popper.classList.remove('hidden'))
|
|
3357
3358
|
};
|
|
3358
3359
|
this.tooltip = tippy(this.el, options);
|
|
3360
|
+
this.tooltip.popper.classList.add(TOOLTIP_CLASS_NAME);
|
|
3359
3361
|
this.showFunction = this.createShowFunction(this.tooltip);
|
|
3360
3362
|
this.hideFunction = this.createHideFunction(this.tooltip);
|
|
3361
3363
|
this.el.addEventListener('mouseover', this.showFunction);
|
|
@@ -8925,6 +8925,7 @@ tippy.setDefaultProps({
|
|
|
8925
8925
|
|
|
8926
8926
|
const ontotextTooltipWebComponentCss = ".tippy-box{background-color:#003663;border-radius:0}.tippy-arrow{color:#003663}";
|
|
8927
8927
|
|
|
8928
|
+
const TOOLTIP_CLASS_NAME = 'ontotext-yasgui-tooltip';
|
|
8928
8929
|
const OntotextTooltipWebComponent = class {
|
|
8929
8930
|
constructor(hostRef) {
|
|
8930
8931
|
registerInstance(this, hostRef);
|
|
@@ -8975,6 +8976,7 @@ const OntotextTooltipWebComponent = class {
|
|
|
8975
8976
|
onHide: () => document.querySelectorAll('.jfk-tooltip').forEach(popper => popper.classList.remove('hidden'))
|
|
8976
8977
|
};
|
|
8977
8978
|
this.tooltip = tippy(this.el, options);
|
|
8979
|
+
this.tooltip.popper.classList.add(TOOLTIP_CLASS_NAME);
|
|
8978
8980
|
this.showFunction = this.createShowFunction(this.tooltip);
|
|
8979
8981
|
this.hideFunction = this.createHideFunction(this.tooltip);
|
|
8980
8982
|
this.el.addEventListener('mouseover', this.showFunction);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,b as n}from"./p-d36e124b.js";(()=>{const n=import.meta.url,o={};return""!==n&&(o.resourcesUrl=new URL(".",n).href),e(o)})().then((e=>n([["p-8150acce",[[0,"ontotext-download-as",{translationService:[16],nameLabelKey:[1,"name-label-key"],tooltipLabelKey:[1,"tooltip-label-key"],items:[16],pluginName:[1,"plugin-name"],query:[1],infer:[4],sameAs:[4,"same-as"]}]]],["p-88902210",[[0,"alert-box",{type:[1],message:[1],noIcon:[4,"no-icon"],noButton:[4,"no-button"],isVisible:[32]}]]],["p-46ee75de",[[0,"copy-resource-link-button",{uri:[1],classes:[1]}]]],["p-c2cd01f4",[[1,"loader-component",{timeFormattingService:[16],showQueryProgress:[4,"show-query-progress"],message:[1],additionalMessage:[1,"additional-message"],size:[1],hidden:[4],queryProgress:[32]}]]],["p-aeefa813",[[0,"ontotext-editable-text-field",{value:[1025],edit:[1028],translationService:[16]},[[8,"click","handleClickOutside"],[4,"keydown","keydownListener"]]]]],["p-b92d2c54",[[0,"ontotext-pagination",{pageNumber:[2,"page-number"],pageSize:[2,"page-size"],totalElements:[2,"total-elements"],pageElements:[2,"page-elements"],hasMorePages:[4,"has-more-pages"]}]]],["p-7b33aea1",[[0,"query-split-button",{yasqe:[8],translationService:[16],eventService:[16],querySplitOpen:[32]},[[10,"click","onWindowClick"],[11,"scroll","onWindowScroll"],[8,"keydown","onKeyDown"],[9,"resize","onWindowResize"]]]]],["p-
|
|
1
|
+
import{p as e,b as n}from"./p-d36e124b.js";(()=>{const n=import.meta.url,o={};return""!==n&&(o.resourcesUrl=new URL(".",n).href),e(o)})().then((e=>n([["p-8150acce",[[0,"ontotext-download-as",{translationService:[16],nameLabelKey:[1,"name-label-key"],tooltipLabelKey:[1,"tooltip-label-key"],items:[16],pluginName:[1,"plugin-name"],query:[1],infer:[4],sameAs:[4,"same-as"]}]]],["p-88902210",[[0,"alert-box",{type:[1],message:[1],noIcon:[4,"no-icon"],noButton:[4,"no-button"],isVisible:[32]}]]],["p-46ee75de",[[0,"copy-resource-link-button",{uri:[1],classes:[1]}]]],["p-c2cd01f4",[[1,"loader-component",{timeFormattingService:[16],showQueryProgress:[4,"show-query-progress"],message:[1],additionalMessage:[1,"additional-message"],size:[1],hidden:[4],queryProgress:[32]}]]],["p-aeefa813",[[0,"ontotext-editable-text-field",{value:[1025],edit:[1028],translationService:[16]},[[8,"click","handleClickOutside"],[4,"keydown","keydownListener"]]]]],["p-b92d2c54",[[0,"ontotext-pagination",{pageNumber:[2,"page-number"],pageSize:[2,"page-size"],totalElements:[2,"total-elements"],pageElements:[2,"page-elements"],hasMorePages:[4,"has-more-pages"]}]]],["p-7b33aea1",[[0,"query-split-button",{yasqe:[8],translationService:[16],eventService:[16],querySplitOpen:[32]},[[10,"click","onWindowClick"],[11,"scroll","onWindowScroll"],[8,"keydown","onKeyDown"],[9,"resize","onWindowResize"]]]]],["p-9e570092",[[0,"ontotext-yasgui",{config:[16],language:[1],savedQueryConfig:[16],saveQueryData:[32],savedQueryData:[32],deleteQueryData:[32],isVerticalOrientation:[32],renderingMode:[32],showSaveQueryDialog:[32],showSavedQueriesPopup:[32],showSavedQueriesPopupTarget:[32],showConfirmationDialog:[32],showShareQueryDialog:[32],showCopyResourceLinkDialog:[32],copiedResourceLink:[32],loaderMessage:[32],additionalLoaderMessage:[32],yasqeBtnLabel:[32],yasguiBtnLabel:[32],yasrBtnLabel:[32],showKeyboardShortcutsDialog:[32],changeRenderMode:[64],setQuery:[64],query:[64],getQuery:[64],isQueryValid:[64],openTab:[64],getQueryMode:[64],getQueryType:[64],getEmbeddedResultAsJson:[64],getEmbeddedResultAsCSV:[64],hideYasqeActionButton:[64],showYasqeActionButton:[64],getOngoingRequestsInfo:[64],abortQuery:[64],abortAllRequests:[64],reInitYasgui:[64],isQueryDirty:[64]},[[9,"resize","onResize"],[8,"beforeunload","onBeforeunloadHandler"],[0,"internalCreateSavedQueryEvent","saveQueryHandler"],[0,"internalSaveQueryEvent","createSavedQueryHandler"],[0,"internalUpdateQueryEvent","updateSavedQueryHandler"],[0,"internalSaveQueryDialogClosedEvent","closeSaveDialogHandler"],[0,"internalShowSavedQueriesEvent","showSavedQueriesHandler"],[0,"internalSaveQuerySelectedEvent","savedQuerySelectedHandler"],[0,"internalEditSavedQueryEvent","editSavedQueryHandler"],[0,"internalSavedQuerySelectedForDeleteEvent","savedQuerySelectedForEditHandler"],[0,"internalConfirmationApprovedEvent","deleteSavedQueryHandler"],[0,"internalConfirmationRejectedEvent","closeSavedQueryDeleteConfirmationHandler"],[0,"internalCloseSavedQueriesPopupEvent","closeSavedQueriesPopupHandler"],[0,"internalSavedQuerySelectedForShareEvent","savedQuerySelectedForShareHandler"],[0,"internalShareQueryEvent","shareQueryHandler"],[0,"internalExplainQueryEvent","explainQueryHandler"],[0,"internalYasqeDropdownActionSelected","onYasqeDropdownActionSelected"],[0,"internalQueryShareLinkCopiedEvent","savedQueryShareLinkCopiedHandler"],[0,"internalShareQueryDialogClosedEvent","closeShareQueryDialogHandler"],[0,"internalResourceLinkDialogClosedEvent","resourceLinkDialogClosedHandler"],[0,"internalResourceLinkCopiedEvent","resourceLinkCopiedHandler"],[0,"internalShowResourceCopyLinkDialogEvent","showResourceCopyLinkDialogHandler"],[0,"internalDownloadAsEvent","onDownloadAsEventHandler"],[0,"internalNotificationMessageEvent","notificationMessageHandler"],[0,"internalQueryEvent","onQuery"],[0,"internalQueryExecuted","onInternalQueryExecuted"],[0,"internalCountQueryEvent","onCountQuery"],[0,"internalCountQueryResponseEvent","onCountQueryResponse"],[0,"internalRequestAbortedEvent","onQueryAborted"],[0,"internalKeyboardShortcutsClickedEvent","onShortcutsOpenEvent"]]],[0,"copy-resource-link-dialog",{serviceFactory:[16],resourceLink:[1,"resource-link"]}],[0,"share-query-dialog",{config:[16],serviceFactory:[16]}],[0,"keyboard-shortcuts-dialog",{open:[4],items:[16],translationService:[16]},[[8,"keydown","keydownListener"]]],[0,"save-query-dialog",{serviceFactory:[16],data:[16],queryName:[32],originalQueryName:[32],query:[32],isPublic:[32],isNew:[32],isSaveAllowed:[32]},[[8,"keydown","keydownListener"]]],[0,"confirmation-dialog",{translationService:[16],config:[16]},[[8,"keydown","keydownListener"]]],[0,"saved-queries-popup",{config:[16],serviceFactory:[16]},[[8,"click","onWindowResize"],[8,"keydown","keydownListener"]]],[0,"copy-link-dialog",{config:[16],serviceFactory:[16],copyLinkEventsObserver:[16],classes:[1]}],[4,"yasgui-tooltip",{dataTooltip:[1,"data-tooltip"],placement:[1],showOnClick:[4,"show-on-click"]}],[4,"ontotext-dialog-web-component",{config:[16]},[[4,"keydown","keydownListener"]]]]],["p-06db5d7c",[[0,"ontotext-dropdown",{translationService:[16],nameLabelKey:[1,"name-label-key"],tooltipLabelKey:[1,"tooltip-label-key"],items:[16],iconClass:[1,"icon-class"],open:[32],showTooltip:[32]},[[8,"keydown","keydownListener"],[8,"click","mouseClickListener"]]]]]],e)));
|