q2-tecton-elements 1.53.2 → 1.53.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/click-elsewhere_2.cjs.entry.js +19 -14
- package/dist/cjs/click-elsewhere_2.cjs.entry.js.map +1 -1
- package/dist/cjs/{index-76f63767.js → index-eec39d23.js} +68 -1
- package/dist/cjs/index-eec39d23.js.map +1 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/q2-action-group.cjs.entry.js +1 -1
- package/dist/cjs/q2-action-sheet.cjs.entry.js +1 -1
- package/dist/cjs/q2-badge_7.cjs.entry.js +1 -1
- package/dist/cjs/q2-calendar.cjs.entry.js +1 -1
- package/dist/cjs/q2-card.cjs.entry.js +1 -1
- package/dist/cjs/q2-carousel-pane.cjs.entry.js +1 -1
- package/dist/cjs/q2-carousel.cjs.entry.js +1 -1
- package/dist/cjs/q2-chart-area.cjs.entry.js +1 -1
- package/dist/cjs/q2-chart-bar.cjs.entry.js +1 -1
- package/dist/cjs/q2-chart-donut.cjs.entry.js +1 -1
- package/dist/cjs/q2-checkbox-group.cjs.entry.js +1 -1
- package/dist/cjs/q2-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/q2-data-table.cjs.entry.js +1 -1
- package/dist/cjs/q2-detail.cjs.entry.js +1 -1
- package/dist/cjs/q2-dropdown-item.cjs.entry.js +1 -1
- package/dist/cjs/q2-dropdown.cjs.entry.js +4 -2
- package/dist/cjs/q2-dropdown.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-editable-field.cjs.entry.js +1 -1
- package/dist/cjs/q2-file-picker.cjs.entry.js +1 -1
- package/dist/cjs/q2-item_3.cjs.entry.js +1 -1
- package/dist/cjs/q2-loc.cjs.entry.js +1 -1
- package/dist/cjs/q2-message.cjs.entry.js +1 -1
- package/dist/cjs/q2-month-picker.cjs.entry.js +1 -1
- package/dist/cjs/q2-optgroup.cjs.entry.js +1 -1
- package/dist/cjs/q2-option-list.cjs.entry.js +1 -1
- package/dist/cjs/q2-option.cjs.entry.js +1 -1
- package/dist/cjs/q2-pagination.cjs.entry.js +1 -1
- package/dist/cjs/q2-pill.cjs.entry.js +1 -1
- package/dist/cjs/q2-radio-group.cjs.entry.js +1 -1
- package/dist/cjs/q2-radio.cjs.entry.js +1 -1
- package/dist/cjs/q2-relative-time.cjs.entry.js +1 -1
- package/dist/cjs/q2-section.cjs.entry.js +1 -1
- package/dist/cjs/q2-select.cjs.entry.js +51 -3
- package/dist/cjs/q2-select.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-stepper-pane.cjs.entry.js +1 -1
- package/dist/cjs/q2-stepper-vertical.cjs.entry.js +1 -1
- package/dist/cjs/q2-stepper.cjs.entry.js +1 -1
- package/dist/cjs/q2-tag.cjs.entry.js +1 -1
- package/dist/cjs/q2-tecton-elements.cjs.js +1 -1
- package/dist/cjs/q2-textarea.cjs.entry.js +1 -1
- package/dist/cjs/q2-tooltip.cjs.entry.js +1 -1
- package/dist/collection/components/q2-dropdown/q2-dropdown.js +3 -1
- package/dist/collection/components/q2-dropdown/q2-dropdown.js.map +1 -1
- package/dist/collection/components/q2-pill/test/q2-pill-test.e2e.js +1 -1
- package/dist/collection/components/q2-pill/test/q2-pill-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-popover/q2-popover.js +19 -14
- package/dist/collection/components/q2-popover/q2-popover.js.map +1 -1
- package/dist/collection/components/q2-popover/test/q2-popover-test.spec.js +230 -147
- package/dist/collection/components/q2-popover/test/q2-popover-test.spec.js.map +1 -1
- package/dist/collection/components/q2-select/q2-select.js +57 -3
- package/dist/collection/components/q2-select/q2-select.js.map +1 -1
- package/dist/collection/components/q2-select/test/q2-select-test.spec.js +146 -6
- package/dist/collection/components/q2-select/test/q2-select-test.spec.js.map +1 -1
- package/dist/collection/utils/index.js +71 -0
- package/dist/collection/utils/index.js.map +1 -1
- package/dist/components/index2.js +66 -1
- package/dist/components/index2.js.map +1 -1
- package/dist/components/q2-dropdown.js +3 -1
- package/dist/components/q2-dropdown.js.map +1 -1
- package/dist/components/q2-popover2.js +19 -14
- package/dist/components/q2-popover2.js.map +1 -1
- package/dist/components/q2-select2.js +52 -4
- package/dist/components/q2-select2.js.map +1 -1
- package/dist/esm/click-elsewhere_2.entry.js +19 -14
- package/dist/esm/click-elsewhere_2.entry.js.map +1 -1
- package/dist/esm/{index-504f1a9e.js → index-52ca69b4.js} +67 -2
- package/dist/esm/index-52ca69b4.js.map +1 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/q2-action-group.entry.js +1 -1
- package/dist/esm/q2-action-sheet.entry.js +1 -1
- package/dist/esm/q2-badge_7.entry.js +1 -1
- package/dist/esm/q2-calendar.entry.js +1 -1
- package/dist/esm/q2-card.entry.js +1 -1
- package/dist/esm/q2-carousel-pane.entry.js +1 -1
- package/dist/esm/q2-carousel.entry.js +1 -1
- package/dist/esm/q2-chart-area.entry.js +1 -1
- package/dist/esm/q2-chart-bar.entry.js +1 -1
- package/dist/esm/q2-chart-donut.entry.js +1 -1
- package/dist/esm/q2-checkbox-group.entry.js +1 -1
- package/dist/esm/q2-checkbox.entry.js +1 -1
- package/dist/esm/q2-data-table.entry.js +1 -1
- package/dist/esm/q2-detail.entry.js +1 -1
- package/dist/esm/q2-dropdown-item.entry.js +1 -1
- package/dist/esm/q2-dropdown.entry.js +4 -2
- package/dist/esm/q2-dropdown.entry.js.map +1 -1
- package/dist/esm/q2-editable-field.entry.js +1 -1
- package/dist/esm/q2-file-picker.entry.js +1 -1
- package/dist/esm/q2-item_3.entry.js +1 -1
- package/dist/esm/q2-loc.entry.js +1 -1
- package/dist/esm/q2-message.entry.js +1 -1
- package/dist/esm/q2-month-picker.entry.js +1 -1
- package/dist/esm/q2-optgroup.entry.js +1 -1
- package/dist/esm/q2-option-list.entry.js +1 -1
- package/dist/esm/q2-option.entry.js +1 -1
- package/dist/esm/q2-pagination.entry.js +1 -1
- package/dist/esm/q2-pill.entry.js +1 -1
- package/dist/esm/q2-radio-group.entry.js +1 -1
- package/dist/esm/q2-radio.entry.js +1 -1
- package/dist/esm/q2-relative-time.entry.js +1 -1
- package/dist/esm/q2-section.entry.js +1 -1
- package/dist/esm/q2-select.entry.js +51 -3
- package/dist/esm/q2-select.entry.js.map +1 -1
- package/dist/esm/q2-stepper-pane.entry.js +1 -1
- package/dist/esm/q2-stepper-vertical.entry.js +1 -1
- package/dist/esm/q2-stepper.entry.js +1 -1
- package/dist/esm/q2-tag.entry.js +1 -1
- package/dist/esm/q2-tecton-elements.js +1 -1
- package/dist/esm/q2-textarea.entry.js +1 -1
- package/dist/esm/q2-tooltip.entry.js +1 -1
- package/dist/jest.setup.js +11 -0
- package/dist/jest.setup.js.map +1 -1
- package/dist/q2-tecton-elements/click-elsewhere_2.entry.js +139 -134
- package/dist/q2-tecton-elements/click-elsewhere_2.entry.js.map +1 -1
- package/dist/q2-tecton-elements/{index-504f1a9e.js → index-52ca69b4.js} +121 -61
- package/dist/q2-tecton-elements/index-52ca69b4.js.map +1 -0
- package/dist/q2-tecton-elements/q2-action-group.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-action-sheet.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-badge_7.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-calendar.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-card.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-carousel-pane.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-carousel.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-chart-area.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-chart-bar.entry.js +78 -78
- package/dist/q2-tecton-elements/q2-chart-donut.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-checkbox-group.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-checkbox.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-data-table.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-detail.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-dropdown-item.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-dropdown.entry.js +13 -11
- package/dist/q2-tecton-elements/q2-dropdown.entry.js.map +1 -1
- package/dist/q2-tecton-elements/q2-editable-field.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-file-picker.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-item_3.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-loc.entry.js +4 -4
- package/dist/q2-tecton-elements/q2-message.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-month-picker.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-optgroup.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-option-list.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-option.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-pagination.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-pill.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-radio-group.entry.js +5 -5
- package/dist/q2-tecton-elements/q2-radio.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-relative-time.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-section.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-select.entry.js +64 -17
- package/dist/q2-tecton-elements/q2-select.entry.js.map +1 -1
- package/dist/q2-tecton-elements/q2-stepper-pane.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-stepper-vertical.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-stepper.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-tag.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-tecton-elements.esm.js +1 -1
- package/dist/q2-tecton-elements/q2-tecton-elements.esm.js.map +1 -1
- package/dist/q2-tecton-elements/q2-textarea.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-tooltip.entry.js +1 -1
- package/dist/types/builds/q2e/development/tecton/tecton/packages/q2-tecton-elements/.stencil/jest.setup.d.ts +9 -0
- package/dist/types/components/q2-select/q2-select.d.ts +10 -0
- package/dist/types/utils/index.d.ts +7 -0
- package/package.json +3 -3
- package/dist/cjs/index-76f63767.js.map +0 -1
- package/dist/esm/index-504f1a9e.js.map +0 -1
- package/dist/q2-tecton-elements/index-504f1a9e.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"q2-popover-test.spec.js","sourceRoot":"","sources":["../../../../../src/components/q2-popover/test/q2-popover-test.spec.ts"],"names":[],"mappings":"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","sourcesContent":["import { newSpecPage, SpecPage } from '@stencil/core/testing';\nimport { Q2Popover } from '@/components/q2-popover/q2-popover';\nimport { handleDeprecationWarning } from '@/utils';\n\ndescribe('popover', () => {\n let specPopover: Q2Popover;\n\n const samplePlatformDimensions = {\n scrollY: 0,\n innerHeight: 800,\n innerWidth: 600,\n outletOffset: 20,\n };\n\n const sampleTectonWindow = {\n inMobileApp: false,\n noStrings: false,\n platformUrl: '',\n platformDimensions: samplePlatformDimensions,\n };\n\n const enablePopoverAPI = () => {\n Object.defineProperty(HTMLElement.prototype, 'popover', { value: true, configurable: true });\n };\n\n describe('Props', () => {\n describe('align', () => {\n it('adds the left class on the container by default', async () => {\n const page = await newSpecPage({\n components: [Q2Popover],\n html: `<q2-popover></q2-popover>`,\n });\n expect(page.root.shadowRoot.firstElementChild.classList.contains('left')).toBeTruthy();\n });\n\n it('adds the left class on the container when align is \"left\"', async () => {\n const page = await newSpecPage({\n components: [Q2Popover],\n html: `<q2-popover align=\"left\"></q2-popover>`,\n });\n expect(page.root.shadowRoot.firstElementChild.classList.contains('left')).toBeTruthy();\n });\n\n it('adds the right class on the container when align is \"right\"', async () => {\n const page = await newSpecPage({\n components: [Q2Popover],\n html: `<q2-popover align=\"right\"></q2-popover>`,\n });\n expect(page.root.shadowRoot.firstElementChild.classList.contains('right')).toBeTruthy();\n });\n });\n\n describe('block', () => {\n it('adds the block class on the container when block is true', async () => {\n const page = await newSpecPage({\n components: [Q2Popover],\n html: `<q2-popover block=\"true\"></q2-popover>`,\n });\n expect(page.root.shadowRoot.firstElementChild.classList.contains('block')).toBeTruthy();\n });\n\n it('does not add the block class when block is false', async () => {\n const page = await newSpecPage({\n components: [Q2Popover],\n html: `<q2-popover block=\"false\"></q2-popover>`,\n });\n expect(page.root.shadowRoot.firstElementChild.classList.contains('block')).toBeFalsy();\n });\n });\n\n describe('direction', () => {\n const setupPopoverWithDirection = async (direction: 'up' | 'down') => {\n const page = await newSpecPage({\n components: [Q2Popover],\n html: `<q2-popover direction=\"${direction}\"></q2-popover>`,\n });\n\n // Mock essential dependencies\n window.visualViewport = { width: 800, height: 600 } as VisualViewport;\n page.rootInstance.addViewportListeners = jest.fn();\n page.rootInstance.controlElement = document.createElement('div');\n\n // Simulate opening the popover and setting the direction\n page.rootInstance.open = true;\n page.rootInstance.currentDirection = direction;\n page.rootInstance.show = true;\n await page.waitForChanges();\n\n return page;\n };\n\n it('adds the up class on the container when direction is \"up\" and popover is open', async () => {\n const page = await setupPopoverWithDirection('up');\n\n expect(page.rootInstance.currentDirection).toBe('up');\n expect(page.root.shadowRoot.firstElementChild.classList.contains('up')).toBeTruthy();\n });\n\n it('adds the down class on the container when direction is \"down\" and popover is open', async () => {\n const page = await setupPopoverWithDirection('down');\n\n expect(page.rootInstance.currentDirection).toBe('down');\n expect(page.root.shadowRoot.firstElementChild.classList.contains('down')).toBeTruthy();\n });\n });\n\n describe('mode', () => {\n it('adds the legacy class on the container when mode is \"legacy\"', async () => {\n const page = await newSpecPage({\n components: [Q2Popover],\n html: `<q2-popover mode=\"legacy\"></q2-popover>`,\n });\n expect(page.root.shadowRoot.firstElementChild.classList.contains('legacy')).toBeTruthy();\n });\n\n it('sets mode to legacy and adds the legacy class when Popover API is NOT supported at runtime', async () => {\n const page = await newSpecPage({\n components: [Q2Popover],\n html: `<q2-popover></q2-popover>`,\n });\n expect(page.rootInstance.mode).toBe('legacy');\n expect(page.root.shadowRoot.firstElementChild.classList.contains('legacy')).toBeTruthy();\n });\n\n it('does not add the legacy class when Popover API is supported at runtime', async () => {\n const page = await newSpecPage({\n components: [Q2Popover],\n html: `<q2-popover></q2-popover>`,\n });\n\n enablePopoverAPI();\n page.rootInstance.mode = null;\n page.rootInstance.componentWillLoad();\n\n await page.waitForChanges();\n\n expect(page.rootInstance.mode).not.toBe('legacy');\n expect(page.root.shadowRoot.firstElementChild.classList.contains('legacy')).toBeFalsy();\n });\n });\n\n describe('open', () => {\n it('sets the open attribute on the hostElement when open is true', async () => {\n const page = await newSpecPage({\n components: [Q2Popover],\n html: `<q2-popover></q2-popover>`,\n });\n page.rootInstance.addViewportListeners = jest.fn();\n page.rootInstance.removeViewportListeners = jest.fn();\n page.rootInstance.open = true;\n await page.waitForChanges();\n expect(page.rootInstance.hostElement.hasAttribute('open')).toBe(true);\n });\n\n it('removes the open attribute on the hostElement when open is false', async () => {\n const page = await newSpecPage({\n components: [Q2Popover],\n html: `<q2-popover></q2-popover>`,\n });\n page.rootInstance.addViewportListeners = jest.fn();\n page.rootInstance.removeViewportListeners = jest.fn();\n page.rootInstance.open = false;\n await page.waitForChanges();\n expect(page.rootInstance.hostElement.hasAttribute('open')).toBe(false);\n });\n });\n });\n\n describe('Events', () => {\n describe('popoverStateChanged', () => {\n let specPopover: Q2Popover;\n let page: SpecPage;\n\n beforeEach(async () => {\n page = await newSpecPage({\n components: [Q2Popover],\n html: `<q2-popover></q2-popover>`,\n });\n specPopover = page.rootInstance;\n specPopover.addViewportListeners = jest.fn();\n specPopover.removeViewportListeners = jest.fn();\n });\n\n it('emits popoverStateChanged when open changes to true', async () => {\n const popoverStateChangedSpy = jest.spyOn(specPopover.popoverStateChanged, 'emit');\n specPopover.open = true;\n await page.waitForChanges();\n expect(popoverStateChangedSpy).toHaveBeenCalledWith({ open: true });\n });\n\n it('emits popoverStateChanged when open changes to false', async () => {\n const popoverStateChangedSpy = jest.spyOn(specPopover.popoverStateChanged, 'emit');\n specPopover.open = false;\n await page.waitForChanges();\n expect(popoverStateChangedSpy).toHaveBeenCalledWith({ open: false });\n });\n });\n });\n\n describe('Lifecycle Events', () => {\n describe('disconnectedCallback', () => {\n beforeEach(async () => {\n specPopover = new Q2Popover();\n specPopover.addViewportListeners = jest.fn();\n specPopover.removeViewportListeners = jest.fn();\n specPopover.containerElement = document.createElement('div');\n specPopover.contentElement = document.createElement('div');\n specPopover.controlElement = document.createElement('div');\n });\n\n it('calls removeViewportListeners', async () => {\n specPopover.disconnectedCallback();\n expect(specPopover.removeViewportListeners).toHaveBeenCalled();\n });\n\n it('removes the toggle event listener from containerElement', async () => {\n const removeEventListenerSpy = jest.spyOn(specPopover.containerElement, 'removeEventListener');\n specPopover.disconnectedCallback();\n expect(removeEventListenerSpy).toHaveBeenCalledWith('toggle', specPopover.handlePopoverToggleEvent);\n });\n\n it('sets containerElement to null', async () => {\n expect(specPopover.containerElement).not.toBeNull();\n specPopover.disconnectedCallback();\n expect(specPopover.containerElement).toBeNull();\n });\n\n it('sets contentElement to null', async () => {\n expect(specPopover.contentElement).not.toBeNull();\n specPopover.disconnectedCallback();\n expect(specPopover.contentElement).toBeNull();\n });\n\n it('sets controlElement to null', async () => {\n expect(specPopover.controlElement).not.toBeNull();\n specPopover.disconnectedCallback();\n expect(specPopover.controlElement).toBeNull();\n });\n });\n\n describe('componentDidLoad', () => {\n it('calls handleMinHeight', async () => {\n specPopover = new Q2Popover();\n specPopover.handleMinHeight = jest.fn();\n specPopover.componentDidLoad();\n expect(specPopover.handleMinHeight).toHaveBeenCalled();\n });\n\n it('when Popover API is supported, it sets up the \"toggle\" Popover API event listener on container element', async () => {\n specPopover = new Q2Popover();\n enablePopoverAPI();\n specPopover.containerElement = document.createElement('div');\n specPopover.containerElement.addEventListener = jest.fn();\n specPopover.componentDidLoad();\n expect(specPopover.containerElement.addEventListener).toHaveBeenCalledWith(\n 'toggle',\n specPopover.handlePopoverToggleEvent\n );\n });\n\n it('when open is true it calls determinePopDirection', async () => {\n specPopover = new Q2Popover();\n specPopover.open = true;\n specPopover.determinePopDirection = jest.fn();\n specPopover.componentDidLoad();\n expect(specPopover.determinePopDirection).toHaveBeenCalled();\n });\n });\n\n describe('componentWillLoad', () => {\n it('if supportsPopoverAPI is false it sets mode to \"legacy\"', async () => {\n specPopover = new Q2Popover();\n\n specPopover.componentWillLoad();\n expect(specPopover.mode).toBe('legacy');\n });\n\n it('if supportsPopoverAPI is true it does NOT set mode to \"legacy\"', async () => {\n specPopover = new Q2Popover();\n enablePopoverAPI();\n specPopover.componentWillLoad();\n expect(specPopover.mode).toBeNull();\n });\n });\n });\n\n describe('Listeners', () => {\n describe('popoverState', () => {\n it('updates open property when event detail and attribute do not match', async () => {\n specPopover = new Q2Popover();\n specPopover.open = false;\n specPopover.popoverStateHandler(new CustomEvent('popoverState', { detail: { open: true } }));\n expect(specPopover.open).toBe(true);\n });\n\n it('does not update the open property if detail and attribute match', async () => {\n specPopover = new Q2Popover();\n specPopover.open = true;\n specPopover.popoverStateHandler(new CustomEvent('popoverState', { detail: { open: true } }));\n expect(specPopover.open).toBe(true);\n });\n\n it('calls stopPropogation on the event', async () => {\n specPopover = new Q2Popover();\n const event = new CustomEvent('popoverState', { detail: { open: true } });\n const stopSpy = jest.spyOn(event, 'stopPropagation');\n specPopover.popoverStateHandler(event);\n expect(stopSpy).toHaveBeenCalled();\n });\n });\n });\n\n describe('Public Methods API', () => {\n beforeEach(() => {\n specPopover = new Q2Popover();\n });\n\n describe('toggle', () => {\n it('sets open to true when open is false', async () => {\n specPopover.open = false;\n await specPopover.toggle();\n expect(specPopover.open).toBe(true);\n });\n\n it('sets open to false when open is true', async () => {\n specPopover.open = true;\n await specPopover.toggle();\n expect(specPopover.open).toBe(false);\n });\n });\n\n describe('scrollContainerTo', () => {\n it('scrolls the container to the given position', async () => {\n const containerElement = document.createElement('div');\n containerElement.scrollTo = jest.fn();\n specPopover.containerElement = containerElement;\n await specPopover.scrollContainerTo({ top: 100, left: 50 });\n expect(containerElement.scrollTo).toHaveBeenCalledWith({ top: 100, left: 50 });\n });\n });\n });\n\n describe('Watchers', () => {\n describe('minHeightProvided', () => {\n it('calls handleMinHeight', async () => {\n specPopover = new Q2Popover();\n specPopover.handleMinHeight = jest.fn();\n specPopover.minHeight = 100;\n specPopover.minHeightProvided();\n expect(specPopover.handleMinHeight).toHaveBeenCalled();\n });\n });\n\n describe('openChanged', () => {\n beforeEach(async () => {\n specPopover = new Q2Popover();\n specPopover.addViewportListeners = jest.fn();\n specPopover.removeViewportListeners = jest.fn();\n specPopover.determinePopDirection = jest.fn();\n specPopover.clearCSSProperties = jest.fn();\n });\n\n it('calls popoverStateChanged with the new open value', async () => {\n specPopover.popoverStateChanged = { emit: jest.fn() };\n await specPopover.openChanged(true);\n expect(specPopover.popoverStateChanged.emit).toHaveBeenCalledWith({ open: true });\n });\n\n describe('when open is true', () => {\n it('calls addViewportListeners', async () => {\n await specPopover.openChanged(true);\n expect(specPopover.addViewportListeners).toHaveBeenCalled();\n });\n\n it('calls determinePopDirection', async () => {\n await specPopover.openChanged(true);\n expect(specPopover.determinePopDirection).toHaveBeenCalled();\n });\n });\n\n describe('when open is false', () => {\n it('calls removeViewportListeners', async () => {\n await specPopover.openChanged(false);\n expect(specPopover.removeViewportListeners).toHaveBeenCalled();\n });\n\n it('sets currentDirection to undefined', async () => {\n specPopover.currentDirection = 'up';\n expect(specPopover.currentDirection).toBe('up');\n await specPopover.openChanged(false);\n expect(specPopover.currentDirection).toBeUndefined();\n });\n\n it('sets show to false if mode is legacy', async () => {\n specPopover.mode = 'legacy';\n specPopover.show = true;\n expect(specPopover.show).toBe(true);\n await specPopover.openChanged(false);\n expect(specPopover.show).toBe(false);\n });\n\n it('sets show to false if Popover API is not supported', async () => {\n specPopover.show = true;\n expect(specPopover.show).toBe(true);\n await specPopover.openChanged(false);\n expect(specPopover.show).toBe(false);\n });\n\n it('calls hidePopover if Popover API is supported', async () => {\n enablePopoverAPI();\n specPopover.containerElement = document.createElement('div');\n specPopover.containerElement.hidePopover = jest.fn();\n await specPopover.openChanged(false);\n expect(specPopover.containerElement.hidePopover).toHaveBeenCalled();\n });\n\n it('calls clearCSSProperties', async () => {\n await specPopover.openChanged(false);\n expect(specPopover.clearCSSProperties).toHaveBeenCalled();\n });\n });\n });\n });\n\n describe('Local Methods', () => {\n describe('Getters', () => {\n beforeEach(() => {\n specPopover = new Q2Popover();\n });\n\n describe('isModule', () => {\n it('returns false when window top matches window and platformDimensions is not defined', async () => {\n expect(window.top).toBe(window);\n expect(window.Tecton).toBeUndefined();\n expect(specPopover.isModule).toBe(false);\n });\n\n it('returns false when window top does not match window and platformDimensions is not defined', async () => {\n const windowSpy = jest.spyOn(window, 'top', 'get').mockReturnValue({} as any);\n expect(window.top).not.toEqual(window);\n expect(window.Tecton).toBeUndefined();\n expect(specPopover.isModule).toBe(false);\n windowSpy.mockRestore();\n });\n\n it('returns false when window top matches window and platformDimensions is defined', async () => {\n window.Tecton = sampleTectonWindow;\n expect(window.top).toBe(window);\n expect(window.Tecton.platformDimensions).toBeTruthy();\n expect(specPopover.isModule).toBe(false);\n });\n\n it('returns true when window top does not match window and platformDimensions is defined', async () => {\n const windowSpy = jest.spyOn(window, 'top', 'get').mockReturnValue({} as any);\n window.Tecton = sampleTectonWindow;\n expect(specPopover.isModule).toBe(true);\n windowSpy.mockRestore();\n });\n });\n\n describe('providedDirection', () => {\n it('returns direction when \"up\"', async () => {\n specPopover.direction = 'up';\n expect(specPopover.providedDirection).toBe('up');\n });\n\n it('returns direction when \"down\"', async () => {\n specPopover.direction = 'down';\n expect(specPopover.providedDirection).toBe('down');\n });\n\n it('returns undefined when not \"up\" or \"down\"', async () => {\n (specPopover.direction as any) = 'bottom';\n expect(specPopover.providedDirection).toBeUndefined();\n });\n });\n\n describe('supportsPopoverAPI', () => {\n it('returns false when Popover API is not supported', async () => {\n specPopover = new Q2Popover();\n expect(specPopover.supportsPopoverAPI).toBe(false);\n });\n\n it('returns true when Popover API is supported', async () => {\n enablePopoverAPI();\n specPopover = new Q2Popover();\n expect(specPopover.supportsPopoverAPI).toBe(true);\n });\n });\n });\n\n describe('Methods', () => {\n describe('addViewPortListeners', () => {\n let specPopover: Q2Popover;\n let windowAddEventListenerSpy: jest.SpyInstance;\n let visualViewportAddEventListenerSpy: jest.SpyInstance;\n let screenOrientationAddEventListenerSpy: jest.SpyInstance;\n\n beforeEach(() => {\n specPopover = new Q2Popover();\n windowAddEventListenerSpy = jest.spyOn(window, 'addEventListener');\n\n // Mock visualViewport\n const mockVisualViewport = {\n addEventListener: jest.fn(),\n removeEventListener: jest.fn(),\n width: 800,\n height: 600,\n };\n Object.defineProperty(window, 'visualViewport', {\n value: mockVisualViewport,\n configurable: true,\n });\n (global as any).visualViewport = mockVisualViewport;\n visualViewportAddEventListenerSpy = jest.spyOn(mockVisualViewport, 'addEventListener');\n\n // Mock screen.orientation\n const mockScreenOrientation = {\n addEventListener: jest.fn(),\n removeEventListener: jest.fn(),\n };\n const mockScreen = { orientation: mockScreenOrientation };\n Object.defineProperty(window, 'screen', {\n value: mockScreen,\n configurable: true,\n });\n (global as any).screen = mockScreen;\n\n screenOrientationAddEventListenerSpy = jest.spyOn(mockScreenOrientation, 'addEventListener');\n });\n\n afterEach(() => {\n windowAddEventListenerSpy.mockRestore();\n visualViewportAddEventListenerSpy.mockRestore();\n screenOrientationAddEventListenerSpy.mockRestore();\n\n delete (global as any).visualViewport;\n delete (global as any).screen;\n delete (window as any).visualViewport;\n delete (window as any).screen;\n });\n\n it('adds resize listener to window with viewPortOrientationChanged handler', () => {\n specPopover.addViewportListeners();\n\n expect(windowAddEventListenerSpy).toHaveBeenCalledWith(\n 'resize',\n specPopover.viewPortOrientationChanged\n );\n });\n\n it('adds resize listener to visualViewport with viewPortChanged handler', () => {\n specPopover.addViewportListeners();\n\n expect(visualViewportAddEventListenerSpy).toHaveBeenCalledWith(\n 'resize',\n specPopover.viewPortChanged\n );\n });\n\n it('adds scroll listener to window with viewPortChanged handler and proper options', () => {\n specPopover.addViewportListeners();\n\n expect(windowAddEventListenerSpy).toHaveBeenCalledWith('scroll', specPopover.viewPortChanged, {\n passive: true,\n capture: true,\n });\n });\n\n it('adds orientationchange listener to screen.orientation with viewPortOrientationChanged handler', () => {\n specPopover.addViewportListeners();\n\n expect(screenOrientationAddEventListenerSpy).toHaveBeenCalledWith(\n 'orientationchange',\n specPopover.viewPortOrientationChanged\n );\n });\n\n it('adds orientationchange listener to window with viewPortOrientationChanged handler', () => {\n specPopover.addViewportListeners();\n\n expect(windowAddEventListenerSpy).toHaveBeenCalledWith(\n 'orientationchange',\n specPopover.viewPortOrientationChanged\n );\n });\n\n it('adds all expected listeners when called', () => {\n specPopover.addViewportListeners();\n\n expect(windowAddEventListenerSpy).toHaveBeenCalled();\n expect(visualViewportAddEventListenerSpy).toHaveBeenCalled();\n expect(screenOrientationAddEventListenerSpy).toHaveBeenCalled();\n });\n });\n\n describe('clearCSSProperties', () => {\n let specPopover: Q2Popover;\n let containerElement: HTMLDivElement;\n\n beforeEach(() => {\n specPopover = new Q2Popover();\n containerElement = document.createElement('div');\n containerElement.style.setProperty('--comp-pop-max-height', '100px');\n containerElement.style.setProperty('--comp-pop-top', '20px');\n containerElement.style.setProperty('--comp-pop-bottom', '25px');\n containerElement.style.setProperty('--comp-pop-left', '30px');\n containerElement.style.setProperty('--comp-pop-right', '35px');\n containerElement.style.setProperty('--comp-pop-width', '200px');\n containerElement.style.setProperty('--comp-pop-opacity', '1');\n specPopover.containerElement = containerElement;\n });\n\n it('clears the necessary CSS properties', async () => {\n await specPopover.clearCSSProperties();\n expect(containerElement.style.getPropertyValue('--comp-pop-max-height')).toBeFalsy();\n expect(containerElement.style.getPropertyValue('--comp-pop-top')).toBeFalsy();\n expect(containerElement.style.getPropertyValue('--comp-pop-bottom')).toBeFalsy();\n expect(containerElement.style.getPropertyValue('--comp-pop-left')).toBeFalsy();\n expect(containerElement.style.getPropertyValue('--comp-pop-right')).toBeFalsy();\n expect(containerElement.style.getPropertyValue('--comp-pop-width')).toBeFalsy();\n expect(containerElement.style.getPropertyValue('--comp-pop-opacity')).toBeFalsy();\n });\n });\n\n describe('determinePopDirection', () => {\n let specPopover: Q2Popover;\n let controlElement: HTMLDivElement;\n let containerElement: HTMLDivElement;\n\n beforeEach(() => {\n specPopover = new Q2Popover();\n controlElement = document.createElement('div');\n containerElement = document.createElement('div');\n specPopover.controlElement = controlElement;\n specPopover.containerElement = containerElement;\n window.visualViewport = { width: 800, height: 600 } as VisualViewport;\n specPopover.setDirectionAndShow = jest.fn();\n });\n\n it('sets the direction to up when control element has more space above it', async () => {\n const controlSpy = jest.spyOn(controlElement, 'getBoundingClientRect').mockReturnValue({\n top: 500,\n bottom: 550,\n } as DOMRect);\n await specPopover.determinePopDirection();\n\n expect(containerElement.style.getPropertyValue('--comp-pop-max-height')).toBe('490px');\n expect(specPopover.setDirectionAndShow).toHaveBeenCalledWith('up');\n\n controlSpy.mockRestore();\n });\n\n it('sets the direction to down when control element has more space below it', async () => {\n const controlSpy = jest.spyOn(controlElement, 'getBoundingClientRect').mockReturnValue({\n top: 100,\n bottom: 150,\n } as DOMRect);\n await specPopover.determinePopDirection();\n\n expect(containerElement.style.getPropertyValue('--comp-pop-max-height')).toBe('440px');\n expect(specPopover.setDirectionAndShow).toHaveBeenCalledWith('down');\n\n controlSpy.mockRestore();\n });\n });\n\n describe('handleMinHeight', () => {\n it('calls handleDeprecationWarning for minHeight', async () => {\n specPopover = new Q2Popover();\n const handleDeprecationMock = jest.fn();\n (handleDeprecationWarning as any) = handleDeprecationMock;\n specPopover.minHeight = 100;\n specPopover.handleMinHeight();\n expect(handleDeprecationWarning).toHaveBeenCalled();\n });\n });\n\n describe('removeViewportListeners', () => {\n let specPopover: Q2Popover;\n let windowRemoveEventListenerSpy: jest.SpyInstance;\n let visualViewportRemoveEventListenerSpy: jest.SpyInstance;\n let screenOrientationRemoveEventListenerSpy: jest.SpyInstance;\n\n beforeEach(() => {\n specPopover = new Q2Popover();\n windowRemoveEventListenerSpy = jest.spyOn(window, 'removeEventListener');\n\n // Mock visualViewport\n const mockVisualViewport = {\n removeEventListener: jest.fn(),\n };\n Object.defineProperty(window, 'visualViewport', {\n value: mockVisualViewport,\n configurable: true,\n });\n (global as any).visualViewport = mockVisualViewport;\n visualViewportRemoveEventListenerSpy = jest.spyOn(mockVisualViewport, 'removeEventListener');\n\n // Mock screen.orientation\n const mockScreenOrientation = {\n removeEventListener: jest.fn(),\n };\n const mockScreen = { orientation: mockScreenOrientation };\n Object.defineProperty(window, 'screen', {\n value: mockScreen,\n configurable: true,\n });\n (global as any).screen = mockScreen;\n\n screenOrientationRemoveEventListenerSpy = jest.spyOn(mockScreenOrientation, 'removeEventListener');\n });\n\n afterEach(() => {\n windowRemoveEventListenerSpy.mockRestore();\n visualViewportRemoveEventListenerSpy.mockRestore();\n screenOrientationRemoveEventListenerSpy.mockRestore();\n\n delete (global as any).visualViewport;\n delete (global as any).screen;\n delete (window as any).visualViewport;\n delete (window as any).screen;\n });\n\n it('removes resize listener from window with viewPortOrientationChanged handler', () => {\n specPopover.removeViewportListeners();\n\n expect(windowRemoveEventListenerSpy).toHaveBeenCalledWith(\n 'resize',\n specPopover.viewPortOrientationChanged\n );\n });\n\n it('removes resize listener from visualViewport with viewPortChanged handler', () => {\n specPopover.removeViewportListeners();\n\n expect(visualViewportRemoveEventListenerSpy).toHaveBeenCalledWith(\n 'resize',\n specPopover.viewPortChanged\n );\n });\n\n it('removes scroll listener from window with viewPortChanged handler and proper options', () => {\n specPopover.removeViewportListeners();\n\n expect(windowRemoveEventListenerSpy).toHaveBeenNthCalledWith(\n 2,\n 'scroll',\n specPopover.viewPortChanged,\n { capture: true }\n );\n });\n\n it('removes orientationchange listener from screen.orientation with viewPortOrientationChanged handler', () => {\n specPopover.removeViewportListeners();\n\n expect(screenOrientationRemoveEventListenerSpy).toHaveBeenCalledWith(\n 'orientationchange',\n specPopover.viewPortOrientationChanged\n );\n });\n\n it('removes orientationchange listener from window with viewPortOrientationChanged handler', () => {\n specPopover.removeViewportListeners();\n\n expect(windowRemoveEventListenerSpy).toHaveBeenCalledWith(\n 'orientationchange',\n specPopover.viewPortOrientationChanged\n );\n });\n });\n\n describe('setAbsoluteCSSProperties', () => {\n let specPopover: Q2Popover;\n let containerElement: HTMLDivElement;\n\n beforeEach(() => {\n specPopover = new Q2Popover();\n containerElement = document.createElement('div');\n specPopover.mode = 'legacy';\n specPopover.containerElement = containerElement;\n\n const controlElement = document.createElement('div');\n controlElement.getBoundingClientRect = jest.fn().mockReturnValue({\n top: 20,\n bottom: 70,\n left: 30,\n right: 80,\n } as DOMRect);\n specPopover.controlElement = controlElement;\n window.visualViewport = { width: 800, height: 600 } as VisualViewport;\n });\n\n it('sets the necessary CSS properties', async () => {\n await specPopover.setAbsoluteCSSProperties();\n expect(containerElement.style.getPropertyValue('--comp-pop-max-height')).toBeFalsy();\n expect(containerElement.style.getPropertyValue('--comp-pop-top')).toBeFalsy();\n expect(containerElement.style.getPropertyValue('--comp-pop-bottom')).toBeFalsy();\n expect(containerElement.style.getPropertyValue('--comp-pop-left')).toBe('0');\n expect(containerElement.style.getPropertyValue('--comp-pop-right')).toBe('unset');\n expect(containerElement.style.getPropertyValue('--comp-pop-width')).toBe('');\n expect(containerElement.style.getPropertyValue('--comp-pop-opacity')).toBe('1');\n });\n\n it('sets the necessary CSS properties when align is right', async () => {\n specPopover.align = 'right';\n await specPopover.setAbsoluteCSSProperties();\n expect(containerElement.style.getPropertyValue('--comp-pop-left')).toBe('unset');\n expect(containerElement.style.getPropertyValue('--comp-pop-right')).toBe('0');\n });\n\n it('sets --comp-pop-bottom when direction is up', async () => {\n specPopover.currentDirection = 'up';\n await specPopover.setAbsoluteCSSProperties();\n expect(containerElement.style.getPropertyValue('--comp-pop-top')).toBeFalsy();\n expect(containerElement.style.getPropertyValue('--comp-pop-bottom')).toBe('0px');\n });\n\n it('does not set --comp-pop-top when direction is down', async () => {\n specPopover.currentDirection = 'down';\n await specPopover.setAbsoluteCSSProperties();\n expect(containerElement.style.getPropertyValue('--comp-pop-top')).toBe('');\n expect(containerElement.style.getPropertyValue('--comp-pop-bottom')).toBe('');\n });\n\n it('sets --comp-pop-width when block is true', async () => {\n specPopover.block = true;\n await specPopover.setAbsoluteCSSProperties();\n expect(containerElement.style.getPropertyValue('--comp-pop-width')).toBe('100%');\n });\n });\n\n describe('setDirectionAndShow', () => {\n let specPopover: Q2Popover;\n let containerElement: HTMLDivElement;\n\n beforeEach(() => {\n specPopover = new Q2Popover();\n containerElement = document.createElement('div');\n specPopover.containerElement = containerElement;\n specPopover.setPopoverAPICSSProperties = jest.fn();\n specPopover.setAbsoluteCSSProperties = jest.fn();\n specPopover.scrollContainerTo = jest.fn();\n });\n\n it('does nothing when open is false', async () => {\n specPopover.open = false;\n specPopover.setDirectionAndShow('up');\n expect(specPopover.currentDirection).toBeUndefined();\n expect(specPopover.show).toBe(false);\n expect(specPopover.setPopoverAPICSSProperties).not.toHaveBeenCalled();\n expect(specPopover.setAbsoluteCSSProperties).not.toHaveBeenCalled();\n });\n\n describe('when open is true', () => {\n beforeEach(() => {\n specPopover.open = true;\n });\n\n it('sets the direction, shows the popover, and sets fixed position properties', async () => {\n enablePopoverAPI();\n containerElement.showPopover = jest.fn();\n specPopover.setDirectionAndShow('up');\n expect(specPopover.currentDirection).toBe('up');\n expect(specPopover.setPopoverAPICSSProperties).toHaveBeenCalled();\n expect(specPopover.setAbsoluteCSSProperties).not.toHaveBeenCalled();\n expect(containerElement.showPopover).toHaveBeenCalled();\n });\n\n it('sets the direction, shows the popover, and sets absolute position properties when mode is \"legacy\"', async () => {\n specPopover.mode = 'legacy';\n specPopover.setDirectionAndShow('up');\n expect(specPopover.currentDirection).toBe('up');\n expect(specPopover.show).toBe(true);\n expect(specPopover.setPopoverAPICSSProperties).not.toHaveBeenCalled();\n expect(specPopover.setAbsoluteCSSProperties).toHaveBeenCalled();\n });\n });\n });\n\n describe('setPopoverAPICSSProperties', () => {\n let specPopover: Q2Popover;\n let containerElement: HTMLDivElement;\n\n beforeEach(() => {\n window.visualViewport = { width: 800, height: 600, offsetTop: 0 } as VisualViewport;\n window.innerHeight = 600;\n window.scrollY = 0;\n specPopover = new Q2Popover();\n containerElement = document.createElement('div');\n specPopover.containerElement = containerElement;\n\n const controlElement = document.createElement('div');\n controlElement.getBoundingClientRect = jest.fn().mockReturnValue({\n top: 20,\n bottom: 70,\n left: 30,\n right: 80,\n } as DOMRect);\n specPopover.controlElement = controlElement;\n });\n\n it('sets the necessary CSS properties', async () => {\n await specPopover.setPopoverAPICSSProperties();\n expect(containerElement.style.getPropertyValue('--comp-pop-max-height')).toBeFalsy();\n expect(containerElement.style.getPropertyValue('--comp-pop-top')).toBeFalsy();\n expect(containerElement.style.getPropertyValue('--comp-pop-bottom')).toBeFalsy();\n expect(containerElement.style.getPropertyValue('--comp-pop-left')).toBe('30px');\n expect(containerElement.style.getPropertyValue('--comp-pop-right')).toBe('unset');\n expect(containerElement.style.getPropertyValue('--comp-pop-width')).toBeFalsy();\n expect(containerElement.style.getPropertyValue('--comp-pop-opacity')).toBe('1');\n });\n\n it('sets --comp-pop-right when align is right', async () => {\n specPopover.align = 'right';\n await specPopover.setPopoverAPICSSProperties();\n expect(containerElement.style.getPropertyValue('--comp-pop-left')).toBe('unset');\n expect(containerElement.style.getPropertyValue('--comp-pop-right')).toBe('720px');\n });\n\n it('sets --comp-pop-bottom when direction is up', async () => {\n specPopover.currentDirection = 'up';\n await specPopover.setPopoverAPICSSProperties();\n expect(containerElement.style.getPropertyValue('--comp-pop-top')).toBeFalsy();\n expect(containerElement.style.getPropertyValue('--comp-pop-bottom')).toBe('580px');\n });\n\n it('sets --comp-pop-top when direction is down', async () => {\n specPopover.currentDirection = 'down';\n await specPopover.setPopoverAPICSSProperties();\n expect(containerElement.style.getPropertyValue('--comp-pop-top')).toBe('70px');\n expect(containerElement.style.getPropertyValue('--comp-pop-bottom')).toBeFalsy();\n });\n\n it('sets --comp-pop-width when block is true', async () => {\n specPopover.block = true;\n await specPopover.setPopoverAPICSSProperties();\n expect(containerElement.style.getPropertyValue('--comp-pop-width')).toBe('0px');\n });\n });\n\n describe('viewPortChanged', () => {\n let specPopover: Q2Popover;\n let windowSpy: jest.SpyInstance;\n\n beforeEach(() => {\n specPopover = new Q2Popover();\n windowSpy = jest.spyOn(window, 'top', 'get').mockReturnValue({} as any);\n window.Tecton = sampleTectonWindow;\n expect(specPopover.isModule).toBe(true);\n specPopover.determinePopDirection = jest.fn();\n });\n\n afterEach(() => {\n windowSpy.mockRestore();\n });\n\n it('calls determinePopDirection when open is true', async () => {\n specPopover.open = true;\n specPopover.viewPortChanged();\n expect(specPopover.determinePopDirection).toHaveBeenCalled();\n });\n\n it('does nothing when open is false', async () => {\n specPopover.open = false;\n specPopover.viewPortChanged();\n expect(specPopover.determinePopDirection).not.toHaveBeenCalled();\n });\n });\n\n describe('viewPortOrientationChanged', () => {\n let specPopover: Q2Popover;\n\n beforeEach(() => {\n specPopover = new Q2Popover();\n specPopover.viewPortChanged = jest.fn();\n });\n\n it('sets orientationChanged to true and calls viewportChanged', async () => {\n specPopover.viewPortOrientationChanged();\n expect(specPopover.orientationChanged).toBe(true);\n expect(specPopover.viewPortChanged).toHaveBeenCalled();\n });\n });\n });\n });\n\n describe('when in a module', () => {\n let specPopover: Q2Popover;\n let windowSpy: jest.SpyInstance;\n let controlElement: HTMLDivElement;\n let containerElement: HTMLDivElement;\n\n beforeEach(async () => {\n specPopover = new Q2Popover();\n windowSpy = jest.spyOn(window, 'top', 'get').mockReturnValue({} as any);\n window.Tecton = sampleTectonWindow;\n expect(specPopover.isModule).toBe(true);\n\n controlElement = document.createElement('div');\n specPopover.controlElement = controlElement;\n\n containerElement = document.createElement('div');\n specPopover.containerElement = containerElement;\n });\n\n afterEach(() => {\n windowSpy.mockRestore();\n });\n\n describe(\"when the module is taller than the window's viewport\", () => {\n beforeEach(() => {\n specPopover.open = true;\n window.visualViewport = { height: 1200 } as any;\n });\n\n it('sets the direction to down when control element has more space below it', async () => {\n const controlSpy = jest.spyOn(controlElement, 'getBoundingClientRect').mockReturnValue({\n top: 20,\n bottom: 70,\n } as any);\n await specPopover.determinePopDirection();\n\n expect(containerElement.style.getPropertyValue('--comp-pop-max-height')).toBe('700px');\n expect(specPopover.currentDirection).toBe('down');\n\n controlSpy.mockRestore();\n });\n\n it('sets the direction to up when control element has more space above it', async () => {\n const controlSpy = jest.spyOn(controlElement, 'getBoundingClientRect').mockReturnValue({\n top: 600,\n bottom: 650,\n } as any);\n await specPopover.determinePopDirection();\n\n expect(containerElement.style.getPropertyValue('--comp-pop-max-height')).toBe('590px');\n expect(specPopover.currentDirection).toBe('up');\n\n controlSpy.mockRestore();\n });\n\n describe('when the outletOffset is less than 0', () => {\n beforeEach(() => {\n window.Tecton = {\n ...sampleTectonWindow,\n platformDimensions: { ...samplePlatformDimensions, outletOffset: -50 },\n };\n });\n\n it('sets the direction to down when control element has more space below it', async () => {\n const controlSpy = jest.spyOn(controlElement, 'getBoundingClientRect').mockReturnValue({\n top: 20,\n bottom: 70,\n } as any);\n await specPopover.determinePopDirection();\n\n expect(containerElement.style.getPropertyValue('--comp-pop-max-height')).toBe('770px');\n expect(specPopover.currentDirection).toBe('down');\n\n controlSpy.mockRestore();\n });\n\n it('sets the direction to up when control element has more space above it', async () => {\n const controlSpy = jest.spyOn(controlElement, 'getBoundingClientRect').mockReturnValue({\n top: 600,\n bottom: 650,\n } as any);\n await specPopover.determinePopDirection();\n\n expect(containerElement.style.getPropertyValue('--comp-pop-max-height')).toBe('540px');\n expect(specPopover.currentDirection).toBe('up');\n\n controlSpy.mockRestore();\n });\n });\n });\n\n describe(\"when the module is shorter than the window's viewport\", () => {\n beforeEach(() => {\n specPopover.open = true;\n window.visualViewport = { height: 600 } as any;\n });\n\n it('sets the direction to down when control element has more space below it', async () => {\n const controlSpy = jest.spyOn(controlElement, 'getBoundingClientRect').mockReturnValue({\n top: 20,\n bottom: 70,\n } as any);\n await specPopover.determinePopDirection();\n\n expect(containerElement.style.getPropertyValue('--comp-pop-max-height')).toBe('520px');\n expect(specPopover.currentDirection).toBe('down');\n\n controlSpy.mockRestore();\n });\n\n it('sets the direction to up when control element has more space above it', async () => {\n const controlSpy = jest.spyOn(controlElement, 'getBoundingClientRect').mockReturnValue({\n top: 500,\n bottom: 550,\n } as any);\n await specPopover.determinePopDirection();\n\n expect(containerElement.style.getPropertyValue('--comp-pop-max-height')).toBe('490px');\n expect(specPopover.currentDirection).toBe('up');\n\n controlSpy.mockRestore();\n });\n });\n });\n});\n"]}
|
|
1
|
+
{"version":3,"file":"q2-popover-test.spec.js","sourceRoot":"","sources":["../../../../../src/components/q2-popover/test/q2-popover-test.spec.ts"],"names":[],"mappings":"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","sourcesContent":["import { newSpecPage, SpecPage } from '@stencil/core/testing';\nimport { Q2Popover } from '../q2-popover';\nimport * as utils from '@/utils';\n\ndescribe('popover', () => {\n let specPopover: Q2Popover;\n\n afterEach(() => {\n jest.restoreAllMocks();\n });\n\n const samplePlatformDimensions = {\n scrollY: 0,\n innerHeight: 800,\n innerWidth: 600,\n outletOffset: 20,\n top: 0,\n bottom: 0,\n };\n\n const sampleTectonWindow = {\n inMobileApp: false,\n noStrings: false,\n platformUrl: '',\n platformDimensions: samplePlatformDimensions,\n };\n\n const enablePopoverAPI = () => {\n Object.defineProperty(HTMLElement.prototype, 'popover', { value: true, configurable: true });\n };\n\n describe('Props', () => {\n describe('align', () => {\n it('adds the left class on the container by default', async () => {\n const page = await newSpecPage({\n components: [Q2Popover],\n html: `<q2-popover></q2-popover>`,\n });\n expect(page.root.shadowRoot.firstElementChild.classList.contains('left')).toBeTruthy();\n });\n\n it('adds the left class on the container when align is \"left\"', async () => {\n const page = await newSpecPage({\n components: [Q2Popover],\n html: `<q2-popover align=\"left\"></q2-popover>`,\n });\n expect(page.root.shadowRoot.firstElementChild.classList.contains('left')).toBeTruthy();\n });\n\n it('adds the right class on the container when align is \"right\"', async () => {\n const page = await newSpecPage({\n components: [Q2Popover],\n html: `<q2-popover align=\"right\"></q2-popover>`,\n });\n expect(page.root.shadowRoot.firstElementChild.classList.contains('right')).toBeTruthy();\n });\n });\n\n describe('block', () => {\n it('adds the block class on the container when block is true', async () => {\n const page = await newSpecPage({\n components: [Q2Popover],\n html: `<q2-popover block=\"true\"></q2-popover>`,\n });\n expect(page.root.shadowRoot.firstElementChild.classList.contains('block')).toBeTruthy();\n });\n\n it('does not add the block class when block is false', async () => {\n const page = await newSpecPage({\n components: [Q2Popover],\n html: `<q2-popover block=\"false\"></q2-popover>`,\n });\n expect(page.root.shadowRoot.firstElementChild.classList.contains('block')).toBeFalsy();\n });\n });\n\n describe('direction', () => {\n const setupPopoverWithDirection = async (direction: 'up' | 'down') => {\n const page = await newSpecPage({\n components: [Q2Popover],\n html: `<q2-popover direction=\"${direction}\"></q2-popover>`,\n });\n\n // Mock essential dependencies\n window.visualViewport = { width: 800, height: 600 } as VisualViewport;\n page.rootInstance.addViewportListeners = jest.fn();\n page.rootInstance.controlElement = document.createElement('div');\n\n // Simulate opening the popover and setting the direction\n page.rootInstance.open = true;\n page.rootInstance.currentDirection = direction;\n page.rootInstance.show = true;\n await page.waitForChanges();\n\n return page;\n };\n\n it('adds the up class on the container when direction is \"up\" and popover is open', async () => {\n const page = await setupPopoverWithDirection('up');\n\n expect(page.rootInstance.currentDirection).toBe('up');\n expect(page.root.shadowRoot.firstElementChild.classList.contains('up')).toBeTruthy();\n });\n\n it('adds the down class on the container when direction is \"down\" and popover is open', async () => {\n const page = await setupPopoverWithDirection('down');\n\n expect(page.rootInstance.currentDirection).toBe('down');\n expect(page.root.shadowRoot.firstElementChild.classList.contains('down')).toBeTruthy();\n });\n });\n\n describe('mode', () => {\n it('adds the legacy class on the container when mode is \"legacy\"', async () => {\n const page = await newSpecPage({\n components: [Q2Popover],\n html: `<q2-popover mode=\"legacy\"></q2-popover>`,\n });\n expect(page.root.shadowRoot.firstElementChild.classList.contains('legacy')).toBeTruthy();\n });\n\n it('sets mode to legacy and adds the legacy class when Popover API is NOT supported at runtime', async () => {\n const page = await newSpecPage({\n components: [Q2Popover],\n html: `<q2-popover></q2-popover>`,\n });\n expect(page.rootInstance.mode).toBe('legacy');\n expect(page.root.shadowRoot.firstElementChild.classList.contains('legacy')).toBeTruthy();\n });\n\n it('does not add the legacy class when Popover API is supported at runtime', async () => {\n const page = await newSpecPage({\n components: [Q2Popover],\n html: `<q2-popover></q2-popover>`,\n });\n\n enablePopoverAPI();\n page.rootInstance.mode = null;\n page.rootInstance.componentWillLoad();\n\n await page.waitForChanges();\n\n expect(page.rootInstance.mode).not.toBe('legacy');\n expect(page.root.shadowRoot.firstElementChild.classList.contains('legacy')).toBeFalsy();\n });\n });\n\n describe('open', () => {\n it('sets the open attribute on the hostElement when open is true', async () => {\n const page = await newSpecPage({\n components: [Q2Popover],\n html: `<q2-popover></q2-popover>`,\n });\n page.rootInstance.addViewportListeners = jest.fn();\n page.rootInstance.removeViewportListeners = jest.fn();\n page.rootInstance.open = true;\n await page.waitForChanges();\n expect(page.rootInstance.hostElement.hasAttribute('open')).toBe(true);\n });\n\n it('removes the open attribute on the hostElement when open is false', async () => {\n const page = await newSpecPage({\n components: [Q2Popover],\n html: `<q2-popover></q2-popover>`,\n });\n page.rootInstance.addViewportListeners = jest.fn();\n page.rootInstance.removeViewportListeners = jest.fn();\n page.rootInstance.open = false;\n await page.waitForChanges();\n expect(page.rootInstance.hostElement.hasAttribute('open')).toBe(false);\n });\n });\n });\n\n describe('Events', () => {\n describe('popoverStateChanged', () => {\n let specPopover: Q2Popover;\n let page: SpecPage;\n\n beforeEach(async () => {\n page = await newSpecPage({\n components: [Q2Popover],\n html: `<q2-popover></q2-popover>`,\n });\n specPopover = page.rootInstance;\n specPopover.addViewportListeners = jest.fn();\n specPopover.removeViewportListeners = jest.fn();\n });\n\n it('emits popoverStateChanged when open changes to true', async () => {\n const popoverStateChangedSpy = jest.spyOn(specPopover.popoverStateChanged, 'emit');\n specPopover.open = true;\n await page.waitForChanges();\n expect(popoverStateChangedSpy).toHaveBeenCalledWith({ open: true });\n });\n\n it('emits popoverStateChanged when open changes to false', async () => {\n const popoverStateChangedSpy = jest.spyOn(specPopover.popoverStateChanged, 'emit');\n specPopover.open = false;\n await page.waitForChanges();\n expect(popoverStateChangedSpy).toHaveBeenCalledWith({ open: false });\n });\n });\n });\n\n describe('Lifecycle Events', () => {\n describe('disconnectedCallback', () => {\n beforeEach(async () => {\n specPopover = new Q2Popover();\n specPopover.addViewportListeners = jest.fn();\n specPopover.removeViewportListeners = jest.fn();\n specPopover.containerElement = document.createElement('div');\n specPopover.contentElement = document.createElement('div');\n specPopover.controlElement = document.createElement('div');\n });\n\n it('calls removeViewportListeners', async () => {\n specPopover.disconnectedCallback();\n expect(specPopover.removeViewportListeners).toHaveBeenCalled();\n });\n\n it('removes the toggle event listener from containerElement', async () => {\n const removeEventListenerSpy = jest.spyOn(specPopover.containerElement, 'removeEventListener');\n specPopover.disconnectedCallback();\n expect(removeEventListenerSpy).toHaveBeenCalledWith('toggle', specPopover.handlePopoverToggleEvent);\n });\n\n it('sets containerElement to null', async () => {\n expect(specPopover.containerElement).not.toBeNull();\n specPopover.disconnectedCallback();\n expect(specPopover.containerElement).toBeNull();\n });\n\n it('sets contentElement to null', async () => {\n expect(specPopover.contentElement).not.toBeNull();\n specPopover.disconnectedCallback();\n expect(specPopover.contentElement).toBeNull();\n });\n\n it('sets controlElement to null', async () => {\n expect(specPopover.controlElement).not.toBeNull();\n specPopover.disconnectedCallback();\n expect(specPopover.controlElement).toBeNull();\n });\n });\n\n describe('componentDidLoad', () => {\n it('calls handleMinHeight', async () => {\n specPopover = new Q2Popover();\n specPopover.handleMinHeight = jest.fn();\n specPopover.componentDidLoad();\n expect(specPopover.handleMinHeight).toHaveBeenCalled();\n });\n\n it('when Popover API is supported, it sets up the \"toggle\" Popover API event listener on container element', async () => {\n specPopover = new Q2Popover();\n enablePopoverAPI();\n specPopover.containerElement = document.createElement('div');\n specPopover.containerElement.addEventListener = jest.fn();\n specPopover.componentDidLoad();\n expect(specPopover.containerElement.addEventListener).toHaveBeenCalledWith(\n 'toggle',\n specPopover.handlePopoverToggleEvent\n );\n });\n\n it('when open is true it calls determinePopDirection', async () => {\n specPopover = new Q2Popover();\n specPopover.open = true;\n specPopover.determinePopDirection = jest.fn();\n specPopover.componentDidLoad();\n expect(specPopover.determinePopDirection).toHaveBeenCalled();\n });\n });\n\n describe('componentWillLoad', () => {\n it('if supportsPopoverAPI is false it sets mode to \"legacy\"', async () => {\n specPopover = new Q2Popover();\n\n specPopover.componentWillLoad();\n expect(specPopover.mode).toBe('legacy');\n });\n\n it('if supportsPopoverAPI is true it does NOT set mode to \"legacy\"', async () => {\n specPopover = new Q2Popover();\n enablePopoverAPI();\n specPopover.componentWillLoad();\n expect(specPopover.mode).toBeNull();\n });\n });\n });\n\n describe('Listeners', () => {\n describe('popoverState', () => {\n it('updates open property when event detail and attribute do not match', async () => {\n specPopover = new Q2Popover();\n specPopover.open = false;\n specPopover.popoverStateHandler(new CustomEvent('popoverState', { detail: { open: true } }));\n expect(specPopover.open).toBe(true);\n });\n\n it('does not update the open property if detail and attribute match', async () => {\n specPopover = new Q2Popover();\n specPopover.open = true;\n specPopover.popoverStateHandler(new CustomEvent('popoverState', { detail: { open: true } }));\n expect(specPopover.open).toBe(true);\n });\n\n it('calls stopPropogation on the event', async () => {\n specPopover = new Q2Popover();\n const event = new CustomEvent('popoverState', { detail: { open: true } });\n const stopSpy = jest.spyOn(event, 'stopPropagation');\n specPopover.popoverStateHandler(event);\n expect(stopSpy).toHaveBeenCalled();\n });\n });\n });\n\n describe('Public Methods API', () => {\n beforeEach(() => {\n specPopover = new Q2Popover();\n });\n\n describe('toggle', () => {\n it('sets open to true when open is false', async () => {\n specPopover.open = false;\n await specPopover.toggle();\n expect(specPopover.open).toBe(true);\n });\n\n it('sets open to false when open is true', async () => {\n specPopover.open = true;\n await specPopover.toggle();\n expect(specPopover.open).toBe(false);\n });\n });\n\n describe('scrollContainerTo', () => {\n it('scrolls the container to the given position', async () => {\n const containerElement = document.createElement('div');\n containerElement.scrollTo = jest.fn();\n specPopover.containerElement = containerElement;\n await specPopover.scrollContainerTo({ top: 100, left: 50 });\n expect(containerElement.scrollTo).toHaveBeenCalledWith({ top: 100, left: 50 });\n });\n });\n });\n\n describe('Watchers', () => {\n describe('minHeightProvided', () => {\n it('calls handleMinHeight', async () => {\n specPopover = new Q2Popover();\n specPopover.handleMinHeight = jest.fn();\n specPopover.minHeight = 100;\n specPopover.minHeightProvided();\n expect(specPopover.handleMinHeight).toHaveBeenCalled();\n });\n });\n\n describe('openChanged', () => {\n beforeEach(async () => {\n specPopover = new Q2Popover();\n specPopover.addViewportListeners = jest.fn();\n specPopover.removeViewportListeners = jest.fn();\n specPopover.determinePopDirection = jest.fn();\n specPopover.clearCSSProperties = jest.fn();\n });\n\n it('calls popoverStateChanged with the new open value', async () => {\n specPopover.popoverStateChanged = { emit: jest.fn() };\n await specPopover.openChanged(true);\n expect(specPopover.popoverStateChanged.emit).toHaveBeenCalledWith({ open: true });\n });\n\n describe('when open is true', () => {\n it('calls addViewportListeners', async () => {\n await specPopover.openChanged(true);\n expect(specPopover.addViewportListeners).toHaveBeenCalled();\n });\n\n it('calls determinePopDirection', async () => {\n await specPopover.openChanged(true);\n expect(specPopover.determinePopDirection).toHaveBeenCalled();\n });\n });\n\n describe('when open is false', () => {\n it('calls removeViewportListeners', async () => {\n await specPopover.openChanged(false);\n expect(specPopover.removeViewportListeners).toHaveBeenCalled();\n });\n\n it('sets currentDirection to undefined', async () => {\n specPopover.currentDirection = 'up';\n expect(specPopover.currentDirection).toBe('up');\n await specPopover.openChanged(false);\n expect(specPopover.currentDirection).toBeUndefined();\n });\n\n it('sets show to false if mode is legacy', async () => {\n specPopover.mode = 'legacy';\n specPopover.show = true;\n expect(specPopover.show).toBe(true);\n await specPopover.openChanged(false);\n expect(specPopover.show).toBe(false);\n });\n\n it('sets show to false if Popover API is not supported', async () => {\n specPopover.show = true;\n expect(specPopover.show).toBe(true);\n await specPopover.openChanged(false);\n expect(specPopover.show).toBe(false);\n });\n\n it('calls hidePopover if Popover API is supported', async () => {\n enablePopoverAPI();\n specPopover.containerElement = document.createElement('div');\n specPopover.containerElement.hidePopover = jest.fn();\n await specPopover.openChanged(false);\n expect(specPopover.containerElement.hidePopover).toHaveBeenCalled();\n });\n\n it('calls clearCSSProperties', async () => {\n await specPopover.openChanged(false);\n expect(specPopover.clearCSSProperties).toHaveBeenCalled();\n });\n });\n });\n });\n\n describe('Local Methods', () => {\n describe('Getters', () => {\n beforeEach(() => {\n specPopover = new Q2Popover();\n });\n\n describe('isModule', () => {\n it('returns false when window top matches window and platformDimensions is not defined', async () => {\n expect(window.top).toBe(window);\n expect(window.Tecton).toBeUndefined();\n expect(specPopover.isModule).toBe(false);\n });\n\n it('returns false when window top does not match window and platformDimensions is not defined', async () => {\n const windowSpy = jest.spyOn(window, 'top', 'get').mockReturnValue({} as any);\n expect(window.top).not.toEqual(window);\n expect(window.Tecton).toBeUndefined();\n expect(specPopover.isModule).toBe(false);\n windowSpy.mockRestore();\n });\n\n it('returns false when window top matches window and platformDimensions is defined', async () => {\n window.Tecton = sampleTectonWindow;\n expect(window.top).toBe(window);\n expect(window.Tecton.platformDimensions).toBeTruthy();\n expect(specPopover.isModule).toBe(false);\n });\n\n it('returns true when window top does not match window and platformDimensions is defined', async () => {\n const windowSpy = jest.spyOn(window, 'top', 'get').mockReturnValue({} as any);\n window.Tecton = sampleTectonWindow;\n expect(specPopover.isModule).toBe(true);\n windowSpy.mockRestore();\n });\n });\n\n describe('providedDirection', () => {\n it('returns direction when \"up\"', async () => {\n specPopover.direction = 'up';\n expect(specPopover.providedDirection).toBe('up');\n });\n\n it('returns direction when \"down\"', async () => {\n specPopover.direction = 'down';\n expect(specPopover.providedDirection).toBe('down');\n });\n\n it('returns undefined when not \"up\" or \"down\"', async () => {\n (specPopover.direction as any) = 'bottom';\n expect(specPopover.providedDirection).toBeUndefined();\n });\n });\n\n describe('supportsPopoverAPI', () => {\n it('returns false when Popover API is not supported', async () => {\n specPopover = new Q2Popover();\n expect(specPopover.supportsPopoverAPI).toBe(false);\n });\n\n it('returns true when Popover API is supported', async () => {\n enablePopoverAPI();\n specPopover = new Q2Popover();\n expect(specPopover.supportsPopoverAPI).toBe(true);\n });\n });\n });\n\n describe('Methods', () => {\n describe('addViewPortListeners', () => {\n let specPopover: Q2Popover;\n let windowAddEventListenerSpy: jest.SpyInstance;\n let visualViewportAddEventListenerSpy: jest.SpyInstance;\n let screenOrientationAddEventListenerSpy: jest.SpyInstance;\n\n beforeEach(() => {\n windowAddEventListenerSpy = jest.spyOn(window, 'addEventListener');\n\n // Mock visualViewport\n const mockVisualViewport = {\n addEventListener: jest.fn(),\n removeEventListener: jest.fn(),\n width: 800,\n height: 600,\n };\n Object.defineProperty(window, 'visualViewport', {\n value: mockVisualViewport,\n configurable: true,\n });\n (global as any).visualViewport = mockVisualViewport;\n visualViewportAddEventListenerSpy = jest.spyOn(mockVisualViewport, 'addEventListener');\n\n // Mock screen.orientation\n const mockScreenOrientation = {\n addEventListener: jest.fn(),\n removeEventListener: jest.fn(),\n };\n const mockScreen = { orientation: mockScreenOrientation };\n Object.defineProperty(window, 'screen', {\n value: mockScreen,\n configurable: true,\n });\n (global as any).screen = mockScreen;\n\n screenOrientationAddEventListenerSpy = jest.spyOn(mockScreenOrientation, 'addEventListener');\n\n specPopover = new Q2Popover();\n });\n\n afterEach(() => {\n windowAddEventListenerSpy.mockRestore();\n visualViewportAddEventListenerSpy.mockRestore();\n screenOrientationAddEventListenerSpy.mockRestore();\n\n delete (global as any).visualViewport;\n delete (global as any).screen;\n delete (window as any).visualViewport;\n delete (window as any).screen;\n });\n\n describe('resize', () => {\n it('adds resize listener to window with viewPortOrientationChanged handler', async () => {\n specPopover.addViewportListeners();\n\n expect(windowAddEventListenerSpy).toHaveBeenCalledWith(\n 'resize',\n specPopover.viewPortOrientationChanged\n );\n });\n\n it('adds resize listener to visualViewport with viewPortChanged handler', async () => {\n specPopover.addViewportListeners();\n\n expect(visualViewportAddEventListenerSpy).toHaveBeenCalledWith(\n 'resize',\n specPopover.viewPortChanged\n );\n });\n });\n\n describe('scroll', () => {\n it('adds scroll listener to window when in scrollable container on desktop only', async () => {\n jest.spyOn(utils, 'isInScrollableContainer').mockReturnValue(true);\n jest.spyOn(utils, 'isMobile').mockReturnValue(false);\n specPopover.addViewportListeners();\n\n expect(windowAddEventListenerSpy).toHaveBeenCalledWith('scroll', specPopover.viewPortChanged, {\n passive: true,\n capture: true,\n });\n });\n\n it('does not add scroll listener on mobile', async () => {\n jest.spyOn(utils, 'isInScrollableContainer').mockReturnValue(true);\n jest.spyOn(utils, 'isMobile').mockReturnValue(true);\n specPopover.addViewportListeners();\n\n expect(windowAddEventListenerSpy).not.toHaveBeenCalledWith(\n 'scroll',\n specPopover.viewPortChanged,\n {\n passive: true,\n capture: true,\n }\n );\n });\n\n it('does not add scroll listener in non-scrollable container', async () => {\n jest.spyOn(utils, 'isInScrollableContainer').mockReturnValue(false);\n jest.spyOn(utils, 'isMobile').mockReturnValue(false);\n specPopover.addViewportListeners();\n\n expect(windowAddEventListenerSpy).not.toHaveBeenCalledWith(\n 'scroll',\n specPopover.viewPortChanged,\n {\n passive: true,\n capture: true,\n }\n );\n });\n });\n\n describe('orientationchange', () => {\n it('adds orientationchange listener to screen.orientation with viewPortOrientationChanged handler', async () => {\n specPopover.addViewportListeners();\n\n expect(screenOrientationAddEventListenerSpy).toHaveBeenCalledWith(\n 'orientationchange',\n specPopover.viewPortOrientationChanged\n );\n });\n\n it('adds orientationchange listener to window with viewPortOrientationChanged handler', async () => {\n specPopover.addViewportListeners();\n\n expect(windowAddEventListenerSpy).toHaveBeenCalledWith(\n 'orientationchange',\n specPopover.viewPortOrientationChanged\n );\n });\n });\n\n it('adds all expected listeners when called', async () => {\n specPopover.addViewportListeners();\n\n expect(windowAddEventListenerSpy).toHaveBeenCalled();\n expect(visualViewportAddEventListenerSpy).toHaveBeenCalled();\n expect(screenOrientationAddEventListenerSpy).toHaveBeenCalled();\n });\n });\n\n describe('clearCSSProperties', () => {\n let specPopover: Q2Popover;\n let containerElement: HTMLDivElement;\n\n beforeEach(() => {\n specPopover = new Q2Popover();\n containerElement = document.createElement('div');\n containerElement.style.setProperty('--comp-pop-max-height', '100px');\n containerElement.style.setProperty('--comp-pop-top', '20px');\n containerElement.style.setProperty('--comp-pop-bottom', '25px');\n containerElement.style.setProperty('--comp-pop-left', '30px');\n containerElement.style.setProperty('--comp-pop-right', '35px');\n containerElement.style.setProperty('--comp-pop-width', '200px');\n containerElement.style.setProperty('--comp-pop-opacity', '1');\n specPopover.containerElement = containerElement;\n });\n\n it('clears the necessary CSS properties', async () => {\n await specPopover.clearCSSProperties();\n expect(containerElement.style.getPropertyValue('--comp-pop-max-height')).toBeFalsy();\n expect(containerElement.style.getPropertyValue('--comp-pop-top')).toBeFalsy();\n expect(containerElement.style.getPropertyValue('--comp-pop-bottom')).toBeFalsy();\n expect(containerElement.style.getPropertyValue('--comp-pop-left')).toBeFalsy();\n expect(containerElement.style.getPropertyValue('--comp-pop-right')).toBeFalsy();\n expect(containerElement.style.getPropertyValue('--comp-pop-width')).toBeFalsy();\n expect(containerElement.style.getPropertyValue('--comp-pop-opacity')).toBeFalsy();\n });\n });\n\n describe('determinePopDirection', () => {\n let specPopover: Q2Popover;\n let controlElement: HTMLDivElement;\n let containerElement: HTMLDivElement;\n\n beforeEach(async () => {\n specPopover = new Q2Popover();\n specPopover.setDirectionAndShow = jest.fn();\n\n controlElement = document.createElement('div');\n specPopover.controlElement = controlElement;\n\n containerElement = document.createElement('div');\n specPopover.containerElement = containerElement;\n });\n\n afterEach(() => {\n delete (window as any).visualViewport;\n delete (window as any).Tecton;\n delete (window as any).innerHeight;\n });\n\n describe('when in a module', () => {\n beforeEach(async () => {\n window.Tecton = sampleTectonWindow;\n jest.spyOn(window, 'top', 'get').mockReturnValue({} as any);\n specPopover.open = true;\n expect(specPopover.isModule).toBe(true);\n });\n\n describe(\"when the module is taller than the window's viewport\", () => {\n beforeEach(() => {\n window.innerHeight = 1200;\n });\n\n it('sets the direction to down when control element has more space below it', async () => {\n jest.spyOn(controlElement, 'getBoundingClientRect').mockReturnValue({\n top: 20,\n bottom: 70,\n } as any);\n await specPopover.determinePopDirection();\n\n expect(containerElement.style.getPropertyValue('--comp-pop-max-height')).toBe('700px');\n expect(specPopover.setDirectionAndShow).toHaveBeenCalledWith('down');\n });\n\n it('sets the direction to up when control element has more space above it', async () => {\n jest.spyOn(controlElement, 'getBoundingClientRect').mockReturnValue({\n top: 600,\n bottom: 650,\n } as any);\n await specPopover.determinePopDirection();\n\n expect(containerElement.style.getPropertyValue('--comp-pop-max-height')).toBe('590px');\n expect(specPopover.setDirectionAndShow).toHaveBeenCalledWith('up');\n });\n\n describe('when the outletOffset is 0 or less', () => {\n beforeEach(() => {\n window.Tecton = {\n ...sampleTectonWindow,\n platformDimensions: { ...samplePlatformDimensions, outletOffset: -50 },\n };\n });\n\n it('sets the direction to down when control element has more space below it', async () => {\n jest.spyOn(controlElement, 'getBoundingClientRect').mockReturnValue({\n top: 20,\n bottom: 70,\n } as any);\n await specPopover.determinePopDirection();\n\n expect(containerElement.style.getPropertyValue('--comp-pop-max-height')).toBe('770px');\n expect(specPopover.setDirectionAndShow).toHaveBeenCalledWith('down');\n });\n\n it('sets the direction to up when control element has more space above it', async () => {\n jest.spyOn(controlElement, 'getBoundingClientRect').mockReturnValue({\n top: 600,\n bottom: 650,\n } as any);\n await specPopover.determinePopDirection();\n\n expect(containerElement.style.getPropertyValue('--comp-pop-max-height')).toBe('540px');\n expect(specPopover.setDirectionAndShow).toHaveBeenCalledWith('up');\n });\n });\n\n describe('when the \"top\" platformDimension has a value', () => {\n beforeEach(() => {\n window.Tecton = {\n ...sampleTectonWindow,\n platformDimensions: { ...samplePlatformDimensions, outletOffset: 0, top: 50 },\n };\n });\n\n it('takes the \"top\" into account when opening up', async () => {\n jest.spyOn(controlElement, 'getBoundingClientRect').mockReturnValue({\n top: 600,\n bottom: 650,\n } as any);\n await specPopover.determinePopDirection();\n\n expect(containerElement.style.getPropertyValue('--comp-pop-max-height')).toBe('540px');\n expect(specPopover.setDirectionAndShow).toHaveBeenCalledWith('up');\n });\n\n it('ignores \"top\" when outletOffset is positive', async () => {\n window.Tecton = {\n ...sampleTectonWindow,\n platformDimensions: { ...samplePlatformDimensions, outletOffset: 20 },\n };\n\n jest.spyOn(controlElement, 'getBoundingClientRect').mockReturnValue({\n top: 600,\n bottom: 650,\n } as any);\n await specPopover.determinePopDirection();\n\n expect(containerElement.style.getPropertyValue('--comp-pop-max-height')).toBe('590px');\n expect(specPopover.setDirectionAndShow).toHaveBeenCalledWith('up');\n });\n });\n\n describe('when the \"bottom\" platformDimension has a value', () => {\n it('takes \"bottom\" into account when calculating space below', async () => {\n window.Tecton = {\n ...sampleTectonWindow,\n platformDimensions: { ...samplePlatformDimensions, bottom: 50 },\n };\n\n jest.spyOn(controlElement, 'getBoundingClientRect').mockReturnValue({\n top: 20,\n bottom: 70,\n } as any);\n await specPopover.determinePopDirection();\n\n expect(containerElement.style.getPropertyValue('--comp-pop-max-height')).toBe('650px');\n expect(specPopover.setDirectionAndShow).toHaveBeenCalledWith('down');\n });\n });\n });\n\n describe(\"when the module is shorter than the window's viewport\", () => {\n beforeEach(() => {\n window.innerHeight = 600;\n });\n\n it('sets the direction to down when control element has more space below it', async () => {\n jest.spyOn(controlElement, 'getBoundingClientRect').mockReturnValue({\n top: 20,\n bottom: 70,\n } as any);\n await specPopover.determinePopDirection();\n\n expect(containerElement.style.getPropertyValue('--comp-pop-max-height')).toBe('520px');\n expect(specPopover.setDirectionAndShow).toHaveBeenCalledWith('down');\n });\n\n it('sets the direction to up when control element has more space above it', async () => {\n jest.spyOn(controlElement, 'getBoundingClientRect').mockReturnValue({\n top: 500,\n bottom: 550,\n } as any);\n await specPopover.determinePopDirection();\n\n expect(containerElement.style.getPropertyValue('--comp-pop-max-height')).toBe('490px');\n expect(specPopover.setDirectionAndShow).toHaveBeenCalledWith('up');\n });\n });\n });\n\n describe('when at the platform level', () => {\n beforeEach(async () => {\n window.innerHeight = 600;\n\n expect(specPopover.isModule).toBe(false);\n });\n\n it('sets the direction to up when control element has more space above it', async () => {\n const controlSpy = jest.spyOn(controlElement, 'getBoundingClientRect').mockReturnValue({\n top: 500,\n bottom: 550,\n } as DOMRect);\n await specPopover.determinePopDirection();\n\n expect(containerElement.style.getPropertyValue('--comp-pop-max-height')).toBe('490px');\n expect(specPopover.setDirectionAndShow).toHaveBeenCalledWith('up');\n\n controlSpy.mockRestore();\n });\n\n it('sets the direction to down when control element has more space below it', async () => {\n const controlSpy = jest.spyOn(controlElement, 'getBoundingClientRect').mockReturnValue({\n top: 100,\n bottom: 150,\n } as DOMRect);\n await specPopover.determinePopDirection();\n\n expect(containerElement.style.getPropertyValue('--comp-pop-max-height')).toBe('440px');\n expect(specPopover.setDirectionAndShow).toHaveBeenCalledWith('down');\n\n controlSpy.mockRestore();\n });\n });\n });\n\n describe('handleMinHeight', () => {\n it('calls handleDeprecationWarning for minHeight', async () => {\n specPopover = new Q2Popover();\n const mockHandleDeprecation = jest\n .spyOn(utils, 'handleDeprecationWarning')\n .mockImplementation(() => {});\n specPopover.minHeight = 100;\n specPopover.handleMinHeight();\n expect(mockHandleDeprecation).toHaveBeenCalled();\n });\n });\n\n describe('handlePopoverToggleEvent', () => {\n it('emits the popoverStateChanged event', async () => {\n specPopover = new Q2Popover();\n const mockEmit = jest.spyOn(specPopover.popoverStateChanged, 'emit');\n specPopover.handlePopoverToggleEvent({} as ToggleEvent);\n expect(mockEmit).toHaveBeenCalled();\n });\n\n describe('when the newState from the ToggleEvent is \"open\"', () => {\n it('emits the popoverStateChanged event open as true', async () => {\n specPopover = new Q2Popover();\n const mockEmit = jest.spyOn(specPopover.popoverStateChanged, 'emit');\n specPopover.handlePopoverToggleEvent({ newState: 'open' } as ToggleEvent);\n expect(mockEmit).toHaveBeenCalledWith({ open: true });\n });\n });\n\n describe('when the newState from the ToggleEvent is \"closed\"', () => {\n it('emits the popoverStateChanged event open as false', async () => {\n specPopover = new Q2Popover();\n const mockEmit = jest.spyOn(specPopover.popoverStateChanged, 'emit');\n specPopover.handlePopoverToggleEvent({ newState: 'closed' } as ToggleEvent);\n expect(mockEmit).toHaveBeenCalledWith({ open: false });\n });\n });\n });\n\n describe('removeViewportListeners', () => {\n let specPopover: Q2Popover;\n let windowRemoveEventListenerSpy: jest.SpyInstance;\n let visualViewportRemoveEventListenerSpy: jest.SpyInstance;\n let screenOrientationRemoveEventListenerSpy: jest.SpyInstance;\n\n beforeEach(() => {\n specPopover = new Q2Popover();\n windowRemoveEventListenerSpy = jest.spyOn(window, 'removeEventListener');\n\n // Mock visualViewport\n const mockVisualViewport = {\n removeEventListener: jest.fn(),\n };\n Object.defineProperty(window, 'visualViewport', {\n value: mockVisualViewport,\n configurable: true,\n });\n (global as any).visualViewport = mockVisualViewport;\n visualViewportRemoveEventListenerSpy = jest.spyOn(mockVisualViewport, 'removeEventListener');\n\n // Mock screen.orientation\n const mockScreenOrientation = {\n removeEventListener: jest.fn(),\n };\n const mockScreen = { orientation: mockScreenOrientation };\n Object.defineProperty(window, 'screen', {\n value: mockScreen,\n configurable: true,\n });\n (global as any).screen = mockScreen;\n\n screenOrientationRemoveEventListenerSpy = jest.spyOn(mockScreenOrientation, 'removeEventListener');\n });\n\n afterEach(() => {\n windowRemoveEventListenerSpy.mockRestore();\n visualViewportRemoveEventListenerSpy.mockRestore();\n screenOrientationRemoveEventListenerSpy.mockRestore();\n\n delete (global as any).visualViewport;\n delete (global as any).screen;\n delete (window as any).visualViewport;\n delete (window as any).screen;\n });\n\n it('removes resize listener from window with viewPortOrientationChanged handler', async () => {\n specPopover.removeViewportListeners();\n\n expect(windowRemoveEventListenerSpy).toHaveBeenCalledWith(\n 'resize',\n specPopover.viewPortOrientationChanged\n );\n });\n\n it('removes resize listener from visualViewport with viewPortChanged handler', async () => {\n specPopover.removeViewportListeners();\n\n expect(visualViewportRemoveEventListenerSpy).toHaveBeenCalledWith(\n 'resize',\n specPopover.viewPortChanged\n );\n });\n\n it('removes scroll listener from window with viewPortChanged handler and proper options', async () => {\n specPopover.removeViewportListeners();\n\n expect(windowRemoveEventListenerSpy).toHaveBeenNthCalledWith(\n 2,\n 'scroll',\n specPopover.viewPortChanged,\n { capture: true }\n );\n });\n\n it('removes orientationchange listener from screen.orientation with viewPortOrientationChanged handler', async () => {\n specPopover.removeViewportListeners();\n\n expect(screenOrientationRemoveEventListenerSpy).toHaveBeenCalledWith(\n 'orientationchange',\n specPopover.viewPortOrientationChanged\n );\n });\n\n it('removes orientationchange listener from window with viewPortOrientationChanged handler', async () => {\n specPopover.removeViewportListeners();\n\n expect(windowRemoveEventListenerSpy).toHaveBeenCalledWith(\n 'orientationchange',\n specPopover.viewPortOrientationChanged\n );\n });\n });\n\n describe('setAbsoluteCSSProperties', () => {\n let specPopover: Q2Popover;\n let containerElement: HTMLDivElement;\n\n beforeEach(() => {\n specPopover = new Q2Popover();\n containerElement = document.createElement('div');\n specPopover.mode = 'legacy';\n specPopover.containerElement = containerElement;\n\n const controlElement = document.createElement('div');\n controlElement.getBoundingClientRect = jest.fn().mockReturnValue({\n top: 20,\n bottom: 70,\n left: 30,\n right: 80,\n } as DOMRect);\n specPopover.controlElement = controlElement;\n window.visualViewport = { width: 800, height: 600 } as VisualViewport;\n });\n\n it('sets the necessary CSS properties', async () => {\n await specPopover.setAbsoluteCSSProperties();\n expect(containerElement.style.getPropertyValue('--comp-pop-max-height')).toBeFalsy();\n expect(containerElement.style.getPropertyValue('--comp-pop-top')).toBeFalsy();\n expect(containerElement.style.getPropertyValue('--comp-pop-bottom')).toBeFalsy();\n expect(containerElement.style.getPropertyValue('--comp-pop-left')).toBe('0');\n expect(containerElement.style.getPropertyValue('--comp-pop-right')).toBe('unset');\n expect(containerElement.style.getPropertyValue('--comp-pop-width')).toBe('');\n expect(containerElement.style.getPropertyValue('--comp-pop-opacity')).toBe('1');\n });\n\n it('sets the necessary CSS properties when align is right', async () => {\n specPopover.align = 'right';\n await specPopover.setAbsoluteCSSProperties();\n expect(containerElement.style.getPropertyValue('--comp-pop-left')).toBe('unset');\n expect(containerElement.style.getPropertyValue('--comp-pop-right')).toBe('0');\n });\n\n it('sets --comp-pop-bottom when direction is up', async () => {\n specPopover.currentDirection = 'up';\n await specPopover.setAbsoluteCSSProperties();\n expect(containerElement.style.getPropertyValue('--comp-pop-top')).toBeFalsy();\n expect(containerElement.style.getPropertyValue('--comp-pop-bottom')).toBe('0px');\n });\n\n it('does not set --comp-pop-top when direction is down', async () => {\n specPopover.currentDirection = 'down';\n await specPopover.setAbsoluteCSSProperties();\n expect(containerElement.style.getPropertyValue('--comp-pop-top')).toBe('');\n expect(containerElement.style.getPropertyValue('--comp-pop-bottom')).toBe('');\n });\n\n it('sets --comp-pop-width when block is true', async () => {\n specPopover.block = true;\n await specPopover.setAbsoluteCSSProperties();\n expect(containerElement.style.getPropertyValue('--comp-pop-width')).toBe('100%');\n });\n });\n\n describe('setDirectionAndShow', () => {\n let specPopover: Q2Popover;\n let containerElement: HTMLDivElement;\n\n beforeEach(() => {\n specPopover = new Q2Popover();\n containerElement = document.createElement('div');\n specPopover.containerElement = containerElement;\n specPopover.setPopoverAPICSSProperties = jest.fn();\n specPopover.setAbsoluteCSSProperties = jest.fn();\n specPopover.scrollContainerTo = jest.fn();\n });\n\n it('does nothing when open is false', async () => {\n specPopover.open = false;\n specPopover.setDirectionAndShow('up');\n expect(specPopover.currentDirection).toBeUndefined();\n expect(specPopover.show).toBe(false);\n expect(specPopover.setPopoverAPICSSProperties).not.toHaveBeenCalled();\n expect(specPopover.setAbsoluteCSSProperties).not.toHaveBeenCalled();\n });\n\n describe('when open is true', () => {\n beforeEach(() => {\n specPopover.open = true;\n });\n\n it('sets the direction, shows the popover, and sets fixed position properties', async () => {\n enablePopoverAPI();\n containerElement.showPopover = jest.fn();\n specPopover.setDirectionAndShow('up');\n expect(specPopover.currentDirection).toBe('up');\n expect(specPopover.setPopoverAPICSSProperties).toHaveBeenCalled();\n expect(specPopover.setAbsoluteCSSProperties).not.toHaveBeenCalled();\n expect(containerElement.showPopover).toHaveBeenCalled();\n });\n\n it('sets the direction, shows the popover, and sets absolute position properties when mode is \"legacy\"', async () => {\n specPopover.mode = 'legacy';\n specPopover.setDirectionAndShow('up');\n expect(specPopover.currentDirection).toBe('up');\n expect(specPopover.show).toBe(true);\n expect(specPopover.setPopoverAPICSSProperties).not.toHaveBeenCalled();\n expect(specPopover.setAbsoluteCSSProperties).toHaveBeenCalled();\n });\n });\n });\n\n describe('setPopoverAPICSSProperties', () => {\n let specPopover: Q2Popover;\n let containerElement: HTMLDivElement;\n\n beforeEach(() => {\n window.visualViewport = { width: 800, height: 600, offsetTop: 0 } as VisualViewport;\n window.innerHeight = 600;\n window.scrollY = 0;\n specPopover = new Q2Popover();\n containerElement = document.createElement('div');\n specPopover.containerElement = containerElement;\n\n const controlElement = document.createElement('div');\n controlElement.getBoundingClientRect = jest.fn().mockReturnValue({\n top: 20,\n bottom: 70,\n left: 30,\n right: 80,\n } as DOMRect);\n specPopover.controlElement = controlElement;\n });\n\n it('sets the necessary CSS properties', async () => {\n await specPopover.setPopoverAPICSSProperties();\n expect(containerElement.style.getPropertyValue('--comp-pop-max-height')).toBeFalsy();\n expect(containerElement.style.getPropertyValue('--comp-pop-top')).toBeFalsy();\n expect(containerElement.style.getPropertyValue('--comp-pop-bottom')).toBeFalsy();\n expect(containerElement.style.getPropertyValue('--comp-pop-left')).toBe('30px');\n expect(containerElement.style.getPropertyValue('--comp-pop-right')).toBe('unset');\n expect(containerElement.style.getPropertyValue('--comp-pop-width')).toBeFalsy();\n expect(containerElement.style.getPropertyValue('--comp-pop-opacity')).toBe('1');\n });\n\n it('sets --comp-pop-right when align is right', async () => {\n specPopover.align = 'right';\n await specPopover.setPopoverAPICSSProperties();\n expect(containerElement.style.getPropertyValue('--comp-pop-left')).toBe('unset');\n expect(containerElement.style.getPropertyValue('--comp-pop-right')).toBe('720px');\n });\n\n it('sets --comp-pop-bottom when direction is up', async () => {\n specPopover.currentDirection = 'up';\n await specPopover.setPopoverAPICSSProperties();\n expect(containerElement.style.getPropertyValue('--comp-pop-top')).toBeFalsy();\n expect(containerElement.style.getPropertyValue('--comp-pop-bottom')).toBe('580px');\n });\n\n it('sets --comp-pop-top when direction is down', async () => {\n specPopover.currentDirection = 'down';\n await specPopover.setPopoverAPICSSProperties();\n expect(containerElement.style.getPropertyValue('--comp-pop-top')).toBe('70px');\n expect(containerElement.style.getPropertyValue('--comp-pop-bottom')).toBeFalsy();\n });\n\n it('sets --comp-pop-width when block is true', async () => {\n specPopover.block = true;\n await specPopover.setPopoverAPICSSProperties();\n expect(containerElement.style.getPropertyValue('--comp-pop-width')).toBe('0px');\n });\n });\n\n describe('viewPortChanged', () => {\n let specPopover: Q2Popover;\n let windowSpy: jest.SpyInstance;\n\n beforeEach(() => {\n specPopover = new Q2Popover();\n windowSpy = jest.spyOn(window, 'top', 'get').mockReturnValue({} as any);\n window.Tecton = sampleTectonWindow;\n expect(specPopover.isModule).toBe(true);\n specPopover.determinePopDirection = jest.fn();\n });\n\n afterEach(() => {\n windowSpy.mockRestore();\n });\n\n it('calls determinePopDirection when open is true', async () => {\n specPopover.open = true;\n specPopover.viewPortChanged();\n expect(specPopover.determinePopDirection).toHaveBeenCalled();\n });\n\n it('does nothing when open is false', async () => {\n specPopover.open = false;\n specPopover.viewPortChanged();\n expect(specPopover.determinePopDirection).not.toHaveBeenCalled();\n });\n });\n\n describe('viewPortOrientationChanged', () => {\n let specPopover: Q2Popover;\n\n beforeEach(() => {\n specPopover = new Q2Popover();\n specPopover.viewPortChanged = jest.fn();\n });\n\n it('sets orientationChanged to true and calls viewportChanged', async () => {\n specPopover.viewPortOrientationChanged();\n expect(specPopover.orientationChanged).toBe(true);\n expect(specPopover.viewPortChanged).toHaveBeenCalled();\n });\n });\n });\n });\n});\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h, Fragment, } from "@stencil/core";
|
|
2
|
-
import { createGuid, handleAriaLabel, isEventFromElement, isMobile, isRelatedTargetWithinHost, loc, overrideFocus, waitForNextPaint, } from "../../utils";
|
|
2
|
+
import { createGuid, getBrowserInfo, handleAriaLabel, isEventFromElement, isMobile, isRelatedTargetWithinHost, loc, overrideFocus, waitForNextPaint, } from "../../utils";
|
|
3
3
|
import { shouldShowActionSheet, showActionSheetList } from "../../utils/action-sheet";
|
|
4
4
|
/**
|
|
5
5
|
* @slot popover-top - An optional slot to display custom content persistently at the top of the popover. This is **not** compatible with the action sheet workflow.
|
|
@@ -11,7 +11,13 @@ export class Q2Select {
|
|
|
11
11
|
var _a;
|
|
12
12
|
// #region Own Properties
|
|
13
13
|
this.guid = createGuid();
|
|
14
|
+
this.lastTouchWasInPopover = false;
|
|
14
15
|
this.scheduledAfterRender = [];
|
|
16
|
+
this.addTouchEventListeners = () => {
|
|
17
|
+
if (!isMobile() || !this.popoverElement)
|
|
18
|
+
return;
|
|
19
|
+
this.popoverElement.addEventListener('touchmove', this.handleTouchMove, { passive: true });
|
|
20
|
+
};
|
|
15
21
|
this.clickedElsewhere = (event) => {
|
|
16
22
|
const target = event.target;
|
|
17
23
|
if (target.localName !== 'click-elsewhere')
|
|
@@ -21,6 +27,7 @@ export class Q2Select {
|
|
|
21
27
|
if (!popoverElement)
|
|
22
28
|
return;
|
|
23
29
|
popoverElement.open = false;
|
|
30
|
+
this.innerInputField.blur();
|
|
24
31
|
};
|
|
25
32
|
this.destroyEventListeners = () => {
|
|
26
33
|
var _a;
|
|
@@ -29,6 +36,7 @@ export class Q2Select {
|
|
|
29
36
|
(_a = screen === null || screen === void 0 ? void 0 : screen.orientation) === null || _a === void 0 ? void 0 : _a.removeEventListener('change', this.handleOrientationChange);
|
|
30
37
|
window.removeEventListener('resize', this.handleOrientationChange);
|
|
31
38
|
visualViewport === null || visualViewport === void 0 ? void 0 : visualViewport.removeEventListener('resize', this.handleOrientationChange);
|
|
39
|
+
this.removeTouchEventListeners();
|
|
32
40
|
};
|
|
33
41
|
this.handleOrientationChange = () => {
|
|
34
42
|
var _a, _b, _c;
|
|
@@ -46,6 +54,16 @@ export class Q2Select {
|
|
|
46
54
|
if (!isLandscape)
|
|
47
55
|
this.searchable = this.originalSearchable;
|
|
48
56
|
};
|
|
57
|
+
this.handleTouchMove = (event) => {
|
|
58
|
+
if (document.activeElement === this.hostElement) {
|
|
59
|
+
const target = event.target;
|
|
60
|
+
if (target && target !== this.hostElement) {
|
|
61
|
+
this.inputFocused = false;
|
|
62
|
+
this.lastTouchWasInPopover = true;
|
|
63
|
+
target.focus();
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
};
|
|
49
67
|
this.initEventListeners = () => {
|
|
50
68
|
var _a;
|
|
51
69
|
if (!isMobile())
|
|
@@ -68,6 +86,16 @@ export class Q2Select {
|
|
|
68
86
|
};
|
|
69
87
|
this.inputClickHandler = async (event) => {
|
|
70
88
|
event.stopPropagation();
|
|
89
|
+
// Check if the last interaction was a touch within the popover
|
|
90
|
+
// If so, don't toggle the dropdown as the user is likely continuing to interact
|
|
91
|
+
if (this.lastTouchWasInPopover && this.open && this.searchable) {
|
|
92
|
+
// Reset the flag and don't toggle
|
|
93
|
+
this.lastTouchWasInPopover = false;
|
|
94
|
+
this.focusInput();
|
|
95
|
+
return;
|
|
96
|
+
}
|
|
97
|
+
// Reset the flag for any other click
|
|
98
|
+
this.lastTouchWasInPopover = false;
|
|
71
99
|
if (shouldShowActionSheet(this)) {
|
|
72
100
|
return this.executeActionSheet(event);
|
|
73
101
|
}
|
|
@@ -170,6 +198,11 @@ export class Q2Select {
|
|
|
170
198
|
return;
|
|
171
199
|
this.open = open;
|
|
172
200
|
};
|
|
201
|
+
this.removeTouchEventListeners = () => {
|
|
202
|
+
if (!isMobile() || !this.popoverElement)
|
|
203
|
+
return;
|
|
204
|
+
this.popoverElement.removeEventListener('touchmove', this.handleTouchMove);
|
|
205
|
+
};
|
|
173
206
|
this.showAllOptions = () => {
|
|
174
207
|
this.showSelected = false;
|
|
175
208
|
};
|
|
@@ -281,7 +314,7 @@ export class Q2Select {
|
|
|
281
314
|
this.clearSelectedDisplay();
|
|
282
315
|
}
|
|
283
316
|
else if (isEventFromElement(event, this.hostElement)) {
|
|
284
|
-
this.
|
|
317
|
+
this.innerInputField.focus();
|
|
285
318
|
}
|
|
286
319
|
}
|
|
287
320
|
handleFocusout(event) {
|
|
@@ -327,6 +360,14 @@ export class Q2Select {
|
|
|
327
360
|
if (this.open !== open)
|
|
328
361
|
this.open = open;
|
|
329
362
|
}
|
|
363
|
+
handleTctClick() {
|
|
364
|
+
const { name, version } = getBrowserInfo();
|
|
365
|
+
const majorVersion = Number(version.split('.')[0]);
|
|
366
|
+
// Only Safari under iOS 18 having issue when searchable
|
|
367
|
+
if (this.searchable && name === 'Safari' && !isNaN(majorVersion) && majorVersion < 18) {
|
|
368
|
+
this.scheduledAfterRender.push(() => this.innerInputField.blur());
|
|
369
|
+
}
|
|
370
|
+
}
|
|
330
371
|
// #endregion
|
|
331
372
|
// #region Public Methods API
|
|
332
373
|
/**
|
|
@@ -400,6 +441,12 @@ export class Q2Select {
|
|
|
400
441
|
this.optionElements.forEach(element => (element.multiline = newValue));
|
|
401
442
|
}
|
|
402
443
|
openChanged(isOpen) {
|
|
444
|
+
if (isOpen) {
|
|
445
|
+
this.addTouchEventListeners();
|
|
446
|
+
}
|
|
447
|
+
else {
|
|
448
|
+
this.removeTouchEventListeners();
|
|
449
|
+
}
|
|
403
450
|
this.scheduledAfterRender.push(async () => {
|
|
404
451
|
await waitForNextPaint();
|
|
405
452
|
const { popoverTopContainer, popoverElement } = this;
|
|
@@ -598,6 +645,7 @@ export class Q2Select {
|
|
|
598
645
|
}
|
|
599
646
|
closeDropdown() {
|
|
600
647
|
this.open = false;
|
|
648
|
+
this.lastTouchWasInPopover = false;
|
|
601
649
|
this.clearSearchText();
|
|
602
650
|
}
|
|
603
651
|
async executeActionSheet(event) {
|
|
@@ -688,7 +736,7 @@ export class Q2Select {
|
|
|
688
736
|
]), checked: showSelected, "test-id": "selectedOptionsButton", onClick: this.showSelectedOptions, onKeyDown: this.visibilityToggleKeyDown }), h("label", { htmlFor: "selected" }, loc('tecton.element.select.multiHeader.selected', [selectedOptionsCount]))))));
|
|
689
737
|
}
|
|
690
738
|
render() {
|
|
691
|
-
return (h("click-elsewhere", { key: '
|
|
739
|
+
return (h("click-elsewhere", { key: 'c0ddd046155649c24f5f83e752a2ff651956a37f', class: this.wrapperClasses, onChange: this.clickedElsewhere }, this.renderSelectField()));
|
|
692
740
|
}
|
|
693
741
|
static get is() { return "q2-select"; }
|
|
694
742
|
static get encapsulation() { return "shadow"; }
|
|
@@ -1312,6 +1360,12 @@ export class Q2Select {
|
|
|
1312
1360
|
"target": undefined,
|
|
1313
1361
|
"capture": false,
|
|
1314
1362
|
"passive": false
|
|
1363
|
+
}, {
|
|
1364
|
+
"name": "tctClick",
|
|
1365
|
+
"method": "handleTctClick",
|
|
1366
|
+
"target": undefined,
|
|
1367
|
+
"capture": false,
|
|
1368
|
+
"passive": false
|
|
1315
1369
|
}];
|
|
1316
1370
|
}
|
|
1317
1371
|
}
|