legalesign-document-viewer 0.7.1 → 0.7.3

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.
Files changed (62) hide show
  1. package/dist/ls-document-viewer/{editorUtils-KdYXvZ56.js → editorUtils-B8pqYCt6.js} +14 -14
  2. package/dist/ls-document-viewer/editorUtils-B8pqYCt6.js.map +1 -0
  3. package/dist/ls-document-viewer/ls-compose-manager.entry.js +2 -2
  4. package/dist/ls-document-viewer/ls-document-viewer.entry.js +9 -7
  5. package/dist/ls-document-viewer/ls-editor-field.entry.js +7 -7
  6. package/dist/ls-document-viewer/ls-editor-table.entry.js +1 -1
  7. package/dist/ls-document-viewer/ls-feature-column.entry.js +6 -6
  8. package/dist/ls-document-viewer/ls-field-alignment.entry.js +2 -2
  9. package/dist/ls-document-viewer/ls-field-content.entry.js +3 -3
  10. package/dist/ls-document-viewer/ls-field-dimensions.entry.js +3 -3
  11. package/dist/ls-document-viewer/ls-field-distribute.entry.js +7 -7
  12. package/dist/ls-document-viewer/ls-field-footer.entry.js +1 -1
  13. package/dist/ls-document-viewer/ls-field-format.entry.js +11 -11
  14. package/dist/ls-document-viewer/ls-field-placement.entry.js +1 -1
  15. package/dist/ls-document-viewer/ls-field-properties-advanced.entry.js +2 -2
  16. package/dist/ls-document-viewer/ls-field-properties-autosign.entry.js +1 -1
  17. package/dist/ls-document-viewer/ls-field-properties-container.entry.js +1 -1
  18. package/dist/ls-document-viewer/ls-field-properties-date.entry.js +1 -1
  19. package/dist/ls-document-viewer/ls-field-properties-dropdown.entry.js +1 -1
  20. package/dist/ls-document-viewer/ls-field-properties-email.entry.js +1 -1
  21. package/dist/ls-document-viewer/ls-field-properties-file.entry.js +1 -1
  22. package/dist/ls-document-viewer/ls-field-properties-general.entry.js +1 -1
  23. package/dist/ls-document-viewer/ls-field-properties-image.entry.js +1 -1
  24. package/dist/ls-document-viewer/ls-field-properties-multiple.entry.js +3 -3
  25. package/dist/ls-document-viewer/ls-field-properties-number.entry.js +1 -1
  26. package/dist/ls-document-viewer/ls-field-properties-signature.entry.js +1 -1
  27. package/dist/ls-document-viewer/ls-field-properties-text.entry.js +1 -1
  28. package/dist/ls-document-viewer/ls-field-properties.entry.js +1 -1
  29. package/dist/ls-document-viewer/ls-field-size.entry.js +1 -1
  30. package/dist/ls-document-viewer/ls-field-type-display.entry.js +3 -3
  31. package/dist/ls-document-viewer/ls-formfield.entry.js +2 -2
  32. package/dist/ls-document-viewer/ls-helper-bar.entry.js +1 -1
  33. package/dist/ls-document-viewer/ls-icon.entry.js +1 -1
  34. package/dist/ls-document-viewer/ls-input-wrapper.entry.js +1 -1
  35. package/dist/ls-document-viewer/ls-keyboard-shortcuts.entry.js +1 -1
  36. package/dist/ls-document-viewer/ls-number-input.entry.js +1 -1
  37. package/dist/ls-document-viewer/ls-page-loader.entry.js +2 -2
  38. package/dist/ls-document-viewer/ls-participant-card.entry.js +8 -8
  39. package/dist/ls-document-viewer/ls-participant-manager.entry.js +2 -2
  40. package/dist/ls-document-viewer/ls-participant-select.entry.js +9 -9
  41. package/dist/ls-document-viewer/ls-props-section.entry.js +1 -1
  42. package/dist/ls-document-viewer/ls-radio-input.entry.js +1 -1
  43. package/dist/ls-document-viewer/ls-recipient-card.entry.js +5 -5
  44. package/dist/ls-document-viewer/ls-recipient-manager.entry.js +1 -1
  45. package/dist/ls-document-viewer/ls-select-input.entry.js +1 -1
  46. package/dist/ls-document-viewer/ls-statusbar.entry.js +3 -3
  47. package/dist/ls-document-viewer/ls-text-input.entry.js +2 -2
  48. package/dist/ls-document-viewer/ls-textarea-input.entry.js +1 -1
  49. package/dist/ls-document-viewer/ls-title-input.entry.js +1 -1
  50. package/dist/ls-document-viewer/ls-toggle.entry.js +2 -2
  51. package/dist/ls-document-viewer/ls-toolbar.entry.js +1 -1
  52. package/dist/ls-document-viewer/ls-toolbox-field.entry.js +3 -3
  53. package/dist/ls-document-viewer/ls-tooltip.entry.js +1 -1
  54. package/dist/ls-document-viewer/ls-validation-manager.entry.js +2 -2
  55. package/dist/ls-document-viewer/ls-validation-tag.entry.js +2 -2
  56. package/dist/ls-document-viewer/{mouseHandlers-8wT9GBoG.js → mouseHandlers-ng8CZPvb.js} +3 -3
  57. package/dist/ls-document-viewer/{mouseHandlers-8wT9GBoG.js.map → mouseHandlers-ng8CZPvb.js.map} +1 -1
  58. package/dist/types/components/ls-document-viewer/adapter/LsDocumentAdapter.d.ts +1 -1
  59. package/dist/types/components/ls-document-viewer/editorUtils.d.ts +1 -1
  60. package/dist/types/components.d.ts +6 -6
  61. package/package.json +1 -1
  62. package/dist/ls-document-viewer/editorUtils-KdYXvZ56.js.map +0 -1
