@syntrologie/adapt-nav 2.14.0 → 2.15.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/dist/NavWidgetLit.d.ts +56 -0
- package/dist/NavWidgetLit.d.ts.map +1 -0
- package/dist/NavWidgetLit.js +495 -0
- package/dist/NavWidgetLit.test.d.ts +8 -0
- package/dist/NavWidgetLit.test.d.ts.map +1 -0
- package/dist/NavWidgetLit.test.js +199 -0
- package/dist/editor-lit.d.ts +49 -0
- package/dist/editor-lit.d.ts.map +1 -0
- package/dist/editor-lit.js +319 -0
- package/dist/runtime-lit.d.ts +108 -0
- package/dist/runtime-lit.d.ts.map +1 -0
- package/dist/runtime-lit.js +241 -0
- package/dist/runtime.d.ts +15 -3
- package/dist/runtime.d.ts.map +1 -1
- package/dist/runtime.js +29 -0
- package/dist/schema.d.ts +84 -84
- package/dist/schema.d.ts.map +1 -1
- package/node_modules/@syntro/design-system/dist/tokens/index.d.ts +2 -0
- package/node_modules/@syntro/design-system/dist/tokens/index.d.ts.map +1 -1
- package/node_modules/@syntro/design-system/dist/tokens/index.js +2 -0
- package/node_modules/@syntro/design-system/dist/tokens/panel-shell.d.ts +93 -0
- package/node_modules/@syntro/design-system/dist/tokens/panel-shell.d.ts.map +1 -0
- package/node_modules/@syntro/design-system/dist/tokens/panel-shell.js +72 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/AnchorPickerLit.d.ts +84 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/AnchorPickerLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/AnchorPickerLit.js +323 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/BeforeAfterToggleLit.d.ts +25 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/BeforeAfterToggleLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/BeforeAfterToggleLit.js +55 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/ConditionStatusLineLit.d.ts +33 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/ConditionStatusLineLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/ConditionStatusLineLit.js +118 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/DetectionBadgeLit.d.ts +32 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/DetectionBadgeLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/DetectionBadgeLit.js +68 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/DismissedSectionLit.d.ts +34 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/DismissedSectionLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/DismissedSectionLit.js +57 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditBackButtonLit.d.ts +13 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditBackButtonLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditBackButtonLit.js +31 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorBodyLit.d.ts +7 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorBodyLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorBodyLit.js +15 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorCardLit.d.ts +36 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorCardLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorCardLit.js +102 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorFooterLit.d.ts +20 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorFooterLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorFooterLit.js +48 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorHeaderLit.d.ts +16 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorHeaderLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorHeaderLit.js +25 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorInputLit.d.ts +66 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorInputLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorInputLit.js +87 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorLayoutLit.d.ts +7 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorLayoutLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorLayoutLit.js +15 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorPanelShell.d.ts.map +1 -1
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorPanelShell.js +28 -17
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorPanelShellLit.d.ts +66 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorPanelShellLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorPanelShellLit.js +528 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorSelectLit.d.ts +41 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorSelectLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorSelectLit.js +63 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorTextareaLit.d.ts +55 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorTextareaLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorTextareaLit.js +92 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/ElementHighlightLit.d.ts +90 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/ElementHighlightLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/ElementHighlightLit.js +242 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EmptyStateLit.d.ts +12 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EmptyStateLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EmptyStateLit.js +21 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/GroupHeaderLit.d.ts +21 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/GroupHeaderLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/GroupHeaderLit.js +33 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/TriggerJourneyLit.d.ts +28 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/TriggerJourneyLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/TriggerJourneyLit.js +121 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/controllers/PanelShellController.d.ts +110 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/controllers/PanelShellController.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/controllers/PanelShellController.js +476 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/index.d.ts +2 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/index.d.ts.map +1 -1
- package/node_modules/@syntrologie/shared-editor-ui/dist/index.js +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/lit-elements.d.ts +15 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/lit-elements.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/lit-elements.js +14 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/utils/elementChainRecommender.d.ts +0 -4
- package/node_modules/@syntrologie/shared-editor-ui/dist/utils/elementChainRecommender.d.ts.map +1 -1
- package/node_modules/@syntrologie/shared-editor-ui/dist/utils/elementChainRecommender.js +17 -1
- package/node_modules/@syntrologie/shared-editor-ui/package.json +9 -1
- package/package.json +12 -1
|
@@ -0,0 +1,323 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AnchorPickerLit — Shared Element Picker Overlay (Lit web component).
|
|
3
|
+
*
|
|
4
|
+
* Full-page overlay that lets the user hover and click to select a DOM element.
|
|
5
|
+
* Returns the element, its CSS selector, and a human-readable description
|
|
6
|
+
* via custom events.
|
|
7
|
+
*
|
|
8
|
+
* The overlay is rendered into a portal div appended to document.body, NOT
|
|
9
|
+
* into the component's own render root. This is necessary because the editor
|
|
10
|
+
* panel applies `backdrop-filter: blur(...)` which, in Chrome, creates a new
|
|
11
|
+
* containing block for `position: fixed` descendants. Without the portal, the
|
|
12
|
+
* highlight box coordinates (from getBoundingClientRect, which are viewport-
|
|
13
|
+
* relative) would be interpreted relative to the panel, causing the highlight
|
|
14
|
+
* to appear far off from the actual hovered element.
|
|
15
|
+
*
|
|
16
|
+
* Lit port of AnchorPicker.tsx — preserves all behavior including:
|
|
17
|
+
* - Mouse tracking with elementFromPoint detection
|
|
18
|
+
* - Passthrough click mode for PostHog integration
|
|
19
|
+
* - Element highlight with info tooltip
|
|
20
|
+
* - Escape key cancellation
|
|
21
|
+
* - Exclude selector filtering
|
|
22
|
+
*/
|
|
23
|
+
import { colors } from '@syntro/design-system';
|
|
24
|
+
import { html, LitElement, render as litRender, nothing } from 'lit';
|
|
25
|
+
import { styleMap } from 'lit/directives/style-map.js';
|
|
26
|
+
import { generateSelector, getElementDescription, validateSelector, } from '../utils/selectorGenerator';
|
|
27
|
+
// =============================================================================
|
|
28
|
+
// Constants
|
|
29
|
+
// =============================================================================
|
|
30
|
+
const HIGHLIGHT_COLOR = colors.blue[4];
|
|
31
|
+
// rgba triple matches colors.blue[4] (#1969fe → 25, 105, 254) at 10% alpha.
|
|
32
|
+
const HIGHLIGHT_BG = 'rgba(25, 105, 254, 0.1)';
|
|
33
|
+
const DEFAULT_EXCLUDE_SELECTOR = '[data-syntro-editor-panel], [data-shadow-canvas-id], .syntro-tooltip, .syntro-modal, .syntro-highlight, [data-syntro-anchor-picker]';
|
|
34
|
+
// =============================================================================
|
|
35
|
+
// Component
|
|
36
|
+
// =============================================================================
|
|
37
|
+
export class AnchorPickerLit extends LitElement {
|
|
38
|
+
constructor() {
|
|
39
|
+
super(...arguments);
|
|
40
|
+
this.isActive = false;
|
|
41
|
+
this.passthroughClicks = false;
|
|
42
|
+
this.excludeSelector = DEFAULT_EXCLUDE_SELECTOR;
|
|
43
|
+
// Internal state
|
|
44
|
+
this._hoveredElement = null;
|
|
45
|
+
this._hoveredSelector = '';
|
|
46
|
+
// DOM ref for the overlay (lives in _portalDiv, not in this element)
|
|
47
|
+
this._overlayEl = null;
|
|
48
|
+
// Portal div appended to document.body to escape backdrop-filter containing block
|
|
49
|
+
this._portalDiv = null;
|
|
50
|
+
this._handleMouseMove = (e) => {
|
|
51
|
+
const overlay = this._overlayEl;
|
|
52
|
+
const shadowHost = this._getShadowHost();
|
|
53
|
+
// In passthrough mode the overlay is already pointerEvents:'none',
|
|
54
|
+
// so elementFromPoint can see through it -- no toggle needed.
|
|
55
|
+
// In non-passthrough mode, temporarily disable to detect elements underneath.
|
|
56
|
+
if (overlay && !this.passthroughClicks) {
|
|
57
|
+
overlay.style.pointerEvents = 'none';
|
|
58
|
+
}
|
|
59
|
+
// If we're inside a shadow root, temporarily hide the host so
|
|
60
|
+
// elementFromPoint can reach the host page underneath. `pointer-events`
|
|
61
|
+
// doesn't work here because any fixed-position descendant inside the
|
|
62
|
+
// shadow tree with pointer-events:auto (e.g. a canvas overlay) causes
|
|
63
|
+
// elementFromPoint to return the shadow host regardless of what the
|
|
64
|
+
// host's own pointer-events is. `visibility:hidden` removes the entire
|
|
65
|
+
// subtree from hit-testing without triggering layout reflow.
|
|
66
|
+
const prevHostVis = shadowHost?.style.visibility;
|
|
67
|
+
if (shadowHost)
|
|
68
|
+
shadowHost.style.visibility = 'hidden';
|
|
69
|
+
const elementAtPoint = document.elementFromPoint(e.clientX, e.clientY);
|
|
70
|
+
if (shadowHost)
|
|
71
|
+
shadowHost.style.visibility = prevHostVis ?? '';
|
|
72
|
+
if (overlay && !this.passthroughClicks) {
|
|
73
|
+
overlay.style.pointerEvents = 'auto';
|
|
74
|
+
}
|
|
75
|
+
if (!elementAtPoint) {
|
|
76
|
+
this._hoveredElement = null;
|
|
77
|
+
this._hoveredSelector = '';
|
|
78
|
+
return;
|
|
79
|
+
}
|
|
80
|
+
if (this.excludeSelector && elementAtPoint.closest(this.excludeSelector)) {
|
|
81
|
+
this._hoveredElement = null;
|
|
82
|
+
this._hoveredSelector = '';
|
|
83
|
+
return;
|
|
84
|
+
}
|
|
85
|
+
if (['HTML', 'BODY', 'HEAD'].includes(elementAtPoint.tagName)) {
|
|
86
|
+
this._hoveredElement = null;
|
|
87
|
+
this._hoveredSelector = '';
|
|
88
|
+
return;
|
|
89
|
+
}
|
|
90
|
+
this._hoveredElement = elementAtPoint;
|
|
91
|
+
this._hoveredSelector = generateSelector(elementAtPoint);
|
|
92
|
+
};
|
|
93
|
+
this._handleClick = (e) => {
|
|
94
|
+
if (this.passthroughClicks)
|
|
95
|
+
return; // Let click propagate to PostHog
|
|
96
|
+
e.preventDefault();
|
|
97
|
+
e.stopPropagation();
|
|
98
|
+
if (this._hoveredElement && this._hoveredSelector) {
|
|
99
|
+
let selector = this._hoveredSelector;
|
|
100
|
+
if (!validateSelector(selector, this._hoveredElement)) {
|
|
101
|
+
selector = generateSelector(this._hoveredElement);
|
|
102
|
+
}
|
|
103
|
+
this.dispatchEvent(new CustomEvent('pick', {
|
|
104
|
+
detail: {
|
|
105
|
+
element: this._hoveredElement,
|
|
106
|
+
selector,
|
|
107
|
+
description: getElementDescription(this._hoveredElement),
|
|
108
|
+
},
|
|
109
|
+
bubbles: true,
|
|
110
|
+
composed: true,
|
|
111
|
+
}));
|
|
112
|
+
}
|
|
113
|
+
};
|
|
114
|
+
this._handleKeyDown = (e) => {
|
|
115
|
+
if (e.key === 'Escape') {
|
|
116
|
+
e.preventDefault();
|
|
117
|
+
this.dispatchEvent(new CustomEvent('cancel', {
|
|
118
|
+
bubbles: true,
|
|
119
|
+
composed: true,
|
|
120
|
+
}));
|
|
121
|
+
}
|
|
122
|
+
};
|
|
123
|
+
}
|
|
124
|
+
// No _bound* wrappers needed — methods are arrow class fields
|
|
125
|
+
createRenderRoot() {
|
|
126
|
+
return this;
|
|
127
|
+
}
|
|
128
|
+
connectedCallback() {
|
|
129
|
+
super.connectedCallback();
|
|
130
|
+
if (this.isActive) {
|
|
131
|
+
this._attachDocumentListeners();
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
disconnectedCallback() {
|
|
135
|
+
super.disconnectedCallback();
|
|
136
|
+
this._detachDocumentListeners();
|
|
137
|
+
this._destroyPortal();
|
|
138
|
+
}
|
|
139
|
+
updated(changed) {
|
|
140
|
+
if (changed.has('isActive')) {
|
|
141
|
+
if (this.isActive) {
|
|
142
|
+
this._attachDocumentListeners();
|
|
143
|
+
}
|
|
144
|
+
else {
|
|
145
|
+
this._detachDocumentListeners();
|
|
146
|
+
this._hoveredElement = null;
|
|
147
|
+
this._hoveredSelector = '';
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
// Sync portal on every state change (active/hover/selector all affect portal content)
|
|
151
|
+
this._syncPortal();
|
|
152
|
+
}
|
|
153
|
+
// ---- PORTAL MANAGEMENT ----
|
|
154
|
+
/**
|
|
155
|
+
* Create or update the body-level portal div.
|
|
156
|
+
* Rendering into document.body ensures position:fixed coordinates are
|
|
157
|
+
* relative to the viewport, not an ancestor with backdrop-filter.
|
|
158
|
+
*/
|
|
159
|
+
_syncPortal() {
|
|
160
|
+
if (!this.isActive) {
|
|
161
|
+
this._destroyPortal();
|
|
162
|
+
return;
|
|
163
|
+
}
|
|
164
|
+
if (!this._portalDiv) {
|
|
165
|
+
this._portalDiv = document.createElement('div');
|
|
166
|
+
this._portalDiv.setAttribute('data-syntro-anchor-picker-container', '');
|
|
167
|
+
document.body.appendChild(this._portalDiv);
|
|
168
|
+
}
|
|
169
|
+
litRender(this._overlayTemplate(), this._portalDiv);
|
|
170
|
+
this._overlayEl = this._portalDiv.querySelector('[data-syntro-anchor-picker]');
|
|
171
|
+
}
|
|
172
|
+
_destroyPortal() {
|
|
173
|
+
if (this._portalDiv) {
|
|
174
|
+
litRender(nothing, this._portalDiv);
|
|
175
|
+
this._portalDiv.remove();
|
|
176
|
+
this._portalDiv = null;
|
|
177
|
+
this._overlayEl = null;
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
// ---- DOCUMENT LISTENERS ----
|
|
181
|
+
_attachDocumentListeners() {
|
|
182
|
+
document.addEventListener('mousemove', this._handleMouseMove, true);
|
|
183
|
+
if (!this.passthroughClicks) {
|
|
184
|
+
document.addEventListener('click', this._handleClick, true);
|
|
185
|
+
}
|
|
186
|
+
document.addEventListener('keydown', this._handleKeyDown, true);
|
|
187
|
+
}
|
|
188
|
+
_detachDocumentListeners() {
|
|
189
|
+
document.removeEventListener('mousemove', this._handleMouseMove, true);
|
|
190
|
+
document.removeEventListener('click', this._handleClick, true);
|
|
191
|
+
document.removeEventListener('keydown', this._handleKeyDown, true);
|
|
192
|
+
}
|
|
193
|
+
// ---- EVENT HANDLERS ----
|
|
194
|
+
/**
|
|
195
|
+
* Resolve the shadow host this picker lives inside, if any. When the picker
|
|
196
|
+
* is mounted inside a shadow root (e.g. the editor SDK mounts inside
|
|
197
|
+
* `<smart-canvas>`'s shadow), `document.elementFromPoint` returns the shadow
|
|
198
|
+
* *host*, not the host page element beneath. Temporarily disabling pointer
|
|
199
|
+
* events on the host lets hit-testing fall through to the host page.
|
|
200
|
+
*/
|
|
201
|
+
_getShadowHost() {
|
|
202
|
+
const root = this.getRootNode();
|
|
203
|
+
if (root instanceof ShadowRoot)
|
|
204
|
+
return root.host;
|
|
205
|
+
return null;
|
|
206
|
+
}
|
|
207
|
+
// ---- RENDER ----
|
|
208
|
+
// The component itself renders nothing — all overlay HTML lives in _portalDiv
|
|
209
|
+
// (a div appended to document.body), managed by _syncPortal().
|
|
210
|
+
render() {
|
|
211
|
+
return nothing;
|
|
212
|
+
}
|
|
213
|
+
_overlayTemplate() {
|
|
214
|
+
if (!this.isActive)
|
|
215
|
+
return nothing;
|
|
216
|
+
const hovered = this._hoveredElement;
|
|
217
|
+
const rect = hovered?.getBoundingClientRect() ?? null;
|
|
218
|
+
return html `
|
|
219
|
+
<div
|
|
220
|
+
data-syntro-anchor-picker
|
|
221
|
+
style=${styleMap({
|
|
222
|
+
position: 'fixed',
|
|
223
|
+
inset: '0',
|
|
224
|
+
cursor: 'crosshair',
|
|
225
|
+
zIndex: '2147483644',
|
|
226
|
+
pointerEvents: this.passthroughClicks ? 'none' : 'auto',
|
|
227
|
+
})}
|
|
228
|
+
>
|
|
229
|
+
<!-- Semi-transparent overlay -->
|
|
230
|
+
<div
|
|
231
|
+
style=${styleMap({
|
|
232
|
+
position: 'absolute',
|
|
233
|
+
inset: '0',
|
|
234
|
+
background: 'rgba(0, 0, 0, 0.08)',
|
|
235
|
+
pointerEvents: 'none',
|
|
236
|
+
})}
|
|
237
|
+
></div>
|
|
238
|
+
|
|
239
|
+
<!-- Element highlight -->
|
|
240
|
+
${hovered && rect
|
|
241
|
+
? html `<div
|
|
242
|
+
style=${styleMap({
|
|
243
|
+
position: 'fixed',
|
|
244
|
+
left: `${rect.left - 2}px`,
|
|
245
|
+
top: `${rect.top - 2}px`,
|
|
246
|
+
width: `${rect.width + 4}px`,
|
|
247
|
+
height: `${rect.height + 4}px`,
|
|
248
|
+
border: `2px solid ${HIGHLIGHT_COLOR}`,
|
|
249
|
+
backgroundColor: HIGHLIGHT_BG,
|
|
250
|
+
borderRadius: '4px',
|
|
251
|
+
boxShadow: '0 0 0 9999px rgba(0, 0, 0, 0.2)',
|
|
252
|
+
pointerEvents: 'none',
|
|
253
|
+
transition: 'all 0.1s ease-out',
|
|
254
|
+
})}
|
|
255
|
+
></div>`
|
|
256
|
+
: nothing}
|
|
257
|
+
|
|
258
|
+
<!-- Element info tooltip near hovered element -->
|
|
259
|
+
${hovered && rect
|
|
260
|
+
? html `<div
|
|
261
|
+
class="se-text-xs"
|
|
262
|
+
style=${styleMap({
|
|
263
|
+
position: 'fixed',
|
|
264
|
+
left: `${Math.max(8, Math.min(rect.left, window.innerWidth - 320))}px`,
|
|
265
|
+
top: `${Math.max(8, rect.top - 68)}px`,
|
|
266
|
+
backgroundColor: colors.slateGrey[3],
|
|
267
|
+
color: colors.slateGrey[11],
|
|
268
|
+
padding: '8px 12px',
|
|
269
|
+
borderRadius: '6px',
|
|
270
|
+
boxShadow: '0 4px 12px rgba(0, 0, 0, 0.3)',
|
|
271
|
+
zIndex: '1',
|
|
272
|
+
fontFamily: 'monospace',
|
|
273
|
+
maxWidth: '300px',
|
|
274
|
+
pointerEvents: 'none',
|
|
275
|
+
})}
|
|
276
|
+
>
|
|
277
|
+
<div
|
|
278
|
+
class="se-text-xs"
|
|
279
|
+
style=${styleMap({
|
|
280
|
+
textTransform: 'uppercase',
|
|
281
|
+
letterSpacing: '0.05em',
|
|
282
|
+
marginBottom: '4px',
|
|
283
|
+
color: colors.slateGrey[9],
|
|
284
|
+
})}
|
|
285
|
+
>
|
|
286
|
+
Click to select
|
|
287
|
+
</div>
|
|
288
|
+
<div
|
|
289
|
+
style=${styleMap({
|
|
290
|
+
color: colors.blue[5],
|
|
291
|
+
overflow: 'hidden',
|
|
292
|
+
textOverflow: 'ellipsis',
|
|
293
|
+
whiteSpace: 'nowrap',
|
|
294
|
+
})}
|
|
295
|
+
>
|
|
296
|
+
${this._hoveredSelector}
|
|
297
|
+
</div>
|
|
298
|
+
<div
|
|
299
|
+
style=${styleMap({
|
|
300
|
+
marginTop: '4px',
|
|
301
|
+
color: colors.slateGrey[10],
|
|
302
|
+
overflow: 'hidden',
|
|
303
|
+
textOverflow: 'ellipsis',
|
|
304
|
+
whiteSpace: 'nowrap',
|
|
305
|
+
})}
|
|
306
|
+
>
|
|
307
|
+
${getElementDescription(hovered)}
|
|
308
|
+
</div>
|
|
309
|
+
</div>`
|
|
310
|
+
: nothing}
|
|
311
|
+
</div>
|
|
312
|
+
`;
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
AnchorPickerLit.properties = {
|
|
316
|
+
isActive: { type: Boolean, attribute: 'is-active' },
|
|
317
|
+
passthroughClicks: { type: Boolean, attribute: 'passthrough-clicks' },
|
|
318
|
+
excludeSelector: { type: String, attribute: 'exclude-selector' },
|
|
319
|
+
// Internal reactive state (not attributes)
|
|
320
|
+
_hoveredElement: { state: true },
|
|
321
|
+
_hoveredSelector: { state: true },
|
|
322
|
+
};
|
|
323
|
+
customElements.define('se-anchor-picker', AnchorPickerLit);
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
/**
|
|
3
|
+
* BeforeAfterToggleLit — toggle switch between before/after states.
|
|
4
|
+
*
|
|
5
|
+
* Attributes:
|
|
6
|
+
* mode: 'before' | 'after'
|
|
7
|
+
*
|
|
8
|
+
* Events:
|
|
9
|
+
* toggle — CustomEvent<{ mode: 'before' | 'after' }>, bubbles, composed
|
|
10
|
+
*
|
|
11
|
+
* Usage:
|
|
12
|
+
* <se-before-after-toggle mode="before"></se-before-after-toggle>
|
|
13
|
+
*/
|
|
14
|
+
export declare class BeforeAfterToggleLit extends LitElement {
|
|
15
|
+
static properties: {
|
|
16
|
+
mode: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
mode: 'before' | 'after';
|
|
21
|
+
createRenderRoot(): this;
|
|
22
|
+
private _handleToggle;
|
|
23
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=BeforeAfterToggleLit.d.ts.map
|
package/node_modules/@syntrologie/shared-editor-ui/dist/components/BeforeAfterToggleLit.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BeforeAfterToggleLit.d.ts","sourceRoot":"","sources":["../../src/components/BeforeAfterToggleLit.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,UAAU,EAAE,MAAM,KAAK,CAAC;AAEvC;;;;;;;;;;;GAWG;AACH,qBAAa,oBAAqB,SAAQ,UAAU;IAClD,OAAgB,UAAU;;;;MAExB;IAEF,IAAI,EAAE,QAAQ,GAAG,OAAO,CAAY;IAE3B,gBAAgB;IAIzB,OAAO,CAAC,aAAa;IAWZ,MAAM;CAwBhB"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { html, LitElement } from 'lit';
|
|
2
|
+
/**
|
|
3
|
+
* BeforeAfterToggleLit — toggle switch between before/after states.
|
|
4
|
+
*
|
|
5
|
+
* Attributes:
|
|
6
|
+
* mode: 'before' | 'after'
|
|
7
|
+
*
|
|
8
|
+
* Events:
|
|
9
|
+
* toggle — CustomEvent<{ mode: 'before' | 'after' }>, bubbles, composed
|
|
10
|
+
*
|
|
11
|
+
* Usage:
|
|
12
|
+
* <se-before-after-toggle mode="before"></se-before-after-toggle>
|
|
13
|
+
*/
|
|
14
|
+
export class BeforeAfterToggleLit extends LitElement {
|
|
15
|
+
constructor() {
|
|
16
|
+
super(...arguments);
|
|
17
|
+
this.mode = 'before';
|
|
18
|
+
}
|
|
19
|
+
createRenderRoot() {
|
|
20
|
+
return this;
|
|
21
|
+
}
|
|
22
|
+
_handleToggle(value) {
|
|
23
|
+
this.mode = value;
|
|
24
|
+
this.dispatchEvent(new CustomEvent('toggle', {
|
|
25
|
+
detail: { mode: value },
|
|
26
|
+
bubbles: true,
|
|
27
|
+
composed: true,
|
|
28
|
+
}));
|
|
29
|
+
}
|
|
30
|
+
render() {
|
|
31
|
+
const beforeActive = this.mode === 'before';
|
|
32
|
+
const afterActive = this.mode === 'after';
|
|
33
|
+
const baseBtn = 'se-flex-1 se-py-1.5 se-px-3 se-border-none se-text-sm se-font-semibold se-cursor-pointer focus-visible:se-shadow-focus-primary focus-visible:se-outline-none';
|
|
34
|
+
const beforeClasses = `${baseBtn} ${beforeActive ? 'se-bg-blue-5/30 se-text-blue-5' : 'se-bg-transparent se-text-text-secondary'}`;
|
|
35
|
+
const afterClasses = `${baseBtn} se-border-l se-border-border-primary ${afterActive ? 'se-bg-blue-5/30 se-text-blue-5' : 'se-bg-transparent se-text-text-secondary'}`;
|
|
36
|
+
return html `
|
|
37
|
+
<div class="se-flex se-mb-3 se-rounded-lg se-overflow-hidden se-border se-border-border-primary">
|
|
38
|
+
<button
|
|
39
|
+
type="button"
|
|
40
|
+
class=${beforeClasses}
|
|
41
|
+
@click=${() => this._handleToggle('before')}
|
|
42
|
+
>Before</button>
|
|
43
|
+
<button
|
|
44
|
+
type="button"
|
|
45
|
+
class=${afterClasses}
|
|
46
|
+
@click=${() => this._handleToggle('after')}
|
|
47
|
+
>After</button>
|
|
48
|
+
</div>
|
|
49
|
+
`;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
BeforeAfterToggleLit.properties = {
|
|
53
|
+
mode: { type: String },
|
|
54
|
+
};
|
|
55
|
+
customElements.define('se-before-after-toggle', BeforeAfterToggleLit);
|
package/node_modules/@syntrologie/shared-editor-ui/dist/components/ConditionStatusLineLit.d.ts
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
import type { TriggerWhenStatus } from './ConditionStatusLine';
|
|
3
|
+
/**
|
|
4
|
+
* ConditionStatusLineLit — inline triggerWhen diagnostic on EditorCard.
|
|
5
|
+
*
|
|
6
|
+
* Shows a compact one-line status for items with triggerWhen conditions.
|
|
7
|
+
* Click to expand per-condition detail (multi-condition case).
|
|
8
|
+
*
|
|
9
|
+
* Attributes:
|
|
10
|
+
* status — JSON-serialized TriggerWhenStatus (set via property, not attribute)
|
|
11
|
+
*
|
|
12
|
+
* Usage:
|
|
13
|
+
* const el = document.createElement('se-condition-status-line');
|
|
14
|
+
* el.status = { visible: true, isFallback: false, conditions: [...] };
|
|
15
|
+
*/
|
|
16
|
+
export declare class ConditionStatusLineLit extends LitElement {
|
|
17
|
+
static properties: {
|
|
18
|
+
status: {
|
|
19
|
+
type: ObjectConstructor;
|
|
20
|
+
};
|
|
21
|
+
_expanded: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
state: boolean;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
status: TriggerWhenStatus | null;
|
|
27
|
+
private _expanded;
|
|
28
|
+
createRenderRoot(): this;
|
|
29
|
+
private _renderProgressBar;
|
|
30
|
+
private _renderConditionRow;
|
|
31
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=ConditionStatusLineLit.d.ts.map
|
package/node_modules/@syntrologie/shared-editor-ui/dist/components/ConditionStatusLineLit.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConditionStatusLineLit.d.ts","sourceRoot":"","sources":["../../src/components/ConditionStatusLineLit.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,UAAU,EAAE,MAAM,KAAK,CAAC;AACvC,OAAO,KAAK,EAAmB,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAEhF;;;;;;;;;;;;GAYG;AACH,qBAAa,sBAAuB,SAAQ,UAAU;IACpD,OAAgB,UAAU;;;;;;;;MAGxB;IAEF,MAAM,EAAE,iBAAiB,GAAG,IAAI,CAAQ;IACxC,OAAO,CAAC,SAAS,CAAS;IAEjB,gBAAgB;IAIzB,OAAO,CAAC,kBAAkB;IAgB1B,OAAO,CAAC,mBAAmB;IAwBlB,MAAM;CA+DhB"}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import { html, LitElement } from 'lit';
|
|
2
|
+
/**
|
|
3
|
+
* ConditionStatusLineLit — inline triggerWhen diagnostic on EditorCard.
|
|
4
|
+
*
|
|
5
|
+
* Shows a compact one-line status for items with triggerWhen conditions.
|
|
6
|
+
* Click to expand per-condition detail (multi-condition case).
|
|
7
|
+
*
|
|
8
|
+
* Attributes:
|
|
9
|
+
* status — JSON-serialized TriggerWhenStatus (set via property, not attribute)
|
|
10
|
+
*
|
|
11
|
+
* Usage:
|
|
12
|
+
* const el = document.createElement('se-condition-status-line');
|
|
13
|
+
* el.status = { visible: true, isFallback: false, conditions: [...] };
|
|
14
|
+
*/
|
|
15
|
+
export class ConditionStatusLineLit extends LitElement {
|
|
16
|
+
constructor() {
|
|
17
|
+
super(...arguments);
|
|
18
|
+
this.status = null;
|
|
19
|
+
this._expanded = false;
|
|
20
|
+
}
|
|
21
|
+
createRenderRoot() {
|
|
22
|
+
return this;
|
|
23
|
+
}
|
|
24
|
+
_renderProgressBar(current, target) {
|
|
25
|
+
const pct = Math.min(100, Math.round((current / Math.max(target, 1)) * 100));
|
|
26
|
+
const fillClass = pct >= 100 ? 'se-bg-green-4' : 'se-bg-blue-4';
|
|
27
|
+
return html `
|
|
28
|
+
<span
|
|
29
|
+
class="se-inline-block se-w-12 se-h-1.5 se-rounded-full se-bg-white/20 se-align-middle se-ml-1"
|
|
30
|
+
title="${current}/${target} (${pct}%)"
|
|
31
|
+
>
|
|
32
|
+
<span
|
|
33
|
+
class="se-block se-h-full se-rounded-full se-transition-all ${fillClass}"
|
|
34
|
+
style="width: ${pct}%"
|
|
35
|
+
></span>
|
|
36
|
+
</span>
|
|
37
|
+
`;
|
|
38
|
+
}
|
|
39
|
+
_renderConditionRow(cs) {
|
|
40
|
+
return html `
|
|
41
|
+
<div class="se-flex se-items-center se-gap-1 se-pl-3 se-text-[12px] se-font-medium se-text-text-secondary">
|
|
42
|
+
${cs.passed
|
|
43
|
+
? html `<svg class="se-w-3 se-h-3 se-text-green-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>`
|
|
44
|
+
: html `<svg class="se-w-3 se-h-3 se-text-red-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="18" y1="6" x2="6" y2="18"/><line x1="6" y1="6" x2="18" y2="18"/></svg>`}
|
|
45
|
+
<span>${cs.type}:</span>
|
|
46
|
+
<span class="se-text-text-secondary">${cs.formatted.label}</span>
|
|
47
|
+
${cs.formatted.progress
|
|
48
|
+
? html `
|
|
49
|
+
${this._renderProgressBar(cs.formatted.progress.current, cs.formatted.progress.target)}
|
|
50
|
+
<span class="se-text-text-secondary se-ml-0.5">
|
|
51
|
+
${cs.formatted.progress.current}/${cs.formatted.progress.target}
|
|
52
|
+
</span>
|
|
53
|
+
`
|
|
54
|
+
: ''}
|
|
55
|
+
</div>
|
|
56
|
+
`;
|
|
57
|
+
}
|
|
58
|
+
render() {
|
|
59
|
+
if (!this.status)
|
|
60
|
+
return html ``;
|
|
61
|
+
const { visible, conditions } = this.status;
|
|
62
|
+
const passedCount = conditions.filter((c) => c.passed).length;
|
|
63
|
+
const totalCount = conditions.length;
|
|
64
|
+
const isSingle = totalCount === 1;
|
|
65
|
+
const iconColor = visible ? 'se-text-green-4' : 'se-text-yellow-5';
|
|
66
|
+
// Check icon (visible) or Clock icon (not visible)
|
|
67
|
+
const statusIcon = visible
|
|
68
|
+
? html `<svg class="se-w-3 se-h-3 ${iconColor}" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>`
|
|
69
|
+
: html `<svg class="se-w-3 se-h-3 ${iconColor}" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><polyline points="12 6 12 12 16 14"/></svg>`;
|
|
70
|
+
if (isSingle) {
|
|
71
|
+
const cs = conditions[0];
|
|
72
|
+
return html `
|
|
73
|
+
<div class="se-text-[12px] se-font-medium se-text-text-secondary se-mt-0.5 se-flex se-items-center se-gap-1">
|
|
74
|
+
${statusIcon}
|
|
75
|
+
<span>${cs.type}:</span>
|
|
76
|
+
<span class="se-text-text-secondary">${cs.formatted.label}</span>
|
|
77
|
+
${cs.formatted.progress
|
|
78
|
+
? html `
|
|
79
|
+
${this._renderProgressBar(cs.formatted.progress.current, cs.formatted.progress.target)}
|
|
80
|
+
<span class="se-text-text-secondary se-ml-0.5">
|
|
81
|
+
${cs.formatted.progress.current}/${cs.formatted.progress.target}
|
|
82
|
+
</span>
|
|
83
|
+
`
|
|
84
|
+
: ''}
|
|
85
|
+
</div>
|
|
86
|
+
`;
|
|
87
|
+
}
|
|
88
|
+
// Multi-condition: summary + expandable detail
|
|
89
|
+
return html `
|
|
90
|
+
<div class="se-mt-0.5">
|
|
91
|
+
<button
|
|
92
|
+
type="button"
|
|
93
|
+
class="se-flex se-items-center se-gap-1 se-text-[12px] se-font-medium se-text-text-secondary se-bg-transparent se-border-none se-cursor-pointer se-p-0 hover:se-text-text-primary"
|
|
94
|
+
@click=${(e) => {
|
|
95
|
+
e.stopPropagation();
|
|
96
|
+
this._expanded = !this._expanded;
|
|
97
|
+
}}
|
|
98
|
+
>
|
|
99
|
+
${statusIcon}
|
|
100
|
+
<span>${passedCount} of ${totalCount} conditions met</span>
|
|
101
|
+
<span class="se-text-[11px] se-ml-0.5">${this._expanded ? '▲' : '▼'}</span>
|
|
102
|
+
</button>
|
|
103
|
+
${this._expanded
|
|
104
|
+
? html `
|
|
105
|
+
<div class="se-mt-0.5 se-space-y-0.5">
|
|
106
|
+
${conditions.map((cs) => this._renderConditionRow(cs))}
|
|
107
|
+
</div>
|
|
108
|
+
`
|
|
109
|
+
: ''}
|
|
110
|
+
</div>
|
|
111
|
+
`;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
ConditionStatusLineLit.properties = {
|
|
115
|
+
status: { type: Object },
|
|
116
|
+
_expanded: { type: Boolean, state: true },
|
|
117
|
+
};
|
|
118
|
+
customElements.define('se-condition-status-line', ConditionStatusLineLit);
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
/**
|
|
3
|
+
* DetectionBadgeLit — badge showing element detection status.
|
|
4
|
+
*
|
|
5
|
+
* Attributes:
|
|
6
|
+
* found — boolean, whether the element was found on the page
|
|
7
|
+
* clickable — boolean, whether clicking should be enabled (renders as button)
|
|
8
|
+
*
|
|
9
|
+
* Events:
|
|
10
|
+
* badge-click — CustomEvent<void>, bubbles, composed (only when clickable=true)
|
|
11
|
+
*
|
|
12
|
+
* Usage:
|
|
13
|
+
* <se-detection-badge found></se-detection-badge>
|
|
14
|
+
* <se-detection-badge found clickable></se-detection-badge>
|
|
15
|
+
*/
|
|
16
|
+
export declare class DetectionBadgeLit extends LitElement {
|
|
17
|
+
static properties: {
|
|
18
|
+
found: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
};
|
|
21
|
+
clickable: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
found: boolean;
|
|
26
|
+
clickable: boolean;
|
|
27
|
+
createRenderRoot(): this;
|
|
28
|
+
private get _title();
|
|
29
|
+
private _handleClick;
|
|
30
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=DetectionBadgeLit.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DetectionBadgeLit.d.ts","sourceRoot":"","sources":["../../src/components/DetectionBadgeLit.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,UAAU,EAAE,MAAM,KAAK,CAAC;AAEvC;;;;;;;;;;;;;GAaG;AACH,qBAAa,iBAAkB,SAAQ,UAAU;IAC/C,OAAgB,UAAU;;;;;;;MAGxB;IAEF,KAAK,UAAS;IACd,SAAS,UAAS;IAET,gBAAgB;IAIzB,OAAO,KAAK,MAAM,GAKjB;IAED,OAAO,CAAC,YAAY;IAUX,MAAM;CA6BhB"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { html, LitElement } from 'lit';
|
|
2
|
+
/**
|
|
3
|
+
* DetectionBadgeLit — badge showing element detection status.
|
|
4
|
+
*
|
|
5
|
+
* Attributes:
|
|
6
|
+
* found — boolean, whether the element was found on the page
|
|
7
|
+
* clickable — boolean, whether clicking should be enabled (renders as button)
|
|
8
|
+
*
|
|
9
|
+
* Events:
|
|
10
|
+
* badge-click — CustomEvent<void>, bubbles, composed (only when clickable=true)
|
|
11
|
+
*
|
|
12
|
+
* Usage:
|
|
13
|
+
* <se-detection-badge found></se-detection-badge>
|
|
14
|
+
* <se-detection-badge found clickable></se-detection-badge>
|
|
15
|
+
*/
|
|
16
|
+
export class DetectionBadgeLit extends LitElement {
|
|
17
|
+
constructor() {
|
|
18
|
+
super(...arguments);
|
|
19
|
+
this.found = false;
|
|
20
|
+
this.clickable = false;
|
|
21
|
+
}
|
|
22
|
+
createRenderRoot() {
|
|
23
|
+
return this;
|
|
24
|
+
}
|
|
25
|
+
get _title() {
|
|
26
|
+
if (this.clickable) {
|
|
27
|
+
return this.found ? 'Click to scroll to element' : 'Click to navigate to page';
|
|
28
|
+
}
|
|
29
|
+
return this.found ? 'Found on this page' : 'Not found on this page';
|
|
30
|
+
}
|
|
31
|
+
_handleClick(e) {
|
|
32
|
+
e.stopPropagation();
|
|
33
|
+
this.dispatchEvent(new CustomEvent('badge-click', {
|
|
34
|
+
bubbles: true,
|
|
35
|
+
composed: true,
|
|
36
|
+
}));
|
|
37
|
+
}
|
|
38
|
+
render() {
|
|
39
|
+
const textColor = this.found ? 'se-text-green-4' : 'se-text-text-tertiary';
|
|
40
|
+
const dotColor = this.found ? 'se-bg-green-4' : 'se-bg-text-tertiary';
|
|
41
|
+
const dot = html `<span data-indicator class="se-w-1.5 se-h-1.5 se-rounded-full ${dotColor}"></span>`;
|
|
42
|
+
const baseClasses = `se-inline-flex se-items-center se-gap-1 se-text-xs se-font-medium se-shrink-0 ${textColor}`;
|
|
43
|
+
if (this.clickable) {
|
|
44
|
+
return html `
|
|
45
|
+
<button
|
|
46
|
+
type="button"
|
|
47
|
+
class="${baseClasses} se-cursor-pointer hover:se-opacity-80 se-border-none se-bg-transparent se-p-0"
|
|
48
|
+
title=${this._title}
|
|
49
|
+
@click=${this._handleClick}
|
|
50
|
+
>
|
|
51
|
+
${dot}
|
|
52
|
+
GoTo
|
|
53
|
+
</button>
|
|
54
|
+
`;
|
|
55
|
+
}
|
|
56
|
+
return html `
|
|
57
|
+
<span class=${baseClasses} title=${this._title}>
|
|
58
|
+
${dot}
|
|
59
|
+
GoTo
|
|
60
|
+
</span>
|
|
61
|
+
`;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
DetectionBadgeLit.properties = {
|
|
65
|
+
found: { type: Boolean },
|
|
66
|
+
clickable: { type: Boolean },
|
|
67
|
+
};
|
|
68
|
+
customElements.define('se-detection-badge', DetectionBadgeLit);
|