@aquera/nile-elements 1.5.4 → 1.5.6
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/README.md +10 -0
- package/demo/index.css +9 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +871 -255
- package/dist/nile-auto-complete/nile-auto-complete.css.cjs.js +1 -1
- package/dist/nile-auto-complete/nile-auto-complete.css.cjs.js.map +1 -1
- package/dist/nile-auto-complete/nile-auto-complete.css.esm.js +13 -2
- package/dist/nile-button/nile-button.cjs.js +1 -1
- package/dist/nile-button/nile-button.cjs.js.map +1 -1
- package/dist/nile-button/nile-button.css.cjs.js +1 -1
- package/dist/nile-button/nile-button.css.cjs.js.map +1 -1
- package/dist/nile-button/nile-button.css.esm.js +89 -33
- package/dist/nile-button/nile-button.esm.js +2 -2
- package/dist/nile-calendar/nile-calendar.cjs.js +1 -1
- package/dist/nile-calendar/nile-calendar.cjs.js.map +1 -1
- package/dist/nile-calendar/nile-calendar.css.cjs.js +1 -1
- package/dist/nile-calendar/nile-calendar.css.cjs.js.map +1 -1
- package/dist/nile-calendar/nile-calendar.css.esm.js +59 -2
- package/dist/nile-calendar/nile-calendar.esm.js +16 -10
- package/dist/nile-checkbox/nile-checkbox.css.cjs.js +1 -1
- package/dist/nile-checkbox/nile-checkbox.css.cjs.js.map +1 -1
- package/dist/nile-checkbox/nile-checkbox.css.esm.js +4 -5
- package/dist/nile-chip/nile-chip.css.cjs.js +1 -1
- package/dist/nile-chip/nile-chip.css.cjs.js.map +1 -1
- package/dist/nile-chip/nile-chip.css.esm.js +37 -23
- package/dist/nile-code-editor/nile-code-editor.cjs.js +1 -1
- package/dist/nile-code-editor/nile-code-editor.cjs.js.map +1 -1
- package/dist/nile-code-editor/nile-code-editor.css.cjs.js +1 -1
- package/dist/nile-code-editor/nile-code-editor.css.cjs.js.map +1 -1
- package/dist/nile-code-editor/nile-code-editor.css.esm.js +7 -6
- package/dist/nile-code-editor/nile-code-editor.esm.js +1 -1
- package/dist/nile-date-picker/nile-date-picker.cjs.js +1 -1
- package/dist/nile-date-picker/nile-date-picker.cjs.js.map +1 -1
- package/dist/nile-date-picker/nile-date-picker.esm.js +4 -4
- package/dist/nile-detail/index.cjs.js +2 -0
- package/dist/nile-detail/index.cjs.js.map +1 -0
- package/dist/nile-detail/index.esm.js +1 -0
- package/dist/nile-detail/nile-detail.cjs.js +2 -0
- package/dist/nile-detail/nile-detail.cjs.js.map +1 -0
- package/dist/nile-detail/nile-detail.css.cjs.js +2 -0
- package/dist/nile-detail/nile-detail.css.cjs.js.map +1 -0
- package/dist/nile-detail/nile-detail.css.esm.js +149 -0
- package/dist/nile-detail/nile-detail.esm.js +45 -0
- package/dist/nile-detail/nile-detail.utils.cjs.js +2 -0
- package/dist/nile-detail/nile-detail.utils.cjs.js.map +1 -0
- package/dist/nile-detail/nile-detail.utils.esm.js +1 -0
- package/dist/nile-dropdown/nile-dropdown.cjs.js +1 -1
- package/dist/nile-dropdown/nile-dropdown.cjs.js.map +1 -1
- package/dist/nile-dropdown/nile-dropdown.esm.js +1 -1
- package/dist/nile-file-upload/utils/file-validation.util.cjs.js +2 -2
- package/dist/nile-file-upload/utils/file-validation.util.cjs.js.map +1 -1
- package/dist/nile-file-upload/utils/file-validation.util.esm.js +1 -1
- package/dist/nile-filter-chip/nile-filter-chip.cjs.js +1 -1
- package/dist/nile-filter-chip/nile-filter-chip.cjs.js.map +1 -1
- package/dist/nile-filter-chip/nile-filter-chip.css.cjs.js +1 -1
- package/dist/nile-filter-chip/nile-filter-chip.css.cjs.js.map +1 -1
- package/dist/nile-filter-chip/nile-filter-chip.css.esm.js +24 -2
- package/dist/nile-filter-chip/nile-filter-chip.esm.js +2 -2
- package/dist/nile-inline-edit/nile-inline-edit.cjs.js +1 -1
- package/dist/nile-inline-edit/nile-inline-edit.cjs.js.map +1 -1
- package/dist/nile-inline-edit/nile-inline-edit.css.cjs.js +1 -1
- package/dist/nile-inline-edit/nile-inline-edit.css.cjs.js.map +1 -1
- package/dist/nile-inline-edit/nile-inline-edit.css.esm.js +15 -6
- package/dist/nile-inline-edit/nile-inline-edit.esm.js +2 -2
- package/dist/nile-inline-sidebar/nile-inline-sidebar.cjs.js +1 -1
- package/dist/nile-inline-sidebar/nile-inline-sidebar.cjs.js.map +1 -1
- package/dist/nile-inline-sidebar/nile-inline-sidebar.css.cjs.js +1 -1
- package/dist/nile-inline-sidebar/nile-inline-sidebar.css.cjs.js.map +1 -1
- package/dist/nile-inline-sidebar/nile-inline-sidebar.css.esm.js +19 -0
- package/dist/nile-inline-sidebar/nile-inline-sidebar.esm.js +16 -14
- package/dist/nile-inline-sidebar-item/nile-inline-sidebar-item.cjs.js +1 -1
- package/dist/nile-inline-sidebar-item/nile-inline-sidebar-item.cjs.js.map +1 -1
- package/dist/nile-inline-sidebar-item/nile-inline-sidebar-item.esm.js +8 -3
- package/dist/nile-input/nile-input.css.cjs.js +1 -1
- package/dist/nile-input/nile-input.css.cjs.js.map +1 -1
- package/dist/nile-input/nile-input.css.esm.js +4 -4
- package/dist/nile-link/nile-link.cjs.js +1 -1
- package/dist/nile-link/nile-link.cjs.js.map +1 -1
- package/dist/nile-link/nile-link.css.cjs.js +1 -1
- package/dist/nile-link/nile-link.css.cjs.js.map +1 -1
- package/dist/nile-link/nile-link.css.esm.js +3 -4
- package/dist/nile-link/nile-link.esm.js +2 -2
- package/dist/nile-pagination/nile-pagination.cjs.js +1 -1
- package/dist/nile-pagination/nile-pagination.cjs.js.map +1 -1
- package/dist/nile-pagination/nile-pagination.css.cjs.js +1 -1
- package/dist/nile-pagination/nile-pagination.css.cjs.js.map +1 -1
- package/dist/nile-pagination/nile-pagination.css.esm.js +109 -5
- package/dist/nile-pagination/nile-pagination.esm.js +70 -3
- package/dist/nile-qr-code/index.cjs.js +2 -0
- package/dist/nile-qr-code/index.cjs.js.map +1 -0
- package/dist/nile-qr-code/index.esm.js +1 -0
- package/dist/nile-qr-code/nile-qr-code-utils.cjs.js +2 -0
- package/dist/nile-qr-code/nile-qr-code-utils.cjs.js.map +1 -0
- package/dist/nile-qr-code/nile-qr-code-utils.esm.js +1 -0
- package/dist/nile-qr-code/nile-qr-code.cjs.js +2 -0
- package/dist/nile-qr-code/nile-qr-code.cjs.js.map +1 -0
- package/dist/nile-qr-code/nile-qr-code.css.cjs.js +2 -0
- package/dist/nile-qr-code/nile-qr-code.css.cjs.js.map +1 -0
- package/dist/nile-qr-code/nile-qr-code.css.esm.js +12 -0
- package/dist/nile-qr-code/nile-qr-code.esm.js +9 -0
- package/dist/nile-radio/nile-radio.css.cjs.js +1 -1
- package/dist/nile-radio/nile-radio.css.cjs.js.map +1 -1
- package/dist/nile-radio/nile-radio.css.esm.js +1 -1
- package/dist/nile-rich-text-editor/nile-rich-text-editor.cjs.js +1 -1
- package/dist/nile-rich-text-editor/nile-rich-text-editor.cjs.js.map +1 -1
- package/dist/nile-rich-text-editor/nile-rich-text-editor.css.cjs.js +1 -1
- package/dist/nile-rich-text-editor/nile-rich-text-editor.css.cjs.js.map +1 -1
- package/dist/nile-rich-text-editor/nile-rich-text-editor.css.esm.js +25 -6
- package/dist/nile-rich-text-editor/nile-rich-text-editor.esm.js +1 -1
- package/dist/nile-rich-text-editor/nile-rte-select.cjs.js +1 -1
- package/dist/nile-rich-text-editor/nile-rte-select.cjs.js.map +1 -1
- package/dist/nile-rich-text-editor/nile-rte-select.esm.js +4 -3
- package/dist/nile-select/nile-select.css.cjs.js +1 -1
- package/dist/nile-select/nile-select.css.cjs.js.map +1 -1
- package/dist/nile-select/nile-select.css.esm.js +7 -4
- package/dist/nile-slide-toggle/nile-slide-toggle.css.cjs.js +1 -1
- package/dist/nile-slide-toggle/nile-slide-toggle.css.cjs.js.map +1 -1
- package/dist/nile-slide-toggle/nile-slide-toggle.css.esm.js +5 -1
- package/dist/nile-textarea/nile-textarea.css.cjs.js +1 -1
- package/dist/nile-textarea/nile-textarea.css.cjs.js.map +1 -1
- package/dist/nile-textarea/nile-textarea.css.esm.js +10 -5
- package/dist/nile-virtual-select/nile-virtual-select.css.cjs.js +1 -1
- package/dist/nile-virtual-select/nile-virtual-select.css.cjs.js.map +1 -1
- package/dist/nile-virtual-select/nile-virtual-select.css.esm.js +5 -3
- package/dist/src/index.d.ts +2 -0
- package/dist/src/index.js +2 -0
- package/dist/src/index.js.map +1 -1
- package/dist/src/nile-auto-complete/nile-auto-complete.css.js +11 -0
- package/dist/src/nile-auto-complete/nile-auto-complete.css.js.map +1 -1
- package/dist/src/nile-button/nile-button.css.js +89 -33
- package/dist/src/nile-button/nile-button.css.js.map +1 -1
- package/dist/src/nile-button/nile-button.js +5 -5
- package/dist/src/nile-button/nile-button.js.map +1 -1
- package/dist/src/nile-calendar/nile-calendar.css.js +57 -0
- package/dist/src/nile-calendar/nile-calendar.css.js.map +1 -1
- package/dist/src/nile-calendar/nile-calendar.d.ts +1 -0
- package/dist/src/nile-calendar/nile-calendar.js +24 -6
- package/dist/src/nile-calendar/nile-calendar.js.map +1 -1
- package/dist/src/nile-checkbox/nile-checkbox.css.js +4 -5
- package/dist/src/nile-checkbox/nile-checkbox.css.js.map +1 -1
- package/dist/src/nile-chip/nile-chip.css.js +35 -21
- package/dist/src/nile-chip/nile-chip.css.js.map +1 -1
- package/dist/src/nile-code-editor/nile-code-editor.css.js +7 -6
- package/dist/src/nile-code-editor/nile-code-editor.css.js.map +1 -1
- package/dist/src/nile-code-editor/nile-code-editor.d.ts +1 -1
- package/dist/src/nile-code-editor/nile-code-editor.js +7 -1
- package/dist/src/nile-code-editor/nile-code-editor.js.map +1 -1
- package/dist/src/nile-date-picker/nile-date-picker.d.ts +3 -0
- package/dist/src/nile-date-picker/nile-date-picker.js +22 -2
- package/dist/src/nile-date-picker/nile-date-picker.js.map +1 -1
- package/dist/src/nile-detail/index.d.ts +1 -0
- package/dist/src/nile-detail/index.js +2 -0
- package/dist/src/nile-detail/index.js.map +1 -0
- package/dist/src/nile-detail/nile-detail.css.d.ts +3 -0
- package/dist/src/nile-detail/nile-detail.css.js +152 -0
- package/dist/src/nile-detail/nile-detail.css.js.map +1 -0
- package/dist/src/nile-detail/nile-detail.d.ts +29 -0
- package/dist/src/nile-detail/nile-detail.js +143 -0
- package/dist/src/nile-detail/nile-detail.js.map +1 -0
- package/dist/src/nile-detail/nile-detail.test.d.ts +1 -0
- package/dist/src/nile-detail/nile-detail.test.js +168 -0
- package/dist/src/nile-detail/nile-detail.test.js.map +1 -0
- package/dist/src/nile-detail/nile-detail.utils.d.ts +8 -0
- package/dist/src/nile-detail/nile-detail.utils.js +117 -0
- package/dist/src/nile-detail/nile-detail.utils.js.map +1 -0
- package/dist/src/nile-dropdown/nile-dropdown.d.ts +1 -0
- package/dist/src/nile-dropdown/nile-dropdown.js +11 -0
- package/dist/src/nile-dropdown/nile-dropdown.js.map +1 -1
- package/dist/src/nile-file-upload/utils/file-validation.util.js +11 -6
- package/dist/src/nile-file-upload/utils/file-validation.util.js.map +1 -1
- package/dist/src/nile-filter-chip/nile-filter-chip.css.js +22 -0
- package/dist/src/nile-filter-chip/nile-filter-chip.css.js.map +1 -1
- package/dist/src/nile-filter-chip/nile-filter-chip.d.ts +1 -0
- package/dist/src/nile-filter-chip/nile-filter-chip.js +6 -0
- package/dist/src/nile-filter-chip/nile-filter-chip.js.map +1 -1
- package/dist/src/nile-inline-edit/nile-inline-edit.css.js +15 -6
- package/dist/src/nile-inline-edit/nile-inline-edit.css.js.map +1 -1
- package/dist/src/nile-inline-edit/nile-inline-edit.d.ts +2 -0
- package/dist/src/nile-inline-edit/nile-inline-edit.js +7 -0
- package/dist/src/nile-inline-edit/nile-inline-edit.js.map +1 -1
- package/dist/src/nile-inline-sidebar/nile-inline-sidebar.css.js +19 -0
- package/dist/src/nile-inline-sidebar/nile-inline-sidebar.css.js.map +1 -1
- package/dist/src/nile-inline-sidebar/nile-inline-sidebar.d.ts +6 -0
- package/dist/src/nile-inline-sidebar/nile-inline-sidebar.js +88 -4
- package/dist/src/nile-inline-sidebar/nile-inline-sidebar.js.map +1 -1
- package/dist/src/nile-inline-sidebar/nile-inline-sidebar.test.d.ts +3 -0
- package/dist/src/nile-inline-sidebar/nile-inline-sidebar.test.js +110 -0
- package/dist/src/nile-inline-sidebar/nile-inline-sidebar.test.js.map +1 -0
- package/dist/src/nile-inline-sidebar-group/nile-inline-sidebar-group.test.d.ts +2 -0
- package/dist/src/nile-inline-sidebar-group/nile-inline-sidebar-group.test.js +109 -0
- package/dist/src/nile-inline-sidebar-group/nile-inline-sidebar-group.test.js.map +1 -0
- package/dist/src/nile-inline-sidebar-item/nile-inline-sidebar-item.d.ts +4 -0
- package/dist/src/nile-inline-sidebar-item/nile-inline-sidebar-item.js +30 -2
- package/dist/src/nile-inline-sidebar-item/nile-inline-sidebar-item.js.map +1 -1
- package/dist/src/nile-inline-sidebar-item/nile-inline-sidebar-item.test.d.ts +2 -0
- package/dist/src/nile-inline-sidebar-item/nile-inline-sidebar-item.test.js +109 -0
- package/dist/src/nile-inline-sidebar-item/nile-inline-sidebar-item.test.js.map +1 -0
- package/dist/src/nile-input/nile-input.css.js +4 -4
- package/dist/src/nile-input/nile-input.css.js.map +1 -1
- package/dist/src/nile-link/nile-link.css.js +1 -2
- package/dist/src/nile-link/nile-link.css.js.map +1 -1
- package/dist/src/nile-link/nile-link.js +1 -0
- package/dist/src/nile-link/nile-link.js.map +1 -1
- package/dist/src/nile-pagination/nile-pagination.css.js +107 -3
- package/dist/src/nile-pagination/nile-pagination.css.js.map +1 -1
- package/dist/src/nile-pagination/nile-pagination.d.ts +5 -1
- package/dist/src/nile-pagination/nile-pagination.js +84 -1
- package/dist/src/nile-pagination/nile-pagination.js.map +1 -1
- package/dist/src/nile-pagination/nile-pagination.test.js +1187 -103
- package/dist/src/nile-pagination/nile-pagination.test.js.map +1 -1
- package/dist/src/nile-qr-code/index.d.ts +1 -0
- package/dist/src/nile-qr-code/index.js +2 -0
- package/dist/src/nile-qr-code/index.js.map +1 -0
- package/dist/src/nile-qr-code/nile-qr-code-utils.d.ts +15 -0
- package/dist/src/nile-qr-code/nile-qr-code-utils.js +678 -0
- package/dist/src/nile-qr-code/nile-qr-code-utils.js.map +1 -0
- package/dist/src/nile-qr-code/nile-qr-code.css.d.ts +12 -0
- package/dist/src/nile-qr-code/nile-qr-code.css.js +24 -0
- package/dist/src/nile-qr-code/nile-qr-code.css.js.map +1 -0
- package/dist/src/nile-qr-code/nile-qr-code.d.ts +127 -0
- package/dist/src/nile-qr-code/nile-qr-code.js +381 -0
- package/dist/src/nile-qr-code/nile-qr-code.js.map +1 -0
- package/dist/src/nile-qr-code/nile-qr-code.test.d.ts +1 -0
- package/dist/src/nile-qr-code/nile-qr-code.test.js +719 -0
- package/dist/src/nile-qr-code/nile-qr-code.test.js.map +1 -0
- package/dist/src/nile-radio/nile-radio.css.js +1 -1
- package/dist/src/nile-radio/nile-radio.css.js.map +1 -1
- package/dist/src/nile-rich-text-editor/nile-rich-text-editor.css.js +25 -6
- package/dist/src/nile-rich-text-editor/nile-rich-text-editor.css.js.map +1 -1
- package/dist/src/nile-rich-text-editor/nile-rich-text-editor.d.ts +1 -0
- package/dist/src/nile-rich-text-editor/nile-rich-text-editor.js +17 -6
- package/dist/src/nile-rich-text-editor/nile-rich-text-editor.js.map +1 -1
- package/dist/src/nile-rich-text-editor/nile-rte-select.d.ts +1 -0
- package/dist/src/nile-rich-text-editor/nile-rte-select.js +7 -2
- package/dist/src/nile-rich-text-editor/nile-rte-select.js.map +1 -1
- package/dist/src/nile-select/nile-select.css.js +7 -4
- package/dist/src/nile-select/nile-select.css.js.map +1 -1
- package/dist/src/nile-slide-toggle/nile-slide-toggle.css.js +5 -1
- package/dist/src/nile-slide-toggle/nile-slide-toggle.css.js.map +1 -1
- package/dist/src/nile-textarea/nile-textarea.css.js +10 -5
- package/dist/src/nile-textarea/nile-textarea.css.js.map +1 -1
- package/dist/src/nile-virtual-select/nile-virtual-select.css.js +5 -3
- package/dist/src/nile-virtual-select/nile-virtual-select.css.js.map +1 -1
- package/dist/src/version.js +1 -1
- package/dist/src/version.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -2
- package/src/index.ts +3 -2
- package/src/nile-auto-complete/nile-auto-complete.css.ts +11 -0
- package/src/nile-button/nile-button.css.ts +89 -33
- package/src/nile-button/nile-button.ts +6 -5
- package/src/nile-calendar/nile-calendar.css.ts +57 -0
- package/src/nile-calendar/nile-calendar.ts +17 -6
- package/src/nile-checkbox/nile-checkbox.css.ts +4 -5
- package/src/nile-chip/nile-chip.css.ts +35 -21
- package/src/nile-code-editor/nile-code-editor.css.ts +7 -6
- package/src/nile-code-editor/nile-code-editor.ts +7 -1
- package/src/nile-date-picker/nile-date-picker.ts +22 -2
- package/src/nile-detail/index.ts +1 -0
- package/src/nile-detail/nile-detail.css.ts +153 -0
- package/src/nile-detail/nile-detail.test.ts +215 -0
- package/src/nile-detail/nile-detail.ts +140 -0
- package/src/nile-detail/nile-detail.utils.ts +133 -0
- package/src/nile-dropdown/nile-dropdown.ts +11 -0
- package/src/nile-file-upload/utils/file-validation.util.ts +10 -5
- package/src/nile-filter-chip/nile-filter-chip.css.ts +22 -0
- package/src/nile-filter-chip/nile-filter-chip.ts +2 -0
- package/src/nile-inline-edit/nile-inline-edit.css.ts +15 -6
- package/src/nile-inline-edit/nile-inline-edit.ts +4 -0
- package/src/nile-inline-sidebar/nile-inline-sidebar.css.ts +19 -0
- package/src/nile-inline-sidebar/nile-inline-sidebar.test.ts +108 -0
- package/src/nile-inline-sidebar/nile-inline-sidebar.ts +108 -5
- package/src/nile-inline-sidebar-group/nile-inline-sidebar-group.test.ts +107 -0
- package/src/nile-inline-sidebar-item/nile-inline-sidebar-item.test.ts +107 -0
- package/src/nile-inline-sidebar-item/nile-inline-sidebar-item.ts +34 -3
- package/src/nile-input/nile-input.css.ts +4 -4
- package/src/nile-link/nile-link.css.ts +1 -2
- package/src/nile-link/nile-link.ts +1 -0
- package/src/nile-pagination/nile-pagination.css.ts +107 -3
- package/src/nile-pagination/nile-pagination.test.ts +1388 -101
- package/src/nile-pagination/nile-pagination.ts +87 -2
- package/src/nile-qr-code/index.ts +1 -0
- package/src/nile-qr-code/nile-qr-code-utils.ts +733 -0
- package/src/nile-qr-code/nile-qr-code.css.ts +26 -0
- package/src/nile-qr-code/nile-qr-code.test.ts +879 -0
- package/src/nile-qr-code/nile-qr-code.ts +431 -0
- package/src/nile-radio/nile-radio.css.ts +1 -1
- package/src/nile-rich-text-editor/nile-rich-text-editor.css.ts +25 -6
- package/src/nile-rich-text-editor/nile-rich-text-editor.ts +14 -6
- package/src/nile-rich-text-editor/nile-rte-select.ts +5 -2
- package/src/nile-select/nile-select.css.ts +7 -4
- package/src/nile-slide-toggle/nile-slide-toggle.css.ts +5 -1
- package/src/nile-textarea/nile-textarea.css.ts +10 -5
- package/src/nile-virtual-select/nile-virtual-select.css.ts +5 -3
- package/vscode-html-custom-data.json +163 -10
- package/web-test-runner.config.mjs +1 -1
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import { expect, fixture, html } from '@open-wc/testing';
|
|
2
|
+
import './nile-inline-sidebar-group';
|
|
3
|
+
import '../nile-inline-sidebar-item/nile-inline-sidebar-item';
|
|
4
|
+
describe('NileInlineSidebarGroup', () => {
|
|
5
|
+
it('1. renders', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el).to.exist; });
|
|
6
|
+
it('2. shadow root', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot).to.not.be.null; });
|
|
7
|
+
it('3. tag name', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.tagName.toLowerCase()).to.equal('nile-inline-sidebar-group'); });
|
|
8
|
+
it('4. label defaults empty', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.label).to.equal(''); });
|
|
9
|
+
it('5. divider defaults false', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.divider).to.be.false; });
|
|
10
|
+
it('6. set label', async () => { const el = await fixture(html `<nile-inline-sidebar-group label="Main"></nile-inline-sidebar-group>`); expect(el.label).to.equal('Main'); });
|
|
11
|
+
it('7. set divider', async () => { const el = await fixture(html `<nile-inline-sidebar-group divider></nile-inline-sidebar-group>`); expect(el.divider).to.be.true; });
|
|
12
|
+
it('8. divider reflects', async () => { const el = await fixture(html `<nile-inline-sidebar-group divider></nile-inline-sidebar-group>`); expect(el.hasAttribute('divider')).to.be.true; });
|
|
13
|
+
it('9. group-label when label set', async () => { const el = await fixture(html `<nile-inline-sidebar-group label="Settings"></nile-inline-sidebar-group>`); expect(el.shadowRoot.querySelector('.group-label')).to.exist; });
|
|
14
|
+
it('10. no group-label when empty', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot.querySelector('.group-label')).to.be.null; });
|
|
15
|
+
it('11. group class', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot.querySelector('.group')).to.exist; });
|
|
16
|
+
it('12. group-items class', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot.querySelector('.group-items')).to.exist; });
|
|
17
|
+
it('13. default slot', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot.querySelector('slot:not([name])')).to.exist; });
|
|
18
|
+
it('14. label slot when label set', async () => { const el = await fixture(html `<nile-inline-sidebar-group label="L"></nile-inline-sidebar-group>`); expect(el.shadowRoot.querySelector('slot[name="label"]')).to.exist; });
|
|
19
|
+
it('15. dynamic label on', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); el.label = 'New'; await el.updateComplete; expect(el.shadowRoot.querySelector('.group-label')).to.exist; });
|
|
20
|
+
it('16. dynamic label cleared', async () => { const el = await fixture(html `<nile-inline-sidebar-group label="Old"></nile-inline-sidebar-group>`); el.label = ''; await el.updateComplete; expect(el.shadowRoot.querySelector('.group-label')).to.be.null; });
|
|
21
|
+
it('17. dynamic divider on', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); el.divider = true; await el.updateComplete; expect(el.hasAttribute('divider')).to.be.true; });
|
|
22
|
+
it('18. dynamic divider off', async () => { const el = await fixture(html `<nile-inline-sidebar-group divider></nile-inline-sidebar-group>`); el.divider = false; await el.updateComplete; expect(el.hasAttribute('divider')).to.be.false; });
|
|
23
|
+
it('19. slotted item', async () => { const el = await fixture(html `<nile-inline-sidebar-group><nile-inline-sidebar-item>A</nile-inline-sidebar-item></nile-inline-sidebar-group>`); expect(el.querySelector('nile-inline-sidebar-item')).to.exist; });
|
|
24
|
+
it('20. multiple slotted items', async () => { const el = await fixture(html `<nile-inline-sidebar-group><nile-inline-sidebar-item>A</nile-inline-sidebar-item><nile-inline-sidebar-item>B</nile-inline-sidebar-item><nile-inline-sidebar-item>C</nile-inline-sidebar-item></nile-inline-sidebar-group>`); expect(el.querySelectorAll('nile-inline-sidebar-item').length).to.equal(3); });
|
|
25
|
+
it('21. text content', async () => { const el = await fixture(html `<nile-inline-sidebar-group><nile-inline-sidebar-item>Dashboard</nile-inline-sidebar-item></nile-inline-sidebar-group>`); expect(el.textContent).to.contain('Dashboard'); });
|
|
26
|
+
it('22. slotted label content', async () => { const el = await fixture(html `<nile-inline-sidebar-group><span slot="label">Custom</span></nile-inline-sidebar-group>`); expect(el.querySelector('[slot="label"]')).to.exist; });
|
|
27
|
+
it('23. has styles', async () => { expect((await import('./nile-inline-sidebar-group')).NileInlineSidebarGroup.styles).to.exist; });
|
|
28
|
+
it('24. is defined', async () => { expect(customElements.get('nile-inline-sidebar-group')).to.exist; });
|
|
29
|
+
it('25. shadow mode', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot.mode).to.equal('open'); });
|
|
30
|
+
it('26. isConnected', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.isConnected).to.be.true; });
|
|
31
|
+
it('27. removal', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); el.remove(); expect(el.isConnected).to.be.false; });
|
|
32
|
+
it('28. outerHTML', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.outerHTML).to.contain('nile-inline-sidebar-group'); });
|
|
33
|
+
it('29. matches', async () => { const el = await fixture(html `<nile-inline-sidebar-group class="x"></nile-inline-sidebar-group>`); expect(el.matches('.x')).to.be.true; });
|
|
34
|
+
it('30. closest', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.closest('nile-inline-sidebar-group')).to.equal(el); });
|
|
35
|
+
it('31. cloneNode', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.cloneNode(true).tagName.toLowerCase()).to.equal('nile-inline-sidebar-group'); });
|
|
36
|
+
it('32. dispatchEvent', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); let f = false; el.addEventListener('c', () => (f = true)); el.dispatchEvent(new Event('c')); expect(f).to.be.true; });
|
|
37
|
+
it('33. updateComplete', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); const r = await el.updateComplete; expect(r).to.not.be.undefined; });
|
|
38
|
+
it('34. render method', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.render).to.be.a('function'); });
|
|
39
|
+
it('35. shadowRoot host', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot.host).to.equal(el); });
|
|
40
|
+
it('36. class attr', async () => { const el = await fixture(html `<nile-inline-sidebar-group class="g"></nile-inline-sidebar-group>`); expect(el.classList.contains('g')).to.be.true; });
|
|
41
|
+
it('37. id attr', async () => { const el = await fixture(html `<nile-inline-sidebar-group id="g1"></nile-inline-sidebar-group>`); expect(el.id).to.equal('g1'); });
|
|
42
|
+
it('38. hidden', async () => { const el = await fixture(html `<nile-inline-sidebar-group hidden></nile-inline-sidebar-group>`); expect(el.hidden).to.be.true; });
|
|
43
|
+
it('39. nodeType', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.nodeType).to.equal(1); });
|
|
44
|
+
it('40. localName', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.localName).to.equal('nile-inline-sidebar-group'); });
|
|
45
|
+
it('41. namespaceURI', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.namespaceURI).to.equal('http://www.w3.org/1999/xhtml'); });
|
|
46
|
+
it('42. ownerDocument', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.ownerDocument).to.equal(document); });
|
|
47
|
+
it('43. multiple instances', async () => { const c = await fixture(html `<div><nile-inline-sidebar-group></nile-inline-sidebar-group><nile-inline-sidebar-group></nile-inline-sidebar-group></div>`); expect(c.querySelectorAll('nile-inline-sidebar-group').length).to.equal(2); });
|
|
48
|
+
it('44. parent-child', async () => { const c = await fixture(html `<div><nile-inline-sidebar-group></nile-inline-sidebar-group></div>`); expect(c.querySelector('nile-inline-sidebar-group').parentElement).to.equal(c); });
|
|
49
|
+
it('45. createElement', async () => { const el = document.createElement('nile-inline-sidebar-group'); document.body.appendChild(el); await el.updateComplete; expect(el.shadowRoot).to.not.be.null; document.body.removeChild(el); });
|
|
50
|
+
it('46. dataset', async () => { const el = await fixture(html `<nile-inline-sidebar-group data-idx="0"></nile-inline-sidebar-group>`); expect(el.dataset.idx).to.equal('0'); });
|
|
51
|
+
it('47. classList add', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); el.classList.add('z'); expect(el.classList.contains('z')).to.be.true; });
|
|
52
|
+
it('48. getBoundingClientRect', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.getBoundingClientRect()).to.exist; });
|
|
53
|
+
it('49. no form', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot.querySelector('form')).to.be.null; });
|
|
54
|
+
it('50. no input', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot.querySelector('input')).to.be.null; });
|
|
55
|
+
it('51. no button', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot.querySelector('button')).to.be.null; });
|
|
56
|
+
it('52. no anchor', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot.querySelector('a')).to.be.null; });
|
|
57
|
+
it('53. no img', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot.querySelector('img')).to.be.null; });
|
|
58
|
+
it('54. no svg', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot.querySelector('svg')).to.be.null; });
|
|
59
|
+
it('55. style attr', async () => { const el = await fixture(html `<nile-inline-sidebar-group style="color:red"></nile-inline-sidebar-group>`); expect(el.style.color).to.equal('red'); });
|
|
60
|
+
it('56. data attr', async () => { const el = await fixture(html `<nile-inline-sidebar-group data-x="1"></nile-inline-sidebar-group>`); expect(el.getAttribute('data-x')).to.equal('1'); });
|
|
61
|
+
it('57. aria-label', async () => { const el = await fixture(html `<nile-inline-sidebar-group aria-label="Group"></nile-inline-sidebar-group>`); expect(el.getAttribute('aria-label')).to.equal('Group'); });
|
|
62
|
+
it('58. role', async () => { const el = await fixture(html `<nile-inline-sidebar-group role="group"></nile-inline-sidebar-group>`); expect(el.getAttribute('role')).to.equal('group'); });
|
|
63
|
+
it('59. dir', async () => { const el = await fixture(html `<nile-inline-sidebar-group dir="rtl"></nile-inline-sidebar-group>`); expect(el.dir).to.equal('rtl'); });
|
|
64
|
+
it('60. title attr', async () => { const el = await fixture(html `<nile-inline-sidebar-group title="G"></nile-inline-sidebar-group>`); expect(el.title).to.equal('G'); });
|
|
65
|
+
it('61. lang attr', async () => { const el = await fixture(html `<nile-inline-sidebar-group lang="en"></nile-inline-sidebar-group>`); expect(el.lang).to.equal('en'); });
|
|
66
|
+
it('62. tabindex', async () => { const el = await fixture(html `<nile-inline-sidebar-group tabindex="0"></nile-inline-sidebar-group>`); expect(el.getAttribute('tabindex')).to.equal('0'); });
|
|
67
|
+
it('63. requestUpdate', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); el.requestUpdate(); await el.updateComplete; expect(el.shadowRoot).to.not.be.null; });
|
|
68
|
+
it('64. shadow childNodes', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot.childNodes.length).to.be.greaterThan(0); });
|
|
69
|
+
it('65. scrollIntoView', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.scrollIntoView).to.be.a('function'); });
|
|
70
|
+
it('66. focus method', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.focus).to.be.a('function'); });
|
|
71
|
+
it('67. blur method', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.blur).to.be.a('function'); });
|
|
72
|
+
it('68. class toggle', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); el.classList.toggle('a'); expect(el.classList.contains('a')).to.be.true; });
|
|
73
|
+
it('69. toggle hidden', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); el.hidden = true; expect(el.hidden).to.be.true; });
|
|
74
|
+
it('70. dispatchCustomEvent', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); let d; el.addEventListener('t', ((e) => { d = e.detail; })); el.dispatchEvent(new CustomEvent('t', { detail: 'x' })); expect(d).to.equal('x'); });
|
|
75
|
+
it('71. nested in div', async () => { const c = await fixture(html `<div><nile-inline-sidebar-group></nile-inline-sidebar-group></div>`); expect(c.querySelector('nile-inline-sidebar-group')).to.exist; });
|
|
76
|
+
it('72. no table', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot.querySelector('table')).to.be.null; });
|
|
77
|
+
it('73. no canvas', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot.querySelector('canvas')).to.be.null; });
|
|
78
|
+
it('74. no ul', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot.querySelector('ul')).to.be.null; });
|
|
79
|
+
it('75. no video', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot.querySelector('video')).to.be.null; });
|
|
80
|
+
it('76. no audio', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot.querySelector('audio')).to.be.null; });
|
|
81
|
+
it('77. no nav', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot.querySelector('nav')).to.be.null; });
|
|
82
|
+
it('78. no textarea', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot.querySelector('textarea')).to.be.null; });
|
|
83
|
+
it('79. no select', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot.querySelector('select')).to.be.null; });
|
|
84
|
+
it('80. setAttribute data', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); el.setAttribute('data-test', '1'); expect(el.dataset.test).to.equal('1'); });
|
|
85
|
+
it('81. removeAttribute hidden', async () => { const el = await fixture(html `<nile-inline-sidebar-group hidden></nile-inline-sidebar-group>`); el.removeAttribute('hidden'); expect(el.hidden).to.be.false; });
|
|
86
|
+
it('82. setAttribute class', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); el.setAttribute('class', 'test'); expect(el.classList.contains('test')).to.be.true; });
|
|
87
|
+
it('83. setAttribute divider', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); el.setAttribute('divider', ''); await el.updateComplete; expect(el.divider).to.be.true; });
|
|
88
|
+
it('84. removeAttribute divider', async () => { const el = await fixture(html `<nile-inline-sidebar-group divider></nile-inline-sidebar-group>`); el.removeAttribute('divider'); await el.updateComplete; expect(el.divider).to.be.false; });
|
|
89
|
+
it('85. setAttribute label', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); el.setAttribute('label', 'Test'); await el.updateComplete; expect(el.label).to.equal('Test'); });
|
|
90
|
+
it('86. aria-describedby', async () => { const el = await fixture(html `<nile-inline-sidebar-group aria-describedby="d"></nile-inline-sidebar-group>`); expect(el.getAttribute('aria-describedby')).to.equal('d'); });
|
|
91
|
+
it('87. multiple re-renders', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); for (let i = 0; i < 3; i++) {
|
|
92
|
+
el.requestUpdate();
|
|
93
|
+
await el.updateComplete;
|
|
94
|
+
} expect(el.shadowRoot).to.not.be.null; });
|
|
95
|
+
it('88. contains child', async () => { const el = await fixture(html `<nile-inline-sidebar-group><nile-inline-sidebar-item id="i1">A</nile-inline-sidebar-item></nile-inline-sidebar-group>`); expect(el.contains(el.querySelector('#i1'))).to.be.true; });
|
|
96
|
+
it('89. children survived update', async () => { const el = await fixture(html `<nile-inline-sidebar-group><nile-inline-sidebar-item id="i1">A</nile-inline-sidebar-item></nile-inline-sidebar-group>`); el.requestUpdate(); await el.updateComplete; expect(el.querySelector('#i1')).to.exist; });
|
|
97
|
+
it('90. children survived label change', async () => { const el = await fixture(html `<nile-inline-sidebar-group label="Old"><nile-inline-sidebar-item id="i1">A</nile-inline-sidebar-item></nile-inline-sidebar-group>`); el.label = 'New'; await el.updateComplete; expect(el.querySelector('#i1')).to.exist; });
|
|
98
|
+
it('91. childElementCount', async () => { const el = await fixture(html `<nile-inline-sidebar-group><nile-inline-sidebar-item>A</nile-inline-sidebar-item><nile-inline-sidebar-item>B</nile-inline-sidebar-item></nile-inline-sidebar-group>`); expect(el.childElementCount).to.equal(2); });
|
|
99
|
+
it('92. firstElementChild', async () => { const el = await fixture(html `<nile-inline-sidebar-group><nile-inline-sidebar-item>A</nile-inline-sidebar-item></nile-inline-sidebar-group>`); expect(el.firstElementChild.tagName.toLowerCase()).to.equal('nile-inline-sidebar-item'); });
|
|
100
|
+
it('93. appendChild', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); const item = document.createElement('nile-inline-sidebar-item'); item.textContent = 'New'; el.appendChild(item); expect(el.querySelector('nile-inline-sidebar-item')).to.exist; });
|
|
101
|
+
it('94. removeChild', async () => { const el = await fixture(html `<nile-inline-sidebar-group><nile-inline-sidebar-item id="i1">A</nile-inline-sidebar-item></nile-inline-sidebar-group>`); const item = el.querySelector('#i1'); el.removeChild(item); expect(el.querySelector('#i1')).to.be.null; });
|
|
102
|
+
it('95. rapid divider toggles', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); el.divider = true; await el.updateComplete; el.divider = false; await el.updateComplete; el.divider = true; await el.updateComplete; expect(el.divider).to.be.true; });
|
|
103
|
+
it('96. rapid label changes', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); el.label = 'A'; await el.updateComplete; el.label = 'B'; await el.updateComplete; el.label = 'C'; await el.updateComplete; expect(el.label).to.equal('C'); });
|
|
104
|
+
it('97. no h1', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot.querySelector('h1')).to.be.null; });
|
|
105
|
+
it('98. no pre', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot.querySelector('pre')).to.be.null; });
|
|
106
|
+
it('99. no hr', async () => { const el = await fixture(html `<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot.querySelector('hr')).to.be.null; });
|
|
107
|
+
it('100. full integration', async () => { const el = await fixture(html `<nile-inline-sidebar-group label="Settings" divider class="g" id="g1" aria-label="Settings Group"><nile-inline-sidebar-item active>Profile</nile-inline-sidebar-item><nile-inline-sidebar-item>Preferences</nile-inline-sidebar-item><nile-inline-sidebar-item disabled>Admin</nile-inline-sidebar-item></nile-inline-sidebar-group>`); expect(el.label).to.equal('Settings'); expect(el.divider).to.be.true; expect(el.id).to.equal('g1'); expect(el.getAttribute('aria-label')).to.equal('Settings Group'); expect(el.querySelectorAll('nile-inline-sidebar-item').length).to.equal(3); expect(el.shadowRoot.querySelector('.group')).to.exist; expect(el.shadowRoot.querySelector('.group-label')).to.exist; expect(el.shadowRoot.querySelector('.group-items')).to.exist; });
|
|
108
|
+
});
|
|
109
|
+
//# sourceMappingURL=nile-inline-sidebar-group.test.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"nile-inline-sidebar-group.test.js","sourceRoot":"","sources":["../../../src/nile-inline-sidebar-group/nile-inline-sidebar-group.test.ts"],"names":[],"mappings":"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","sourcesContent":["import { expect, fixture, html } from '@open-wc/testing';\nimport './nile-inline-sidebar-group';\nimport '../nile-inline-sidebar-item/nile-inline-sidebar-item';\nimport type { NileInlineSidebarGroup } from './nile-inline-sidebar-group';\n\ndescribe('NileInlineSidebarGroup', () => {\n it('1. renders', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el).to.exist; });\n it('2. shadow root', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot).to.not.be.null; });\n it('3. tag name', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.tagName.toLowerCase()).to.equal('nile-inline-sidebar-group'); });\n it('4. label defaults empty', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.label).to.equal(''); });\n it('5. divider defaults false', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.divider).to.be.false; });\n it('6. set label', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group label=\"Main\"></nile-inline-sidebar-group>`); expect(el.label).to.equal('Main'); });\n it('7. set divider', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group divider></nile-inline-sidebar-group>`); expect(el.divider).to.be.true; });\n it('8. divider reflects', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group divider></nile-inline-sidebar-group>`); expect(el.hasAttribute('divider')).to.be.true; });\n it('9. group-label when label set', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group label=\"Settings\"></nile-inline-sidebar-group>`); expect(el.shadowRoot!.querySelector('.group-label')).to.exist; });\n it('10. no group-label when empty', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot!.querySelector('.group-label')).to.be.null; });\n it('11. group class', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot!.querySelector('.group')).to.exist; });\n it('12. group-items class', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot!.querySelector('.group-items')).to.exist; });\n it('13. default slot', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot!.querySelector('slot:not([name])')).to.exist; });\n it('14. label slot when label set', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group label=\"L\"></nile-inline-sidebar-group>`); expect(el.shadowRoot!.querySelector('slot[name=\"label\"]')).to.exist; });\n it('15. dynamic label on', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); el.label = 'New'; await el.updateComplete; expect(el.shadowRoot!.querySelector('.group-label')).to.exist; });\n it('16. dynamic label cleared', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group label=\"Old\"></nile-inline-sidebar-group>`); el.label = ''; await el.updateComplete; expect(el.shadowRoot!.querySelector('.group-label')).to.be.null; });\n it('17. dynamic divider on', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); el.divider = true; await el.updateComplete; expect(el.hasAttribute('divider')).to.be.true; });\n it('18. dynamic divider off', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group divider></nile-inline-sidebar-group>`); el.divider = false; await el.updateComplete; expect(el.hasAttribute('divider')).to.be.false; });\n it('19. slotted item', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group><nile-inline-sidebar-item>A</nile-inline-sidebar-item></nile-inline-sidebar-group>`); expect(el.querySelector('nile-inline-sidebar-item')).to.exist; });\n it('20. multiple slotted items', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group><nile-inline-sidebar-item>A</nile-inline-sidebar-item><nile-inline-sidebar-item>B</nile-inline-sidebar-item><nile-inline-sidebar-item>C</nile-inline-sidebar-item></nile-inline-sidebar-group>`); expect(el.querySelectorAll('nile-inline-sidebar-item').length).to.equal(3); });\n it('21. text content', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group><nile-inline-sidebar-item>Dashboard</nile-inline-sidebar-item></nile-inline-sidebar-group>`); expect(el.textContent).to.contain('Dashboard'); });\n it('22. slotted label content', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group><span slot=\"label\">Custom</span></nile-inline-sidebar-group>`); expect(el.querySelector('[slot=\"label\"]')).to.exist; });\n it('23. has styles', async () => { expect((await import('./nile-inline-sidebar-group')).NileInlineSidebarGroup.styles).to.exist; });\n it('24. is defined', async () => { expect(customElements.get('nile-inline-sidebar-group')).to.exist; });\n it('25. shadow mode', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot!.mode).to.equal('open'); });\n it('26. isConnected', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.isConnected).to.be.true; });\n it('27. removal', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); el.remove(); expect(el.isConnected).to.be.false; });\n it('28. outerHTML', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.outerHTML).to.contain('nile-inline-sidebar-group'); });\n it('29. matches', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group class=\"x\"></nile-inline-sidebar-group>`); expect(el.matches('.x')).to.be.true; });\n it('30. closest', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.closest('nile-inline-sidebar-group')).to.equal(el); });\n it('31. cloneNode', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect((el.cloneNode(true) as Element).tagName.toLowerCase()).to.equal('nile-inline-sidebar-group'); });\n it('32. dispatchEvent', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); let f = false; el.addEventListener('c', () => (f = true)); el.dispatchEvent(new Event('c')); expect(f).to.be.true; });\n it('33. updateComplete', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); const r = await el.updateComplete; expect(r).to.not.be.undefined; });\n it('34. render method', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.render).to.be.a('function'); });\n it('35. shadowRoot host', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot!.host).to.equal(el); });\n it('36. class attr', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group class=\"g\"></nile-inline-sidebar-group>`); expect(el.classList.contains('g')).to.be.true; });\n it('37. id attr', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group id=\"g1\"></nile-inline-sidebar-group>`); expect(el.id).to.equal('g1'); });\n it('38. hidden', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group hidden></nile-inline-sidebar-group>`); expect(el.hidden).to.be.true; });\n it('39. nodeType', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.nodeType).to.equal(1); });\n it('40. localName', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.localName).to.equal('nile-inline-sidebar-group'); });\n it('41. namespaceURI', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.namespaceURI).to.equal('http://www.w3.org/1999/xhtml'); });\n it('42. ownerDocument', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.ownerDocument).to.equal(document); });\n it('43. multiple instances', async () => { const c = await fixture(html`<div><nile-inline-sidebar-group></nile-inline-sidebar-group><nile-inline-sidebar-group></nile-inline-sidebar-group></div>`); expect(c.querySelectorAll('nile-inline-sidebar-group').length).to.equal(2); });\n it('44. parent-child', async () => { const c = await fixture(html`<div><nile-inline-sidebar-group></nile-inline-sidebar-group></div>`); expect(c.querySelector('nile-inline-sidebar-group')!.parentElement).to.equal(c); });\n it('45. createElement', async () => { const el = document.createElement('nile-inline-sidebar-group') as NileInlineSidebarGroup; document.body.appendChild(el); await el.updateComplete; expect(el.shadowRoot).to.not.be.null; document.body.removeChild(el); });\n it('46. dataset', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group data-idx=\"0\"></nile-inline-sidebar-group>`); expect(el.dataset.idx).to.equal('0'); });\n it('47. classList add', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); el.classList.add('z'); expect(el.classList.contains('z')).to.be.true; });\n it('48. getBoundingClientRect', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.getBoundingClientRect()).to.exist; });\n it('49. no form', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot!.querySelector('form')).to.be.null; });\n it('50. no input', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot!.querySelector('input')).to.be.null; });\n it('51. no button', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot!.querySelector('button')).to.be.null; });\n it('52. no anchor', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot!.querySelector('a')).to.be.null; });\n it('53. no img', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot!.querySelector('img')).to.be.null; });\n it('54. no svg', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot!.querySelector('svg')).to.be.null; });\n it('55. style attr', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group style=\"color:red\"></nile-inline-sidebar-group>`); expect(el.style.color).to.equal('red'); });\n it('56. data attr', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group data-x=\"1\"></nile-inline-sidebar-group>`); expect(el.getAttribute('data-x')).to.equal('1'); });\n it('57. aria-label', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group aria-label=\"Group\"></nile-inline-sidebar-group>`); expect(el.getAttribute('aria-label')).to.equal('Group'); });\n it('58. role', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group role=\"group\"></nile-inline-sidebar-group>`); expect(el.getAttribute('role')).to.equal('group'); });\n it('59. dir', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group dir=\"rtl\"></nile-inline-sidebar-group>`); expect(el.dir).to.equal('rtl'); });\n it('60. title attr', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group title=\"G\"></nile-inline-sidebar-group>`); expect(el.title).to.equal('G'); });\n it('61. lang attr', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group lang=\"en\"></nile-inline-sidebar-group>`); expect(el.lang).to.equal('en'); });\n it('62. tabindex', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group tabindex=\"0\"></nile-inline-sidebar-group>`); expect(el.getAttribute('tabindex')).to.equal('0'); });\n it('63. requestUpdate', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); el.requestUpdate(); await el.updateComplete; expect(el.shadowRoot).to.not.be.null; });\n it('64. shadow childNodes', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot!.childNodes.length).to.be.greaterThan(0); });\n it('65. scrollIntoView', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.scrollIntoView).to.be.a('function'); });\n it('66. focus method', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.focus).to.be.a('function'); });\n it('67. blur method', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.blur).to.be.a('function'); });\n it('68. class toggle', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); el.classList.toggle('a'); expect(el.classList.contains('a')).to.be.true; });\n it('69. toggle hidden', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); el.hidden = true; expect(el.hidden).to.be.true; });\n it('70. dispatchCustomEvent', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); let d: any; el.addEventListener('t', ((e: CustomEvent) => { d = e.detail; }) as EventListener); el.dispatchEvent(new CustomEvent('t', { detail: 'x' })); expect(d).to.equal('x'); });\n it('71. nested in div', async () => { const c = await fixture(html`<div><nile-inline-sidebar-group></nile-inline-sidebar-group></div>`); expect(c.querySelector('nile-inline-sidebar-group')).to.exist; });\n it('72. no table', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot!.querySelector('table')).to.be.null; });\n it('73. no canvas', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot!.querySelector('canvas')).to.be.null; });\n it('74. no ul', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot!.querySelector('ul')).to.be.null; });\n it('75. no video', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot!.querySelector('video')).to.be.null; });\n it('76. no audio', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot!.querySelector('audio')).to.be.null; });\n it('77. no nav', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot!.querySelector('nav')).to.be.null; });\n it('78. no textarea', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot!.querySelector('textarea')).to.be.null; });\n it('79. no select', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot!.querySelector('select')).to.be.null; });\n it('80. setAttribute data', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); el.setAttribute('data-test', '1'); expect(el.dataset.test).to.equal('1'); });\n it('81. removeAttribute hidden', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group hidden></nile-inline-sidebar-group>`); el.removeAttribute('hidden'); expect(el.hidden).to.be.false; });\n it('82. setAttribute class', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); el.setAttribute('class', 'test'); expect(el.classList.contains('test')).to.be.true; });\n it('83. setAttribute divider', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); el.setAttribute('divider', ''); await el.updateComplete; expect(el.divider).to.be.true; });\n it('84. removeAttribute divider', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group divider></nile-inline-sidebar-group>`); el.removeAttribute('divider'); await el.updateComplete; expect(el.divider).to.be.false; });\n it('85. setAttribute label', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); el.setAttribute('label', 'Test'); await el.updateComplete; expect(el.label).to.equal('Test'); });\n it('86. aria-describedby', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group aria-describedby=\"d\"></nile-inline-sidebar-group>`); expect(el.getAttribute('aria-describedby')).to.equal('d'); });\n it('87. multiple re-renders', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); for (let i = 0; i < 3; i++) { el.requestUpdate(); await el.updateComplete; } expect(el.shadowRoot).to.not.be.null; });\n it('88. contains child', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group><nile-inline-sidebar-item id=\"i1\">A</nile-inline-sidebar-item></nile-inline-sidebar-group>`); expect(el.contains(el.querySelector('#i1'))).to.be.true; });\n it('89. children survived update', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group><nile-inline-sidebar-item id=\"i1\">A</nile-inline-sidebar-item></nile-inline-sidebar-group>`); el.requestUpdate(); await el.updateComplete; expect(el.querySelector('#i1')).to.exist; });\n it('90. children survived label change', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group label=\"Old\"><nile-inline-sidebar-item id=\"i1\">A</nile-inline-sidebar-item></nile-inline-sidebar-group>`); el.label = 'New'; await el.updateComplete; expect(el.querySelector('#i1')).to.exist; });\n it('91. childElementCount', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group><nile-inline-sidebar-item>A</nile-inline-sidebar-item><nile-inline-sidebar-item>B</nile-inline-sidebar-item></nile-inline-sidebar-group>`); expect(el.childElementCount).to.equal(2); });\n it('92. firstElementChild', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group><nile-inline-sidebar-item>A</nile-inline-sidebar-item></nile-inline-sidebar-group>`); expect(el.firstElementChild!.tagName.toLowerCase()).to.equal('nile-inline-sidebar-item'); });\n it('93. appendChild', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); const item = document.createElement('nile-inline-sidebar-item'); item.textContent = 'New'; el.appendChild(item); expect(el.querySelector('nile-inline-sidebar-item')).to.exist; });\n it('94. removeChild', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group><nile-inline-sidebar-item id=\"i1\">A</nile-inline-sidebar-item></nile-inline-sidebar-group>`); const item = el.querySelector('#i1')!; el.removeChild(item); expect(el.querySelector('#i1')).to.be.null; });\n it('95. rapid divider toggles', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); el.divider = true; await el.updateComplete; el.divider = false; await el.updateComplete; el.divider = true; await el.updateComplete; expect(el.divider).to.be.true; });\n it('96. rapid label changes', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); el.label = 'A'; await el.updateComplete; el.label = 'B'; await el.updateComplete; el.label = 'C'; await el.updateComplete; expect(el.label).to.equal('C'); });\n it('97. no h1', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot!.querySelector('h1')).to.be.null; });\n it('98. no pre', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot!.querySelector('pre')).to.be.null; });\n it('99. no hr', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group></nile-inline-sidebar-group>`); expect(el.shadowRoot!.querySelector('hr')).to.be.null; });\n it('100. full integration', async () => { const el = await fixture<NileInlineSidebarGroup>(html`<nile-inline-sidebar-group label=\"Settings\" divider class=\"g\" id=\"g1\" aria-label=\"Settings Group\"><nile-inline-sidebar-item active>Profile</nile-inline-sidebar-item><nile-inline-sidebar-item>Preferences</nile-inline-sidebar-item><nile-inline-sidebar-item disabled>Admin</nile-inline-sidebar-item></nile-inline-sidebar-group>`); expect(el.label).to.equal('Settings'); expect(el.divider).to.be.true; expect(el.id).to.equal('g1'); expect(el.getAttribute('aria-label')).to.equal('Settings Group'); expect(el.querySelectorAll('nile-inline-sidebar-item').length).to.equal(3); expect(el.shadowRoot!.querySelector('.group')).to.exist; expect(el.shadowRoot!.querySelector('.group-label')).to.exist; expect(el.shadowRoot!.querySelector('.group-items')).to.exist; });\n});\n"]}
|
|
@@ -26,6 +26,10 @@ export declare class NileInlineSidebarItem extends NileElement {
|
|
|
26
26
|
href?: string;
|
|
27
27
|
tooltip: boolean;
|
|
28
28
|
static get styles(): CSSResultArray;
|
|
29
|
+
connectedCallback(): void;
|
|
30
|
+
disconnectedCallback(): void;
|
|
31
|
+
private _handleHostKeyDown;
|
|
32
|
+
private _select;
|
|
29
33
|
private handleClick;
|
|
30
34
|
render(): TemplateResult;
|
|
31
35
|
}
|
|
@@ -29,11 +29,31 @@ let NileInlineSidebarItem = class NileInlineSidebarItem extends NileElement {
|
|
|
29
29
|
this.active = false;
|
|
30
30
|
this.disabled = false;
|
|
31
31
|
this.tooltip = false;
|
|
32
|
+
this._handleHostKeyDown = (e) => {
|
|
33
|
+
if (e.key === 'Enter' || e.key === ' ') {
|
|
34
|
+
e.preventDefault();
|
|
35
|
+
this._select(e);
|
|
36
|
+
}
|
|
37
|
+
};
|
|
32
38
|
}
|
|
33
39
|
static get styles() {
|
|
34
40
|
return [styles];
|
|
35
41
|
}
|
|
36
|
-
|
|
42
|
+
connectedCallback() {
|
|
43
|
+
super.connectedCallback();
|
|
44
|
+
if (!this.hasAttribute('tabindex')) {
|
|
45
|
+
this.setAttribute('tabindex', this.disabled ? '-1' : '0');
|
|
46
|
+
}
|
|
47
|
+
if (!this.hasAttribute('role')) {
|
|
48
|
+
this.setAttribute('role', 'menuitem');
|
|
49
|
+
}
|
|
50
|
+
this.addEventListener('keydown', this._handleHostKeyDown);
|
|
51
|
+
}
|
|
52
|
+
disconnectedCallback() {
|
|
53
|
+
super.disconnectedCallback();
|
|
54
|
+
this.removeEventListener('keydown', this._handleHostKeyDown);
|
|
55
|
+
}
|
|
56
|
+
_select(e) {
|
|
37
57
|
if (this.disabled) {
|
|
38
58
|
e.preventDefault();
|
|
39
59
|
e.stopPropagation();
|
|
@@ -54,9 +74,17 @@ let NileInlineSidebarItem = class NileInlineSidebarItem extends NileElement {
|
|
|
54
74
|
window.location.href = this.href;
|
|
55
75
|
}
|
|
56
76
|
}
|
|
77
|
+
handleClick(e) {
|
|
78
|
+
this._select(e);
|
|
79
|
+
}
|
|
57
80
|
render() {
|
|
58
81
|
return html `
|
|
59
|
-
<div
|
|
82
|
+
<div
|
|
83
|
+
class="item"
|
|
84
|
+
@click=${this.handleClick}
|
|
85
|
+
role="menuitem"
|
|
86
|
+
aria-disabled=${this.disabled}
|
|
87
|
+
>
|
|
60
88
|
${this.href
|
|
61
89
|
? html `<a href=${this.href} @click=${(e) => e.preventDefault()}><slot></slot></a>`
|
|
62
90
|
: html `<slot></slot>`}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nile-inline-sidebar-item.js","sourceRoot":"","sources":["../../../src/nile-inline-sidebar-item/nile-inline-sidebar-item.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;;AAEH,OAAO,EAAE,IAAI,EAAkC,MAAM,KAAK,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC5D,OAAO,EAAE,MAAM,EAAE,MAAM,gCAAgC,CAAC;AACxD,OAAO,WAAW,MAAM,0BAA0B,CAAC;AAEnD;;;;;;;;;;;;;GAaG;AAEI,IAAM,qBAAqB,GAA3B,MAAM,qBAAsB,SAAQ,WAAW;IAA/C;;QACuC,WAAM,GAAG,KAAK,CAAC;QACf,aAAQ,GAAG,KAAK,CAAC;QAEjB,YAAO,GAAG,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"nile-inline-sidebar-item.js","sourceRoot":"","sources":["../../../src/nile-inline-sidebar-item/nile-inline-sidebar-item.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;;AAEH,OAAO,EAAE,IAAI,EAAkC,MAAM,KAAK,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC5D,OAAO,EAAE,MAAM,EAAE,MAAM,gCAAgC,CAAC;AACxD,OAAO,WAAW,MAAM,0BAA0B,CAAC;AAEnD;;;;;;;;;;;;;GAaG;AAEI,IAAM,qBAAqB,GAA3B,MAAM,qBAAsB,SAAQ,WAAW;IAA/C;;QACuC,WAAM,GAAG,KAAK,CAAC;QACf,aAAQ,GAAG,KAAK,CAAC;QAEjB,YAAO,GAAG,KAAK,CAAC;QAsBpD,uBAAkB,GAAG,CAAC,CAAgB,EAAE,EAAE;YAChD,IAAI,CAAC,CAAC,GAAG,KAAK,OAAO,IAAI,CAAC,CAAC,GAAG,KAAK,GAAG,EAAE,CAAC;gBACvC,CAAC,CAAC,cAAc,EAAE,CAAC;gBACnB,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;YAClB,CAAC;QACH,CAAC,CAAC;IAgDJ,CAAC;IAzEQ,MAAM,KAAK,MAAM;QACtB,OAAO,CAAC,MAAM,CAAC,CAAC;IAClB,CAAC;IAED,iBAAiB;QACf,KAAK,CAAC,iBAAiB,EAAE,CAAC;QAC1B,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,UAAU,CAAC,EAAE,CAAC;YACnC,IAAI,CAAC,YAAY,CAAC,UAAU,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;QAC5D,CAAC;QACD,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,EAAE,CAAC;YAC/B,IAAI,CAAC,YAAY,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;QACxC,CAAC;QACD,IAAI,CAAC,gBAAgB,CAAC,SAAS,EAAE,IAAI,CAAC,kBAAkB,CAAC,CAAC;IAC5D,CAAC;IAED,oBAAoB;QAClB,KAAK,CAAC,oBAAoB,EAAE,CAAC;QAC7B,IAAI,CAAC,mBAAmB,CAAC,SAAS,EAAE,IAAI,CAAC,kBAAkB,CAAC,CAAC;IAC/D,CAAC;IASO,OAAO,CAAC,CAAQ;QACtB,IAAI,IAAI,CAAC,QAAQ,EAAE,CAAC;YAClB,CAAC,CAAC,cAAc,EAAE,CAAC;YACnB,CAAC,CAAC,eAAe,EAAE,CAAC;YACpB,OAAO;QACT,CAAC;QAED,MAAM,MAAM,GAAG,IAAI,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC;QACnD,IAAI,MAAM,EAAE,CAAC;YACX,MAAM,QAAQ,GAAG,MAAM,CAAC,gBAAgB,CAAC,0BAA0B,CAAC,CAAC;YACrE,QAAQ,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE,CAAE,IAA8B,CAAC,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC,CAAC;QACrF,CAAC;QAED,MAAM,IAAI,GAAG,IAAI,CAAC,WAAW,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;QAE5C,IAAI,CAAC,aAAa,CAChB,IAAI,WAAW,CAAC,YAAY,EAAE;YAC5B,MAAM,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,IAAI,EAAE;YAC7C,OAAO,EAAE,IAAI;YACb,QAAQ,EAAE,IAAI;SACf,CAAC,CACH,CAAC;QAEF,IAAI,IAAI,CAAC,IAAI,EAAE,CAAC;YACd,MAAM,CAAC,QAAQ,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;QACnC,CAAC;IACH,CAAC;IAEO,WAAW,CAAC,CAAQ;QAC1B,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;IAClB,CAAC;IAEM,MAAM;QACX,OAAO,IAAI,CAAA;;;iBAGE,IAAI,CAAC,WAAW;;wBAET,IAAI,CAAC,QAAQ;;UAE3B,IAAI,CAAC,IAAI;YACT,CAAC,CAAC,IAAI,CAAA,WAAW,IAAI,CAAC,IAAI,WAAW,CAAC,CAAQ,EAAE,EAAE,CAAC,CAAC,CAAC,cAAc,EAAE,oBAAoB;YACzF,CAAC,CAAC,IAAI,CAAA,eAAe;;KAE1B,CAAC;IACJ,CAAC;CACF,CAAA;AA9E6C;IAA3C,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;qDAAgB;AACf;IAA3C,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;uDAAkB;AACjC;IAA3B,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;mDAAe;AACE;IAA3C,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;sDAAiB;AAJjD,qBAAqB;IADjC,aAAa,CAAC,0BAA0B,CAAC;GAC7B,qBAAqB,CA+EjC;;AAED,eAAe,qBAAqB,CAAC","sourcesContent":["/**\n * Copyright Aquera Inc 2025\n *\n * This source code is licensed under the BSD-3-Clause license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { html, CSSResultArray, TemplateResult } from 'lit';\nimport { customElement, property } from 'lit/decorators.js';\nimport { styles } from './nile-inline-sidebar-item.css';\nimport NileElement from '../internal/nile-element';\n\n/**\n * Nile inline sidebar item.\n *\n * @tag nile-inlinesidebar-item\n *\n * @attr active - Marks the item as active (selected).\n * @attr disabled - Marks the item as disabled (non-interactive).\n * @attr href - Optional URL to navigate to when the item is clicked.\n *\n * @slot - Default slot for the item text or content.\n *\n * @fires nile-select - Emitted when the item is clicked (not disabled).\n * detail: { item: this, href?: string }\n */\n@customElement('nile-inline-sidebar-item')\nexport class NileInlineSidebarItem extends NileElement {\n @property({ type: Boolean, reflect: true }) active = false;\n @property({ type: Boolean, reflect: true }) disabled = false;\n @property({ type: String }) href?: string;\n @property({ type: Boolean, reflect: true }) tooltip = false;\n\n public static get styles(): CSSResultArray {\n return [styles];\n }\n\n connectedCallback() {\n super.connectedCallback();\n if (!this.hasAttribute('tabindex')) {\n this.setAttribute('tabindex', this.disabled ? '-1' : '0');\n }\n if (!this.hasAttribute('role')) {\n this.setAttribute('role', 'menuitem');\n }\n this.addEventListener('keydown', this._handleHostKeyDown);\n }\n\n disconnectedCallback() {\n super.disconnectedCallback();\n this.removeEventListener('keydown', this._handleHostKeyDown);\n }\n\n private _handleHostKeyDown = (e: KeyboardEvent) => {\n if (e.key === 'Enter' || e.key === ' ') {\n e.preventDefault();\n this._select(e);\n }\n };\n\n private _select(e: Event) {\n if (this.disabled) {\n e.preventDefault();\n e.stopPropagation();\n return;\n }\n \n const parent = this.closest('nile-inline-sidebar');\n if (parent) {\n const allItems = parent.querySelectorAll('nile-inline-sidebar-item');\n allItems.forEach((item) => (item as NileInlineSidebarItem).active = item === this);\n }\n \n const text = this.textContent?.trim() || '';\n \n this.dispatchEvent(\n new CustomEvent('nile-click', {\n detail: { item: this, href: this.href, text },\n bubbles: true,\n composed: true,\n }),\n );\n \n if (this.href) {\n window.location.href = this.href;\n }\n }\n\n private handleClick(e: Event) {\n this._select(e);\n }\n\n public render(): TemplateResult {\n return html`\n <div\n class=\"item\"\n @click=${this.handleClick}\n role=\"menuitem\"\n aria-disabled=${this.disabled}\n >\n ${this.href\n ? html`<a href=${this.href} @click=${(e: Event) => e.preventDefault()}><slot></slot></a>`\n : html`<slot></slot>`}\n </div>\n `;\n }\n}\n\nexport default NileInlineSidebarItem;\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'nile-inline-sidebar-item': NileInlineSidebarItem;\n }\n}\n"]}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import { expect, fixture, html } from '@open-wc/testing';
|
|
2
|
+
import './nile-inline-sidebar-item';
|
|
3
|
+
import '../nile-inline-sidebar/nile-inline-sidebar';
|
|
4
|
+
describe('NileInlineSidebarItem', () => {
|
|
5
|
+
it('1. renders', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el).to.exist; });
|
|
6
|
+
it('2. shadow root', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.shadowRoot).to.not.be.null; });
|
|
7
|
+
it('3. tag name', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.tagName.toLowerCase()).to.equal('nile-inline-sidebar-item'); });
|
|
8
|
+
it('4. active defaults false', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.active).to.be.false; });
|
|
9
|
+
it('5. disabled defaults false', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.disabled).to.be.false; });
|
|
10
|
+
it('6. href defaults undefined', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.href).to.be.undefined; });
|
|
11
|
+
it('7. tooltip defaults false', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.tooltip).to.be.false; });
|
|
12
|
+
it('8. set active', async () => { const el = await fixture(html `<nile-inline-sidebar-item active></nile-inline-sidebar-item>`); expect(el.active).to.be.true; });
|
|
13
|
+
it('9. set disabled', async () => { const el = await fixture(html `<nile-inline-sidebar-item disabled></nile-inline-sidebar-item>`); expect(el.disabled).to.be.true; });
|
|
14
|
+
it('10. set href', async () => { const el = await fixture(html `<nile-inline-sidebar-item href="/page"></nile-inline-sidebar-item>`); expect(el.href).to.equal('/page'); });
|
|
15
|
+
it('11. set tooltip', async () => { const el = await fixture(html `<nile-inline-sidebar-item tooltip></nile-inline-sidebar-item>`); expect(el.tooltip).to.be.true; });
|
|
16
|
+
it('12. active reflects', async () => { const el = await fixture(html `<nile-inline-sidebar-item active></nile-inline-sidebar-item>`); expect(el.hasAttribute('active')).to.be.true; });
|
|
17
|
+
it('13. disabled reflects', async () => { const el = await fixture(html `<nile-inline-sidebar-item disabled></nile-inline-sidebar-item>`); expect(el.hasAttribute('disabled')).to.be.true; });
|
|
18
|
+
it('14. tooltip reflects', async () => { const el = await fixture(html `<nile-inline-sidebar-item tooltip></nile-inline-sidebar-item>`); expect(el.hasAttribute('tooltip')).to.be.true; });
|
|
19
|
+
it('15. item class', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.shadowRoot.querySelector('.item')).to.exist; });
|
|
20
|
+
it('16. item role menuitem', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); const item = el.shadowRoot.querySelector('.item'); expect(item.getAttribute('role')).to.equal('menuitem'); });
|
|
21
|
+
it('17. host tabindex 0', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.getAttribute('tabindex')).to.equal('0'); });
|
|
22
|
+
it('18. default slot', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.shadowRoot.querySelector('slot')).to.exist; });
|
|
23
|
+
it('19. href renders anchor', async () => { const el = await fixture(html `<nile-inline-sidebar-item href="/page">Link</nile-inline-sidebar-item>`); expect(el.shadowRoot.querySelector('a')).to.exist; });
|
|
24
|
+
it('20. no anchor without href', async () => { const el = await fixture(html `<nile-inline-sidebar-item>Text</nile-inline-sidebar-item>`); expect(el.shadowRoot.querySelector('a')).to.be.null; });
|
|
25
|
+
it('21. anchor href value', async () => { const el = await fixture(html `<nile-inline-sidebar-item href="/test">Link</nile-inline-sidebar-item>`); const a = el.shadowRoot.querySelector('a'); expect(a.getAttribute('href')).to.equal('/test'); });
|
|
26
|
+
it('22. click emits nile-click', async () => { const el = await fixture(html `<nile-inline-sidebar-item>Test</nile-inline-sidebar-item>`); let detail; el.addEventListener('nile-click', ((e) => { detail = e.detail; })); el.shadowRoot.querySelector('.item').click(); expect(detail).to.exist; expect(detail.item).to.equal(el); });
|
|
27
|
+
it('23. click event has text', async () => { const el = await fixture(html `<nile-inline-sidebar-item>Dashboard</nile-inline-sidebar-item>`); let detail; el.addEventListener('nile-click', ((e) => { detail = e.detail; })); el.shadowRoot.querySelector('.item').click(); expect(detail.text).to.equal('Dashboard'); });
|
|
28
|
+
it('24. click event has href', async () => { const el = await fixture(html `<nile-inline-sidebar-item href="/page">Link</nile-inline-sidebar-item>`); let detail; el.addEventListener('nile-click', ((e) => { detail = e.detail; })); el.shadowRoot.querySelector('.item').click(); expect(detail.href).to.equal('/page'); });
|
|
29
|
+
it('25. disabled prevents click event', async () => { const el = await fixture(html `<nile-inline-sidebar-item disabled>Test</nile-inline-sidebar-item>`); let fired = false; el.addEventListener('nile-click', () => { fired = true; }); el.shadowRoot.querySelector('.item').click(); expect(fired).to.be.false; });
|
|
30
|
+
it('26. dynamic active on', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); el.active = true; await el.updateComplete; expect(el.hasAttribute('active')).to.be.true; });
|
|
31
|
+
it('27. dynamic active off', async () => { const el = await fixture(html `<nile-inline-sidebar-item active></nile-inline-sidebar-item>`); el.active = false; await el.updateComplete; expect(el.hasAttribute('active')).to.be.false; });
|
|
32
|
+
it('28. dynamic disabled on', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); el.disabled = true; await el.updateComplete; expect(el.hasAttribute('disabled')).to.be.true; });
|
|
33
|
+
it('29. dynamic disabled off', async () => { const el = await fixture(html `<nile-inline-sidebar-item disabled></nile-inline-sidebar-item>`); el.disabled = false; await el.updateComplete; expect(el.hasAttribute('disabled')).to.be.false; });
|
|
34
|
+
it('30. text content', async () => { const el = await fixture(html `<nile-inline-sidebar-item>Dashboard</nile-inline-sidebar-item>`); expect(el.textContent).to.contain('Dashboard'); });
|
|
35
|
+
it('31. has styles', async () => { expect((await import('./nile-inline-sidebar-item')).NileInlineSidebarItem.styles).to.exist; });
|
|
36
|
+
it('32. is defined', async () => { expect(customElements.get('nile-inline-sidebar-item')).to.exist; });
|
|
37
|
+
it('33. shadow mode', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.shadowRoot.mode).to.equal('open'); });
|
|
38
|
+
it('34. isConnected', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.isConnected).to.be.true; });
|
|
39
|
+
it('35. removal', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); el.remove(); expect(el.isConnected).to.be.false; });
|
|
40
|
+
it('36. outerHTML', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.outerHTML).to.contain('nile-inline-sidebar-item'); });
|
|
41
|
+
it('37. matches', async () => { const el = await fixture(html `<nile-inline-sidebar-item class="x"></nile-inline-sidebar-item>`); expect(el.matches('.x')).to.be.true; });
|
|
42
|
+
it('38. closest', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.closest('nile-inline-sidebar-item')).to.equal(el); });
|
|
43
|
+
it('39. cloneNode', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.cloneNode(true).tagName.toLowerCase()).to.equal('nile-inline-sidebar-item'); });
|
|
44
|
+
it('40. dispatchEvent', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); let f = false; el.addEventListener('c', () => (f = true)); el.dispatchEvent(new Event('c')); expect(f).to.be.true; });
|
|
45
|
+
it('41. updateComplete', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); const r = await el.updateComplete; expect(r).to.not.be.undefined; });
|
|
46
|
+
it('42. render method', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.render).to.be.a('function'); });
|
|
47
|
+
it('43. shadowRoot host', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.shadowRoot.host).to.equal(el); });
|
|
48
|
+
it('44. class attr', async () => { const el = await fixture(html `<nile-inline-sidebar-item class="i"></nile-inline-sidebar-item>`); expect(el.classList.contains('i')).to.be.true; });
|
|
49
|
+
it('45. id attr', async () => { const el = await fixture(html `<nile-inline-sidebar-item id="i1"></nile-inline-sidebar-item>`); expect(el.id).to.equal('i1'); });
|
|
50
|
+
it('46. hidden', async () => { const el = await fixture(html `<nile-inline-sidebar-item hidden></nile-inline-sidebar-item>`); expect(el.hidden).to.be.true; });
|
|
51
|
+
it('47. nodeType', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.nodeType).to.equal(1); });
|
|
52
|
+
it('48. localName', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.localName).to.equal('nile-inline-sidebar-item'); });
|
|
53
|
+
it('49. namespaceURI', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.namespaceURI).to.equal('http://www.w3.org/1999/xhtml'); });
|
|
54
|
+
it('50. ownerDocument', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.ownerDocument).to.equal(document); });
|
|
55
|
+
it('51. multiple instances', async () => { const c = await fixture(html `<div><nile-inline-sidebar-item></nile-inline-sidebar-item><nile-inline-sidebar-item></nile-inline-sidebar-item></div>`); expect(c.querySelectorAll('nile-inline-sidebar-item').length).to.equal(2); });
|
|
56
|
+
it('52. parent-child', async () => { const c = await fixture(html `<div><nile-inline-sidebar-item></nile-inline-sidebar-item></div>`); expect(c.querySelector('nile-inline-sidebar-item').parentElement).to.equal(c); });
|
|
57
|
+
it('53. createElement', async () => { const el = document.createElement('nile-inline-sidebar-item'); document.body.appendChild(el); await el.updateComplete; expect(el.shadowRoot).to.not.be.null; document.body.removeChild(el); });
|
|
58
|
+
it('54. dataset', async () => { const el = await fixture(html `<nile-inline-sidebar-item data-idx="0"></nile-inline-sidebar-item>`); expect(el.dataset.idx).to.equal('0'); });
|
|
59
|
+
it('55. classList add', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); el.classList.add('z'); expect(el.classList.contains('z')).to.be.true; });
|
|
60
|
+
it('56. getBoundingClientRect', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.getBoundingClientRect()).to.exist; });
|
|
61
|
+
it('57. no form', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.shadowRoot.querySelector('form')).to.be.null; });
|
|
62
|
+
it('58. no input', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.shadowRoot.querySelector('input')).to.be.null; });
|
|
63
|
+
it('59. no button', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.shadowRoot.querySelector('button')).to.be.null; });
|
|
64
|
+
it('60. no img', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.shadowRoot.querySelector('img')).to.be.null; });
|
|
65
|
+
it('61. no svg', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.shadowRoot.querySelector('svg')).to.be.null; });
|
|
66
|
+
it('62. style attr', async () => { const el = await fixture(html `<nile-inline-sidebar-item style="color:red"></nile-inline-sidebar-item>`); expect(el.style.color).to.equal('red'); });
|
|
67
|
+
it('63. data attr', async () => { const el = await fixture(html `<nile-inline-sidebar-item data-x="1"></nile-inline-sidebar-item>`); expect(el.getAttribute('data-x')).to.equal('1'); });
|
|
68
|
+
it('64. aria-label', async () => { const el = await fixture(html `<nile-inline-sidebar-item aria-label="Item"></nile-inline-sidebar-item>`); expect(el.getAttribute('aria-label')).to.equal('Item'); });
|
|
69
|
+
it('65. role', async () => { const el = await fixture(html `<nile-inline-sidebar-item role="menuitem"></nile-inline-sidebar-item>`); expect(el.getAttribute('role')).to.equal('menuitem'); });
|
|
70
|
+
it('66. dir', async () => { const el = await fixture(html `<nile-inline-sidebar-item dir="rtl"></nile-inline-sidebar-item>`); expect(el.dir).to.equal('rtl'); });
|
|
71
|
+
it('67. title attr', async () => { const el = await fixture(html `<nile-inline-sidebar-item title="I"></nile-inline-sidebar-item>`); expect(el.title).to.equal('I'); });
|
|
72
|
+
it('68. lang attr', async () => { const el = await fixture(html `<nile-inline-sidebar-item lang="en"></nile-inline-sidebar-item>`); expect(el.lang).to.equal('en'); });
|
|
73
|
+
it('69. tabindex attr', async () => { const el = await fixture(html `<nile-inline-sidebar-item tabindex="0"></nile-inline-sidebar-item>`); expect(el.getAttribute('tabindex')).to.equal('0'); });
|
|
74
|
+
it('70. requestUpdate', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); el.requestUpdate(); await el.updateComplete; expect(el.shadowRoot).to.not.be.null; });
|
|
75
|
+
it('71. shadow childNodes', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.shadowRoot.childNodes.length).to.be.greaterThan(0); });
|
|
76
|
+
it('72. scrollIntoView', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.scrollIntoView).to.be.a('function'); });
|
|
77
|
+
it('73. focus method', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.focus).to.be.a('function'); });
|
|
78
|
+
it('74. blur method', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.blur).to.be.a('function'); });
|
|
79
|
+
it('75. class toggle', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); el.classList.toggle('a'); expect(el.classList.contains('a')).to.be.true; });
|
|
80
|
+
it('76. toggle hidden', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); el.hidden = true; expect(el.hidden).to.be.true; });
|
|
81
|
+
it('77. dispatchCustomEvent', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); let d; el.addEventListener('t', ((e) => { d = e.detail; })); el.dispatchEvent(new CustomEvent('t', { detail: 'x' })); expect(d).to.equal('x'); });
|
|
82
|
+
it('78. nested in div', async () => { const c = await fixture(html `<div><nile-inline-sidebar-item></nile-inline-sidebar-item></div>`); expect(c.querySelector('nile-inline-sidebar-item')).to.exist; });
|
|
83
|
+
it('79. no table', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.shadowRoot.querySelector('table')).to.be.null; });
|
|
84
|
+
it('80. no canvas', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.shadowRoot.querySelector('canvas')).to.be.null; });
|
|
85
|
+
it('81. no video', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.shadowRoot.querySelector('video')).to.be.null; });
|
|
86
|
+
it('82. no audio', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.shadowRoot.querySelector('audio')).to.be.null; });
|
|
87
|
+
it('83. no nav', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.shadowRoot.querySelector('nav')).to.be.null; });
|
|
88
|
+
it('84. no textarea', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.shadowRoot.querySelector('textarea')).to.be.null; });
|
|
89
|
+
it('85. no select', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.shadowRoot.querySelector('select')).to.be.null; });
|
|
90
|
+
it('86. setAttribute data', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); el.setAttribute('data-test', '1'); expect(el.dataset.test).to.equal('1'); });
|
|
91
|
+
it('87. removeAttribute hidden', async () => { const el = await fixture(html `<nile-inline-sidebar-item hidden></nile-inline-sidebar-item>`); el.removeAttribute('hidden'); expect(el.hidden).to.be.false; });
|
|
92
|
+
it('88. setAttribute class', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); el.setAttribute('class', 'test'); expect(el.classList.contains('test')).to.be.true; });
|
|
93
|
+
it('89. setAttribute active', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); el.setAttribute('active', ''); await el.updateComplete; expect(el.active).to.be.true; });
|
|
94
|
+
it('90. removeAttribute active', async () => { const el = await fixture(html `<nile-inline-sidebar-item active></nile-inline-sidebar-item>`); el.removeAttribute('active'); await el.updateComplete; expect(el.active).to.be.false; });
|
|
95
|
+
it('91. setAttribute disabled', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); el.setAttribute('disabled', ''); await el.updateComplete; expect(el.disabled).to.be.true; });
|
|
96
|
+
it('92. removeAttribute disabled', async () => { const el = await fixture(html `<nile-inline-sidebar-item disabled></nile-inline-sidebar-item>`); el.removeAttribute('disabled'); await el.updateComplete; expect(el.disabled).to.be.false; });
|
|
97
|
+
it('93. aria-describedby', async () => { const el = await fixture(html `<nile-inline-sidebar-item aria-describedby="d"></nile-inline-sidebar-item>`); expect(el.getAttribute('aria-describedby')).to.equal('d'); });
|
|
98
|
+
it('94. multiple re-renders', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); for (let i = 0; i < 3; i++) {
|
|
99
|
+
el.requestUpdate();
|
|
100
|
+
await el.updateComplete;
|
|
101
|
+
} expect(el.shadowRoot).to.not.be.null; });
|
|
102
|
+
it('95. contains child', async () => { const el = await fixture(html `<nile-inline-sidebar-item><span id="s1">C</span></nile-inline-sidebar-item>`); expect(el.contains(el.querySelector('#s1'))).to.be.true; });
|
|
103
|
+
it('96. rapid active toggles', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); el.active = true; await el.updateComplete; el.active = false; await el.updateComplete; el.active = true; await el.updateComplete; expect(el.active).to.be.true; });
|
|
104
|
+
it('97. rapid disabled toggles', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); el.disabled = true; await el.updateComplete; el.disabled = false; await el.updateComplete; el.disabled = true; await el.updateComplete; expect(el.disabled).to.be.true; });
|
|
105
|
+
it('98. no h1', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.shadowRoot.querySelector('h1')).to.be.null; });
|
|
106
|
+
it('99. no pre', async () => { const el = await fixture(html `<nile-inline-sidebar-item></nile-inline-sidebar-item>`); expect(el.shadowRoot.querySelector('pre')).to.be.null; });
|
|
107
|
+
it('100. full integration', async () => { const el = await fixture(html `<nile-inline-sidebar-item active href="/dash" class="i" id="i1" aria-label="Dashboard">Dashboard</nile-inline-sidebar-item>`); expect(el.active).to.be.true; expect(el.href).to.equal('/dash'); expect(el.id).to.equal('i1'); expect(el.getAttribute('aria-label')).to.equal('Dashboard'); expect(el.textContent).to.contain('Dashboard'); expect(el.shadowRoot.querySelector('.item')).to.exist; expect(el.shadowRoot.querySelector('a')).to.exist; });
|
|
108
|
+
});
|
|
109
|
+
//# sourceMappingURL=nile-inline-sidebar-item.test.js.map
|