@@ -322,20 +322,20 @@ function matchData(data) {
322
322
  if (data.event.action === 'create') {
323
323
  if (prefix === 'ele') {
324
324
  addField.bind(this)(this.component.shadowRoot.getElementById('ls-document-frame'), { ...data.obj, id });
325
- }
326
- // Check for compose mode to generate roles for fields added.
327
- if (this.mode === 'compose') {
328
- // Compose mode - syncing roles after create
329
- if (!this._template.roles.find(r => r.signerIndex === data.obj.signer)) {
330
- const recipient = this._recipients.find(r => r?.signerIndex === data.obj.signer);
331
- const roleDescription = recipient?.roleType ? recipient?.roleType.toUpperCase() : 'SIGNER';
332
- const signerIndex = data.obj.signer;
333
- // Role required - generate one
334
- this.addParticipant.emit({ signerIndex, name: roleDescription + signerIndex, type: roleDescription });
325
+ this.update.emit({ event: { ...data.event, result: data.result }, template: this._template });
326
+ this.validationErrors = validate.bind(this)(this._template);
327
+ // Check for compose mode to generate roles for fields added.
328
+ if (this.mode === 'compose') {
329
+ // Compose mode - syncing roles after create
330
+ if (!this._template.roles.find(r => r.signerIndex === data.obj.signer)) {
331
+ const recipient = this._recipients.find(r => r?.signerIndex === data.obj.signer);
332
+ const roleDescription = recipient?.roleType ? recipient?.roleType.toUpperCase() : 'SIGNER';
333
+ const signerIndex = data.obj.signer;
334
+ // Role required - generate one
335
+ this.addParticipant.emit({ signerIndex, name: roleDescription + signerIndex, type: roleDescription });
336
+ }
335
337
  }
336
338
  }
337
- this.update.emit({ event: { ...data.event, result: data.result }, template: this._template });
338
- this.validationErrors = validate.bind(this)(this._template);
339
339
  }
340
340
  if (prefix === 'rol') {
341
341
  syncRoles.bind(this)();
@@ -484,6 +484,6 @@ function getInputType(validation) {
484
484
  }
485
485
 
486
486
  export { alter as a, moveField as b, addField as c, getTemplate as d, findDimensions as e, findIn as f, getApiType as g, validationTypes as h, getInputType as i, matchData as m, oob as o, recalculateCoordinates as r, updateTemplate as u, validate as v };
487
- //# sourceMappingURL=editorUtils-KdYXvZ56.js.map
487
+ //# sourceMappingURL=editorUtils-B8pqYCt6.js.map
488
488
 
489
- //# sourceMappingURL=editorUtils-KdYXvZ56.js.map
489
+ //# sourceMappingURL=editorUtils-B8pqYCt6.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"editorUtils-B8pqYCt6.js","sources":["src/components/ls-document-viewer/editorCalculator.ts","src/components/ls-document-viewer/adapter/templateActions.ts","src/components/ls-document-viewer/validator.ts","src/components/ls-document-viewer/editorUtils.ts"],"sourcesContent":["import { LSApiElement } from '../../types/LSApiElement';\n\nexport const findIn = (fields: NodeListOf<HTMLLsEditorFieldElement>, selector: HTMLElement, restyle: boolean = false, additive: boolean = false): HTMLLsEditorFieldElement[] => {\n const selected: HTMLLsEditorFieldElement[] = new Array();\n const { top, left, bottom, right } = selector.getBoundingClientRect();\n\n fields.forEach(f => {\n if (f.getBoundingClientRect().bottom <= bottom && f.getBoundingClientRect().top >= top && f.getBoundingClientRect().left >= left && f.getBoundingClientRect().right <= right) {\n if (restyle) f.selected = true;\n selected.push(f);\n } else {\n if (restyle && !additive) f.selected = false;\n }\n });\n return selected;\n};\n\n// Used to append new fields (dropped or loaded from template data)\nexport function addField(frame: HTMLElement, data): HTMLLsEditorFieldElement {\n const fields = this._template.elementConnection.templateElements;\n this._template = { ...this._template, elementConnection: { ...this._template.elementConnection, templateElements: [...fields, data] } };\n const assignee = this._template.roles.find(r => r.signerIndex === data.signer);\n\n const node = document.createElement('ls-editor-field');\n node.setAttribute('type', data.formElementType);\n node.setAttribute('id', 'ls-field-' + data.id);\n node.setAttribute('assignee', assignee?.name || `Participant ${data.signer}`);\n node.setAttribute('zoom', String(this.zoom));\n // node.setAttribute('selected', 'selected');\n node.style.zIndex = '100';\n node.style.position = 'absolute';\n\n node.style.top = Math.floor(data.top * this.zoom) + 'px';\n node.style.left = Math.floor(data.left * this.zoom) + 'px';\n node.style.height = Math.floor(data.height * this.zoom) + 'px';\n node.style.width = Math.floor(data.width * this.zoom) + 'px';\n node.style.fontSize = Math.floor(data.fontSize * this.zoom) + 'pt';\n node.style.alignContent = data.align;\n node.style.fontFamily = data.fontName;\n node.dataItem = data;\n\n frame.appendChild(node);\n\n return node as any as HTMLLsEditorFieldElement;\n}\n\nexport function moveField(item: HTMLLsEditorFieldElement, data) {\n item.style.top = Math.floor(data.top * this.zoom) + 'px';\n item.style.left = Math.floor(data.left * this.zoom) + 'px';\n item.style.height = Math.floor(data.height * this.zoom) + 'px';\n item.style.width = Math.floor(data.width * this.zoom) + 'px';\n item.style.fontSize = Math.floor(data.fontSize * this.zoom) + 'pt';\n item.style.fontFamily = data.fontName;\n item.style.textAlign = data.align;\n item.dataItem = recalculateCoordinates(data);\n}\n\n// calculates html compatible coords at current zoom level\nexport const transformCoordinates = (\n sourceField: LSApiElement,\n inputFieldWidth: number,\n inputFieldHeight: number,\n viewerWidth: number,\n viewerHeight: number,\n left: number,\n top: number,\n fontName: string,\n fontSize: number,\n zoom: number,\n): LSApiElement => {\n // Returns X, Y coordinates\n const ax = left > 0 ? left / viewerWidth : 0;\n const ay = top > 0 ? top / viewerHeight : 0;\n const bx = (left + inputFieldWidth) / viewerWidth;\n const by = (top + inputFieldHeight) / viewerHeight;\n\n // Return with calculated styles that try to place it as it would appear on legacy signing page\n return {\n ...sourceField,\n ax,\n ay,\n bx,\n by,\n cstyle: {\n margin: 0,\n verticalAlign: 'top',\n boxSizing: 'content-box',\n fontSize: viewerWidth < 640 ? `${(fontSize / 24) * zoom}rem` : `${fontSize * zoom}px`,\n fontFamily: fontName || 'arial',\n width: `${(inputFieldWidth * bx - inputFieldWidth * ax) * zoom}px`, // app1 input has padding-x 3px\n height: `${inputFieldHeight * (by - ay) * zoom}px`, // app1 input has padding-y 2px\n // minHeight: `${inputFieldHeight * (BY - AY) * zoom - 2}px`,\n lineHeight: 'inherit',\n },\n divStyle: {\n position: 'absolute',\n top: `${inputFieldHeight * ay * zoom}px`,\n left: `${inputFieldWidth * ax * zoom}px`,\n width: `${(inputFieldWidth * bx - inputFieldWidth * ax) * zoom}px`,\n height: `${inputFieldHeight * (by - ay) * zoom}px`,\n zIndex: 1000,\n fontSize: viewerWidth < 640 ? `${(fontSize / 24) * zoom}rem` : `${fontSize * zoom}px`,\n },\n objectHeight: `${inputFieldHeight * (by - ay) * zoom}px`,\n };\n};\n\n// from a field element get all dimension data including LEGACY dimensions\nexport const findDimensions = (\n frameContainer: HTMLDivElement,\n sourceField: HTMLLsEditorFieldElement,\n pageHeight: number,\n pageWidth: number,\n zoom: number,\n): { top: number; left: number; height: number; width: number; ax: number; ay: number; bx: number; by: number } => {\n // Position of widget frame\n const frmDims = frameContainer.getBoundingClientRect();\n // dimensions relative to viewport\n const { height, width } = sourceField.getBoundingClientRect();\n const top = Math.floor((sourceField.getBoundingClientRect().top - frmDims.top) / zoom);\n const left = Math.floor((sourceField.getBoundingClientRect().left - frmDims.left) / zoom);\n\n // Returns X, Y coordinates\n const ax = left > 0 ? left / pageWidth : 0;\n const ay = top > 0 ? top / pageHeight : 0;\n const bx = (left + width / zoom) / pageWidth;\n const by = (top + height / zoom) / pageHeight;\n\n // Return with calculated styles that try to place it as it would appear on legacy signing page\n return {\n top,\n left,\n height: Math.round(height / zoom),\n width: Math.round(width / zoom),\n ax,\n ay,\n bx,\n by,\n };\n};\n\n// from a field element get all dimension data including LEGACY dimensions\nexport const recalculateCoordinates = (d: LSApiElement): LSApiElement => {\n // Returns X, Y coordinates\n const ax = d.left / d.pageDimensions.width;\n const ay = d.top / d.pageDimensions.height;\n const bx = (d.left + d.width) / d.pageDimensions.width;\n const by = (d.top + d.height) / d.pageDimensions.height;\n\n // Return with calculated styles that try to place it as it would appear on legacy signing page\n return {\n ...d,\n ax,\n ay,\n bx,\n by,\n };\n};\n\n// from a field determinse if out of bounds\nexport const oob = (d: LSApiElement): boolean => {\n return d.left < 0 || d.top < 0 || d.left + d.width > d.pageDimensions.width || d.top + d.height > d.pageDimensions.height;\n};\n","// Add a role\nconst updateTemplate = template => {\n return `\n mutation LDVupdateTemplate {\n updateTemplate(input: {\n templateId: \"${template.id}\", \n title: \"${template.title}\",\n locked: ${template.locked},\n documentRetentionDays: ${template.documentRetentionDays},\n autoArchive: ${template.autoArchive},\n fixSignatureScale: ${template.fixSignatureScale ? template.fixSignatureScale : false}\n })\n }\n `;\n};\n\nconst getTemplate = (id: string) => {\n return `\n query LDVGetTemplate {\n template(id: \"${id}\") {\n id\n title\n fileName\n pageDimensions\n pageCount\n modified\n link\n valid\n locked\n autoArchive\n archived\n tags\n created\n createdBy\n lastSent\n fixSignatureScale\n groupId\n documentRetentionDays\n roles{\n id\n name\n roleType\n signerIndex\n ordinal\n signerParent\n experience\n }\n elementConnection {\n templateElements {\n align\n ax\n ay\n bx\n by\n elementType\n formElementType\n fieldOrder\n fontName\n fontSize\n helpText\n hideBorder\n id\n label\n labelExtra\n logicAction\n logicGroup\n mapTo\n options\n optional\n page\n role\n signer\n substantive\n validation\n value\n }\n totalCount\n }\n userSignatureConnection {\n userSignatureElements {\n id\n userId\n ax\n ay\n bx\n by\n page\n link\n }\n }\n }\n }\n `;\n};\n\nexport { updateTemplate, getTemplate };\n","/**\n * This module contains all the rules required to mark a template\n * as valid.\n *\n */\n\nimport { LSApiTemplate } from '../../types/LSApiTemplate';\nimport { ValidationError } from '../../types/ValidationError';\n\nexport function validate(t: LSApiTemplate): ValidationError[] {\n var errors = [];\n\n if (this._recipients) {\n this._recipients.forEach(tr => {\n if (t.elementConnection.templateElements.filter(e => e.formElementType === 'signature' && e.signer === tr.signerIndex).length === 0) {\n if (tr?.roleType !== 'APPROVER') {\n errors.push({\n id: tr.id,\n signerIndex: tr.signerIndex,\n title: 'Missing signature.',\n description: `${tr.name} is missing a signature.`,\n role: tr,\n });\n }\n }\n });\n } else {\n // Check for missing signatures\n t.roles.forEach(tr => {\n if (t.elementConnection.templateElements.filter(e => e.formElementType === 'signature' && e.signer === tr.signerIndex && tr.roleType !== 'APPROVER').length === 0) {\n errors.push({\n id: tr.id,\n signerIndex: tr.signerIndex,\n title: 'Missing signature.',\n description: `${tr.name} is missing a signature.`,\n role: tr,\n });\n }\n });\n }\n\n // Check for missing multi-select options\n t.elementConnection.templateElements.forEach(element => {\n if (element.validation === 20 && (!element.options || element.options.length === 0)) {\n errors.push({\n id: element.id,\n title: 'Missing options',\n description: `Drop down field \"${element.label}\" is missing options.`,\n element: element,\n });\n }\n });\n console.log('validation errors', errors);\n return errors;\n}\n","/**\n * These utils are used to make document-viewer more readable\n * but they must be called using the bind() function so that\n * all code is executed within the correct 'this' scope.\n *\n * Avoid using arrow functions here as they reassign \"thiss\"\n */\n\nimport { LSApiElement } from '../../types/LSApiElement';\nimport { LSMutateEvent } from '../../types/LSMutateEvent';\nimport { ValidationType } from '../../types/ValidationType';\nimport { getTemplate } from './adapter/templateActions';\nimport { addField } from './editorCalculator';\nimport { validate } from './validator';\n\n/**\n * Determines if an element will be plotted out of bounds, i.e. off\n * the page.\n */\nexport function oob(obj: LSApiElement): boolean {\n if (obj.left + obj.width > obj.pageDimensions.width || obj.top < 0 || obj.left < 0 || obj.top + obj.height > obj.pageDimensions.height) return true;\n else return false;\n}\n\nexport function alter(diffFn) {\n const diffs: LSMutateEvent[] = this.selected.map(c => {\n return { action: 'update', data: diffFn(c.dataItem) as LSApiElement };\n });\n this.mutate.emit(diffs);\n}\n\nexport function resetDataItems() {\n const fields = this.component.shadowRoot.querySelectorAll('ls-editor-field') as HTMLLsEditorFieldElement[];\n this.selected = Array.from(fields).filter(fx => fx.selected);\n this.selectFields.emit(this.selected.map(fx => fx.dataItem));\n}\n\nexport function debounce(func, timeout = 300) {\n let timer;\n return (...args) => {\n clearTimeout(timer);\n timer = setTimeout(() => {\n func.apply(this, args);\n }, timeout);\n };\n}\n\n// After a mutation ensure that the new data is stored in fields and template\nexport function matchData(data: { result: any; obj: any; event: LSMutateEvent }) {\n const newObj = data.result;\n const prefix = atob(data.obj.id).substring(0, 3);\n // because mutations return the ID back with the mutation name we just assume its the first (and only) JSON prop\n const id = newObj[Object.keys(newObj)[0]];\n\n if (data.event.action === 'create') {\n if (prefix === 'ele') {\n addField.bind(this)(this.component.shadowRoot.getElementById('ls-document-frame'), { ...data.obj, id });\n\n this.update.emit({ event: { ...data.event, result: data.result }, template: this._template });\n this.validationErrors = validate.bind(this)(this._template);\n\n // Check for compose mode to generate roles for fields added.\n if (this.mode === 'compose') {\n // Compose mode - syncing roles after create\n if (!this._template.roles.find(r => r.signerIndex === data.obj.signer)) {\n const recipient = this._recipients.find(r => r?.signerIndex === data.obj.signer);\n const roleDescription = recipient?.roleType ? recipient?.roleType.toUpperCase() : 'SIGNER';\n const signerIndex = data.obj.signer;\n // Role required - generate one\n this.addParticipant.emit({ signerIndex, name: roleDescription + signerIndex, type: roleDescription });\n }\n }\n }\n }\n\n if (prefix === 'rol') {\n syncRoles.bind(this)();\n this.update.emit({ event: { ...data.event, result: data.result }, template: this._template });\n }\n\n if (prefix === 'tpl') {\n this._template = { ...this._template, ...data.obj };\n this.validationErrors = validate.bind(this)(this._template);\n this.update.emit({ event: { ...data.event, result: data.result }, template: this._template });\n }\n}\n\nexport async function syncRoles() {\n var participantManager = this.component.shadowRoot.getElementById('ls-participant-manager') as HTMLLsParticipantManagerElement;\n const tresult = (await this.adapter.execute(this.token, getTemplate(this.templateid))) as any;\n this.parseTemplate(JSON.stringify(tresult.template));\n participantManager.template = this._template;\n this.generateFields();\n this.validationErrors = validate.bind(this)(this._template);\n}\n\n// Utility function which extracts the type from any API id\nexport function getApiType(obj: any) {\n if (!obj?.id) return 'invalid';\n\n const apiId = atob(obj.id);\n if (apiId.length < 3) return 'invalid';\n\n const prefix = atob(obj.id).substring(0, 3);\n\n switch (prefix) {\n case 'ele':\n return 'element';\n case 'rol':\n return 'role';\n case 'tpl':\n return 'template';\n case 'doc':\n return 'document';\n default:\n return 'unknown';\n }\n}\n\nexport const validationTypes: any = [\n { id: 0, description: 'general purpose', formType: 'text', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 30, description: 'yyyy/mm/dd (auto sign day)', formType: 'signing date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 31, description: 'yy/mm/dd (auto sign day)', formType: 'signing date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 32, description: 'dd/mm/yyyy (auto sign day)', formType: 'signing date', defaultHeight: 16, defaultWidth: 200, typeDefault: true, inputType: 'text' },\n { id: 33, description: 'dd/mm/yy (auto sign day)', formType: 'signing date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 34, description: 'mm/dd/yyyy (auto sign day)', formType: 'signing date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 35, description: 'mm/dd/yy (auto sign day)', formType: 'signing date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 36, description: 'yyyy.mm.dd (auto sign day)', formType: 'signing date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 37, description: 'yy.mm.dd (auto sign day)', formType: 'signing date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 38, description: 'dd.mm.yyyy (auto sign day)', formType: 'signing date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 39, description: 'dd.mm.yy (auto sign day)', formType: 'signing date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 40, description: 'mm.dd.yyyy (auto sign day)', formType: 'signing date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 41, description: 'mm.dd.yy (auto sign day)', formType: 'signing date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 42, description: 'yyyy-mm-dd (auto sign day)', formType: 'signing date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 43, description: 'yy-mm-dd (auto sign day)', formType: 'signing date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 44, description: 'dd-mm-yyyy (auto sign day)', formType: 'signing date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 45, description: 'dd-mm-yy (auto sign day)', formType: 'signing date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 46, description: 'mm-dd-yyyy (auto sign day)', formType: 'signing date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 47, description: 'mm-dd-yy (auto sign day)', formType: 'signing date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 48, description: 'd mmmm yyyy (auto sign day)', formType: 'signing date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 73, description: 'Secret Code', formType: 'text', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 77, description: 'Title caps (force text to title caps)', formType: 'text', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 78, description: 'Uppercase (force text to uppercase)', formType: 'text', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 79, description: 'Lowercase (force text to lowercase)', formType: 'text', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 65, description: '1 character (any text)', formType: 'text', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 66, description: '2 character (any text)', formType: 'text', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 67, description: '3 character (any text)', formType: 'text', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 68, description: '4 character (any text)', formType: 'text', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 69, description: '5 character (any text)', formType: 'text', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 70, description: '6 character (any text)', formType: 'text', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 71, description: '7 character (any text)', formType: 'text', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 72, description: '8 character (any text)', formType: 'text', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 1000, description: 'First name field (special use)', formType: 'text', defaultHeight: 16, defaultWidth: 200, typeDefault: true, inputType: 'text' },\n { id: 1001, description: 'Last name field (special use)', formType: 'text', defaultHeight: 16, defaultWidth: 200, typeDefault: true, inputType: 'text' },\n { id: 1, description: 'Email', formType: 'email', defaultHeight: 16, defaultWidth: 200, typeDefault: true, inputType: 'text' },\n { id: 1002, description: 'Email field (special use)', formType: 'email', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 50, description: 'Whole number', formType: 'number', defaultHeight: 16, defaultWidth: 200, typeDefault: true, inputType: 'number' },\n { id: 51, description: 'Number', formType: 'number', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'number' },\n { id: 52, description: 'Currency', formType: 'number', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'number' },\n { id: 53, description: '1 number', formType: 'number', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'number' },\n { id: 54, description: '2 numbers', formType: 'number', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'number' },\n { id: 55, description: '3 numbers', formType: 'number', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'number' },\n { id: 56, description: '4 numbers', formType: 'number', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'number' },\n { id: 57, description: '5 numbers', formType: 'number', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'number' },\n { id: 58, description: '6 numbers', formType: 'number', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'number' },\n { id: 59, description: '7 numbers', formType: 'number', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'number' },\n { id: 60, description: '8 numbers', formType: 'number', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'number' },\n { id: 61, description: '9 numbers', formType: 'number', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'number' },\n { id: 62, description: '10 numbers', formType: 'number', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'number' },\n { id: 63, description: '11 numbers', formType: 'number', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'number' },\n { id: 64, description: '12 numbers', formType: 'number', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'number' },\n { id: 2, description: 'yyyy/mm/dd', formType: 'date', defaultHeight: 16, defaultWidth: 200, typeDefault: true, inputType: 'date' },\n { id: 3, description: 'yy/mm/dd', formType: 'date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'date' },\n { id: 4, description: 'dd/mm/yyyy', formType: 'date', defaultHeight: 16, defaultWidth: 200, typeDefault: true, inputType: 'date' },\n { id: 5, description: 'dd/mm/yy', formType: 'date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'date' },\n { id: 6, description: 'mm/dd/yyyy', formType: 'date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'date' },\n { id: 7, description: 'mm/dd/yy', formType: 'date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'date' },\n { id: 80, description: 'mm/yy', formType: 'date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'date' },\n { id: 81, description: 'mm/yyyy', formType: 'date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'date' },\n { id: 8, description: 'yyyy.mm.dd', formType: 'date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'date' },\n { id: 9, description: 'yy.mm.dd', formType: 'date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'date' },\n { id: 10, description: 'dd.mm.yyyy', formType: 'date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'date' },\n { id: 11, description: 'dd.mm.yy', formType: 'date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'date' },\n { id: 12, description: 'mm.dd.yyyy', formType: 'date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'date' },\n { id: 13, description: 'mm.dd.yy', formType: 'date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'date' },\n { id: 82, description: 'mm.yy', formType: 'date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'date' },\n { id: 83, description: 'mm.yyyy', formType: 'date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'date' },\n { id: 14, description: 'yyyy-mm-dd', formType: 'date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'date' },\n { id: 15, description: 'yy-mm-dd', formType: 'date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'date' },\n { id: 16, description: 'dd-mm-yyyy', formType: 'date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'date' },\n { id: 17, description: 'dd-mm-yy', formType: 'date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'date' },\n { id: 18, description: 'mm-dd-yyyy', formType: 'date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'date' },\n { id: 19, description: 'mm-dd-yy', formType: 'date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'date' },\n { id: 84, description: 'mm-yy', formType: 'date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'date' },\n { id: 85, description: 'mm-yyyy', formType: 'date', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'date' },\n { id: 20, description: 'Dropdown List', formType: 'dropdown', defaultHeight: 16, defaultWidth: 200, typeDefault: true, inputType: 'text' },\n { id: 91, description: 'Countries', formType: 'dropdown', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 92, description: 'Name prefix titles', formType: 'dropdown', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 24, description: '✔/✗', formType: 'checkbox', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'checkbox' },\n { id: 25, description: '✔/empty', formType: 'checkbox', defaultHeight: 16, defaultWidth: 200, typeDefault: true, inputType: 'checkbox' },\n { id: 26, description: '✗/empty', formType: 'checkbox', defaultHeight: 16, defaultWidth: 16, typeDefault: false, inputType: 'checkbox' },\n { id: 74, description: 'File: attach to confirmatory email to sender', formType: 'file', defaultHeight: 16, defaultWidth: 200, typeDefault: true, inputType: 'file' },\n { id: 75, description: 'File: append to PDF, PDF files only', formType: 'file', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'file' },\n {\n id: 76,\n description: 'File: zip with PDF (for internal view, signed PDF for signer)',\n formType: 'file',\n defaultHeight: 16,\n defaultWidth: 200,\n typeDefault: false,\n inputType: 'file',\n },\n { id: 90, description: 'Drawn field.', formType: 'drawn field', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 2000, description: 'Initials', formType: 'initials', defaultHeight: 16, defaultWidth: 200, typeDefault: true, inputType: 'text' },\n { id: 93, description: 'Regular Expression field', formType: 'regular expression', defaultHeight: 16, defaultWidth: 200, typeDefault: false, inputType: 'text' },\n { id: 3000, description: 'Auto Sign', formType: 'auto sign', defaultHeight: 16, defaultWidth: 200, typeDefault: true, inputType: 'text' },\n { id: 4000, description: 'Text Area', formType: 'textarea', defaultHeight: 16, defaultWidth: 200, typeDefault: true, inputType: 'textarea' },\n];\n\n// See validation table in database for latest values - these have to be hard coded for our HTML control - ASW\nexport function getInputType(validation: number): ValidationType {\n if (validation === null) return validationTypes[0];\n\n const inputType: ValidationType = validationTypes.find(v => v.id === validation);\n\n return inputType === null ? validationTypes[0] : inputType;\n}\n"],"names":["oob"],"mappings":"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"}
@@ -12,10 +12,10 @@ const LsComposeManager = class {
12
12
  */
13
13
  template;
14
14
  render() {
15
- return (h(Host, { key: '1c77d727d4f65f1a2e42c5808680e6a36936ba47' }, h("div", { key: 'f2b8d75d2418caf66e3e876f14a1d30a11995ae2', class: "ls-editor-infobox" }, h("h2", { key: '4e004575b6eb22bcfa36523d840c507799150500', class: "toolbox-section-title" }, "Recipient Fields"), h("p", { key: '2e1e2b675feea5eb15552af4ab49df79fdf26225', class: "toolbox-section-description" }, "Select and Click to place Signature fields where on the Document.")), h("div", { key: 'fcd3b08d87661571b03dba8e73f3ae24b8e622ed', class: "participant-list" }, this.template &&
15
+ return (h(Host, { key: '7d657f7fed3fdfcde20a0c0660ca1ca2a3673028' }, h("div", { key: '129f8e00c9604ae99d7386f64e0b8840481d62e6', class: "ls-editor-infobox" }, h("h2", { key: 'a51811f12ed9b60d968fdc62d7c0dea46035fa25', class: "toolbox-section-title" }, "Recipient Fields"), h("p", { key: '785fac917bf37afbbc9cdd7e421ca76426ad344c', class: "toolbox-section-description" }, "Select and Click to place Signature fields where on the Document.")), h("div", { key: 'f01892a98b7b85d176de8106918723e46efa0e6d', class: "participant-list" }, this.template &&
16
16
  this.template?.roles.map(() => {
17
17
  return (h("div", null));
18
- })), h("slot", { key: '1dc283d85b7d38ae9e1d784a09814b2ec0482fc9' })));
18
+ })), h("slot", { key: 'ecd3acd17f6cf69fcabf8238c17ff86a0c9417c4' })));
19
19
  }
20
20
  };
21
21
  LsComposeManager.style = lsComposeManagerCss();
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, d as createEvent, e as getElement, h, a as Host } from './index-DANCsk1i.js';
2
- import { a as alter, o as oob, u as updateTemplate, r as recalculateCoordinates, m as matchData, v as validate, b as moveField, g as getApiType, c as addField, d as getTemplate } from './editorUtils-KdYXvZ56.js';
3
- import { m as mouseClick, a as mouseDown, b as mouseMove, c as mouseUp, d as mouseDoubleClick, e as mouseDrop } from './mouseHandlers-8wT9GBoG.js';
2
+ import { a as alter, o as oob, u as updateTemplate, r as recalculateCoordinates, m as matchData, v as validate, b as moveField, g as getApiType, c as addField, d as getTemplate } from './editorUtils-B8pqYCt6.js';
3
+ import { m as mouseClick, a as mouseDown, b as mouseMove, c as mouseUp, d as mouseDoubleClick, e as mouseDrop } from './mouseHandlers-ng8CZPvb.js';
4
4
  import { a as attachAllTooltips } from './tooltip-Cb8nDMs-.js';
5
5
 
6
6
  /**
@@ -40214,7 +40214,9 @@ const LsDocumentViewer = class {
40214
40214
  addParticpantHandler(event) {
40215
40215
  const defaultExperience = this.groupInfo.experienceConnection.experiences.find(x => x.defaultExperience === true);
40216
40216
  const parent = event.detail.signerIndex > 99 ? this._template.roles.find(r => r.signerIndex === event.detail.signerIndex % 100) : null;
40217
- const newSignerIndex = Math.max(...this._template.roles.filter(r => r.roleType !== 'WITNESS').map(r => r.signerIndex)) + 1;
40217
+ const newSignerIndex = event.detail.type === 'WITNESS' ?
40218
+ parent.signerIndex + 100 :
40219
+ Math.max(...this._template.roles.filter(r => r.roleType !== 'WITNESS').map(r => r.signerIndex)) + 1;
40218
40220
  const data = [
40219
40221
  {
40220
40222
  action: 'create',
@@ -40222,8 +40224,8 @@ const LsDocumentViewer = class {
40222
40224
  id: btoa('rol' + crypto.randomUUID()),
40223
40225
  name: event.detail.name ? event.detail.name : 'Signer ' + (this._template.roles.length + 1),
40224
40226
  roleType: event.detail.type,
40225
- signerIndex: event.detail.signerIndex ? event.detail.signerIndex : (event.detail.type === 'WITNESS' ? 100 + parent.signerIndex : this._template.roles.length === 0 ? 1 : newSignerIndex),
40226
- ordinal: event.detail.type === 'WITNESS' ? parent.ordinal + 1 : this._template.roles.length + 1,
40227
+ signerIndex: event.detail.signerIndex ? event.detail.signerIndex : (event.detail.type === 'WITNESS' ? 100 + parent?.signerIndex : this._template.roles.length === 0 ? 1 : newSignerIndex),
40228
+ ordinal: event.detail.type === 'WITNESS' ? parent?.ordinal + 1 : this._template.roles.length + 1,
40227
40229
  signerParent: event.detail.parent,
40228
40230
  experience: defaultExperience.id,
40229
40231
  templateId: this._template.id,
@@ -40574,7 +40576,7 @@ const LsDocumentViewer = class {
40574
40576
  return this.filtertoolbox === null || this.filtertoolbox.split('|').includes(fieldFormType);
40575
40577
  }
40576
40578
  render() {
40577
- return (h(Host, { key: '4e312128ee84afa0bab5d650a15c6eb5c4f0319d' }, h(h.Fragment, null, this.isLoading && h("ls-page-loader", { key: '550a475f275f0ac8de45358e6a6eec1280bcffe5' }), h("div", { key: '479472d6b1debf9f0bc9e0fe4574fed4946f8ffb', class: "page-header" }, h("div", { key: 'e577afbff5af58cb2b4a56d7243c903dc3cf8877', class: 'left-slot-wrapper' }, h("slot", { key: '9fa613651a3eb2aba6148b0e7e67f6f523fa612e', name: "left-button" })), h("div", { key: '10577a0c449011e9a51ae9113da90d1511ce5d79', class: 'right-slot-wrapper' }, h("slot", { key: 'afecb14ff943573bfdd131f7e479ae8d12608a70', name: "right-button" })), this.mode === 'editor' && (h("div", { key: 'f5e00e741191b75bea20126d97978a5f336d8447' }, h("span", { key: 'ab493debba303fd9f3b402792bdb70ec9f266f4a', class: "header-text-1" }, "Template Creation"), h("span", { key: '05518950487bc306bd6dd3b4bbfb38d9e853bf63' }, "/"), h("span", { key: 'b529dd1b6a5953e173dd00071f75c64c82894932', class: "header-text-2" }, this._template?.title))), this.mode === 'compose' && (h("div", { key: 'd26dfbdea6be8677c0630c2bb5c3226f64397d6d', style: { display: 'flex', alignItems: 'center', gap: '0.25rem' } }, h("span", { key: '9da204e6fbdb6bb5543ff5638d1c8e5f713cb478', class: "header-text-1" }, "Compose")))), this.mode === 'editor' && (h("div", { key: 'b99c8571f7db56f7a90d17204d639c04fdc9ffb7', class: 'validation-tag-wrapper' }, h("ls-validation-tag", { key: '0035035af939bfb002153fa1f7130b1a07bd32ca', validationErrors: this.validationErrors }))), h("form", { key: '76632a96ff2605eaac677014fbb80eb3f979a145', id: "ls-editor-form" }, this.mode !== 'preview' ? (h("div", { id: "ls-left-box", class: "leftBox", style: this.mode === 'compose' ? { borderRadius: '1.75rem' } : {} }, h("div", { class: !this.selected || this.selected.length === 0 ? 'left-box-inner' : 'hidden' }, this.mode === 'editor' && (h("ls-feature-column", { mode: this.mode, onManage: manager => {
40579
+ return (h(Host, { key: 'f475e38d0f4cc1dee2d9428c7b299d701e066193' }, h(h.Fragment, null, this.isLoading && h("ls-page-loader", { key: 'e7247e3711f9fa0d05b24386c20bf4f912862ca7' }), h("div", { key: 'aa074061aeabdb6783bd9d00c68788770197dcff', class: "page-header" }, h("div", { key: 'eb2899d8b4a7507d3b90a6e15d3801f80c04893b', class: 'left-slot-wrapper' }, h("slot", { key: '45817f46a4f3f83d838f67a0bcf574f6d52a0c71', name: "left-button" })), h("div", { key: '70eef4435d2414975097361f6a261ac0fe5665ef', class: 'right-slot-wrapper' }, h("slot", { key: '145e42499a96cac6eb8e4c828ff2630207e9f45b', name: "right-button" })), this.mode === 'editor' && (h("div", { key: '2cb6950506f683c0c036ae74fb0a4dc6a8a0aa37' }, h("span", { key: 'e542f150f8ef8aefadf61e307502c9600f186b7c', class: "header-text-1" }, "Template Creation"), h("span", { key: '921cd6937909b3f5c6c4609ea88decf80840f04a' }, "/"), h("span", { key: '8672b0fe14e445fb9f6b595c28085c41222b6ba5', class: "header-text-2" }, this._template?.title))), this.mode === 'compose' && (h("div", { key: 'df9f3269759a1fe49c998e37c89c858e96cdbffd', style: { display: 'flex', alignItems: 'center', gap: '0.25rem' } }, h("span", { key: 'a1995b15c4d5ab720887f69cf3696b3064975129', class: "header-text-1" }, "Compose")))), this.mode === 'editor' && (h("div", { key: 'dab9646bbe38dad541e07ac60db4380612b68226', class: 'validation-tag-wrapper' }, h("ls-validation-tag", { key: '9979aedf80808b04d888c08f8ced1b93e7ee0daa', validationErrors: this.validationErrors }))), h("form", { key: 'c330c06979e69d51c505189e5d3dfa3325019578', id: "ls-editor-form" }, this.mode !== 'preview' ? (h("div", { id: "ls-left-box", class: "leftBox", style: this.mode === 'compose' ? { borderRadius: '1.75rem' } : {} }, h("div", { class: !this.selected || this.selected.length === 0 ? 'left-box-inner' : 'hidden' }, this.mode === 'editor' && (h("ls-feature-column", { mode: this.mode, onManage: manager => {
40578
40580
  if (manager.detail === 'document') {
40579
40581
  var documentManager = this.component.shadowRoot.getElementById('ls-document-options');
40580
40582
  documentManager.template = this._template;
@@ -40592,7 +40594,7 @@ const LsDocumentViewer = class {
40592
40594
  this._recipients.map(recipient => (h("ls-recipient-card", { recipient: recipient, activeRecipient: this.signer, filtertoolbox: this.filtertoolbox, template: this._template, validationErrors: this.validationErrors, fieldTypeSelected: this.fieldTypeSelected, "data-signer-index": recipient.signerIndex }))), h("slot", { name: 'recipient-panel' })))), !this.displayTable && (h("div", { class: this.selected.length > 0 ? 'field-properties-outer' : 'hidden' }, h("div", { class: 'properties-header' }, h("div", { class: 'properties-header-icon' }, h("ls-icon", { name: "pre-filled-content" })), h("h1", { class: 'properties-header-title' }, "Field Properties"), h("button", { class: 'tertiaryGrey', onClick: e => {
40593
40595
  this.selected = [];
40594
40596
  e.preventDefault();
40595
- }, "data-tooltip": "Close Properties Panel" }, h("ls-icon", { name: "x", size: "1.25rem" }))), h("ls-field-properties", { id: "my-field-panel" }), h("slot", null))))) : (h(h.Fragment, null)), h("ls-toolbar", { key: '85a63601ac951962718bab3ce04b6c9fe1aefe06', id: "ls-toolbar", template: this._template, editor: this, groupInfo: this.groupInfo, mode: this.mode }), h("div", { key: '26616e0248519d73789a0c612229ce599a5521e0', id: "ls-mid-area" }, h("div", { key: 'e95b71bd1265ccb978f0d0f28ef90f6f832fa561', class: 'document-frame-wrapper', id: "document-frame-wrapper" }, h("div", { key: '7e21ff48aa839396ca29999f05391da1801a25a0', id: "ls-document-frame" }, h("canvas", { key: '3cd07d664641d9ed42b855f77fe26a7052eca10c', id: "pdf-canvas", class: this.displayTable || this.isLoading ? 'hidden' : '' }), h("ls-editor-table", { key: '3fbc0d6612a4d2197d3296dddd15524a1d077f68', editor: this, class: this.displayTable ? '' : 'hidden' }), h("div", { key: 'f6579e46cd60534795db76732d9ef280bf20b738', id: "ls-box-selector" }))), h("ls-statusbar", { key: '6f1217b7ee6855addce18aaf4fdeb5fc4a4b5348', editor: this, page: this.pageNum, pageCount: this.pageCount })))), h("ls-tooltip", { key: '135864f3b3c36f8590912cc8e29358c677374562', id: "ls-tooltip-master" })));
40597
+ }, "data-tooltip": "Close Properties Panel" }, h("ls-icon", { name: "x", size: "1.25rem" }))), h("ls-field-properties", { id: "my-field-panel" }), h("slot", null))))) : (h(h.Fragment, null)), h("ls-toolbar", { key: '5e88f4b6f82acfba6b8248ff99ca4b35bd2b5683', id: "ls-toolbar", template: this._template, editor: this, groupInfo: this.groupInfo, mode: this.mode }), h("div", { key: '88c3d0cc16139353015a326b5145dbcb6932145e', id: "ls-mid-area" }, h("div", { key: '7a374edfa2f0d6db84238027453ad612ba3c14ca', class: 'document-frame-wrapper', id: "document-frame-wrapper" }, h("div", { key: '6f7e841ee47782f4e7ac3665c55f72f5e6d382f2', id: "ls-document-frame" }, h("canvas", { key: 'c7ec53ef7095b2ee526521eb6b13a5691ac0e33b', id: "pdf-canvas", class: this.displayTable || this.isLoading ? 'hidden' : '' }), h("ls-editor-table", { key: '9be64e172250a5750d0f6dd17af871eb4e5ee432', editor: this, class: this.displayTable ? '' : 'hidden' }), h("div", { key: '63ef85784a5515d098a8fbac0e089af2248119ad', id: "ls-box-selector" }))), h("ls-statusbar", { key: '989d2be8b88fac0d78ec75537d44c503a8b96c10', editor: this, page: this.pageNum, pageCount: this.pageCount })))), h("ls-tooltip", { key: '342d8a48a6bbf7b8633e346a95ad621782a30b04', id: "ls-tooltip-master" })));
40596
40598
  }
40597
40599
  static get watchers() { return {
40598
40600
  "mode": ["modeHandler"],
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, d as createEvent, e as getElement, h, a as Host } from './index-DANCsk1i.js';
2
- import { i as getInputType } from './editorUtils-KdYXvZ56.js';
2
+ import { i as getInputType } from './editorUtils-B8pqYCt6.js';
3
3
  import { d as defaultRolePalette } from './defaultPalette-CwCWCxsI.js';
4
4
 
5
5
  const lsEditorFieldCss = () => `:host{display:block;position:absolute;margin:0px;padding:0px 0px 0px 0px;isolation:isolate}.ls-editor-field-editable{display:block;font-family:inherit;font-size:inherit;overflow:hidden;white-space:nowrap;margin:0;padding:0px 0px 0px 0px;min-width:2em;height:100%;width:100%}.ls-editor-field-editable:focus{outline:none}.ls-editor-field-draggable{display:block;font-family:inherit;font-size:inherit;overflow:hidden;white-space:nowrap;min-width:2px;height:98%;width:98%}.hidden-field{display:none}input{all:unset}.draggable-input{font-family:inherit;font-size:inherit;position:relative;height:95%;width:95%}.editing-input{caret-color:rgb(15 23 42);caret-shape:auto;height:100%;width:100%}.required-icon{color:var(--red-60, #f64a44)}.x-button{all:unset;cursor:pointer;transform:translate(55%, -55%);position:absolute;color:white;background:var(--gray-80, #3a3a3a);border-radius:50%;top:0;right:0}.x-button:hover{background:var(--gray-90, #1c1c1c)}`;
@@ -153,17 +153,17 @@ const LsEditorField = class {
153
153
  ? { border: `2px ${defaultRolePalette[this.dataItem?.signer % 100].s60} ${this.dataItem?.signer > 99 ? 'dashed' : 'solid'}`, boxShadow: '0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -1px rgba(0, 0, 0, 0.06)' }
154
154
  : { border: `2px ${defaultRolePalette[this.dataItem?.signer % 100].s60} ${this.dataItem?.signer > 99 ? 'dashed' : 'solid'}` };
155
155
  const zoomValue = parseFloat(this.zoom) || 1;
156
- return (h(Host, { key: '60b5280cdaef42415060f5f93da6e99635789f0f', id: this.dataItem ? 'ls-field-' + this.dataItem.id : undefined, style: hostStyle, onMouseEnter: this.handleMouseEnter, onMouseLeave: this.handleMouseLeave }, h("div", { key: '91fedf427a519bd79c490e9fb8ef247f13a7777e', class: {
156
+ return (h(Host, { key: '11f4f6db9b380c3a0875fdf63da7450b4589d325', id: this.dataItem ? 'ls-field-' + this.dataItem.id : undefined, style: hostStyle, onMouseEnter: this.handleMouseEnter, onMouseLeave: this.handleMouseLeave }, h("div", { key: 'e74e7f4dc398dbfe93b03b1e28b6d3a57a9ef1f0', class: {
157
157
  'ls-editor-field': true,
158
158
  'is-selected': this.selected,
159
- } }, !this.dataItem?.optional && (h("ls-icon", { key: '5a4f362cfff04c1de676d5d0a20f4f39e82a9b7a', name: "required", size: `${0.75 * zoomValue}rem`, class: "required-icon", customStyle: {
159
+ } }, !this.dataItem?.optional && (h("ls-icon", { key: '99ae4dd65f3e5bb83d1b6516d8f684610e6a9e42', name: "required", size: `${0.75 * zoomValue}rem`, class: "required-icon", customStyle: {
160
160
  position: 'absolute',
161
161
  verticalAlign: 'top',
162
162
  top: `${0.125 * zoomValue}rem`,
163
163
  right: `${0.125 * zoomValue}rem`,
164
164
  lineHeight: `${0.75 * zoomValue}rem`,
165
165
  fontSize: `${0.75 * zoomValue}rem`,
166
- } })), h("input", { key: '082acdf32fc322a4343fff431509dffed8e4f452', id: "editing-input", class: this.isEditing ? 'ls-editor-field-editable' : 'hidden-field', type: getInputType(this.dataItem.validation).inputType, value: this.dataItem?.value, checked: this.dataItem?.value ? true : false, onInput: e => this.alter({ value: e.target.value }) }), h("div", { key: '286fbf2b78896c15d579e4302244e86d94f877cb', id: "field-info", class: this.isEditing ? 'hidden-field' : 'ls-editor-field-draggable', style: { color: `${defaultRolePalette[this.dataItem?.signer % 100].s100}` } }, (this.dataItem.value.length && this.dataItem.value) || this.dataItem?.formElementType), (this.floatingActive || this.selected) && this.dataItem?.label && (h("div", { key: '4ca248fa4b413a5ad87000426814fef515bb64a1', style: {
166
+ } })), h("input", { key: 'ffa6dc7a70aa49deb697f9d8e6513f61d3d7d84a', id: "editing-input", class: this.isEditing ? 'ls-editor-field-editable' : 'hidden-field', type: getInputType(this.dataItem.validation).inputType, value: this.dataItem?.value, checked: this.dataItem?.value ? true : false, onInput: e => this.alter({ value: e.target.value }) }), h("div", { key: 'dfa7d7859fa9de8815a9e2be92df7b400f200bb8', id: "field-info", class: this.isEditing ? 'hidden-field' : 'ls-editor-field-draggable', style: { color: `${defaultRolePalette[this.dataItem?.signer % 100].s100}` } }, (this.dataItem.value.length && this.dataItem.value) || this.dataItem?.formElementType), (this.floatingActive || this.selected) && this.dataItem?.label && (h("div", { key: '35c368af6acb3f5a0f491693f5a42738fefc4631', style: {
167
167
  position: 'absolute',
168
168
  background: `${defaultRolePalette[this.dataItem?.signer % 100].s20}`,
169
169
  color: `${defaultRolePalette[this.dataItem?.signer % 100].s80}`,
@@ -174,7 +174,7 @@ const LsEditorField = class {
174
174
  left: `-${2 * zoomValue}px`,
175
175
  whiteSpace: 'nowrap',
176
176
  width: 'fit-content',
177
- } }, this.dataItem?.label)), (this.floatingActive || this.selected) && (h("p", { key: '1881f4304ee38aaa1ca273b2bca2d5a39a6228b8', style: {
177
+ } }, this.dataItem?.label)), (this.floatingActive || this.selected) && (h("p", { key: '5d9dcb7a97b537a7cc8183fe3f704a748acfd956', style: {
178
178
  position: 'absolute',
179
179
  color: 'var(--gray-80, #3a3a3a)',
180
180
  bottom: `-${1.75 * zoomValue}rem`,
@@ -183,7 +183,7 @@ const LsEditorField = class {
183
183
  whiteSpace: 'nowrap',
184
184
  width: 'fit-content',
185
185
  fontFamily: 'sans-serif',
186
- } }, "Assigned to: ", this.assignee)), this.floatingActive && (h("button", { key: 'eae5795cae8e2bf0d06d521ad2ccc59319e86cf2', class: 'x-button', style: {
186
+ } }, "Assigned to: ", this.assignee)), this.floatingActive && (h("button", { key: '44c7d7a11b830b84808de2a70d8084aad5c30318', class: 'x-button', style: {
187
187
  display: 'flex',
188
188
  justifyContent: 'center',
189
189
  alignItems: 'center',
@@ -191,7 +191,7 @@ const LsEditorField = class {
191
191
  height: `${0.875 * zoomValue}rem`,
192
192
  lineHeight: `${0.75 * zoomValue}rem`,
193
193
  fontSize: `${0.75 * zoomValue}rem`,
194
- }, onClick: () => this.deleteField() }, h("ls-icon", { key: '8f18519bbeecf0f75a77776e01ed4c1c94fbc1a4', name: "x", size: `${0.75 * zoomValue}rem` }))))));
194
+ }, onClick: () => this.deleteField() }, h("ls-icon", { key: '0d951c691fd05840590d0ec4bb19075983c88aed', name: "x", size: `${0.75 * zoomValue}rem` }))))));
195
195
  }
196
196
  static get watchers() { return {
197
197
  "selected": ["watchSelectedHandler"]
@@ -29,7 +29,7 @@ const LsEditorTable = class {
29
29
  });
30
30
  }
31
31
  render() {
32
- return (h(Host, { key: 'e4c99ed13405812f8a944fb9c107fe8731fc28ae' }, h("table", { key: 'bf2731c16aeb9afd22ccfc290d549aec392fb88d', id: "ls-editor-table" }), h("slot", { key: '47798991d04bfde6bdf0adc6036db14586ffeba0' })));
32
+ return (h(Host, { key: '2b5f985395683bb456d7e27dcafe93fcd42e0d6a' }, h("table", { key: '42c9f9c8dd310cdc85fb8cf01478cf4152605e3e', id: "ls-editor-table" }), h("slot", { key: 'a38507ff154b812f3567a0e720fa3f68172e8ed0' })));
33
33
  }
34
34
  };
35
35
  LsEditorTable.style = lsEditorTableCss();
@@ -25,22 +25,22 @@ const LsFeatureColoumn = class {
25
25
  attachAllTooltips(this.component.shadowRoot);
26
26
  }
27
27
  render() {
28
- return (h(Host, { key: '2338c45dc8f06d97b8843e4922288c028cbd9031' }, h("div", { key: 'f66daf214f07736ffec12d1f40ad65c4d8e18ee3', class: this.mode !== "editor" ? 'hidden' : this.manager === 'document' ? 'activeIcon' : 'defaultIcon', onClick: () => {
28
+ return (h(Host, { key: '32506176ef09b0cee6c503629199ac89b9c9a5dc' }, h("div", { key: 'a1090e9ea9c4283c87193fa3db2145d9a6d23284', class: this.mode !== "editor" ? 'hidden' : this.manager === 'document' ? 'activeIcon' : 'defaultIcon', onClick: () => {
29
29
  this.manage.emit('document');
30
30
  this.manager = 'document';
31
- }, "data-tooltip-title": "Template Details", "data-tooltip": "View and edit Template properties", "data-tooltip-placement": "right" }, h("ls-icon", { key: '3ae5fa371604562092e266d93d4c49f6bb8ba79a', name: "document", size: "1.5rem" })), h("div", { key: '4cd2f26f0b1ce17c9aadb3d904d3b4c7d55feeeb', class: this.manager === 'toolbox' ? 'activeIcon' : 'defaultIcon', onClick: () => {
31
+ }, "data-tooltip-title": "Template Details", "data-tooltip": "View and edit Template properties", "data-tooltip-placement": "right" }, h("ls-icon", { key: '269246201ec37901ea6b035a459ab8b685acb020', name: "document", size: "1.5rem" })), h("div", { key: '0af26d8205f68f1a8991a2f1258e4e211ea7caa1', class: this.manager === 'toolbox' ? 'activeIcon' : 'defaultIcon', onClick: () => {
32
32
  this.manage.emit('toolbox');
33
33
  this.manager = 'toolbox';
34
- }, "data-tooltip-title": "Field Types", "data-tooltip": "Select and place Form Field Elements", "data-tooltip-placement": "right" }, h("ls-icon", { key: '9473d0301b5b8689fce51eae35451049862adf55', name: "typing-input", size: "1.5rem" })), h("div", { key: 'e692becdc1fb353d6d03d4bec3f4dbb1630e2fee', class: this.mode !== "editor" ? 'hidden' : this.manager === 'participant' ? 'activeIcon' : 'defaultIcon', onClick: () => {
34
+ }, "data-tooltip-title": "Field Types", "data-tooltip": "Select and place Form Field Elements", "data-tooltip-placement": "right" }, h("ls-icon", { key: '81765d486710124204aebcdbab6ee95ee80fcaad', name: "typing-input", size: "1.5rem" })), h("div", { key: 'bbdb846db734b5cab9e42b10efe2eace77f1300b', class: this.mode !== "editor" ? 'hidden' : this.manager === 'participant' ? 'activeIcon' : 'defaultIcon', onClick: () => {
35
35
  this.manage.emit('participant');
36
36
  this.manager = 'participant';
37
- }, "data-tooltip-title": "Participants", "data-tooltip": "Manage Signers, Witnesses and Approvers", "data-tooltip-placement": "right" }, h("ls-icon", { key: 'a63ce2e77357a6a95030f0c1a261b35d858e7afd', name: "user-group", size: "1.5rem" })), h("div", { key: 'c766368c4c53c3e2386f49513d05513ef1d2fa77', class: this.mode !== "compose" ? 'hidden' : this.manager === 'recipient' ? 'activeIcon' : 'defaultIcon', onClick: () => {
37
+ }, "data-tooltip-title": "Participants", "data-tooltip": "Manage Signers, Witnesses and Approvers", "data-tooltip-placement": "right" }, h("ls-icon", { key: 'a870efda3f15f7276e68cf09c1225a72b6be5847', name: "user-group", size: "1.5rem" })), h("div", { key: '9b930ef8bae634ee87457cb5654054c8aaecc395', class: this.mode !== "compose" ? 'hidden' : this.manager === 'recipient' ? 'activeIcon' : 'defaultIcon', onClick: () => {
38
38
  this.manage.emit('recipient');
39
39
  this.manager = 'recipient';
40
- }, "data-tooltip-title": "Recipients", "data-tooltip": "View the list of Recipients for this document", "data-tooltip-placement": "right" }, h("ls-icon", { key: '0589a54e4e84072ff9223278c72048a5e1ba6c6b', name: "user-group", size: "1.5rem" })), h("div", { key: '67a8c3549010f01cd4eac8f54bd44906a77216a6', class: this.mode !== "preview" ? 'hidden' : this.manager === 'validation' ? 'activeIcon' : 'defaultIcon', onClick: () => {
40
+ }, "data-tooltip-title": "Recipients", "data-tooltip": "View the list of Recipients for this document", "data-tooltip-placement": "right" }, h("ls-icon", { key: 'c2e34b0120245df52bbb5abc23a0b0f86fdaaf82', name: "user-group", size: "1.5rem" })), h("div", { key: '8f08f61a053f5502e93c33ab453034a51dad0b5a', class: this.mode !== "preview" ? 'hidden' : this.manager === 'validation' ? 'activeIcon' : 'defaultIcon', onClick: () => {
41
41
  this.manage.emit('validation');
42
42
  this.manager = 'validation';
43
- }, "data-tooltip-title": "Validation", "data-tooltip": "View the list of Recipients for this document", "data-tooltip-placement": "right" }, h("ls-icon", { key: '9fb4b401a35969a6453a380c3795a8f2dab28f71', name: "adjustments", size: "1.5rem" })), h("slot", { key: '4cd8fc2d73e4e5bd0efcdddfed14ba2568d705da' }), h("ls-tooltip", { key: 'f5c006ae7c4dd0944aae1c558951d67210e86a2b', id: "ls-tooltip-master" })));
43
+ }, "data-tooltip-title": "Validation", "data-tooltip": "View the list of Recipients for this document", "data-tooltip-placement": "right" }, h("ls-icon", { key: '01b2b7b89f38b6ea017d8f0f6996b8c9d31469ed', name: "adjustments", size: "1.5rem" })), h("slot", { key: 'c8f5990f5ab8bb5f27b51ea3d5ff539608e2ed6f' }), h("ls-tooltip", { key: 'fa075419a9de6fc70eab22d4917d2f0ec922d24b', id: "ls-tooltip-master" })));
44
44
  }
45
45
  };
46
46
  LsFeatureColoumn.style = lsFeatureColumnCss();
@@ -123,9 +123,9 @@ const LsFieldAlignment = class {
123
123
  attachAllTooltips(this.component.shadowRoot);
124
124
  }
125
125
  render() {
126
- return (h(Host, { key: '8bd70f073971697c2b014944d97018b75277b864' }, h("div", { key: 'c247d504a1b92ae8971256fb489c047f6afc7fb5', class: 'ls-field-properties-section' }, h("div", { key: 'e2cc2e7ac6998ae66b39472a54ad8f58e99607b7', class: 'ls-field-properties-section-text' }, h("p", { key: '239be4fcce6c882aaacb07bfd4179048cb4c11e7', class: 'ls-field-properties-section-title' }, "Alignment"), h("p", { key: 'f13e84ad7df782449075dc77b2385f7aa2049db0', class: 'ls-field-properties-section-description' }, "Align your Fields relative to the page or multi-select and align then to each other.")), h("div", { key: 'b8acad8030b6f235566229cdfd6f8b2d51fb8626', class: 'multi-button-group-row' }, h("div", { key: 'b7d6933810375e334cfe64e2736e7b26e5cbb65e', class: 'button-group' }, h("button", { key: 'd3e50eb147b48982fe34301773ec367140e108ec', onClick: () => this.left(), "aria-label": "Align selected fields vertically about their left edge.", "data-tooltip": "Align Left" }, h("ls-icon", { key: 'd5bdf303affbe96e2b365c6bd9466fc95d69ebf2', name: "field-alignment-left" })), h("button", { key: '4301db1ba4b17d43d39965e290bd383f7a220146', onClick: () => this.center(), "aria-label": "Align selected fields vertically about their centre.", "data-tooltip": "Align Center" }, h("ls-icon", { key: 'b0797cf14f96a6155938ba42af1d6bea9585f2c0', name: "field-alignment-centre" })), h("button", { key: '38785cd51edbbc73a31a98aed8d4b49ccf5b6369', onClick: () => {
126
+ return (h(Host, { key: '4d081598befa7b6a67bf220e3870c805eba139f0' }, h("div", { key: '48fda9f854a3fb04d470cfdd6ffdbdc8058b1cf3', class: 'ls-field-properties-section' }, h("div", { key: 'd7b62a419646eec78363a87c28f69ba895474f65', class: 'ls-field-properties-section-text' }, h("p", { key: 'ee810b98d150308ace4cd211e0d7ce6f10e1a460', class: 'ls-field-properties-section-title' }, "Alignment"), h("p", { key: '735e426d657c330ea091e1077ff8852d2d05e04c', class: 'ls-field-properties-section-description' }, "Align your Fields relative to the page or multi-select and align then to each other.")), h("div", { key: 'c75c03e9bb65fa92c60bf88d8bb39f231c115a71', class: 'multi-button-group-row' }, h("div", { key: '7f69f2cac78aa72df273c0cc801a4b2b0a9bebda', class: 'button-group' }, h("button", { key: '042ffa301be627a3356e4670a822d13458a9d86d', onClick: () => this.left(), "aria-label": "Align selected fields vertically about their left edge.", "data-tooltip": "Align Left" }, h("ls-icon", { key: 'd5da4965e2745453e9ad98859cb9fb023bd10648', name: "field-alignment-left" })), h("button", { key: '5b6193247e9aa23d922b6bda8205b416aa1e5ad5', onClick: () => this.center(), "aria-label": "Align selected fields vertically about their centre.", "data-tooltip": "Align Center" }, h("ls-icon", { key: 'd743bb07575b1b7948815ea0d8b4bb9ed136b0d6', name: "field-alignment-centre" })), h("button", { key: 'b0c219165c0a53c6ff23fc1ca4a30c8f1446f398', onClick: () => {
127
127
  this.right();
128
- }, "aria-label": "Align selected fields vertically about their right edge.", "data-tooltip": "Align Right" }, h("ls-icon", { key: 'c2a236ff67b71535fda87cf30a84c58e70ed2787', name: "field-alignment-right" }))), h("div", { key: 'fb8ff869b42ef5d425ec691d3dc4a7f3a0e09ba9', class: 'button-group' }, h("button", { key: '0f19f1f99491b23c86aa2f904803f401d84daff2', onClick: () => this.top(), "aria-label": "Align selected fields by their top.", "data-tooltip": "Align Top" }, h("ls-icon", { key: 'c45d9411f17fe744aa839364b01c44f75878e361', name: "field-alignment-top" })), h("button", { key: '9110617a162d7a19d6cf1903270ee53d1387752b', onClick: () => this.middle(), "aria-label": "Align selected fields by their middles.", "data-tooltip": "Align Middle" }, h("ls-icon", { key: '44c5e6864fcb65aea3bf1ed170c8276d092248eb', name: "field-alignment-middle" })), h("button", { key: '63ebb49408d46326dbd370c5a25c4f4aaa849c32', onClick: () => this.bottom(), "aria-label": "Align selected fields by their bottoms.", "data-tooltip": "Align Bottom" }, h("ls-icon", { key: '4aa7d42aa0c93427b4e64dbf28ef93c3dc6f5547', name: "field-alignment-bottom" }))))), h("slot", { key: 'a7bf6ce14e730c153f3edfa4e3b168ef54b97030' }), h("ls-tooltip", { key: '6db676399f9a25c48e4e05a4177e045e0d200d6b', id: "ls-tooltip-master" })));
128
+ }, "aria-label": "Align selected fields vertically about their right edge.", "data-tooltip": "Align Right" }, h("ls-icon", { key: '71087033c55f96d021cbb5e1614d001f252fe90e', name: "field-alignment-right" }))), h("div", { key: '879fc494ded06babc4bbee1c75d8221990261a05', class: 'button-group' }, h("button", { key: '24e0cbf2a70c82a05f814cbf61eba68aa63d027b', onClick: () => this.top(), "aria-label": "Align selected fields by their top.", "data-tooltip": "Align Top" }, h("ls-icon", { key: '2a9c9e1f3fc68858283c2941d9aaeede2335b1c4', name: "field-alignment-top" })), h("button", { key: '6fef47d9e3297ca95d8893d3de55c29cc27ecfbf', onClick: () => this.middle(), "aria-label": "Align selected fields by their middles.", "data-tooltip": "Align Middle" }, h("ls-icon", { key: 'ad3008c3fdccdc6b4da353fb94d1831567e6f0cd', name: "field-alignment-middle" })), h("button", { key: '17c5a1dc4df2ad2296d3aeb850d665a8aac5a264', onClick: () => this.bottom(), "aria-label": "Align selected fields by their bottoms.", "data-tooltip": "Align Bottom" }, h("ls-icon", { key: '3cf8396519207ae9bd48dfa6a29e749c34cf3221', name: "field-alignment-bottom" }))))), h("slot", { key: '6f1a4f71a6058855c57614a538a5c04c8561c2b8' }), h("ls-tooltip", { key: '1d28cd4ddb61f688203a47fd02e818a51c22d043', id: "ls-tooltip-master" })));
129
129
  }
130
130
  };
131
131
  LsFieldAlignment.style = lsFieldAlignmentCss();
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, d as createEvent, e as getElement, h, a as Host } from './index-DANCsk1i.js';
2
- import { h as validationTypes } from './editorUtils-KdYXvZ56.js';
2
+ import { h as validationTypes } from './editorUtils-B8pqYCt6.js';
3
3
  import { g as getFieldTitleSuggestion, a as getFieldPlaceholder } from './defaultFieldLabels-CUaKk41L.js';
4
4
 
5
5
  const lsFieldContentCss = () => `:host{display:flex;flex-direction:column;gap:1rem;width:100%}p{color:var(--gray-80, #6c6e73);font-family:var(--font-family);font-size:var(--text-sm);font-style:normal;font-weight:400;line-height:var(--text-sm-line-height)}a{color:var(--primary-60, #4456f6);font-size:var(--text-sm);font-style:normal;font-weight:400;line-height:var(--text-sm-line-height);cursor:pointer}a:hover{text-decoration:underline;color:var(--primary-70, #2134dc)}.button-link,.button-link:hover{all:unset}select{appearance:none;height:2.2rem;width:100%}.has-leading-icon{padding-left:2.5rem}input,select,textarea{border:1px solid var(--gray-40, #d8d9dc);box-shadow:0 1px 0.125rem rgba(0, 0, 0, 0.05);padding:0.5rem 0.75rem;font-family:var(--font-family);font-size:var(--text-sm);border-radius:0.5rem;color:var(--gray-100, #45484d);font-weight:400}input::placeholder,select::placeholder,textarea::placeholder{color:var(--gray-60, #afb0b2)}input:hover,select:hover,textarea:hover{border-color:var(--gray-50, #c8c9cc);background-color:var(--white, #fff)}input:focus,select:focus,textarea:focus{outline:none;box-shadow:0 0 0 0.25rem var(--primary-40, #79adfc);border-color:var(--primary-60, #4456f6);background-color:var(--white, #fff)}input:active,select:active,textarea:active{border-color:var(--primary-50, #5185ff)}input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;background-color:var(--gray-10, #f7f8fa)}input[type='checkbox']{appearance:none;position:relative;height:1rem;width:1rem;padding:0.25rem;border-radius:var(--radius-sm);border:1px solid #d1d5db;background-color:#ffffff;cursor:pointer}input[type='checkbox']:checked,input[type='checkbox'].indeterminate{background-color:var(--primary-60, #4456f6);border:none}input[type='checkbox']:checked::after{content:'';position:absolute;top:45%;left:50%;transform:translate(-50%, -50%) rotate(-45deg) scale(-1, 1);width:0.5rem;height:0.25rem;border-bottom:0.125rem solid white;border-right:0.125rem solid white}input[type='checkbox'].indeterminate::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:0.5rem;height:0.125rem;background-color:white}input[type='checkbox']:checked:hover,input[type='checkbox'].indeterminate:hover{background-color:var(--primary-70, #2134dc);border:none}input[type='checkbox']:hover{border:1px solid #9ca3af}input[type='checkbox']:focus,input[type='checkbox']:active{outline:none;box-shadow:0 0 0 0.25rem var(--primary-20, #c7ddff);background-color:#f0f4f8}input[type='checkbox']:disabled{background-color:#f3f4f6;outline:none;cursor:not-allowed}input[type='checkbox']:disabled:checked{background-color:#e5e7eb;border:none;outline:none;cursor:not-allowed}.checkbox-container{display:flex;gap:0.5rem;width:100%}.checkbox-label{color:var(--gray-100, #45484d);font-size:1rem;font-style:normal;font-weight:400;line-height:1rem}.form-label{color:var(--gray-100, #45484d);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}.form-field{display:flex;flex-direction:column;gap:0.25rem;width:100%}.loading-box{display:flex;justify-content:center;align-items:center;width:100%;height:100vh;color:var(--primary-60, #0c7cba)}button{display:flex;gap:0.5rem;border:0;appearance:button;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-lg);background-color:var(--primary-60, #4456f6);color:white;font-weight:500;text-transform:capitalize;min-height:2.25rem;min-width:2.25rem}button.tertiaryGrey{border:1px solid var(--gray-40, #d8d9dc);background-color:white;color:var(--gray-80, #787a80)}button.tertiaryGrey:hover{border:1px solid var(--gray-50, #c8c9cc);background:var(--gray-10, #f7f8fa)}button.secondary{border:1px solid var(--gray-50, #c8c9cc);background:var(--white, #fff);color:var(--gray-90, #5e6066);box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.06), 0 1px 3px 0 rgba(0, 0, 0, 0.1)}button.secondary:hover{border:1px solid var(--gray-50, #c8c9cc);background:var(--gray-10, #f7f8fa)}button.destructive{border:1px solid var(--red-60, #f04438);background-color:white;color:var(--red-60)}button.destructive:hover{border:1px solid var(--red-70, #d92d20);background:var(--red-10, #fff1f0)}.button-group{display:flex;border-radius:0.5rem;border:1px solid var(--gray-30, #e0e2e5);background:var(--white, #ffffff);overflow:clip}.button-group button{display:flex;background:transparent;border-radius:unset;padding:0.25rem 0.75rem;min-width:2.156rem;min-height:unset;color:var(--gray-80, #6c6e73)}.button-group button:hover{background:var(--gray-10, #f7f8fa)}.button-group>:first-child{border-radius:0.5rem 0 0 0.5rem}.button-group>:last-child{border-radius:0 0.5rem 0.5rem 0}.button-group>:not(:first-child){border-left:1px solid var(--gray-30, #e0e2e5)}`;
@@ -36,9 +36,9 @@ const LsFieldContent = class {
36
36
  return !typesWithValue.includes(this.dataItem?.elementType);
37
37
  }
38
38
  render() {
39
- return (h(Host, { key: '657d620157ef9d0bdfce79ee1610a67f7e990429' }, h("ls-props-section", { key: 'f240dc47840f73f0c989d522cb311696c22907aa', sectionTitle: "Field Type", sectionDescription: "The Field you currently have selected" }, h("ls-field-type-display", { key: '41f7e9ee644f5938d29d479052257b2ddb6c0f71', fieldType: this.dataItem?.elementType, assignee: this.dataItem?.signer })), h("ls-props-section", { key: '124e8ae4a235c1292edaf62d6162b545d8ef8503', sectionTitle: "Required Field", row: true }, h("ls-toggle", { key: 'eb88e9e8df4dace6854efc2dd55afe43997c3130', id: "toggle-required", checked: !this.dataItem?.optional, onValueChange: ev => this.alter({ optional: !ev.detail }) })), h("ls-props-section", { key: '33c1c38e90a09726de65fbc342586d08eeaf8af2', sectionTitle: "Field Label", sectionDescription: "Add a label to clarify the information required from the Recipient." }, h("input", { key: '8d7643f93c2fa9c862c80f1f3155d2eb2cfee9ff', value: this.dataItem?.label, placeholder: getFieldTitleSuggestion(this.dataItem?.elementType), onInput: e => this.alter({ label: e.target.value }) })), this.supportsValue() && (h("ls-props-section", { key: 'f24ded19bdfe6ac25b43a2366cadb0a3640acf46', sectionTitle: "Value", sectionDescription: "A prefilled value that can be altered by the signer." }, h("input", { key: '7d74eb6bba09e541af029d83e7d5d9c9dc75f258', value: this.dataItem?.value, placeholder: getFieldPlaceholder(this.dataItem?.elementType), onInput: e => this.alter({ value: e.target.value }) }))), this.dataItem.validation === 20 && (h("ls-props-section", { key: 'aec1a8e9294a893f66ca27c91486c9429dd92dee', sectionTitle: "Options", sectionDescription: "Define the options available in the dropdown. One option per line." }, h("textarea", { key: '01387cc21a3b7d8153f1a9386ae1e14e6028f215', value: this.dataItem?.options, placeholder: "Option 1\nOption 2\nOption 3", onInput: e => this.alter({ options: e.target.value }) }))), this.showValidationTypes && (h("ls-props-section", { key: '983ed1d46e450c4e0ed422d570d593324ad81627', sectionTitle: "Content Format", sectionDescription: "Select the specific format you want the Recipient to enter." }, h("ls-input-wrapper", { key: '222d9c6358cd8a3783e1ad893ca27c74e9a506a5', select: true }, h("select", { key: '431a8175a07ab844737f817c807c0a3ce37bd9da', onChange: ev => this.alter({ validation: parseInt(ev.target.value) }) }, validationTypes
39
+ return (h(Host, { key: '775a6de060097462dde4ceecff37cbaa8ee2e257' }, h("ls-props-section", { key: 'beee048687d8661104582baaaed15ab7d530d949', sectionTitle: "Field Type", sectionDescription: "The Field you currently have selected" }, h("ls-field-type-display", { key: '906d73b30b0f46628536e6c81891c6cb7194f1da', fieldType: this.dataItem?.elementType, assignee: this.dataItem?.signer })), h("ls-props-section", { key: '74ed8e08d888faaa60432e395dea0edb338137bd', sectionTitle: "Required Field", row: true }, h("ls-toggle", { key: '7d861c8bcabb0375487e6d39016743dd7ea40065', id: "toggle-required", checked: !this.dataItem?.optional, onValueChange: ev => this.alter({ optional: !ev.detail }) })), h("ls-props-section", { key: 'f4f94ea995e84e672159cf2b39b851a785c27fb7', sectionTitle: "Field Label", sectionDescription: "Add a label to clarify the information required from the Recipient." }, h("input", { key: '5969abb2fc1d0aa261eb5c148c73b590469c524f', value: this.dataItem?.label, placeholder: getFieldTitleSuggestion(this.dataItem?.elementType), onInput: e => this.alter({ label: e.target.value }) })), this.supportsValue() && (h("ls-props-section", { key: '83f8c0e723d93d95b3d8f6c80a411b19d651ba78', sectionTitle: "Value", sectionDescription: "A prefilled value that can be altered by the signer." }, h("input", { key: 'eb5304bf19e964e4997a0d782ed90296611f1a29', value: this.dataItem?.value, placeholder: getFieldPlaceholder(this.dataItem?.elementType), onInput: e => this.alter({ value: e.target.value }) }))), this.dataItem.validation === 20 && (h("ls-props-section", { key: 'a0af08bced9311a54abc0fe237a9240edf62066b', sectionTitle: "Options", sectionDescription: "Define the options available in the dropdown. One option per line." }, h("textarea", { key: '7c7cfd17e163315259d17346cabb6142c2f59205', value: this.dataItem?.options, placeholder: "Option 1\nOption 2\nOption 3", onInput: e => this.alter({ options: e.target.value }) }))), this.showValidationTypes && (h("ls-props-section", { key: 'd63df437abfd9311cdb68432cd83ebc40b4c43cf', sectionTitle: "Content Format", sectionDescription: "Select the specific format you want the Recipient to enter." }, h("ls-input-wrapper", { key: '77be5b7831ae6e6aaa7f5dda9a05b285f6a4eec3', select: true }, h("select", { key: '35aa9bef9670c21ff51a76d8b782a2b4baedc681', onChange: ev => this.alter({ validation: parseInt(ev.target.value) }) }, validationTypes
40
40
  .filter(type => type.formType === this.dataItem?.elementType)
41
- .map(type => (h("option", { selected: this.dataItem?.validation === type.id, value: type.id }, type.description))))))), h("slot", { key: '924aef7652e1bb63a5d77606efa8d59caa45455a' })));
41
+ .map(type => (h("option", { selected: this.dataItem?.validation === type.id, value: type.id }, type.description))))))), h("slot", { key: '5816566e2fa3736747402f9e05ccaf53bdc5ebd2' })));
42
42
  }
43
43
  };
44
44
  LsFieldContent.style = lsFieldContentCss();
@@ -46,19 +46,19 @@ const LsFieldDimensions = class {
46
46
  attachAllTooltips(this.component.shadowRoot);
47
47
  }
48
48
  render() {
49
- return (h(Host, { key: 'f9e4e16ef08ec5f70e65842ba6294912f2a174fe' }, this.isMultiple(this.dataItem) && (h("div", { key: 'e6a1b8cae92da758ced3738dd537f9abbcce9c4c', class: 'ls-field-properties-section' }, h("div", { key: 'd90d8abebbf482cff332a9c21d9f4376b456ecfc', class: 'ls-field-properties-section-text' }, h("p", { key: '4540932f4eefcff7ac32a6eb293f71b55db2a301', class: 'ls-field-properties-section-title' }, "Height and Width"), h("p", { key: '5b8bc4edd219c8278bcc831adc126df0b9197f9a', class: 'ls-field-properties-section-description' }, "Define the height and width of one or multiple fields")), h("div", { key: 'e5d7c59eb09e502ada4b5fc5376b16a7cef75b21', class: 'input-row' }, h("div", { key: '701ed1be5465938e39915e2e35c32846506d655e', class: 'input-wrapper', "data-tooltip": "Set field width in pixels" }, h("ls-icon", { key: '2ccd4a27535c3ccf5b04c58c48b4b79047e3df01', id: "selectLeadingIcon", name: "field-match-width" }), h("input", { key: '77a53201e85eb2133ba805f18536df657d6c52a6', class: 'has-leading-icon', aria: "field-width", id: "field-width", onChange: e => this.alter({ width: e.target.value }) })), h("div", { key: '6c9c3b71a7062c3cf63a415bbe360f95fbb554b0', class: 'input-wrapper', "data-tooltip": "Set field height in pixels" }, h("ls-icon", { key: 'aea620db2a1b60232771665f9ab314f5b0cc9600', id: "selectLeadingIcon", name: "field-match-height" }), h("input", { key: '4529cca2995bf33d277d90c136d25e7baf3a515e', class: 'has-leading-icon', aria: "field-height", id: "field-height", onChange: e => this.alter({ height: e.target.value }) }))))), this.isSingle(this.dataItem) && (h("div", { key: '3943ce1d0020f68a4b1c83d65f2c0df38a584a79', class: 'field-set' }, h("div", { key: '328daef452d53699cc78eefbf0196adc8fc2eb2e', class: 'ls-field-properties-section' }, h("div", { key: '75ce25693e0c52fdf92b22107b48d394091428df', class: 'ls-field-properties-section-text' }, h("p", { key: '644cc20e8fab6ee67821e02c5fab674484e0f027', class: 'ls-field-properties-section-title' }, "Height and Width"), h("p", { key: 'b4d3b8a8d8c1dfbacf4b201f2bca9db62b79d577', class: 'ls-field-properties-section-description' }, "Define the height and width of one or multiple fields")), h("div", { key: '5687982a59f858eddc88e4b048e35537c914382d', class: 'input-row' }, h("div", { key: '8c5777936a1ce92974ddc64b432ac5a9032ec67a', class: 'input-wrapper', "data-tooltip": "Set field width in pixels" }, h("ls-icon", { key: '40c0c6f0f19388afe24a7bba00012436151035cd', id: "selectLeadingIcon", name: "field-match-width" }), h("input", { key: '1a1695bcaebe1b4ebf4a1441b6f3aa23c36ff2fb', type: "number", class: 'has-leading-icon', aria: "field-width", id: "field-width", min: 5, max: this.dataItem.pageDimensions.width - this.dataItem.width, value: this.dataItem?.width, onChange: e => {
49
+ return (h(Host, { key: '0bba34e3f640285df087d1563b017b36c2f1dcfe' }, this.isMultiple(this.dataItem) && (h("div", { key: 'cf85b84aa0a658215f6cc5fdcefb277703a50c06', class: 'ls-field-properties-section' }, h("div", { key: 'd50c2f2a8e061f072648fa71310c4c1a9474a1e7', class: 'ls-field-properties-section-text' }, h("p", { key: '956dd75d1727016aecb31e64d93c9b48ee73cffa', class: 'ls-field-properties-section-title' }, "Height and Width"), h("p", { key: '464753a0a8b80400791c0a06848b58f7cb48d5d3', class: 'ls-field-properties-section-description' }, "Define the height and width of one or multiple fields")), h("div", { key: 'de81a353ee6358af748da60485441794c53bc8c3', class: 'input-row' }, h("div", { key: 'a6846b797c39e3cb85e7fc48ee7b7739105a4366', class: 'input-wrapper', "data-tooltip": "Set field width in pixels" }, h("ls-icon", { key: '26685e97aa989c2d5cfdc883d5c7a3e6f3659d65', id: "selectLeadingIcon", name: "field-match-width" }), h("input", { key: '15ffbf1c41c9a597efe0e30cbae07f6b70672b31', class: 'has-leading-icon', aria: "field-width", id: "field-width", onChange: e => this.alter({ width: e.target.value }) })), h("div", { key: '7f341ecb15720a7f332d1d246055fb6261f1c8f3', class: 'input-wrapper', "data-tooltip": "Set field height in pixels" }, h("ls-icon", { key: 'e7fda848862fca6da5187e4e7148c68a0d87c328', id: "selectLeadingIcon", name: "field-match-height" }), h("input", { key: 'b4e96766c19f8c71bd76a34d3fe10a48dda3bbb6', class: 'has-leading-icon', aria: "field-height", id: "field-height", onChange: e => this.alter({ height: e.target.value }) }))))), this.isSingle(this.dataItem) && (h("div", { key: 'e008d89765c1d052e85669c70e886d32bf9f3860', class: 'field-set' }, h("div", { key: '04e30b661e428ee53be77e4cb357da9508896d92', class: 'ls-field-properties-section' }, h("div", { key: '1fee7aed0740dad27d540abf8ef98f12567599c8', class: 'ls-field-properties-section-text' }, h("p", { key: '0a241c2d61d5ca009576e6ad41920476c05febf1', class: 'ls-field-properties-section-title' }, "Height and Width"), h("p", { key: 'ffb954513e5ea73cacc875dceb8b9e97e597cf54', class: 'ls-field-properties-section-description' }, "Define the height and width of one or multiple fields")), h("div", { key: 'bc4648d497bfa3e525aa3425d0cc74e5325c6729', class: 'input-row' }, h("div", { key: '54e643ee05a6adbb9955f4567e9a478edbef8764', class: 'input-wrapper', "data-tooltip": "Set field width in pixels" }, h("ls-icon", { key: 'b935662a24ed17f5884b64e0f478994b871dd18b', id: "selectLeadingIcon", name: "field-match-width" }), h("input", { key: '840552c74c8ee09961d2cb3313e4bf2fd08c7a89', type: "number", class: 'has-leading-icon', aria: "field-width", id: "field-width", min: 5, max: this.dataItem.pageDimensions.width - this.dataItem.width, value: this.dataItem?.width, onChange: e => {
50
50
  const di = this.getDataItem();
51
51
  if (parseInt(e.target.value) > di.pageDimensions.width - di.left) {
52
52
  return;
53
53
  }
54
54
  this.alter({ width: e.target.value });
55
- } })), h("div", { key: '37aae3302cb432cfc54760518551158997d58448', class: 'input-wrapper', "data-tooltip": "Set field height in pixels" }, h("ls-icon", { key: '84e0c035547d19196475a1c1c22e4ea1bcdfd48f', id: "selectLeadingIcon", name: "field-match-height" }), h("input", { key: '4f6f5509c57b5dc65c58ab752edfc1b5206b91e0', type: "number", class: 'has-leading-icon', aria: "field-height", id: "field-height", value: this.dataItem?.height, onChange: e => {
55
+ } })), h("div", { key: '38c1000466f44fff9cf2ac0156d3b677710a469a', class: 'input-wrapper', "data-tooltip": "Set field height in pixels" }, h("ls-icon", { key: 'a780c96f2e7c1539837b1898c5e2134c8744460a', id: "selectLeadingIcon", name: "field-match-height" }), h("input", { key: '58742536845e77dd562f1f64686a69d315e9bee3', type: "number", class: 'has-leading-icon', aria: "field-height", id: "field-height", value: this.dataItem?.height, onChange: e => {
56
56
  const di = this.getDataItem();
57
57
  if (parseInt(e.target.value) > di.pageDimensions.height - di.top) {
58
58
  return;
59
59
  }
60
60
  this.alter({ height: e.target.value });
61
- } })))), h("div", { key: '7f2df2712d59199a20e4a020c67ab488cb92bca9', class: 'ls-field-properties-section' }, h("div", { key: '28e3d76b871ec618c21da803b7eee989af150e67', class: 'ls-field-properties-section-text' }, h("p", { key: '352da8f1c624592595afe6f7ca37937c7b358853', class: 'ls-field-properties-section-title' }, "Scale and Resize"), h("p", { key: '39286bb6613775a939b22d039fab3761c4c01ae2', class: 'ls-field-properties-section-description' }, "Multi-select fields and match their dimensions")), h("div", { key: 'a142aa75b933127d4eccc5087d6bc6666fdd5f7b', class: 'button-group' }, h("button", { key: '52287437bb6ed091c9a22cbda416fe50b7fa012a', disabled: true, "data-tooltip": "Select multiple Fields to to access scale controls" }, h("ls-icon", { key: 'eb9126123e5cbd14a9972223cf50dc1a931b1ec7', name: "field-scale" })), h("button", { key: 'fb5bd7363f479fd04ecae26d43f1cca56cc378ac', disabled: true, "data-tooltip": "Select multiple Fields to to access match width controls" }, h("ls-icon", { key: '8b5439df09ff193e1d9db5bed1a179f6c3c57b3a', name: "field-match-width" })), h("button", { key: '581ba46d0613193c5b428c0c1eb55c6d546d41d5', disabled: true, "data-tooltip": "Select multiple Fields to to access match height controls" }, h("ls-icon", { key: '77da448a05f559743ef857b8305cbac405887868', name: "field-match-height" })))))), h("ls-tooltip", { key: '84551dae27ff2d8e8aa08663de91f4b7c05adff5', id: "ls-tooltip-master" })));
61
+ } })))), h("div", { key: '030b122d0b8b583bbe289c6ad3ffc79d1c1928eb', class: 'ls-field-properties-section' }, h("div", { key: 'fbe959b7294985ff6bdaee2364788209fa158f8c', class: 'ls-field-properties-section-text' }, h("p", { key: 'c7630fe2f6f9cd103bbced54c50557cedb77c23c', class: 'ls-field-properties-section-title' }, "Scale and Resize"), h("p", { key: '532d4283f5bac65ea279efe00726ab9796157dd3', class: 'ls-field-properties-section-description' }, "Multi-select fields and match their dimensions")), h("div", { key: 'cd4e090401642e4c89c6e75cd07a84475f47b9aa', class: 'button-group' }, h("button", { key: 'f392f3bd8fae346fecc4a23aa170f98e0cb3f263', disabled: true, "data-tooltip": "Select multiple Fields to to access scale controls" }, h("ls-icon", { key: 'bea76771e85b768d9311279a39b85d54f3c583b2', name: "field-scale" })), h("button", { key: 'ee494a3b9c7cf4241be842483cd3a3e0b36ae3a8', disabled: true, "data-tooltip": "Select multiple Fields to to access match width controls" }, h("ls-icon", { key: '17e215364aae1b5ee92a67be70e55915daade482', name: "field-match-width" })), h("button", { key: '98d3abc518af083fe3f90d2fd6bca815be566ad7', disabled: true, "data-tooltip": "Select multiple Fields to to access match height controls" }, h("ls-icon", { key: '1af0aecb8d7dafc312ce8cecc62fd1b9d252d3f4', name: "field-match-height" })))))), h("ls-tooltip", { key: '230a8a17f6b3b822e341f994a8ad5e357a45a983', id: "ls-tooltip-master" })));
62
62
  }
63
63
  };
64
64
  LsFieldDimensions.style = lsFieldDimensionsCss();
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, d as createEvent, e as getElement, h, a as Host } from './index-DANCsk1i.js';
2
- import { o as oob } from './editorUtils-KdYXvZ56.js';
2
+ import { o as oob } from './editorUtils-B8pqYCt6.js';
3
3
  import { a as attachAllTooltips } from './tooltip-Cb8nDMs-.js';
4
- import { o as outOfBounds } from './mouseHandlers-8wT9GBoG.js';
4
+ import { o as outOfBounds } from './mouseHandlers-ng8CZPvb.js';
5
5
 
6
6
  const lsFieldDistributeCss = () => `:host{display:flex;flex-direction:column;gap:1rem;width:100%;position:relative}.ls-toolbar-numeric{width:2.813rem;max-height:1.125rem;margin:0px;padding:0px}*{margin:0;box-sizing:border-box}.field-set{display:flex;flex-direction:column;gap:1rem;width:100%}.ls-field-properties-section{display:flex;position:relative;flex-direction:column;gap:0.5rem}.row{flex-direction:row;align-items:center;justify-content:space-between}.multi-button-group-row{display:flex;gap:0.5rem}.ls-field-properties-section-text{display:flex;flex-direction:column;gap:0.25rem;padding:0.25rem}.ls-field-properties-section-title{color:var(--gray-90, #5e6066);font-size:1rem;font-style:normal;font-weight:500;line-height:1.25rem;}.ls-field-properties-section-description{overflow:hidden;color:var(--gray-80, #6c6e73);text-overflow:ellipsis;font-size:0.75rem;font-style:normal;font-weight:400;line-height:0.75rem;}.input-row{display:flex;gap:0.5rem}.input-row .input-wrapper input{width:9.313rem;max-width:9.313rem}p{color:var(--gray-80, #6c6e73);font-family:var(--font-family);font-size:var(--text-sm);font-style:normal;font-weight:400;line-height:var(--text-sm-line-height)}a{color:var(--primary-60, #4456f6);font-size:var(--text-sm);font-style:normal;font-weight:400;line-height:var(--text-sm-line-height);cursor:pointer}a:hover{text-decoration:underline;color:var(--primary-70, #2134dc)}.button-link,.button-link:hover{all:unset}select{appearance:none;height:36px}.input-wrapper{position:relative;width:100%}#selectorIcon{position:absolute;top:50%;right:0.675rem;transform:translateY(-50%);pointer-events:none;color:var(--gray-80, #6c6e73)}#selectLeadingIcon{position:absolute;top:50%;left:0.675rem;transform:translateY(-50%);pointer-events:none;color:var(--gray-80, #6c6e73)}#selectLeadingIconDisabled{position:absolute;top:50%;left:0.675rem;transform:translateY(-50%);pointer-events:none;color:var(--gray-50, #d8d9dc)}.has-leading-icon{padding-left:2.5rem}input,select,textarea{border:1px solid var(--gray-40, #d8d9dc);box-shadow:0 1px 0.125rem rgba(0, 0, 0, 0.05);padding:0.5rem 0.75rem;font-family:var(--font-family);font-size:var(--text-sm);border-radius:0.5rem;color:var(--gray-100, #45484d);font-weight:400}input::placeholder,select::placeholder,textarea::placeholder{color:var(--gray-60, #afb0b2)}input:hover:not(:disabled),select:hover:not(:disabled),textarea:hover:not(:disabled){border-color:var(--gray-50, #c8c9cc);background-color:var(--white, #fff)}input:focus:not(:disabled),select:focus:not(:disabled),textarea:focus:not(:disabled){outline:none;box-shadow:0 0 0 0.25rem var(--primary-40, #79adfc);border-color:var(--primary-60, #4456f6);background-color:var(--white, #fff)}input:active:not(:disabled),select:active:not(:disabled),textarea:active:not(:disabled){border-color:var(--primary-50, #5185ff)}input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;background-color:var(--gray-10, #f7f8fa);color:var(--gray-50, #d8d9dc);box-shadow:none}input[type='checkbox']{appearance:none;position:relative;height:1rem;width:1rem;padding:0.25rem;border-radius:var(--radius-sm);border:1px solid #d1d5db;background-color:#ffffff;cursor:pointer}input[type='checkbox']:checked,input[type='checkbox'].indeterminate{background-color:var(--primary-60, #4456f6);border:none}input[type='checkbox']:checked::after{content:'';position:absolute;top:45%;left:50%;transform:translate(-50%, -50%) rotate(-45deg) scale(-1, 1);width:0.5rem;height:0.25rem;border-bottom:0.125rem solid white;border-right:0.125rem solid white}input[type='checkbox'].indeterminate::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:0.5rem;height:0.125rem;background-color:white}input[type='checkbox']:checked:hover,input[type='checkbox'].indeterminate:hover{background-color:var(--primary-70, #2134dc);border:none}input[type='checkbox']:hover{border:1px solid #9ca3af}input[type='checkbox']:focus,input[type='checkbox']:active{outline:none;box-shadow:0 0 0 0.25rem var(--primary-20, #c7ddff);background-color:#f0f4f8}input[type='checkbox']:disabled{background-color:#f3f4f6;outline:none;cursor:not-allowed}input[type='checkbox']:disabled:checked{background-color:#e5e7eb;border:none;outline:none;cursor:not-allowed}.checkbox-container{display:flex;gap:0.5rem;width:100%}.checkbox-label{color:var(--gray-100, #45484d);font-size:1rem;font-style:normal;font-weight:400;line-height:1rem}.form-label{color:var(--gray-100, #45484d);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}.form-field{display:flex;flex-direction:column;gap:0.25rem;width:100%}.loading-box{display:flex;justify-content:center;align-items:center;width:100%;height:100vh;color:var(--primary-60, #0c7cba)}button{border:0;appearance:button;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-lg);background-color:var(--primary-60, #4456f6);color:white;text-transform:capitalize;min-height:2.25rem;min-width:2.25rem}button.tertiaryGrey{border:1px solid var(--gray-40, #d8d9dc);background-color:white;color:var(--gray-80, #787a80)}button.tertiaryGrey:hover{border:1px solid var(--gray-50, #c8c9cc);background:var(--gray-10, #f7f8fa)}.button-group{display:flex;border-radius:0.5rem;border:1px solid var(--gray-30, #e0e2e5);background:var(--white, #ffffff);overflow:clip;width:100%}.button-group button{display:flex;width:100%;background:transparent;border-radius:unset;padding:0.25rem 0.75rem;min-width:2.156rem;color:var(--gray-80, #6c6e73)}.button-group button:disabled{background:var(--gray-10, #f7f8fa);cursor:not-allowed;color:var(--gray-50, #d8d9dc)}.button-group button:hover{background:var(--gray-10, #f7f8fa)}.button-group>:first-child{border-radius:0.5rem 0 0 0.5rem}.button-group>:last-child{border-radius:0 0.5rem 0.5rem 0}.button-group>:not(:first-child){border-left:1px solid var(--gray-30, #e0e2e5)}`;
7
7
 
@@ -142,15 +142,15 @@ const LsFieldDistribute = class {
142
142
  attachAllTooltips(this.component.shadowRoot);
143
143
  }
144
144
  render() {
145
- return (h(Host, { key: '2dc1fd7c959e47152606e0d9e33957360c1b5749' }, h("div", { key: 'd6f0f35db71da1dada1f6019a057aee790dd6658', class: 'ls-field-properties-section' }, h("div", { key: 'b5f84d074b466dd808589d002705a5622be50095', class: 'ls-field-properties-section-text' }, h("p", { key: 'eb160f54b7d5bb086b75e0ba73e49397359bf399', class: 'ls-field-properties-section-title' }, "Distribution"), h("p", { key: 'abc2a24cd68164834c22a14c1ce48e07d5beb694', class: 'ls-field-properties-section-description' }, "Multi-select fields and evenly space them out")), h("div", { key: '4be9f1d801ea9e1ba669bfb8fa99c337585233e6', class: 'button-group' }, h("button", { key: '8809552c0f1ec0a716b7ef0d07b5761073973e93', onClick: () => {
145
+ return (h(Host, { key: '20ed172d0bcb5b68534b475cdd1678a69a74170e' }, h("div", { key: 'fb9f834b3d036e71394043db0dd3c5ac993a268a', class: 'ls-field-properties-section' }, h("div", { key: 'c0e97a0a7f2e628fff96977a90cbe294b44e875d', class: 'ls-field-properties-section-text' }, h("p", { key: 'b30ce5af073ff4352dc297e0b85cc01c4bca09da', class: 'ls-field-properties-section-title' }, "Distribution"), h("p", { key: '59baa11995fcde242d4c25ac8a249af2822e7755', class: 'ls-field-properties-section-description' }, "Multi-select fields and evenly space them out")), h("div", { key: 'e93dc9c722fce5ee539495d1f1ffe8fa6ce11384', class: 'button-group' }, h("button", { key: 'bd78ec4d7e346e959b7b1a6bb1b43743b6db50b3', onClick: () => {
146
146
  this.distributeVertical();
147
- }, "aria-label": "Distribute selected fields vertically.", "data-tooltip": "Distribute selected fields vertically" }, h("ls-icon", { key: '0ce63993f3a52ce3b16f554c3b5994fb0474a836', name: "field-distribute-vertically" })), h("button", { key: '099191b1acbf4232696851e9a670f59f05c9f268', onClick: () => {
147
+ }, "aria-label": "Distribute selected fields vertically.", "data-tooltip": "Distribute selected fields vertically" }, h("ls-icon", { key: 'f4b13c486ff1a0de89525e7dc48c524af1567f6a', name: "field-distribute-vertically" })), h("button", { key: 'beb4c05c61af507ea384071a3c549edb446d771c', onClick: () => {
148
148
  this.distributeHorizontal();
149
- }, "aria-label": "Distribute selected fields horizontally.", "data-tooltip": "Distribute selected fields horizontally" }, h("ls-icon", { key: 'f389520c07cf41ff78776664c3b92d22542b7de2', name: "field-distribute-horizontally" })))), h("div", { key: 'e1a82d933b8e86f93461e560c95e1edba920b289', class: 'ls-field-properties-section' }, h("div", { key: '83cc86d7c84e7e3a7f2cd32a8adbff4124c64fa5', class: 'ls-field-properties-section-text' }, h("p", { key: 'bb03d2e030a884530a6dbab63f130a121e9a8c61', class: 'ls-field-properties-section-title' }, "Gap"), h("p", { key: 'b00c922441382362e923aa33d30669924ba71cac', class: 'ls-field-properties-section-description' }, "Define the exact gap between multi-select fields.")), h("div", { key: '3abaa8c4b16bf6f1c4d47f69be90e72d1ede86a9', class: 'input-row' }, h("div", { key: 'dc6d380c9a99d0ca495cde30a31acc5a3611361d', class: 'input-wrapper', "data-tooltip": "Set vertical gap between selected fields" }, h("ls-icon", { key: 'fd04259c8a621bdc784b5fe1a914d65ce3a19e9c', id: "selectLeadingIcon", name: "field-distribute-vertically" }), h("input", { key: 'f03c084cfc0c1d022bae8cbd3e40edc8b27f81fb', type: "number", class: 'has-leading-icon', id: "ls-fix-vertical-space", onChange: e => {
149
+ }, "aria-label": "Distribute selected fields horizontally.", "data-tooltip": "Distribute selected fields horizontally" }, h("ls-icon", { key: '538190ed10a830c7a414bb1a8ad27e41d2516794', name: "field-distribute-horizontally" })))), h("div", { key: '508120b649469081c72caf374b20355a737a8f00', class: 'ls-field-properties-section' }, h("div", { key: 'b6ec99a7892a704dd9908721387e35837b5cfd51', class: 'ls-field-properties-section-text' }, h("p", { key: 'da94b9d7719b89d1d1401bfd86b8bdab20e3c0b8', class: 'ls-field-properties-section-title' }, "Gap"), h("p", { key: '2e549d34d071de110ef5f5b4b4025ed4eb274443', class: 'ls-field-properties-section-description' }, "Define the exact gap between multi-select fields.")), h("div", { key: '99b63bf357fa2e5f1c85ef28b27d9ed7129d40de', class: 'input-row' }, h("div", { key: '0cd2636a436b72299affab8aa3206963de4d0a1f', class: 'input-wrapper', "data-tooltip": "Set vertical gap between selected fields" }, h("ls-icon", { key: 'fdcaedecd654e5f5a86461adbf581e79589cabd4', id: "selectLeadingIcon", name: "field-distribute-vertically" }), h("input", { key: '34ba43b3a8b2c5a7213ae42c13ade0872c9e4a49', type: "number", class: 'has-leading-icon', id: "ls-fix-vertical-space", onChange: e => {
150
150
  this.gapVertical(parseInt(e.target.value));
151
- }, min: 0, max: 9999, value: '', size: 4 })), h("div", { key: '55eea802d6943a2774b45e06ce87a32a071612cc', class: 'input-wrapper', "data-tooltip": "Set horizontal gap between selected fields" }, h("ls-icon", { key: '715a43e1168563155cc4446b41aa866d166157bf', id: "selectLeadingIcon", name: "field-distribute-horizontally" }), h("input", { key: '1c83fc9a0790cacdf2a887989eadd5f00bc09890', type: "number", class: 'has-leading-icon', id: "ls-fix-horizontal-space", onChange: e => {
151
+ }, min: 0, max: 9999, value: '', size: 4 })), h("div", { key: 'a3a6df59012be17e7c13d0f3120d67dba6dfa228', class: 'input-wrapper', "data-tooltip": "Set horizontal gap between selected fields" }, h("ls-icon", { key: '458a58304efca77db965d01e28b75cc870c444cc', id: "selectLeadingIcon", name: "field-distribute-horizontally" }), h("input", { key: '947cc9032152cbaf9bb12ef5d2825e97e41bcc0c', type: "number", class: 'has-leading-icon', id: "ls-fix-horizontal-space", onChange: e => {
152
152
  this.gapHorizontal(parseInt(e.target.value));
153
- }, min: 0, max: 9999, value: '', size: 4 })))), h("ls-tooltip", { key: 'e64443dde917a8ba69305aa11049e38f6ccb11c9', id: "ls-tooltip-master" }), h("slot", { key: 'ecfeac46983db95715a424fc9d43928c88e14d02' })));
153
+ }, min: 0, max: 9999, value: '', size: 4 })))), h("ls-tooltip", { key: '00ba0f021c557924d94f51f90602b7647d60146b', id: "ls-tooltip-master" }), h("slot", { key: '053a8890fc80e262111da6237cb00cc8d650e461' })));
154
154
  }
155
155
  };
156
156
  LsFieldDistribute.style = lsFieldDistributeCss();
@@ -43,7 +43,7 @@ const LsFieldFooter = class {
43
43
  });
44
44
  };
45
45
  render() {
46
- return (h(Host, { key: 'a0e90a78a6991933353d27c8f41bf9da30db2372' }, h("div", { key: '4d8c18396786143c5e58cd73a493e46df7c8c0a6', class: 'button-footer' }, h("button", { key: '3b75c5dade3dd585cc1950e1314036a90eba920b', class: 'secondary', onClick: () => this.duplicateField() }, h("ls-icon", { key: '05e75a02cce2e27233741c5a28a674fbae0d7494', name: "field-duplicate", size: "1.25rem" }), "Duplicate"), h("button", { key: 'f97d16699eb76834007989235ac18a23f4a5f34c', class: 'destructive', onClick: () => this.deleteField() }, h("ls-icon", { key: 'f3854ca272a90b2ea442b1c51db21661bf64f52e', name: "trash", size: "1.25rem", color: 'var(--red-60)' }), "Delete")), h("slot", { key: '84baa90b9488b4e3b12f4aae8e754bb33bb3fa81' })));
46
+ return (h(Host, { key: 'a72cb4a6ee63e95c6f2d8d19bfa5bc4a7d7a4378' }, h("div", { key: '1bddb9f01dbc04eb0f46aa8ead090f242e942e4d', class: 'button-footer' }, h("button", { key: '2d8074ab3fc664a1d21bcb57fb607272182b40ec', class: 'secondary', onClick: () => this.duplicateField() }, h("ls-icon", { key: 'fb807fa67c4cdfff94fd169e3723337110d51d54', name: "field-duplicate", size: "1.25rem" }), "Duplicate"), h("button", { key: 'e072c42ef4b12e7072dc639a173e7195225aa6f5', class: 'destructive', onClick: () => this.deleteField() }, h("ls-icon", { key: 'a74525f4ecd4b82054eef70ce569cb9c7e438fdb', name: "trash", size: "1.25rem", color: 'var(--red-60)' }), "Delete")), h("slot", { key: '78f4c325e1d089bc96c2784a3bd3ad0545a1fa7e' })));
47
47
  }
48
48
  };
49
49
  LsFieldFooter.style = lsFieldFooterCss();