@ncino/web-components 2.2.0-preview.5 → 2.2.0-preview.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/accordion/gator/base/accordion.gator.js +6 -6
- package/dist/components/accordion/gator/group/accordion-group.gator.js +2 -2
- package/dist/components/accordion/index.js +1 -1
- package/dist/components/alert/gator/base/alert.gator.js +2 -2
- package/dist/components/alert/index.js +1 -1
- package/dist/components/banner/gator/banner.gator.js +2 -2
- package/dist/components/banner/index.js +1 -1
- package/dist/components/boolean/boolean.gator.js +5 -5
- package/dist/components/boolean/index.js +1 -1
- package/dist/components/checkbox/checkbox.gator.js +4 -4
- package/dist/components/checkbox/index.js +1 -1
- package/dist/components/checkbox-group/checkbox-group.gator.js +12 -12
- package/dist/components/checkbox-group/index.js +1 -1
- package/dist/components/date-picker/base/gator/datepicker.gator.js +30 -30
- package/dist/components/display-card/gator/display-card.gator.js +5 -5
- package/dist/components/display-card/index.js +1 -1
- package/dist/components/headline-card/gator/headline-card.gator.js +2 -2
- package/dist/components/headline-card/index.js +1 -1
- package/dist/components/icon/gator/icon.gator.js +1 -1
- package/dist/components/icon/gator/index.js +1 -1
- package/dist/components/icon/gator/templates/add-link.js +12 -0
- package/dist/components/icon/gator/templates/airplane.js +8 -0
- package/dist/components/icon/gator/templates/alarm.js +8 -0
- package/dist/components/icon/gator/templates/apartment.js +8 -0
- package/dist/components/icon/gator/templates/arrow-around.js +8 -0
- package/dist/components/icon/gator/templates/arrow-down.js +8 -0
- package/dist/components/icon/gator/templates/arrow-left.js +3 -11
- package/dist/components/icon/gator/templates/arrow-line-left.js +8 -0
- package/dist/components/icon/gator/templates/arrow-line-right.js +8 -0
- package/dist/components/icon/gator/templates/arrow-right.js +6 -6
- package/dist/components/icon/gator/templates/arrow-up.js +8 -0
- package/dist/components/icon/gator/templates/bank.js +8 -0
- package/dist/components/icon/gator/templates/bell-disabled.js +8 -0
- package/dist/components/icon/gator/templates/bell.js +8 -0
- package/dist/components/icon/gator/templates/binoculars.js +8 -0
- package/dist/components/icon/gator/templates/book.js +8 -0
- package/dist/components/icon/gator/templates/box.js +8 -0
- package/dist/components/icon/gator/templates/cake.js +8 -0
- package/dist/components/icon/gator/templates/calculator.js +8 -0
- package/dist/components/icon/gator/templates/calendar.js +6 -2
- package/dist/components/icon/gator/templates/camera.js +8 -0
- package/dist/components/icon/gator/templates/caret-up-down.js +8 -0
- package/dist/components/icon/gator/templates/case.js +14 -0
- package/dist/components/icon/gator/templates/chart-rise.js +8 -0
- package/dist/components/icon/gator/templates/chat.js +8 -0
- package/dist/components/icon/gator/templates/check-circle.js +3 -12
- package/dist/components/icon/gator/templates/check.js +6 -3
- package/dist/components/icon/gator/templates/checkbox-selected.js +2 -2
- package/dist/components/icon/gator/templates/chevron-down.js +8 -13
- package/dist/components/icon/gator/templates/chevron-left.js +4 -10
- package/dist/components/icon/gator/templates/chevron-right.js +3 -9
- package/dist/components/icon/gator/templates/chevron-up.js +8 -13
- package/dist/components/icon/gator/templates/circle-arrow-down.js +8 -0
- package/dist/components/icon/gator/templates/circle-arrow-left.js +8 -0
- package/dist/components/icon/gator/templates/circle-arrow-right.js +8 -0
- package/dist/components/icon/gator/templates/circle-arrow-up.js +8 -0
- package/dist/components/icon/gator/templates/circle-filled.js +10 -0
- package/dist/components/icon/gator/templates/circle.js +8 -0
- package/dist/components/icon/gator/templates/city.js +8 -0
- package/dist/components/icon/gator/templates/clipboard.js +8 -0
- package/dist/components/icon/gator/templates/clock-clockwise.js +8 -0
- package/dist/components/icon/gator/templates/clock-counter-clockwise.js +8 -0
- package/dist/components/icon/gator/templates/clock.js +8 -0
- package/dist/components/icon/gator/templates/collapse.js +8 -0
- package/dist/components/icon/gator/templates/cone.js +8 -0
- package/dist/components/icon/gator/templates/contact-info.js +8 -0
- package/dist/components/icon/gator/templates/copy.js +8 -0
- package/dist/components/icon/gator/templates/credit-card.js +8 -0
- package/dist/components/icon/gator/templates/crop.js +8 -0
- package/dist/components/icon/gator/templates/crosshairs.js +8 -0
- package/dist/components/icon/gator/templates/currency-dollar-simple.js +8 -0
- package/dist/components/icon/gator/templates/currency-eur.js +8 -0
- package/dist/components/icon/gator/templates/currency-gbp.js +8 -0
- package/dist/components/icon/gator/templates/currency-inr.js +8 -0
- package/dist/components/icon/gator/templates/currency-jpy.js +8 -0
- package/dist/components/icon/gator/templates/currency-krw.js +8 -0
- package/dist/components/icon/gator/templates/currency-kzt.js +8 -0
- package/dist/components/icon/gator/templates/currency-ngn.js +8 -0
- package/dist/components/icon/gator/templates/currency-rub.js +8 -0
- package/dist/components/icon/gator/templates/cursor-arrow.js +61 -0
- package/dist/components/icon/gator/templates/cursor-hand.js +52 -0
- package/dist/components/icon/gator/templates/cursor.js +8 -0
- package/dist/components/icon/gator/templates/dashboard.js +5 -8
- package/dist/components/icon/gator/templates/delete.js +8 -0
- package/dist/components/icon/gator/templates/dna.js +8 -0
- package/dist/components/icon/gator/templates/document-add.js +8 -0
- package/dist/components/icon/gator/templates/document-check.js +12 -0
- package/dist/components/icon/gator/templates/document-e-sign.js +12 -0
- package/dist/components/icon/gator/templates/document-image.js +8 -0
- package/dist/components/icon/gator/templates/document-pdf.js +8 -0
- package/dist/components/icon/gator/templates/document-sign.js +12 -0
- package/dist/components/icon/gator/templates/document-zip.js +8 -0
- package/dist/components/icon/gator/templates/document.js +8 -0
- package/dist/components/icon/gator/templates/dollar-bills.js +24 -0
- package/dist/components/icon/gator/templates/dollar-house.js +12 -0
- package/dist/components/icon/gator/templates/down-payment.js +16 -0
- package/dist/components/icon/gator/templates/download.js +8 -0
- package/dist/components/icon/gator/templates/drag-drop.js +28 -0
- package/dist/components/icon/gator/templates/earth.js +8 -0
- package/dist/components/icon/gator/templates/exit-circle.js +2 -11
- package/dist/components/icon/gator/templates/exit-left.js +8 -0
- package/dist/components/icon/gator/templates/exit.js +6 -3
- package/dist/components/icon/gator/templates/expand-arrows.js +8 -0
- package/dist/components/icon/gator/templates/expand.js +8 -0
- package/dist/components/icon/gator/templates/export.js +8 -0
- package/dist/components/icon/gator/templates/eye-closed.js +8 -0
- package/dist/components/icon/gator/templates/eye-crossed.js +5 -3
- package/dist/components/icon/gator/templates/eye.js +8 -0
- package/dist/components/icon/gator/templates/facebook-logo.js +8 -0
- package/dist/components/icon/gator/templates/file-code.js +8 -0
- package/dist/components/icon/gator/templates/files.js +8 -0
- package/dist/components/icon/gator/templates/filter-funnel.js +8 -0
- package/dist/components/icon/gator/templates/filters-2.js +8 -0
- package/dist/components/icon/gator/templates/filters.js +8 -0
- package/dist/components/icon/gator/templates/flame.js +8 -0
- package/dist/components/icon/gator/templates/flash-off.js +8 -0
- package/dist/components/icon/gator/templates/flash-on.js +8 -0
- package/dist/components/icon/gator/templates/folder.js +8 -0
- package/dist/components/icon/gator/templates/gauge.js +8 -0
- package/dist/components/icon/gator/templates/hammer.js +8 -0
- package/dist/components/icon/gator/templates/hand-pointing.js +8 -0
- package/dist/components/icon/gator/templates/heart.js +8 -0
- package/dist/components/icon/gator/templates/home-door.js +8 -0
- package/dist/components/icon/gator/templates/home-finance-arrow.js +16 -0
- package/dist/components/icon/gator/templates/home-finance.js +14 -0
- package/dist/components/icon/gator/templates/home-search.js +12 -0
- package/dist/components/icon/gator/templates/house-simple.js +8 -0
- package/dist/components/icon/gator/templates/house.js +8 -0
- package/dist/components/icon/gator/templates/inbox.js +8 -0
- package/dist/components/icon/gator/templates/index.js +1 -1
- package/dist/components/icon/gator/templates/info.js +2 -11
- package/dist/components/icon/gator/templates/instagram-logo.js +8 -0
- package/dist/components/icon/gator/templates/interest-rate.js +12 -0
- package/dist/components/icon/gator/templates/invoice.js +8 -0
- package/dist/components/icon/gator/templates/label.js +8 -0
- package/dist/components/icon/gator/templates/laptop.js +8 -0
- package/dist/components/icon/gator/templates/layout.js +8 -0
- package/dist/components/icon/gator/templates/lightbulb.js +8 -0
- package/dist/components/icon/gator/templates/link.js +3 -11
- package/dist/components/icon/gator/templates/linkedin-logo.js +8 -0
- package/dist/components/icon/gator/templates/list.js +8 -0
- package/dist/components/icon/gator/templates/loading-spinner-gif.js +24 -0
- package/dist/components/icon/gator/templates/loading.js +8 -0
- package/dist/components/icon/gator/templates/lock.js +8 -0
- package/dist/components/icon/gator/templates/magic-wand.js +8 -0
- package/dist/components/icon/gator/templates/mail-open.js +8 -0
- package/dist/components/icon/gator/templates/mail.js +8 -0
- package/dist/components/icon/gator/templates/mailbox.js +8 -0
- package/dist/components/icon/gator/templates/map.js +8 -0
- package/dist/components/icon/gator/templates/menu-hamburger.js +8 -0
- package/dist/components/icon/gator/templates/microsoft-excel-logo.js +8 -0
- package/dist/components/icon/gator/templates/microsoft-outlook-logo.js +8 -0
- package/dist/components/icon/gator/templates/microsoft-powerpoint-logo.js +8 -0
- package/dist/components/icon/gator/templates/microsoft-teams-logo.js +8 -0
- package/dist/components/icon/gator/templates/microsoft-word-logo.js +8 -0
- package/dist/components/icon/gator/templates/minus-circle.js +8 -0
- package/dist/components/icon/gator/templates/minus-square.js +8 -0
- package/dist/components/icon/gator/templates/minus.js +8 -0
- package/dist/components/icon/gator/templates/mobile-phone-2.js +8 -0
- package/dist/components/icon/gator/templates/monitor.js +8 -0
- package/dist/components/icon/gator/templates/move-doc.js +12 -0
- package/dist/components/icon/gator/templates/move.js +8 -0
- package/dist/components/icon/gator/templates/music.js +8 -0
- package/dist/components/icon/gator/templates/number-1.js +8 -0
- package/dist/components/icon/gator/templates/number-2.js +8 -0
- package/dist/components/icon/gator/templates/number-3.js +8 -0
- package/dist/components/icon/gator/templates/overflow-menu.js +14 -21
- package/dist/components/icon/gator/templates/paper-airplane.js +8 -0
- package/dist/components/icon/gator/templates/paperclip.js +8 -0
- package/dist/components/icon/gator/templates/pen.js +8 -0
- package/dist/components/icon/gator/templates/pencil-paper.js +8 -0
- package/dist/components/icon/gator/templates/pencil.js +8 -0
- package/dist/components/icon/gator/templates/people-multiple.js +8 -0
- package/dist/components/icon/gator/templates/people-share.js +8 -0
- package/dist/components/icon/gator/templates/percent.js +6 -3
- package/dist/components/icon/gator/templates/person-add.js +8 -0
- package/dist/components/icon/gator/templates/person-check.js +8 -0
- package/dist/components/icon/gator/templates/person-lock.js +12 -0
- package/dist/components/icon/gator/templates/person.js +8 -0
- package/dist/components/icon/gator/templates/phone-alert.js +24 -0
- package/dist/components/icon/gator/templates/phone-mobile.js +8 -0
- package/dist/components/icon/gator/templates/phone.js +8 -0
- package/dist/components/icon/gator/templates/picture.js +3 -11
- package/dist/components/icon/gator/templates/pin.js +8 -0
- package/dist/components/icon/gator/templates/pinterest-logo.js +8 -0
- package/dist/components/icon/gator/templates/plus-circle.js +8 -0
- package/dist/components/icon/gator/templates/plus.js +8 -0
- package/dist/components/icon/gator/templates/printer.js +8 -0
- package/dist/components/icon/gator/templates/question-chat-bubble.js +8 -0
- package/dist/components/icon/gator/templates/question-circle.js +12 -0
- package/dist/components/icon/gator/templates/question-mark.js +8 -0
- package/dist/components/icon/gator/templates/receipt.js +12 -0
- package/dist/components/icon/gator/templates/restricted.js +3 -11
- package/dist/components/icon/gator/templates/sandals.js +16 -0
- package/dist/components/icon/gator/templates/save.js +8 -0
- package/dist/components/icon/gator/templates/screen.js +8 -0
- package/dist/components/icon/gator/templates/search.js +8 -0
- package/dist/components/icon/gator/templates/settings.js +6 -9
- package/dist/components/icon/gator/templates/share-1.js +8 -0
- package/dist/components/icon/gator/templates/share-2.js +8 -0
- package/dist/components/icon/gator/templates/shield-lock.js +10 -4
- package/dist/components/icon/gator/templates/shield-warning.js +8 -0
- package/dist/components/icon/gator/templates/sidebar-simple.js +8 -0
- package/dist/components/icon/gator/templates/sidebar.js +8 -0
- package/dist/components/icon/gator/templates/smart-home.js +14 -0
- package/dist/components/icon/gator/templates/sort-arrow-solid-down.js +10 -0
- package/dist/components/icon/gator/templates/sort-arrow-solid-left.js +10 -0
- package/dist/components/icon/gator/templates/sort-arrow-solid-right.js +10 -0
- package/dist/components/icon/gator/templates/sort-arrow-solid-up-down.js +16 -0
- package/dist/components/icon/gator/templates/sort-arrow-solid-up.js +10 -0
- package/dist/components/icon/gator/templates/sort-reverse-variant.js +8 -0
- package/dist/components/icon/gator/templates/sort-variant.js +8 -0
- package/dist/components/icon/gator/templates/sparkle-filled.js +8 -0
- package/dist/components/icon/gator/templates/sparkle.js +8 -0
- package/dist/components/icon/gator/templates/speech-bubble.js +8 -0
- package/dist/components/icon/gator/templates/stack.js +8 -0
- package/dist/components/icon/gator/templates/stamp.js +8 -0
- package/dist/components/icon/gator/templates/star-four-filled.js +8 -0
- package/dist/components/icon/gator/templates/star-four.js +8 -0
- package/dist/components/icon/gator/templates/star.js +8 -0
- package/dist/components/icon/gator/templates/stopwatch.js +8 -0
- package/dist/components/icon/gator/templates/sun.js +8 -0
- package/dist/components/icon/gator/templates/sync.js +8 -0
- package/dist/components/icon/gator/templates/tab-arrows.js +8 -0
- package/dist/components/icon/gator/templates/target.js +8 -0
- package/dist/components/icon/gator/templates/thumbs-down.js +8 -0
- package/dist/components/icon/gator/templates/thumbs-up.js +8 -0
- package/dist/components/icon/gator/templates/tools.js +8 -0
- package/dist/components/icon/gator/templates/touch-id.js +8 -0
- package/dist/components/icon/gator/templates/trash.js +8 -0
- package/dist/components/icon/gator/templates/twitter-logo.js +8 -0
- package/dist/components/icon/gator/templates/unlink.js +8 -0
- package/dist/components/icon/gator/templates/unlock.js +8 -0
- package/dist/components/icon/gator/templates/upload.js +8 -0
- package/dist/components/icon/gator/templates/video.js +8 -0
- package/dist/components/icon/gator/templates/warning-circle.js +8 -0
- package/dist/components/icon/gator/templates/warning-diamond.js +8 -0
- package/dist/components/icon/gator/templates/warning-octagon.js +8 -0
- package/dist/components/icon/gator/templates/warning.js +3 -13
- package/dist/components/icon/gator/templates/wet-sign.js +8 -0
- package/dist/components/icon/gator/templates/wifi-off.js +8 -0
- package/dist/components/icon/gator/templates/wifi.js +8 -0
- package/dist/components/icon/gator/templates/x-logo.js +8 -0
- package/dist/components/icon/gator/templates/yelp-logo.js +10 -0
- package/dist/components/icon/gator/templates/youtube-logo.js +8 -0
- package/dist/components/icon/gator/templates/zillow-logo.js +10 -0
- package/dist/components/icon/index.js +1 -1
- package/dist/components/icon-button/gator/icon-button.gator.js +6 -6
- package/dist/components/icon-button/index.js +1 -1
- package/dist/components/input/base/input-base.gator.js +2 -2
- package/dist/components/input/gator/dropdown/input-dropdown.gator.js +14 -14
- package/dist/components/input/gator/help-text/help-text.gator.js +2 -2
- package/dist/components/input/gator/input-currency/input-currency.gator.js +2 -2
- package/dist/components/input/gator/input-date/input-date.gator.js +4 -4
- package/dist/components/input/gator/input-masked/input-masked.gator.js +1 -1
- package/dist/components/input/gator/input-percent/input-percent.gator.js +1 -1
- package/dist/components/input/gator/input-phone/input-phone.gator.js +8 -8
- package/dist/components/input/gator/input-text/input-text.gator.js +13 -13
- package/dist/components/input/gator/input-textarea/input-textarea.gator.js +2 -2
- package/dist/components/input/index.gator.js +1 -1
- package/dist/components/input/index.js +1 -1
- package/dist/components/list/gator/list/index.js +1 -1
- package/dist/components/list/gator/list/list.gator.js +2 -2
- package/dist/components/list/gator/list-item/index.js +1 -1
- package/dist/components/list/gator/list-item/list-item.gator.js +12 -12
- package/dist/components/list/index.js +1 -1
- package/dist/components/modal/gator/modal.gator.js +9 -9
- package/dist/components/modal/index.js +1 -1
- package/dist/components/progress-bar/gator/progress-bar.gator.js +7 -7
- package/dist/components/progress-bar/index.js +1 -1
- package/dist/components/radio/index.js +1 -1
- package/dist/components/radio/radio.gator.js +2 -2
- package/dist/components/radio-group/index.js +1 -1
- package/dist/components/radio-group/radio-group.gator.js +8 -8
- package/dist/components/selection-box/index.js +1 -1
- package/dist/components/selection-box/selection-box.gator.js +6 -6
- package/dist/components/selection-box-group/index.js +1 -1
- package/dist/components/selection-box-group/selection-box-group.gator.js +5 -5
- package/dist/components/table/gator/table.gator.js +20 -10
- package/dist/components/table/index.js +1 -1
- package/dist/components/table/table.js +1 -1
- package/dist/components/text-link/gator/text-link.gator.js +5 -5
- package/dist/components/text-link/index.js +1 -1
- package/dist/components/toast/gator/base/toast.gator.js +5 -5
- package/dist/components/toast/index.js +1 -1
- package/dist/index.gator.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.slds.js +1 -1
- package/dist/types/components/icon/gator/templates/add-link.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/airplane.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/alarm.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/apartment.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/arrow-around.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/arrow-down.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/arrow-line-left.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/arrow-line-right.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/arrow-up.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/bank.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/bell-disabled.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/bell.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/binoculars.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/book.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/box.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/cake.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/calculator.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/camera.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/caret-up-down.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/case.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/chart-rise.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/chat.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/circle-arrow-down.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/circle-arrow-left.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/circle-arrow-right.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/circle-arrow-up.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/circle-filled.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/circle.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/city.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/clipboard.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/clock-clockwise.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/clock-counter-clockwise.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/clock.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/collapse.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/cone.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/contact-info.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/copy.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/credit-card.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/crop.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/crosshairs.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/currency-dollar-simple.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/currency-eur.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/currency-gbp.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/currency-inr.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/currency-jpy.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/currency-krw.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/currency-kzt.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/currency-ngn.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/currency-rub.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/cursor-arrow.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/cursor-hand.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/cursor.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/delete.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/dna.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/document-add.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/document-check.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/document-e-sign.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/document-image.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/document-pdf.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/document-sign.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/document-zip.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/document.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/dollar-bills.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/dollar-house.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/down-payment.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/download.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/drag-drop.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/earth.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/exit-left.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/expand-arrows.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/expand.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/export.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/eye-closed.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/eye.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/facebook-logo.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/file-code.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/files.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/filter-funnel.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/filters-2.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/filters.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/flame.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/flash-off.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/flash-on.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/folder.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/gauge.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/hammer.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/hand-pointing.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/heart.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/home-door.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/home-finance-arrow.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/home-finance.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/home-search.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/house-simple.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/house.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/inbox.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/index.d.ts +204 -2
- package/dist/types/components/icon/gator/templates/instagram-logo.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/interest-rate.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/invoice.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/label.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/laptop.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/layout.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/lightbulb.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/linkedin-logo.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/list.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/loading-spinner-gif.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/loading.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/lock.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/magic-wand.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/mail-open.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/mail.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/mailbox.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/map.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/menu-hamburger.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/microsoft-excel-logo.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/microsoft-outlook-logo.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/microsoft-powerpoint-logo.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/microsoft-teams-logo.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/microsoft-word-logo.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/minus-circle.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/minus-square.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/minus.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/mobile-phone-2.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/monitor.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/move-doc.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/move.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/music.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/number-1.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/number-2.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/number-3.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/paper-airplane.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/paperclip.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/pen.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/pencil-paper.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/pencil.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/people-multiple.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/people-share.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/person-add.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/person-check.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/person-lock.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/person.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/phone-alert.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/phone-mobile.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/phone.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/pin.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/pinterest-logo.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/plus-circle.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/plus.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/printer.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/question-chat-bubble.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/question-circle.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/question-mark.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/receipt.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/sandals.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/save.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/screen.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/search.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/share-1.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/share-2.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/shield-warning.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/sidebar-simple.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/sidebar.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/smart-home.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/sort-arrow-solid-down.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/sort-arrow-solid-left.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/sort-arrow-solid-right.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/sort-arrow-solid-up-down.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/sort-arrow-solid-up.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/sort-reverse-variant.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/sort-variant.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/sparkle-filled.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/sparkle.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/speech-bubble.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/stack.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/stamp.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/star-four-filled.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/star-four.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/star.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/stopwatch.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/sun.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/sync.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/tab-arrows.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/target.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/thumbs-down.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/thumbs-up.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/tools.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/touch-id.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/trash.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/twitter-logo.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/unlink.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/unlock.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/upload.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/video.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/warning-circle.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/warning-diamond.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/warning-octagon.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/wet-sign.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/wifi-off.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/wifi.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/x-logo.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/yelp-logo.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/youtube-logo.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/zillow-logo.d.ts +1 -0
- package/dist/types/components/table/gator/table.gator.d.ts +4 -1
- package/dist/types/components/table/gator/table.gator.test.d.ts +0 -0
- package/dist/types/components/table/table.d.ts +3 -2
- package/package.json +1 -1
- package/web-types.json +25 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./radio.gator.js";import"../../assets/index-chunk2.js";import"../../assets/index-chunk3.js";import"../../assets/index-chunk.js";import"../../utils/string-utils.js";import"../../assets/index-chunk5.js";import"../../assets/index-chunk6.js";import"../icon/gator/icon.gator.js";import"../icon/gator/templates/arrow-left.js";import"../icon/icon-registry.js";import"../icon/gator/templates/arrow-right.js";import"../icon/gator/templates/calendar.js";import"../icon/gator/templates/check-circle.js";import"../icon/gator/templates/check.js";import"../icon/gator/templates/checkbox.js";import"../icon/gator/templates/checkbox-selected.js";import"../icon/gator/templates/chevron-down.js";import"../icon/gator/templates/chevron-left.js";import"../icon/gator/templates/chevron-right.js";import"../icon/gator/templates/chevron-up.js";import"../icon/gator/templates/dashboard.js";import"../icon/gator/templates/exit.js";import"../icon/gator/templates/exit-circle.js";import"../icon/gator/templates/eye-crossed.js";import"../icon/gator/templates/info.js";import"../icon/gator/templates/link.js";import"../icon/gator/templates/overflow-menu.js";import"../icon/gator/templates/percent.js";import"../icon/gator/templates/picture.js";import"../icon/gator/templates/shield-lock.js";import"../icon/gator/templates/radio.js";import"../icon/gator/templates/radio-selected.js";import"../icon/gator/templates/restricted.js";import"../icon/gator/templates/settings.js";import"../icon/gator/templates/warning.js";import"../../utils/lightdom-utils.js";import"../../utils/components/testable-lit-element/testable-lit-element.js";
|
|
1
|
+
import"./radio.gator.js";import"../../assets/index-chunk2.js";import"../../assets/index-chunk3.js";import"../../assets/index-chunk.js";import"../../utils/string-utils.js";import"../../assets/index-chunk5.js";import"../../assets/index-chunk6.js";import"../icon/gator/icon.gator.js";import"../icon/gator/templates/add-link.js";import"../icon/icon-registry.js";import"../icon/gator/templates/airplane.js";import"../icon/gator/templates/alarm.js";import"../icon/gator/templates/apartment.js";import"../icon/gator/templates/arrow-around.js";import"../icon/gator/templates/arrow-down.js";import"../icon/gator/templates/arrow-left.js";import"../icon/gator/templates/arrow-line-left.js";import"../icon/gator/templates/arrow-line-right.js";import"../icon/gator/templates/arrow-right.js";import"../icon/gator/templates/arrow-up.js";import"../icon/gator/templates/bank.js";import"../icon/gator/templates/bell.js";import"../icon/gator/templates/bell-disabled.js";import"../icon/gator/templates/binoculars.js";import"../icon/gator/templates/book.js";import"../icon/gator/templates/box.js";import"../icon/gator/templates/cake.js";import"../icon/gator/templates/calculator.js";import"../icon/gator/templates/calendar.js";import"../icon/gator/templates/camera.js";import"../icon/gator/templates/caret-up-down.js";import"../icon/gator/templates/case.js";import"../icon/gator/templates/chart-rise.js";import"../icon/gator/templates/chat.js";import"../icon/gator/templates/check.js";import"../icon/gator/templates/check-circle.js";import"../icon/gator/templates/checkbox.js";import"../icon/gator/templates/checkbox-selected.js";import"../icon/gator/templates/chevron-down.js";import"../icon/gator/templates/chevron-left.js";import"../icon/gator/templates/chevron-right.js";import"../icon/gator/templates/chevron-up.js";import"../icon/gator/templates/circle.js";import"../icon/gator/templates/circle-arrow-down.js";import"../icon/gator/templates/circle-arrow-left.js";import"../icon/gator/templates/circle-arrow-right.js";import"../icon/gator/templates/circle-arrow-up.js";import"../icon/gator/templates/circle-filled.js";import"../icon/gator/templates/city.js";import"../icon/gator/templates/clipboard.js";import"../icon/gator/templates/clock.js";import"../icon/gator/templates/clock-clockwise.js";import"../icon/gator/templates/clock-counter-clockwise.js";import"../icon/gator/templates/collapse.js";import"../icon/gator/templates/cone.js";import"../icon/gator/templates/contact-info.js";import"../icon/gator/templates/copy.js";import"../icon/gator/templates/credit-card.js";import"../icon/gator/templates/crop.js";import"../icon/gator/templates/crosshairs.js";import"../icon/gator/templates/currency-dollar-simple.js";import"../icon/gator/templates/currency-eur.js";import"../icon/gator/templates/currency-gbp.js";import"../icon/gator/templates/currency-inr.js";import"../icon/gator/templates/currency-jpy.js";import"../icon/gator/templates/currency-krw.js";import"../icon/gator/templates/currency-kzt.js";import"../icon/gator/templates/currency-ngn.js";import"../icon/gator/templates/currency-rub.js";import"../icon/gator/templates/cursor.js";import"../icon/gator/templates/cursor-arrow.js";import"../icon/gator/templates/cursor-hand.js";import"../icon/gator/templates/dashboard.js";import"../icon/gator/templates/delete.js";import"../icon/gator/templates/dna.js";import"../icon/gator/templates/document.js";import"../icon/gator/templates/document-add.js";import"../icon/gator/templates/document-check.js";import"../icon/gator/templates/document-e-sign.js";import"../icon/gator/templates/document-image.js";import"../icon/gator/templates/document-pdf.js";import"../icon/gator/templates/document-sign.js";import"../icon/gator/templates/document-zip.js";import"../icon/gator/templates/dollar-bills.js";import"../icon/gator/templates/dollar-house.js";import"../icon/gator/templates/down-payment.js";import"../icon/gator/templates/download.js";import"../icon/gator/templates/drag-drop.js";import"../icon/gator/templates/earth.js";import"../icon/gator/templates/exit.js";import"../icon/gator/templates/exit-circle.js";import"../icon/gator/templates/exit-left.js";import"../icon/gator/templates/expand.js";import"../icon/gator/templates/expand-arrows.js";import"../icon/gator/templates/export.js";import"../icon/gator/templates/eye.js";import"../icon/gator/templates/eye-closed.js";import"../icon/gator/templates/eye-crossed.js";import"../icon/gator/templates/facebook-logo.js";import"../icon/gator/templates/file-code.js";import"../icon/gator/templates/files.js";import"../icon/gator/templates/filter-funnel.js";import"../icon/gator/templates/filters.js";import"../icon/gator/templates/filters-2.js";import"../icon/gator/templates/flame.js";import"../icon/gator/templates/flash-off.js";import"../icon/gator/templates/flash-on.js";import"../icon/gator/templates/folder.js";import"../icon/gator/templates/gauge.js";import"../icon/gator/templates/hammer.js";import"../icon/gator/templates/hand-pointing.js";import"../icon/gator/templates/heart.js";import"../icon/gator/templates/home-door.js";import"../icon/gator/templates/home-finance.js";import"../icon/gator/templates/home-finance-arrow.js";import"../icon/gator/templates/home-search.js";import"../icon/gator/templates/house.js";import"../icon/gator/templates/house-simple.js";import"../icon/gator/templates/inbox.js";import"../icon/gator/templates/info.js";import"../icon/gator/templates/instagram-logo.js";import"../icon/gator/templates/interest-rate.js";import"../icon/gator/templates/invoice.js";import"../icon/gator/templates/label.js";import"../icon/gator/templates/laptop.js";import"../icon/gator/templates/layout.js";import"../icon/gator/templates/lightbulb.js";import"../icon/gator/templates/link.js";import"../icon/gator/templates/linkedin-logo.js";import"../icon/gator/templates/list.js";import"../icon/gator/templates/loading.js";import"../icon/gator/templates/loading-spinner-gif.js";import"../icon/gator/templates/lock.js";import"../icon/gator/templates/magic-wand.js";import"../icon/gator/templates/mail.js";import"../icon/gator/templates/mail-open.js";import"../icon/gator/templates/mailbox.js";import"../icon/gator/templates/map.js";import"../icon/gator/templates/menu-hamburger.js";import"../icon/gator/templates/microsoft-excel-logo.js";import"../icon/gator/templates/microsoft-outlook-logo.js";import"../icon/gator/templates/microsoft-powerpoint-logo.js";import"../icon/gator/templates/microsoft-teams-logo.js";import"../icon/gator/templates/microsoft-word-logo.js";import"../icon/gator/templates/minus.js";import"../icon/gator/templates/minus-circle.js";import"../icon/gator/templates/minus-square.js";import"../icon/gator/templates/mobile-phone-2.js";import"../icon/gator/templates/monitor.js";import"../icon/gator/templates/move.js";import"../icon/gator/templates/move-doc.js";import"../icon/gator/templates/music.js";import"../icon/gator/templates/number-1.js";import"../icon/gator/templates/number-2.js";import"../icon/gator/templates/number-3.js";import"../icon/gator/templates/overflow-menu.js";import"../icon/gator/templates/paper-airplane.js";import"../icon/gator/templates/paperclip.js";import"../icon/gator/templates/pen.js";import"../icon/gator/templates/pencil.js";import"../icon/gator/templates/pencil-paper.js";import"../icon/gator/templates/people-multiple.js";import"../icon/gator/templates/people-share.js";import"../icon/gator/templates/percent.js";import"../icon/gator/templates/person.js";import"../icon/gator/templates/person-add.js";import"../icon/gator/templates/person-check.js";import"../icon/gator/templates/person-lock.js";import"../icon/gator/templates/phone.js";import"../icon/gator/templates/phone-alert.js";import"../icon/gator/templates/phone-mobile.js";import"../icon/gator/templates/picture.js";import"../icon/gator/templates/pin.js";import"../icon/gator/templates/pinterest-logo.js";import"../icon/gator/templates/plus.js";import"../icon/gator/templates/plus-circle.js";import"../icon/gator/templates/printer.js";import"../icon/gator/templates/question-chat-bubble.js";import"../icon/gator/templates/question-circle.js";import"../icon/gator/templates/question-mark.js";import"../icon/gator/templates/radio.js";import"../icon/gator/templates/radio-selected.js";import"../icon/gator/templates/receipt.js";import"../icon/gator/templates/restricted.js";import"../icon/gator/templates/sandals.js";import"../icon/gator/templates/save.js";import"../icon/gator/templates/screen.js";import"../icon/gator/templates/search.js";import"../icon/gator/templates/settings.js";import"../icon/gator/templates/share-1.js";import"../icon/gator/templates/share-2.js";import"../icon/gator/templates/shield-lock.js";import"../icon/gator/templates/shield-warning.js";import"../icon/gator/templates/sidebar.js";import"../icon/gator/templates/sidebar-simple.js";import"../icon/gator/templates/smart-home.js";import"../icon/gator/templates/sort-arrow-solid-down.js";import"../icon/gator/templates/sort-arrow-solid-left.js";import"../icon/gator/templates/sort-arrow-solid-right.js";import"../icon/gator/templates/sort-arrow-solid-up.js";import"../icon/gator/templates/sort-arrow-solid-up-down.js";import"../icon/gator/templates/sort-reverse-variant.js";import"../icon/gator/templates/sort-variant.js";import"../icon/gator/templates/sparkle.js";import"../icon/gator/templates/sparkle-filled.js";import"../icon/gator/templates/speech-bubble.js";import"../icon/gator/templates/stack.js";import"../icon/gator/templates/stamp.js";import"../icon/gator/templates/star.js";import"../icon/gator/templates/star-four.js";import"../icon/gator/templates/star-four-filled.js";import"../icon/gator/templates/stopwatch.js";import"../icon/gator/templates/sun.js";import"../icon/gator/templates/sync.js";import"../icon/gator/templates/tab-arrows.js";import"../icon/gator/templates/target.js";import"../icon/gator/templates/thumbs-down.js";import"../icon/gator/templates/thumbs-up.js";import"../icon/gator/templates/tools.js";import"../icon/gator/templates/touch-id.js";import"../icon/gator/templates/trash.js";import"../icon/gator/templates/twitter-logo.js";import"../icon/gator/templates/unlink.js";import"../icon/gator/templates/unlock.js";import"../icon/gator/templates/upload.js";import"../icon/gator/templates/video.js";import"../icon/gator/templates/warning.js";import"../icon/gator/templates/warning-circle.js";import"../icon/gator/templates/warning-diamond.js";import"../icon/gator/templates/warning-octagon.js";import"../icon/gator/templates/wet-sign.js";import"../icon/gator/templates/wifi.js";import"../icon/gator/templates/wifi-off.js";import"../icon/gator/templates/x-logo.js";import"../icon/gator/templates/yelp-logo.js";import"../icon/gator/templates/youtube-logo.js";import"../icon/gator/templates/zillow-logo.js";import"../../utils/lightdom-utils.js";import"../../utils/components/testable-lit-element/testable-lit-element.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{r as c,x as g}from"../../assets/index-chunk2.js";import{t as p}from"../../assets/index-chunk3.js";import{n as e}from"../../assets/index-chunk.js";import{g as h,a as m}from"../../utils/string-utils.js";import{p as f}from"../../assets/index-chunk5.js";import{s as b}from"../../assets/index-chunk6.js";import"../icon/gator/icon.gator.js";import{c as u}from"../../utils/lightdom-utils.js";import{T as v}from"../../utils/components/testable-lit-element/testable-lit-element.js";import"../icon/gator/templates/arrow-left.js";import"../icon/icon-registry.js";import"../icon/gator/templates/arrow-right.js";import"../icon/gator/templates/calendar.js";import"../icon/gator/templates/check-circle.js";import"../icon/gator/templates/check.js";import"../icon/gator/templates/checkbox.js";import"../icon/gator/templates/checkbox-selected.js";import"../icon/gator/templates/chevron-down.js";import"../icon/gator/templates/chevron-left.js";import"../icon/gator/templates/chevron-right.js";import"../icon/gator/templates/chevron-up.js";import"../icon/gator/templates/dashboard.js";import"../icon/gator/templates/exit.js";import"../icon/gator/templates/exit-circle.js";import"../icon/gator/templates/eye-crossed.js";import"../icon/gator/templates/info.js";import"../icon/gator/templates/link.js";import"../icon/gator/templates/overflow-menu.js";import"../icon/gator/templates/percent.js";import"../icon/gator/templates/picture.js";import"../icon/gator/templates/shield-lock.js";import"../icon/gator/templates/radio.js";import"../icon/gator/templates/radio-selected.js";import"../icon/gator/templates/restricted.js";import"../icon/gator/templates/settings.js";import"../icon/gator/templates/warning.js";const y=":root,:host{--ngc-radio-title-color-default: var(--color-text-primary-base);--ngc-radio-title-color-disabled: var(--color-text-disabled);--ngc-radio-icon-color-focus: var(--color-icon-brand);--ngc-radio-icon-color-hover: var(--color-icon-brand);--ngc-radio-icon-color-selected: var(--color-icon-brand);--ngc-radio-icon-color-unselected: var(--color-neutral-40);--ngc-radio-icon-color-disabled: var(--color-icon-disabled);--ngc-radio-icon-color-error: var(--color-icon-error);--ngc-radio-focus-border-color: var(--color-icon-brand);--ngc-radio-focus-border: var(--size-stroke-1, 1px) solid var(--ngc-radio-focus-border-color);--ngc-radio-icon-spacing: var(--spacing-padding-margin-4);--ngc-radio-title-font-size: var(--text-size-body-1, 1.0625rem);--ngc-radio-title-line-height: var(--text-line-height-body-1, 1.5rem)}",x='.gator-radio{display:flex;width:fit-content;flex-direction:row;align-items:center}.gator-radio-icon{display:flex;flex-direction:column;justify-content:center;margin-right:var(--ngc-radio-icon-spacing);color:var(--ngc-radio-icon-color-unselected)}.gator-radio-icon ngc-icon{--ngc-icon-display: flex}.gator-radio-title{font-feature-settings:"liga" off,"clig" off;font-style:normal;font-weight:400;font-family:var(--text-family-sans-serif, "Open Sans");color:var(--ngc-radio-title-color-default);font-size:var(--ngc-radio-title-font-size);line-height:var(--ngc-radio-title-line-height)}.gator-radio:focus-visible{outline:none}.gator-radio:focus-visible ngc-icon{color:var(--ngc-radio-icon-color-focus);border:var(--ngc-radio-focus-border);border-radius:1rem}.gator-radio:hover:not(.gator-radio_disabled){cursor:pointer}.gator-radio:hover:not(.gator-radio_disabled) ngc-icon{color:var(--ngc-radio-icon-color-hover)}.gator-radio-title:hover{cursor:inherit}.gator-radio_disabled{cursor:not-allowed}.gator-radio_disabled ngc-icon{color:var(--ngc-radio-icon-color-disabled)}.gator-radio_disabled .gator-radio-title{color:var(--ngc-radio-title-color-disabled)}.gator-radio:is([aria-checked=true]):not(.gator-radio_disabled):not(.gator-radio_error) ngc-icon{animation:.3s ease-out selectRadio;color:var(--ngc-radio-icon-color-selected)}@keyframes selectRadio{0%{color:var(--ngc-radio-icon-color-unselected)}to{color:var(--ngc-radio-icon-color-selected)}}.gator-radio_error ngc-icon{color:var(--ngc-radio-icon-color-error)}';var _=Object.defineProperty,$=Object.getOwnPropertyDescriptor,t=(o,a,n,l)=>{for(var i=l>1?void 0:l?$(a,n):a,d=o.length-1,s;d>=0;d--)(s=o[d])&&(i=(l?s(a,n,i):s(i))||i);return l&&i&&_(a,n,i),i};let r=class extends v{constructor(){super(),this.id="",this.titleText="",this.value="",this.selected=!1,this.disabled=!1,this.hasError=!1,this.radioTabindex=-1,this._titleSlot=null,this._randomId=h(),this.addEventListener("click",this.handleClick)}render(){return g`
|
|
1
|
+
import{r as d,x as s}from"../../assets/index-chunk2.js";import{t as c}from"../../assets/index-chunk3.js";import{n as e}from"../../assets/index-chunk.js";import{g,a as h}from"../../utils/string-utils.js";import{p as f}from"../../assets/index-chunk5.js";import{s as b}from"../../assets/index-chunk6.js";import"../icon/gator/icon.gator.js";import{c as u}from"../../utils/lightdom-utils.js";import{T as v}from"../../utils/components/testable-lit-element/testable-lit-element.js";import"../icon/gator/templates/add-link.js";import"../icon/icon-registry.js";import"../icon/gator/templates/airplane.js";import"../icon/gator/templates/alarm.js";import"../icon/gator/templates/apartment.js";import"../icon/gator/templates/arrow-around.js";import"../icon/gator/templates/arrow-down.js";import"../icon/gator/templates/arrow-left.js";import"../icon/gator/templates/arrow-line-left.js";import"../icon/gator/templates/arrow-line-right.js";import"../icon/gator/templates/arrow-right.js";import"../icon/gator/templates/arrow-up.js";import"../icon/gator/templates/bank.js";import"../icon/gator/templates/bell.js";import"../icon/gator/templates/bell-disabled.js";import"../icon/gator/templates/binoculars.js";import"../icon/gator/templates/book.js";import"../icon/gator/templates/box.js";import"../icon/gator/templates/cake.js";import"../icon/gator/templates/calculator.js";import"../icon/gator/templates/calendar.js";import"../icon/gator/templates/camera.js";import"../icon/gator/templates/caret-up-down.js";import"../icon/gator/templates/case.js";import"../icon/gator/templates/chart-rise.js";import"../icon/gator/templates/chat.js";import"../icon/gator/templates/check.js";import"../icon/gator/templates/check-circle.js";import"../icon/gator/templates/checkbox.js";import"../icon/gator/templates/checkbox-selected.js";import"../icon/gator/templates/chevron-down.js";import"../icon/gator/templates/chevron-left.js";import"../icon/gator/templates/chevron-right.js";import"../icon/gator/templates/chevron-up.js";import"../icon/gator/templates/circle.js";import"../icon/gator/templates/circle-arrow-down.js";import"../icon/gator/templates/circle-arrow-left.js";import"../icon/gator/templates/circle-arrow-right.js";import"../icon/gator/templates/circle-arrow-up.js";import"../icon/gator/templates/circle-filled.js";import"../icon/gator/templates/city.js";import"../icon/gator/templates/clipboard.js";import"../icon/gator/templates/clock.js";import"../icon/gator/templates/clock-clockwise.js";import"../icon/gator/templates/clock-counter-clockwise.js";import"../icon/gator/templates/collapse.js";import"../icon/gator/templates/cone.js";import"../icon/gator/templates/contact-info.js";import"../icon/gator/templates/copy.js";import"../icon/gator/templates/credit-card.js";import"../icon/gator/templates/crop.js";import"../icon/gator/templates/crosshairs.js";import"../icon/gator/templates/currency-dollar-simple.js";import"../icon/gator/templates/currency-eur.js";import"../icon/gator/templates/currency-gbp.js";import"../icon/gator/templates/currency-inr.js";import"../icon/gator/templates/currency-jpy.js";import"../icon/gator/templates/currency-krw.js";import"../icon/gator/templates/currency-kzt.js";import"../icon/gator/templates/currency-ngn.js";import"../icon/gator/templates/currency-rub.js";import"../icon/gator/templates/cursor.js";import"../icon/gator/templates/cursor-arrow.js";import"../icon/gator/templates/cursor-hand.js";import"../icon/gator/templates/dashboard.js";import"../icon/gator/templates/delete.js";import"../icon/gator/templates/dna.js";import"../icon/gator/templates/document.js";import"../icon/gator/templates/document-add.js";import"../icon/gator/templates/document-check.js";import"../icon/gator/templates/document-e-sign.js";import"../icon/gator/templates/document-image.js";import"../icon/gator/templates/document-pdf.js";import"../icon/gator/templates/document-sign.js";import"../icon/gator/templates/document-zip.js";import"../icon/gator/templates/dollar-bills.js";import"../icon/gator/templates/dollar-house.js";import"../icon/gator/templates/down-payment.js";import"../icon/gator/templates/download.js";import"../icon/gator/templates/drag-drop.js";import"../icon/gator/templates/earth.js";import"../icon/gator/templates/exit.js";import"../icon/gator/templates/exit-circle.js";import"../icon/gator/templates/exit-left.js";import"../icon/gator/templates/expand.js";import"../icon/gator/templates/expand-arrows.js";import"../icon/gator/templates/export.js";import"../icon/gator/templates/eye.js";import"../icon/gator/templates/eye-closed.js";import"../icon/gator/templates/eye-crossed.js";import"../icon/gator/templates/facebook-logo.js";import"../icon/gator/templates/file-code.js";import"../icon/gator/templates/files.js";import"../icon/gator/templates/filter-funnel.js";import"../icon/gator/templates/filters.js";import"../icon/gator/templates/filters-2.js";import"../icon/gator/templates/flame.js";import"../icon/gator/templates/flash-off.js";import"../icon/gator/templates/flash-on.js";import"../icon/gator/templates/folder.js";import"../icon/gator/templates/gauge.js";import"../icon/gator/templates/hammer.js";import"../icon/gator/templates/hand-pointing.js";import"../icon/gator/templates/heart.js";import"../icon/gator/templates/home-door.js";import"../icon/gator/templates/home-finance.js";import"../icon/gator/templates/home-finance-arrow.js";import"../icon/gator/templates/home-search.js";import"../icon/gator/templates/house.js";import"../icon/gator/templates/house-simple.js";import"../icon/gator/templates/inbox.js";import"../icon/gator/templates/info.js";import"../icon/gator/templates/instagram-logo.js";import"../icon/gator/templates/interest-rate.js";import"../icon/gator/templates/invoice.js";import"../icon/gator/templates/label.js";import"../icon/gator/templates/laptop.js";import"../icon/gator/templates/layout.js";import"../icon/gator/templates/lightbulb.js";import"../icon/gator/templates/link.js";import"../icon/gator/templates/linkedin-logo.js";import"../icon/gator/templates/list.js";import"../icon/gator/templates/loading.js";import"../icon/gator/templates/loading-spinner-gif.js";import"../icon/gator/templates/lock.js";import"../icon/gator/templates/magic-wand.js";import"../icon/gator/templates/mail.js";import"../icon/gator/templates/mail-open.js";import"../icon/gator/templates/mailbox.js";import"../icon/gator/templates/map.js";import"../icon/gator/templates/menu-hamburger.js";import"../icon/gator/templates/microsoft-excel-logo.js";import"../icon/gator/templates/microsoft-outlook-logo.js";import"../icon/gator/templates/microsoft-powerpoint-logo.js";import"../icon/gator/templates/microsoft-teams-logo.js";import"../icon/gator/templates/microsoft-word-logo.js";import"../icon/gator/templates/minus.js";import"../icon/gator/templates/minus-circle.js";import"../icon/gator/templates/minus-square.js";import"../icon/gator/templates/mobile-phone-2.js";import"../icon/gator/templates/monitor.js";import"../icon/gator/templates/move.js";import"../icon/gator/templates/move-doc.js";import"../icon/gator/templates/music.js";import"../icon/gator/templates/number-1.js";import"../icon/gator/templates/number-2.js";import"../icon/gator/templates/number-3.js";import"../icon/gator/templates/overflow-menu.js";import"../icon/gator/templates/paper-airplane.js";import"../icon/gator/templates/paperclip.js";import"../icon/gator/templates/pen.js";import"../icon/gator/templates/pencil.js";import"../icon/gator/templates/pencil-paper.js";import"../icon/gator/templates/people-multiple.js";import"../icon/gator/templates/people-share.js";import"../icon/gator/templates/percent.js";import"../icon/gator/templates/person.js";import"../icon/gator/templates/person-add.js";import"../icon/gator/templates/person-check.js";import"../icon/gator/templates/person-lock.js";import"../icon/gator/templates/phone.js";import"../icon/gator/templates/phone-alert.js";import"../icon/gator/templates/phone-mobile.js";import"../icon/gator/templates/picture.js";import"../icon/gator/templates/pin.js";import"../icon/gator/templates/pinterest-logo.js";import"../icon/gator/templates/plus.js";import"../icon/gator/templates/plus-circle.js";import"../icon/gator/templates/printer.js";import"../icon/gator/templates/question-chat-bubble.js";import"../icon/gator/templates/question-circle.js";import"../icon/gator/templates/question-mark.js";import"../icon/gator/templates/radio.js";import"../icon/gator/templates/radio-selected.js";import"../icon/gator/templates/receipt.js";import"../icon/gator/templates/restricted.js";import"../icon/gator/templates/sandals.js";import"../icon/gator/templates/save.js";import"../icon/gator/templates/screen.js";import"../icon/gator/templates/search.js";import"../icon/gator/templates/settings.js";import"../icon/gator/templates/share-1.js";import"../icon/gator/templates/share-2.js";import"../icon/gator/templates/shield-lock.js";import"../icon/gator/templates/shield-warning.js";import"../icon/gator/templates/sidebar.js";import"../icon/gator/templates/sidebar-simple.js";import"../icon/gator/templates/smart-home.js";import"../icon/gator/templates/sort-arrow-solid-down.js";import"../icon/gator/templates/sort-arrow-solid-left.js";import"../icon/gator/templates/sort-arrow-solid-right.js";import"../icon/gator/templates/sort-arrow-solid-up.js";import"../icon/gator/templates/sort-arrow-solid-up-down.js";import"../icon/gator/templates/sort-reverse-variant.js";import"../icon/gator/templates/sort-variant.js";import"../icon/gator/templates/sparkle.js";import"../icon/gator/templates/sparkle-filled.js";import"../icon/gator/templates/speech-bubble.js";import"../icon/gator/templates/stack.js";import"../icon/gator/templates/stamp.js";import"../icon/gator/templates/star.js";import"../icon/gator/templates/star-four.js";import"../icon/gator/templates/star-four-filled.js";import"../icon/gator/templates/stopwatch.js";import"../icon/gator/templates/sun.js";import"../icon/gator/templates/sync.js";import"../icon/gator/templates/tab-arrows.js";import"../icon/gator/templates/target.js";import"../icon/gator/templates/thumbs-down.js";import"../icon/gator/templates/thumbs-up.js";import"../icon/gator/templates/tools.js";import"../icon/gator/templates/touch-id.js";import"../icon/gator/templates/trash.js";import"../icon/gator/templates/twitter-logo.js";import"../icon/gator/templates/unlink.js";import"../icon/gator/templates/unlock.js";import"../icon/gator/templates/upload.js";import"../icon/gator/templates/video.js";import"../icon/gator/templates/warning.js";import"../icon/gator/templates/warning-circle.js";import"../icon/gator/templates/warning-diamond.js";import"../icon/gator/templates/warning-octagon.js";import"../icon/gator/templates/wet-sign.js";import"../icon/gator/templates/wifi.js";import"../icon/gator/templates/wifi-off.js";import"../icon/gator/templates/x-logo.js";import"../icon/gator/templates/yelp-logo.js";import"../icon/gator/templates/youtube-logo.js";import"../icon/gator/templates/zillow-logo.js";const y=":root,:host{--ngc-radio-title-color-default: var(--color-text-primary-base);--ngc-radio-title-color-disabled: var(--color-text-disabled);--ngc-radio-icon-color-focus: var(--color-icon-brand);--ngc-radio-icon-color-hover: var(--color-icon-brand);--ngc-radio-icon-color-selected: var(--color-icon-brand);--ngc-radio-icon-color-unselected: var(--color-neutral-40);--ngc-radio-icon-color-disabled: var(--color-icon-disabled);--ngc-radio-icon-color-error: var(--color-icon-error);--ngc-radio-focus-border-color: var(--color-icon-brand);--ngc-radio-focus-border: var(--size-stroke-1, 1px) solid var(--ngc-radio-focus-border-color);--ngc-radio-icon-spacing: var(--spacing-padding-margin-4);--ngc-radio-title-font-size: var(--text-size-body-1, 1.0625rem);--ngc-radio-title-line-height: var(--text-line-height-body-1, 1.5rem)}",x='.gator-radio{display:flex;width:fit-content;flex-direction:row;align-items:center}.gator-radio-icon{display:flex;flex-direction:column;justify-content:center;margin-right:var(--ngc-radio-icon-spacing);color:var(--ngc-radio-icon-color-unselected)}.gator-radio-icon ngc-icon{--ngc-icon-display: flex}.gator-radio-title{font-feature-settings:"liga" off,"clig" off;font-style:normal;font-weight:400;font-family:var(--text-family-sans-serif, "Open Sans");color:var(--ngc-radio-title-color-default);font-size:var(--ngc-radio-title-font-size);line-height:var(--ngc-radio-title-line-height)}.gator-radio:focus-visible{outline:none}.gator-radio:focus-visible ngc-icon{color:var(--ngc-radio-icon-color-focus);border:var(--ngc-radio-focus-border);border-radius:1rem}.gator-radio:hover:not(.gator-radio_disabled){cursor:pointer}.gator-radio:hover:not(.gator-radio_disabled) ngc-icon{color:var(--ngc-radio-icon-color-hover)}.gator-radio-title:hover{cursor:inherit}.gator-radio_disabled{cursor:not-allowed}.gator-radio_disabled ngc-icon{color:var(--ngc-radio-icon-color-disabled)}.gator-radio_disabled .gator-radio-title{color:var(--ngc-radio-title-color-disabled)}.gator-radio:is([aria-checked=true]):not(.gator-radio_disabled):not(.gator-radio_error) ngc-icon{animation:.3s ease-out selectRadio;color:var(--ngc-radio-icon-color-selected)}@keyframes selectRadio{0%{color:var(--ngc-radio-icon-color-unselected)}to{color:var(--ngc-radio-icon-color-selected)}}.gator-radio_error ngc-icon{color:var(--ngc-radio-icon-color-error)}';var _=Object.defineProperty,$=Object.getOwnPropertyDescriptor,t=(o,p,a,m)=>{for(var i=m>1?void 0:m?$(p,a):p,l=o.length-1,n;l>=0;l--)(n=o[l])&&(i=(m?n(p,a,i):n(i))||i);return m&&i&&_(p,a,i),i};let r=class extends v{constructor(){super(),this.id="",this.titleText="",this.value="",this.selected=!1,this.disabled=!1,this.hasError=!1,this.radioTabindex=-1,this._titleSlot=null,this._randomId=g(),this.addEventListener("click",this.handleClick)}render(){return s`
|
|
2
2
|
<style>${y}</style>
|
|
3
3
|
<style>${x}</style>
|
|
4
4
|
<style>${f}</style>
|
|
@@ -18,4 +18,4 @@ import{r as c,x as g}from"../../assets/index-chunk2.js";import{t as p}from"../..
|
|
|
18
18
|
></ngc-icon>
|
|
19
19
|
<label class="gator-radio-title">${this.titleContent}</label>
|
|
20
20
|
</div>
|
|
21
|
-
`}get elementId(){return
|
|
21
|
+
`}get elementId(){return h(this.id,this._randomId)}get titleContent(){if(this._titleSlot)return this._titleSlot;const o=u(this,"title");return o?(this._titleSlot=o,this._titleSlot):this.titleText}get tabindex(){let o=this.radioTabindex;return this.selected&&(o=0),this.disabled&&(o=-1),o}handleClick(o){o.preventDefault(),o.stopPropagation(),!(this.disabled||this.selected)&&(this.selected=!0,this.focus(),this.dispatchEvent(new CustomEvent("change",{bubbles:!0,detail:this.value})))}handleKeyDown(o){o.key===" "&&this.handleClick(o)}};r.shadowRootOptions={...d.shadowRootOptions,delegatesFocus:!0,mode:"open"};t([e({type:String})],r.prototype,"id",2);t([e({type:String,attribute:"title-text"})],r.prototype,"titleText",2);t([e({type:String})],r.prototype,"value",2);t([e({type:Boolean})],r.prototype,"selected",2);t([e({type:Boolean})],r.prototype,"disabled",2);t([e({type:Boolean,attribute:"has-error"})],r.prototype,"hasError",2);t([e({type:Number,attribute:"radio-tabindex"})],r.prototype,"radioTabindex",2);r=t([c("ngc-radio")],r);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./radio-group.gator.js";import"../../assets/index-chunk2.js";import"../../assets/index-chunk3.js";import"../../assets/index-chunk.js";import"../../utils/string-utils.js";import"../../consts/key-constants.js";import"../../assets/index-chunk5.js";import"../../assets/index-chunk6.js";import"../radio/radio.gator.js";import"../icon/gator/icon.gator.js";import"../icon/gator/templates/arrow-left.js";import"../icon/icon-registry.js";import"../icon/gator/templates/arrow-right.js";import"../icon/gator/templates/calendar.js";import"../icon/gator/templates/check-circle.js";import"../icon/gator/templates/check.js";import"../icon/gator/templates/checkbox.js";import"../icon/gator/templates/checkbox-selected.js";import"../icon/gator/templates/chevron-down.js";import"../icon/gator/templates/chevron-left.js";import"../icon/gator/templates/chevron-right.js";import"../icon/gator/templates/chevron-up.js";import"../icon/gator/templates/dashboard.js";import"../icon/gator/templates/exit.js";import"../icon/gator/templates/exit-circle.js";import"../icon/gator/templates/eye-crossed.js";import"../icon/gator/templates/info.js";import"../icon/gator/templates/link.js";import"../icon/gator/templates/overflow-menu.js";import"../icon/gator/templates/percent.js";import"../icon/gator/templates/picture.js";import"../icon/gator/templates/shield-lock.js";import"../icon/gator/templates/radio.js";import"../icon/gator/templates/radio-selected.js";import"../icon/gator/templates/restricted.js";import"../icon/gator/templates/settings.js";import"../icon/gator/templates/warning.js";import"../../utils/lightdom-utils.js";import"../../utils/components/testable-lit-element/testable-lit-element.js";import"../input/gator/help-text/help-text.gator.js";import"../input/gator/input-label/input-label.gator.js";import"../../utils/mixins/attribute-deletion.js";import"../../utils/datatestid-utils.js";import"../../assets/index-chunk7.js";
|
|
1
|
+
import"./radio-group.gator.js";import"../../assets/index-chunk2.js";import"../../assets/index-chunk3.js";import"../../assets/index-chunk.js";import"../../utils/string-utils.js";import"../../consts/key-constants.js";import"../../assets/index-chunk5.js";import"../../assets/index-chunk6.js";import"../radio/radio.gator.js";import"../icon/gator/icon.gator.js";import"../icon/gator/templates/add-link.js";import"../icon/icon-registry.js";import"../icon/gator/templates/airplane.js";import"../icon/gator/templates/alarm.js";import"../icon/gator/templates/apartment.js";import"../icon/gator/templates/arrow-around.js";import"../icon/gator/templates/arrow-down.js";import"../icon/gator/templates/arrow-left.js";import"../icon/gator/templates/arrow-line-left.js";import"../icon/gator/templates/arrow-line-right.js";import"../icon/gator/templates/arrow-right.js";import"../icon/gator/templates/arrow-up.js";import"../icon/gator/templates/bank.js";import"../icon/gator/templates/bell.js";import"../icon/gator/templates/bell-disabled.js";import"../icon/gator/templates/binoculars.js";import"../icon/gator/templates/book.js";import"../icon/gator/templates/box.js";import"../icon/gator/templates/cake.js";import"../icon/gator/templates/calculator.js";import"../icon/gator/templates/calendar.js";import"../icon/gator/templates/camera.js";import"../icon/gator/templates/caret-up-down.js";import"../icon/gator/templates/case.js";import"../icon/gator/templates/chart-rise.js";import"../icon/gator/templates/chat.js";import"../icon/gator/templates/check.js";import"../icon/gator/templates/check-circle.js";import"../icon/gator/templates/checkbox.js";import"../icon/gator/templates/checkbox-selected.js";import"../icon/gator/templates/chevron-down.js";import"../icon/gator/templates/chevron-left.js";import"../icon/gator/templates/chevron-right.js";import"../icon/gator/templates/chevron-up.js";import"../icon/gator/templates/circle.js";import"../icon/gator/templates/circle-arrow-down.js";import"../icon/gator/templates/circle-arrow-left.js";import"../icon/gator/templates/circle-arrow-right.js";import"../icon/gator/templates/circle-arrow-up.js";import"../icon/gator/templates/circle-filled.js";import"../icon/gator/templates/city.js";import"../icon/gator/templates/clipboard.js";import"../icon/gator/templates/clock.js";import"../icon/gator/templates/clock-clockwise.js";import"../icon/gator/templates/clock-counter-clockwise.js";import"../icon/gator/templates/collapse.js";import"../icon/gator/templates/cone.js";import"../icon/gator/templates/contact-info.js";import"../icon/gator/templates/copy.js";import"../icon/gator/templates/credit-card.js";import"../icon/gator/templates/crop.js";import"../icon/gator/templates/crosshairs.js";import"../icon/gator/templates/currency-dollar-simple.js";import"../icon/gator/templates/currency-eur.js";import"../icon/gator/templates/currency-gbp.js";import"../icon/gator/templates/currency-inr.js";import"../icon/gator/templates/currency-jpy.js";import"../icon/gator/templates/currency-krw.js";import"../icon/gator/templates/currency-kzt.js";import"../icon/gator/templates/currency-ngn.js";import"../icon/gator/templates/currency-rub.js";import"../icon/gator/templates/cursor.js";import"../icon/gator/templates/cursor-arrow.js";import"../icon/gator/templates/cursor-hand.js";import"../icon/gator/templates/dashboard.js";import"../icon/gator/templates/delete.js";import"../icon/gator/templates/dna.js";import"../icon/gator/templates/document.js";import"../icon/gator/templates/document-add.js";import"../icon/gator/templates/document-check.js";import"../icon/gator/templates/document-e-sign.js";import"../icon/gator/templates/document-image.js";import"../icon/gator/templates/document-pdf.js";import"../icon/gator/templates/document-sign.js";import"../icon/gator/templates/document-zip.js";import"../icon/gator/templates/dollar-bills.js";import"../icon/gator/templates/dollar-house.js";import"../icon/gator/templates/down-payment.js";import"../icon/gator/templates/download.js";import"../icon/gator/templates/drag-drop.js";import"../icon/gator/templates/earth.js";import"../icon/gator/templates/exit.js";import"../icon/gator/templates/exit-circle.js";import"../icon/gator/templates/exit-left.js";import"../icon/gator/templates/expand.js";import"../icon/gator/templates/expand-arrows.js";import"../icon/gator/templates/export.js";import"../icon/gator/templates/eye.js";import"../icon/gator/templates/eye-closed.js";import"../icon/gator/templates/eye-crossed.js";import"../icon/gator/templates/facebook-logo.js";import"../icon/gator/templates/file-code.js";import"../icon/gator/templates/files.js";import"../icon/gator/templates/filter-funnel.js";import"../icon/gator/templates/filters.js";import"../icon/gator/templates/filters-2.js";import"../icon/gator/templates/flame.js";import"../icon/gator/templates/flash-off.js";import"../icon/gator/templates/flash-on.js";import"../icon/gator/templates/folder.js";import"../icon/gator/templates/gauge.js";import"../icon/gator/templates/hammer.js";import"../icon/gator/templates/hand-pointing.js";import"../icon/gator/templates/heart.js";import"../icon/gator/templates/home-door.js";import"../icon/gator/templates/home-finance.js";import"../icon/gator/templates/home-finance-arrow.js";import"../icon/gator/templates/home-search.js";import"../icon/gator/templates/house.js";import"../icon/gator/templates/house-simple.js";import"../icon/gator/templates/inbox.js";import"../icon/gator/templates/info.js";import"../icon/gator/templates/instagram-logo.js";import"../icon/gator/templates/interest-rate.js";import"../icon/gator/templates/invoice.js";import"../icon/gator/templates/label.js";import"../icon/gator/templates/laptop.js";import"../icon/gator/templates/layout.js";import"../icon/gator/templates/lightbulb.js";import"../icon/gator/templates/link.js";import"../icon/gator/templates/linkedin-logo.js";import"../icon/gator/templates/list.js";import"../icon/gator/templates/loading.js";import"../icon/gator/templates/loading-spinner-gif.js";import"../icon/gator/templates/lock.js";import"../icon/gator/templates/magic-wand.js";import"../icon/gator/templates/mail.js";import"../icon/gator/templates/mail-open.js";import"../icon/gator/templates/mailbox.js";import"../icon/gator/templates/map.js";import"../icon/gator/templates/menu-hamburger.js";import"../icon/gator/templates/microsoft-excel-logo.js";import"../icon/gator/templates/microsoft-outlook-logo.js";import"../icon/gator/templates/microsoft-powerpoint-logo.js";import"../icon/gator/templates/microsoft-teams-logo.js";import"../icon/gator/templates/microsoft-word-logo.js";import"../icon/gator/templates/minus.js";import"../icon/gator/templates/minus-circle.js";import"../icon/gator/templates/minus-square.js";import"../icon/gator/templates/mobile-phone-2.js";import"../icon/gator/templates/monitor.js";import"../icon/gator/templates/move.js";import"../icon/gator/templates/move-doc.js";import"../icon/gator/templates/music.js";import"../icon/gator/templates/number-1.js";import"../icon/gator/templates/number-2.js";import"../icon/gator/templates/number-3.js";import"../icon/gator/templates/overflow-menu.js";import"../icon/gator/templates/paper-airplane.js";import"../icon/gator/templates/paperclip.js";import"../icon/gator/templates/pen.js";import"../icon/gator/templates/pencil.js";import"../icon/gator/templates/pencil-paper.js";import"../icon/gator/templates/people-multiple.js";import"../icon/gator/templates/people-share.js";import"../icon/gator/templates/percent.js";import"../icon/gator/templates/person.js";import"../icon/gator/templates/person-add.js";import"../icon/gator/templates/person-check.js";import"../icon/gator/templates/person-lock.js";import"../icon/gator/templates/phone.js";import"../icon/gator/templates/phone-alert.js";import"../icon/gator/templates/phone-mobile.js";import"../icon/gator/templates/picture.js";import"../icon/gator/templates/pin.js";import"../icon/gator/templates/pinterest-logo.js";import"../icon/gator/templates/plus.js";import"../icon/gator/templates/plus-circle.js";import"../icon/gator/templates/printer.js";import"../icon/gator/templates/question-chat-bubble.js";import"../icon/gator/templates/question-circle.js";import"../icon/gator/templates/question-mark.js";import"../icon/gator/templates/radio.js";import"../icon/gator/templates/radio-selected.js";import"../icon/gator/templates/receipt.js";import"../icon/gator/templates/restricted.js";import"../icon/gator/templates/sandals.js";import"../icon/gator/templates/save.js";import"../icon/gator/templates/screen.js";import"../icon/gator/templates/search.js";import"../icon/gator/templates/settings.js";import"../icon/gator/templates/share-1.js";import"../icon/gator/templates/share-2.js";import"../icon/gator/templates/shield-lock.js";import"../icon/gator/templates/shield-warning.js";import"../icon/gator/templates/sidebar.js";import"../icon/gator/templates/sidebar-simple.js";import"../icon/gator/templates/smart-home.js";import"../icon/gator/templates/sort-arrow-solid-down.js";import"../icon/gator/templates/sort-arrow-solid-left.js";import"../icon/gator/templates/sort-arrow-solid-right.js";import"../icon/gator/templates/sort-arrow-solid-up.js";import"../icon/gator/templates/sort-arrow-solid-up-down.js";import"../icon/gator/templates/sort-reverse-variant.js";import"../icon/gator/templates/sort-variant.js";import"../icon/gator/templates/sparkle.js";import"../icon/gator/templates/sparkle-filled.js";import"../icon/gator/templates/speech-bubble.js";import"../icon/gator/templates/stack.js";import"../icon/gator/templates/stamp.js";import"../icon/gator/templates/star.js";import"../icon/gator/templates/star-four.js";import"../icon/gator/templates/star-four-filled.js";import"../icon/gator/templates/stopwatch.js";import"../icon/gator/templates/sun.js";import"../icon/gator/templates/sync.js";import"../icon/gator/templates/tab-arrows.js";import"../icon/gator/templates/target.js";import"../icon/gator/templates/thumbs-down.js";import"../icon/gator/templates/thumbs-up.js";import"../icon/gator/templates/tools.js";import"../icon/gator/templates/touch-id.js";import"../icon/gator/templates/trash.js";import"../icon/gator/templates/twitter-logo.js";import"../icon/gator/templates/unlink.js";import"../icon/gator/templates/unlock.js";import"../icon/gator/templates/upload.js";import"../icon/gator/templates/video.js";import"../icon/gator/templates/warning.js";import"../icon/gator/templates/warning-circle.js";import"../icon/gator/templates/warning-diamond.js";import"../icon/gator/templates/warning-octagon.js";import"../icon/gator/templates/wet-sign.js";import"../icon/gator/templates/wifi.js";import"../icon/gator/templates/wifi-off.js";import"../icon/gator/templates/x-logo.js";import"../icon/gator/templates/yelp-logo.js";import"../icon/gator/templates/youtube-logo.js";import"../icon/gator/templates/zillow-logo.js";import"../../utils/lightdom-utils.js";import"../../utils/components/testable-lit-element/testable-lit-element.js";import"../input/gator/help-text/help-text.gator.js";import"../input/gator/input-label/input-label.gator.js";import"../../utils/mixins/attribute-deletion.js";import"../../utils/datatestid-utils.js";import"../../assets/index-chunk7.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import{a as m,x as p}from"../../assets/index-chunk2.js";import{t as u}from"../../assets/index-chunk3.js";import{n}from"../../assets/index-chunk.js";import{g as f,a as y}from"../../utils/string-utils.js";import{K as h}from"../../consts/key-constants.js";import{p as b}from"../../assets/index-chunk5.js";import{s as x}from"../../assets/index-chunk6.js";import"../radio/radio.gator.js";import"../icon/gator/icon.gator.js";import"../icon/gator/templates/arrow-left.js";import"../icon/gator/templates/arrow-right.js";import"../icon/gator/templates/calendar.js";import"../icon/gator/templates/check-circle.js";import"../icon/gator/templates/check.js";import"../icon/gator/templates/checkbox.js";import"../icon/gator/templates/checkbox-selected.js";import"../icon/gator/templates/chevron-down.js";import"../icon/gator/templates/chevron-left.js";import"../icon/gator/templates/chevron-right.js";import"../icon/gator/templates/chevron-up.js";import"../icon/gator/templates/dashboard.js";import"../icon/gator/templates/exit.js";import"../icon/gator/templates/exit-circle.js";import"../icon/gator/templates/eye-crossed.js";import"../icon/gator/templates/info.js";import"../icon/gator/templates/link.js";import"../icon/gator/templates/overflow-menu.js";import"../icon/gator/templates/percent.js";import"../icon/gator/templates/picture.js";import"../icon/gator/templates/shield-lock.js";import"../icon/gator/templates/radio.js";import"../icon/gator/templates/radio-selected.js";import"../icon/gator/templates/restricted.js";import"../icon/gator/templates/settings.js";import"../icon/gator/templates/warning.js";import"../input/gator/help-text/help-text.gator.js";import"../input/gator/input-label/input-label.gator.js";import{h as $}from"../../utils/datatestid-utils.js";import{T as v}from"../../utils/components/testable-lit-element/testable-lit-element.js";import{o as g}from"../../assets/index-chunk7.js";import"../../utils/lightdom-utils.js";import"../icon/icon-registry.js";import"../../utils/mixins/attribute-deletion.js";const E=".gator-radio-group-container{display:flex;flex-direction:column;gap:var(--spacing-gap-8)}.gator-radio-group{display:flex;flex-direction:var(--ngc-radio-group-flex-direction, column);gap:var(--ngc-radio-group-gap, var(--spacing-gap-8));flex-wrap:wrap}";var T=Object.defineProperty,I=Object.getOwnPropertyDescriptor,l=(t,e,r,s)=>{for(var a=s>1?void 0:s?I(e,r):e,d=t.length-1,i;d>=0;d--)(i=t[d])&&(a=(s?i(e,r,a):i(a))||a);return s&&a&&T(e,r,a),a};let o=class extends v{constructor(){super(...arguments),this.id="",this.label="",this.helpText="",this.value="",this.disabled=!1,this.hasError=!1,this.errorMessage="",this.options=[],this._randomId=f()}render(){return p`
|
|
1
|
+
import{a as h,x as l}from"../../assets/index-chunk2.js";import{t as u}from"../../assets/index-chunk3.js";import{n as a}from"../../assets/index-chunk.js";import{g as f,a as y}from"../../utils/string-utils.js";import{K as d}from"../../consts/key-constants.js";import{p as b}from"../../assets/index-chunk5.js";import{s as x}from"../../assets/index-chunk6.js";import"../radio/radio.gator.js";import"../icon/gator/icon.gator.js";import"../icon/gator/templates/add-link.js";import"../icon/gator/templates/airplane.js";import"../icon/gator/templates/alarm.js";import"../icon/gator/templates/apartment.js";import"../icon/gator/templates/arrow-around.js";import"../icon/gator/templates/arrow-down.js";import"../icon/gator/templates/arrow-left.js";import"../icon/gator/templates/arrow-line-left.js";import"../icon/gator/templates/arrow-line-right.js";import"../icon/gator/templates/arrow-right.js";import"../icon/gator/templates/arrow-up.js";import"../icon/gator/templates/bank.js";import"../icon/gator/templates/bell.js";import"../icon/gator/templates/bell-disabled.js";import"../icon/gator/templates/binoculars.js";import"../icon/gator/templates/book.js";import"../icon/gator/templates/box.js";import"../icon/gator/templates/cake.js";import"../icon/gator/templates/calculator.js";import"../icon/gator/templates/calendar.js";import"../icon/gator/templates/camera.js";import"../icon/gator/templates/caret-up-down.js";import"../icon/gator/templates/case.js";import"../icon/gator/templates/chart-rise.js";import"../icon/gator/templates/chat.js";import"../icon/gator/templates/check.js";import"../icon/gator/templates/check-circle.js";import"../icon/gator/templates/checkbox.js";import"../icon/gator/templates/checkbox-selected.js";import"../icon/gator/templates/chevron-down.js";import"../icon/gator/templates/chevron-left.js";import"../icon/gator/templates/chevron-right.js";import"../icon/gator/templates/chevron-up.js";import"../icon/gator/templates/circle.js";import"../icon/gator/templates/circle-arrow-down.js";import"../icon/gator/templates/circle-arrow-left.js";import"../icon/gator/templates/circle-arrow-right.js";import"../icon/gator/templates/circle-arrow-up.js";import"../icon/gator/templates/circle-filled.js";import"../icon/gator/templates/city.js";import"../icon/gator/templates/clipboard.js";import"../icon/gator/templates/clock.js";import"../icon/gator/templates/clock-clockwise.js";import"../icon/gator/templates/clock-counter-clockwise.js";import"../icon/gator/templates/collapse.js";import"../icon/gator/templates/cone.js";import"../icon/gator/templates/contact-info.js";import"../icon/gator/templates/copy.js";import"../icon/gator/templates/credit-card.js";import"../icon/gator/templates/crop.js";import"../icon/gator/templates/crosshairs.js";import"../icon/gator/templates/currency-dollar-simple.js";import"../icon/gator/templates/currency-eur.js";import"../icon/gator/templates/currency-gbp.js";import"../icon/gator/templates/currency-inr.js";import"../icon/gator/templates/currency-jpy.js";import"../icon/gator/templates/currency-krw.js";import"../icon/gator/templates/currency-kzt.js";import"../icon/gator/templates/currency-ngn.js";import"../icon/gator/templates/currency-rub.js";import"../icon/gator/templates/cursor.js";import"../icon/gator/templates/cursor-arrow.js";import"../icon/gator/templates/cursor-hand.js";import"../icon/gator/templates/dashboard.js";import"../icon/gator/templates/delete.js";import"../icon/gator/templates/dna.js";import"../icon/gator/templates/document.js";import"../icon/gator/templates/document-add.js";import"../icon/gator/templates/document-check.js";import"../icon/gator/templates/document-e-sign.js";import"../icon/gator/templates/document-image.js";import"../icon/gator/templates/document-pdf.js";import"../icon/gator/templates/document-sign.js";import"../icon/gator/templates/document-zip.js";import"../icon/gator/templates/dollar-bills.js";import"../icon/gator/templates/dollar-house.js";import"../icon/gator/templates/down-payment.js";import"../icon/gator/templates/download.js";import"../icon/gator/templates/drag-drop.js";import"../icon/gator/templates/earth.js";import"../icon/gator/templates/exit.js";import"../icon/gator/templates/exit-circle.js";import"../icon/gator/templates/exit-left.js";import"../icon/gator/templates/expand.js";import"../icon/gator/templates/expand-arrows.js";import"../icon/gator/templates/export.js";import"../icon/gator/templates/eye.js";import"../icon/gator/templates/eye-closed.js";import"../icon/gator/templates/eye-crossed.js";import"../icon/gator/templates/facebook-logo.js";import"../icon/gator/templates/file-code.js";import"../icon/gator/templates/files.js";import"../icon/gator/templates/filter-funnel.js";import"../icon/gator/templates/filters.js";import"../icon/gator/templates/filters-2.js";import"../icon/gator/templates/flame.js";import"../icon/gator/templates/flash-off.js";import"../icon/gator/templates/flash-on.js";import"../icon/gator/templates/folder.js";import"../icon/gator/templates/gauge.js";import"../icon/gator/templates/hammer.js";import"../icon/gator/templates/hand-pointing.js";import"../icon/gator/templates/heart.js";import"../icon/gator/templates/home-door.js";import"../icon/gator/templates/home-finance.js";import"../icon/gator/templates/home-finance-arrow.js";import"../icon/gator/templates/home-search.js";import"../icon/gator/templates/house.js";import"../icon/gator/templates/house-simple.js";import"../icon/gator/templates/inbox.js";import"../icon/gator/templates/info.js";import"../icon/gator/templates/instagram-logo.js";import"../icon/gator/templates/interest-rate.js";import"../icon/gator/templates/invoice.js";import"../icon/gator/templates/label.js";import"../icon/gator/templates/laptop.js";import"../icon/gator/templates/layout.js";import"../icon/gator/templates/lightbulb.js";import"../icon/gator/templates/link.js";import"../icon/gator/templates/linkedin-logo.js";import"../icon/gator/templates/list.js";import"../icon/gator/templates/loading.js";import"../icon/gator/templates/loading-spinner-gif.js";import"../icon/gator/templates/lock.js";import"../icon/gator/templates/magic-wand.js";import"../icon/gator/templates/mail.js";import"../icon/gator/templates/mail-open.js";import"../icon/gator/templates/mailbox.js";import"../icon/gator/templates/map.js";import"../icon/gator/templates/menu-hamburger.js";import"../icon/gator/templates/microsoft-excel-logo.js";import"../icon/gator/templates/microsoft-outlook-logo.js";import"../icon/gator/templates/microsoft-powerpoint-logo.js";import"../icon/gator/templates/microsoft-teams-logo.js";import"../icon/gator/templates/microsoft-word-logo.js";import"../icon/gator/templates/minus.js";import"../icon/gator/templates/minus-circle.js";import"../icon/gator/templates/minus-square.js";import"../icon/gator/templates/mobile-phone-2.js";import"../icon/gator/templates/monitor.js";import"../icon/gator/templates/move.js";import"../icon/gator/templates/move-doc.js";import"../icon/gator/templates/music.js";import"../icon/gator/templates/number-1.js";import"../icon/gator/templates/number-2.js";import"../icon/gator/templates/number-3.js";import"../icon/gator/templates/overflow-menu.js";import"../icon/gator/templates/paper-airplane.js";import"../icon/gator/templates/paperclip.js";import"../icon/gator/templates/pen.js";import"../icon/gator/templates/pencil.js";import"../icon/gator/templates/pencil-paper.js";import"../icon/gator/templates/people-multiple.js";import"../icon/gator/templates/people-share.js";import"../icon/gator/templates/percent.js";import"../icon/gator/templates/person.js";import"../icon/gator/templates/person-add.js";import"../icon/gator/templates/person-check.js";import"../icon/gator/templates/person-lock.js";import"../icon/gator/templates/phone.js";import"../icon/gator/templates/phone-alert.js";import"../icon/gator/templates/phone-mobile.js";import"../icon/gator/templates/picture.js";import"../icon/gator/templates/pin.js";import"../icon/gator/templates/pinterest-logo.js";import"../icon/gator/templates/plus.js";import"../icon/gator/templates/plus-circle.js";import"../icon/gator/templates/printer.js";import"../icon/gator/templates/question-chat-bubble.js";import"../icon/gator/templates/question-circle.js";import"../icon/gator/templates/question-mark.js";import"../icon/gator/templates/radio.js";import"../icon/gator/templates/radio-selected.js";import"../icon/gator/templates/receipt.js";import"../icon/gator/templates/restricted.js";import"../icon/gator/templates/sandals.js";import"../icon/gator/templates/save.js";import"../icon/gator/templates/screen.js";import"../icon/gator/templates/search.js";import"../icon/gator/templates/settings.js";import"../icon/gator/templates/share-1.js";import"../icon/gator/templates/share-2.js";import"../icon/gator/templates/shield-lock.js";import"../icon/gator/templates/shield-warning.js";import"../icon/gator/templates/sidebar.js";import"../icon/gator/templates/sidebar-simple.js";import"../icon/gator/templates/smart-home.js";import"../icon/gator/templates/sort-arrow-solid-down.js";import"../icon/gator/templates/sort-arrow-solid-left.js";import"../icon/gator/templates/sort-arrow-solid-right.js";import"../icon/gator/templates/sort-arrow-solid-up.js";import"../icon/gator/templates/sort-arrow-solid-up-down.js";import"../icon/gator/templates/sort-reverse-variant.js";import"../icon/gator/templates/sort-variant.js";import"../icon/gator/templates/sparkle.js";import"../icon/gator/templates/sparkle-filled.js";import"../icon/gator/templates/speech-bubble.js";import"../icon/gator/templates/stack.js";import"../icon/gator/templates/stamp.js";import"../icon/gator/templates/star.js";import"../icon/gator/templates/star-four.js";import"../icon/gator/templates/star-four-filled.js";import"../icon/gator/templates/stopwatch.js";import"../icon/gator/templates/sun.js";import"../icon/gator/templates/sync.js";import"../icon/gator/templates/tab-arrows.js";import"../icon/gator/templates/target.js";import"../icon/gator/templates/thumbs-down.js";import"../icon/gator/templates/thumbs-up.js";import"../icon/gator/templates/tools.js";import"../icon/gator/templates/touch-id.js";import"../icon/gator/templates/trash.js";import"../icon/gator/templates/twitter-logo.js";import"../icon/gator/templates/unlink.js";import"../icon/gator/templates/unlock.js";import"../icon/gator/templates/upload.js";import"../icon/gator/templates/video.js";import"../icon/gator/templates/warning.js";import"../icon/gator/templates/warning-circle.js";import"../icon/gator/templates/warning-diamond.js";import"../icon/gator/templates/warning-octagon.js";import"../icon/gator/templates/wet-sign.js";import"../icon/gator/templates/wifi.js";import"../icon/gator/templates/wifi-off.js";import"../icon/gator/templates/x-logo.js";import"../icon/gator/templates/yelp-logo.js";import"../icon/gator/templates/youtube-logo.js";import"../icon/gator/templates/zillow-logo.js";import"../input/gator/help-text/help-text.gator.js";import"../input/gator/input-label/input-label.gator.js";import{h as $}from"../../utils/datatestid-utils.js";import{T as v}from"../../utils/components/testable-lit-element/testable-lit-element.js";import{o as g}from"../../assets/index-chunk7.js";import"../../utils/lightdom-utils.js";import"../icon/icon-registry.js";import"../../utils/mixins/attribute-deletion.js";const E=".gator-radio-group-container{display:flex;flex-direction:column;gap:var(--spacing-gap-8)}.gator-radio-group{display:flex;flex-direction:var(--ngc-radio-group-flex-direction, column);gap:var(--ngc-radio-group-gap, var(--spacing-gap-8));flex-wrap:wrap}";var T=Object.defineProperty,I=Object.getOwnPropertyDescriptor,s=(t,r,i,m)=>{for(var e=m>1?void 0:m?I(r,i):r,n=t.length-1,o;n>=0;n--)(o=t[n])&&(e=(m?o(r,i,e):o(e))||e);return m&&e&&T(r,i,e),e};let p=class extends v{constructor(){super(...arguments),this.id="",this.label="",this.helpText="",this.value="",this.disabled=!1,this.hasError=!1,this.errorMessage="",this.options=[],this._randomId=f()}render(){return l`
|
|
2
2
|
<div class="gator-radio-group-container">
|
|
3
|
-
${this.label?
|
|
3
|
+
${this.label?l`<ngc-input-label id="${this.elementId}-label" data-testid=${g(this.labelDataTestid)}>${this.label}</ngc-input-label>`:null}
|
|
4
4
|
<div id="${this.elementId}-group"
|
|
5
5
|
role="radiogroup"
|
|
6
6
|
class="gator-radio-group"
|
|
@@ -9,13 +9,13 @@ import{a as m,x as p}from"../../assets/index-chunk2.js";import{t as u}from"../..
|
|
|
9
9
|
@keydown=${this.handleRadioKeydown}
|
|
10
10
|
@change=${this.handleRadioSelectionChange}
|
|
11
11
|
>
|
|
12
|
-
${this.options.length>0?this.radiosFromOptions:
|
|
12
|
+
${this.options.length>0?this.radiosFromOptions:l`<slot></slot>`}
|
|
13
13
|
</div>
|
|
14
|
-
${this.hasError&&this.errorMessage!==""?
|
|
15
|
-
${this.helpText?
|
|
14
|
+
${this.hasError&&this.errorMessage!==""?l`<ngc-help-text id="${this.elementId}-error" data-testid=${g(this.errorMessageDataTestid)} icon error>${this.errorMessage}</ngc-help-text>`:null}
|
|
15
|
+
${this.helpText?l`<ngc-help-text id="${this.elementId}-help" data-testid=${g(this.helpTextDataTestid)}>${this.helpText}</ngc-help-text>`:null}
|
|
16
16
|
</div>
|
|
17
|
-
`}get elementId(){return y(this.id,this._randomId)}get radiosFromOptions(){return
|
|
18
|
-
${this.options.map(t=>
|
|
17
|
+
`}get elementId(){return y(this.id,this._randomId)}get radiosFromOptions(){return l`
|
|
18
|
+
${this.options.map(t=>l`
|
|
19
19
|
<ngc-radio
|
|
20
20
|
title-text=${t.title}
|
|
21
21
|
value=${t.value}
|
|
@@ -25,4 +25,4 @@ import{a as m,x as p}from"../../assets/index-chunk2.js";import{t as u}from"../..
|
|
|
25
25
|
>
|
|
26
26
|
</ngc-radio>
|
|
27
27
|
`)}
|
|
28
|
-
`}get radioElements(){var
|
|
28
|
+
`}get radioElements(){var r,i,m;if(this.options.length>0)return(r=this.shadowRoot)==null?void 0:r.querySelectorAll("ngc-radio");const t=(m=(i=this.shadowRoot)==null?void 0:i.querySelector("slot"))==null?void 0:m.assignedElements();return t&&t.length===1&&t[0]instanceof HTMLSlotElement?t[0].assignedElements():t}get describedBy(){const t=[];return this.errorMessage&&t.push(`${this.elementId}-error`),this.helpText&&t.push(`${this.elementId}-help`),t.join(" ")}handleRadioSelectionChange(t){const r=t;r.stopImmediatePropagation(),this.value=r.detail.value??r.detail,this.dispatchEvent(new CustomEvent("change",{bubbles:!0,composed:!0,detail:this.value}))}handleRadioKeydown(t){const r=this.radioElements;if(r){const i=Array.from(r).findIndex(o=>o.selected),m=t.key===d.RIGHT||t.key===d.DOWN,e=t.key===d.LEFT||t.key===d.UP,n=t.key===d.SPACE;if(m||e||n){t.preventDefault();let o=i===-1?0:i;m?o=(o+1)%r.length:e?o=(o-1+r.length)%r.length:n&&i===-1&&(o=0);const c=r[o];c&&c.click()}}}updated(){var t;(t=this.radioElements)==null||t.forEach((r,i)=>{r.selected=this.value===r.value,r.disabled=this.disabled,r.hasError=this.hasError,r.radioTabindex=this.getItemTabindex(i),$(r,this.dataTestid,`radio-${i}`)})}getItemTabindex(t){return t===0&&!this.value?0:-1}};p.styles=[h(b),h(x),h(E)];s([a({type:String})],p.prototype,"id",2);s([a({type:String})],p.prototype,"label",2);s([a({type:String,attribute:"help-text"})],p.prototype,"helpText",2);s([a({type:String})],p.prototype,"value",2);s([a({type:Boolean})],p.prototype,"disabled",2);s([a({type:Boolean,attribute:"has-error"})],p.prototype,"hasError",2);s([a({type:String,attribute:"error-message"})],p.prototype,"errorMessage",2);s([a({type:Array})],p.prototype,"options",2);p=s([u("ngc-radio-group")],p);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./selection-box.gator.js";import"../../assets/index-chunk2.js";import"../../assets/index-chunk3.js";import"../../assets/index-chunk.js";import"../../utils/string-utils.js";import"../../assets/index-chunk5.js";import"../../assets/index-chunk6.js";import"../../utils/lightdom-utils.js";import"../icon/gator/icon.gator.js";import"../icon/gator/templates/arrow-left.js";import"../icon/icon-registry.js";import"../icon/gator/templates/arrow-right.js";import"../icon/gator/templates/calendar.js";import"../icon/gator/templates/check-circle.js";import"../icon/gator/templates/check.js";import"../icon/gator/templates/checkbox.js";import"../icon/gator/templates/checkbox-selected.js";import"../icon/gator/templates/chevron-down.js";import"../icon/gator/templates/chevron-left.js";import"../icon/gator/templates/chevron-right.js";import"../icon/gator/templates/chevron-up.js";import"../icon/gator/templates/dashboard.js";import"../icon/gator/templates/exit.js";import"../icon/gator/templates/exit-circle.js";import"../icon/gator/templates/eye-crossed.js";import"../icon/gator/templates/info.js";import"../icon/gator/templates/link.js";import"../icon/gator/templates/overflow-menu.js";import"../icon/gator/templates/percent.js";import"../icon/gator/templates/picture.js";import"../icon/gator/templates/shield-lock.js";import"../icon/gator/templates/radio.js";import"../icon/gator/templates/radio-selected.js";import"../icon/gator/templates/restricted.js";import"../icon/gator/templates/settings.js";import"../icon/gator/templates/warning.js";import"../../utils/components/testable-lit-element/testable-lit-element.js";
|
|
1
|
+
import"./selection-box.gator.js";import"../../assets/index-chunk2.js";import"../../assets/index-chunk3.js";import"../../assets/index-chunk.js";import"../../utils/string-utils.js";import"../../assets/index-chunk5.js";import"../../assets/index-chunk6.js";import"../../utils/lightdom-utils.js";import"../icon/gator/icon.gator.js";import"../icon/gator/templates/add-link.js";import"../icon/icon-registry.js";import"../icon/gator/templates/airplane.js";import"../icon/gator/templates/alarm.js";import"../icon/gator/templates/apartment.js";import"../icon/gator/templates/arrow-around.js";import"../icon/gator/templates/arrow-down.js";import"../icon/gator/templates/arrow-left.js";import"../icon/gator/templates/arrow-line-left.js";import"../icon/gator/templates/arrow-line-right.js";import"../icon/gator/templates/arrow-right.js";import"../icon/gator/templates/arrow-up.js";import"../icon/gator/templates/bank.js";import"../icon/gator/templates/bell.js";import"../icon/gator/templates/bell-disabled.js";import"../icon/gator/templates/binoculars.js";import"../icon/gator/templates/book.js";import"../icon/gator/templates/box.js";import"../icon/gator/templates/cake.js";import"../icon/gator/templates/calculator.js";import"../icon/gator/templates/calendar.js";import"../icon/gator/templates/camera.js";import"../icon/gator/templates/caret-up-down.js";import"../icon/gator/templates/case.js";import"../icon/gator/templates/chart-rise.js";import"../icon/gator/templates/chat.js";import"../icon/gator/templates/check.js";import"../icon/gator/templates/check-circle.js";import"../icon/gator/templates/checkbox.js";import"../icon/gator/templates/checkbox-selected.js";import"../icon/gator/templates/chevron-down.js";import"../icon/gator/templates/chevron-left.js";import"../icon/gator/templates/chevron-right.js";import"../icon/gator/templates/chevron-up.js";import"../icon/gator/templates/circle.js";import"../icon/gator/templates/circle-arrow-down.js";import"../icon/gator/templates/circle-arrow-left.js";import"../icon/gator/templates/circle-arrow-right.js";import"../icon/gator/templates/circle-arrow-up.js";import"../icon/gator/templates/circle-filled.js";import"../icon/gator/templates/city.js";import"../icon/gator/templates/clipboard.js";import"../icon/gator/templates/clock.js";import"../icon/gator/templates/clock-clockwise.js";import"../icon/gator/templates/clock-counter-clockwise.js";import"../icon/gator/templates/collapse.js";import"../icon/gator/templates/cone.js";import"../icon/gator/templates/contact-info.js";import"../icon/gator/templates/copy.js";import"../icon/gator/templates/credit-card.js";import"../icon/gator/templates/crop.js";import"../icon/gator/templates/crosshairs.js";import"../icon/gator/templates/currency-dollar-simple.js";import"../icon/gator/templates/currency-eur.js";import"../icon/gator/templates/currency-gbp.js";import"../icon/gator/templates/currency-inr.js";import"../icon/gator/templates/currency-jpy.js";import"../icon/gator/templates/currency-krw.js";import"../icon/gator/templates/currency-kzt.js";import"../icon/gator/templates/currency-ngn.js";import"../icon/gator/templates/currency-rub.js";import"../icon/gator/templates/cursor.js";import"../icon/gator/templates/cursor-arrow.js";import"../icon/gator/templates/cursor-hand.js";import"../icon/gator/templates/dashboard.js";import"../icon/gator/templates/delete.js";import"../icon/gator/templates/dna.js";import"../icon/gator/templates/document.js";import"../icon/gator/templates/document-add.js";import"../icon/gator/templates/document-check.js";import"../icon/gator/templates/document-e-sign.js";import"../icon/gator/templates/document-image.js";import"../icon/gator/templates/document-pdf.js";import"../icon/gator/templates/document-sign.js";import"../icon/gator/templates/document-zip.js";import"../icon/gator/templates/dollar-bills.js";import"../icon/gator/templates/dollar-house.js";import"../icon/gator/templates/down-payment.js";import"../icon/gator/templates/download.js";import"../icon/gator/templates/drag-drop.js";import"../icon/gator/templates/earth.js";import"../icon/gator/templates/exit.js";import"../icon/gator/templates/exit-circle.js";import"../icon/gator/templates/exit-left.js";import"../icon/gator/templates/expand.js";import"../icon/gator/templates/expand-arrows.js";import"../icon/gator/templates/export.js";import"../icon/gator/templates/eye.js";import"../icon/gator/templates/eye-closed.js";import"../icon/gator/templates/eye-crossed.js";import"../icon/gator/templates/facebook-logo.js";import"../icon/gator/templates/file-code.js";import"../icon/gator/templates/files.js";import"../icon/gator/templates/filter-funnel.js";import"../icon/gator/templates/filters.js";import"../icon/gator/templates/filters-2.js";import"../icon/gator/templates/flame.js";import"../icon/gator/templates/flash-off.js";import"../icon/gator/templates/flash-on.js";import"../icon/gator/templates/folder.js";import"../icon/gator/templates/gauge.js";import"../icon/gator/templates/hammer.js";import"../icon/gator/templates/hand-pointing.js";import"../icon/gator/templates/heart.js";import"../icon/gator/templates/home-door.js";import"../icon/gator/templates/home-finance.js";import"../icon/gator/templates/home-finance-arrow.js";import"../icon/gator/templates/home-search.js";import"../icon/gator/templates/house.js";import"../icon/gator/templates/house-simple.js";import"../icon/gator/templates/inbox.js";import"../icon/gator/templates/info.js";import"../icon/gator/templates/instagram-logo.js";import"../icon/gator/templates/interest-rate.js";import"../icon/gator/templates/invoice.js";import"../icon/gator/templates/label.js";import"../icon/gator/templates/laptop.js";import"../icon/gator/templates/layout.js";import"../icon/gator/templates/lightbulb.js";import"../icon/gator/templates/link.js";import"../icon/gator/templates/linkedin-logo.js";import"../icon/gator/templates/list.js";import"../icon/gator/templates/loading.js";import"../icon/gator/templates/loading-spinner-gif.js";import"../icon/gator/templates/lock.js";import"../icon/gator/templates/magic-wand.js";import"../icon/gator/templates/mail.js";import"../icon/gator/templates/mail-open.js";import"../icon/gator/templates/mailbox.js";import"../icon/gator/templates/map.js";import"../icon/gator/templates/menu-hamburger.js";import"../icon/gator/templates/microsoft-excel-logo.js";import"../icon/gator/templates/microsoft-outlook-logo.js";import"../icon/gator/templates/microsoft-powerpoint-logo.js";import"../icon/gator/templates/microsoft-teams-logo.js";import"../icon/gator/templates/microsoft-word-logo.js";import"../icon/gator/templates/minus.js";import"../icon/gator/templates/minus-circle.js";import"../icon/gator/templates/minus-square.js";import"../icon/gator/templates/mobile-phone-2.js";import"../icon/gator/templates/monitor.js";import"../icon/gator/templates/move.js";import"../icon/gator/templates/move-doc.js";import"../icon/gator/templates/music.js";import"../icon/gator/templates/number-1.js";import"../icon/gator/templates/number-2.js";import"../icon/gator/templates/number-3.js";import"../icon/gator/templates/overflow-menu.js";import"../icon/gator/templates/paper-airplane.js";import"../icon/gator/templates/paperclip.js";import"../icon/gator/templates/pen.js";import"../icon/gator/templates/pencil.js";import"../icon/gator/templates/pencil-paper.js";import"../icon/gator/templates/people-multiple.js";import"../icon/gator/templates/people-share.js";import"../icon/gator/templates/percent.js";import"../icon/gator/templates/person.js";import"../icon/gator/templates/person-add.js";import"../icon/gator/templates/person-check.js";import"../icon/gator/templates/person-lock.js";import"../icon/gator/templates/phone.js";import"../icon/gator/templates/phone-alert.js";import"../icon/gator/templates/phone-mobile.js";import"../icon/gator/templates/picture.js";import"../icon/gator/templates/pin.js";import"../icon/gator/templates/pinterest-logo.js";import"../icon/gator/templates/plus.js";import"../icon/gator/templates/plus-circle.js";import"../icon/gator/templates/printer.js";import"../icon/gator/templates/question-chat-bubble.js";import"../icon/gator/templates/question-circle.js";import"../icon/gator/templates/question-mark.js";import"../icon/gator/templates/radio.js";import"../icon/gator/templates/radio-selected.js";import"../icon/gator/templates/receipt.js";import"../icon/gator/templates/restricted.js";import"../icon/gator/templates/sandals.js";import"../icon/gator/templates/save.js";import"../icon/gator/templates/screen.js";import"../icon/gator/templates/search.js";import"../icon/gator/templates/settings.js";import"../icon/gator/templates/share-1.js";import"../icon/gator/templates/share-2.js";import"../icon/gator/templates/shield-lock.js";import"../icon/gator/templates/shield-warning.js";import"../icon/gator/templates/sidebar.js";import"../icon/gator/templates/sidebar-simple.js";import"../icon/gator/templates/smart-home.js";import"../icon/gator/templates/sort-arrow-solid-down.js";import"../icon/gator/templates/sort-arrow-solid-left.js";import"../icon/gator/templates/sort-arrow-solid-right.js";import"../icon/gator/templates/sort-arrow-solid-up.js";import"../icon/gator/templates/sort-arrow-solid-up-down.js";import"../icon/gator/templates/sort-reverse-variant.js";import"../icon/gator/templates/sort-variant.js";import"../icon/gator/templates/sparkle.js";import"../icon/gator/templates/sparkle-filled.js";import"../icon/gator/templates/speech-bubble.js";import"../icon/gator/templates/stack.js";import"../icon/gator/templates/stamp.js";import"../icon/gator/templates/star.js";import"../icon/gator/templates/star-four.js";import"../icon/gator/templates/star-four-filled.js";import"../icon/gator/templates/stopwatch.js";import"../icon/gator/templates/sun.js";import"../icon/gator/templates/sync.js";import"../icon/gator/templates/tab-arrows.js";import"../icon/gator/templates/target.js";import"../icon/gator/templates/thumbs-down.js";import"../icon/gator/templates/thumbs-up.js";import"../icon/gator/templates/tools.js";import"../icon/gator/templates/touch-id.js";import"../icon/gator/templates/trash.js";import"../icon/gator/templates/twitter-logo.js";import"../icon/gator/templates/unlink.js";import"../icon/gator/templates/unlock.js";import"../icon/gator/templates/upload.js";import"../icon/gator/templates/video.js";import"../icon/gator/templates/warning.js";import"../icon/gator/templates/warning-circle.js";import"../icon/gator/templates/warning-diamond.js";import"../icon/gator/templates/warning-octagon.js";import"../icon/gator/templates/wet-sign.js";import"../icon/gator/templates/wifi.js";import"../icon/gator/templates/wifi-off.js";import"../icon/gator/templates/x-logo.js";import"../icon/gator/templates/yelp-logo.js";import"../icon/gator/templates/youtube-logo.js";import"../icon/gator/templates/zillow-logo.js";import"../../utils/components/testable-lit-element/testable-lit-element.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import{r as p,x as s}from"../../assets/index-chunk2.js";import{t as g}from"../../assets/index-chunk3.js";import{n as r}from"../../assets/index-chunk.js";import{g as x,a as h}from"../../utils/string-utils.js";import{p as m}from"../../assets/index-chunk5.js";import{s as u}from"../../assets/index-chunk6.js";import{c as b}from"../../utils/lightdom-utils.js";import"../icon/gator/icon.gator.js";import"../icon/gator/templates/arrow-left.js";import"../icon/gator/templates/arrow-right.js";import"../icon/gator/templates/calendar.js";import"../icon/gator/templates/check-circle.js";import"../icon/gator/templates/check.js";import"../icon/gator/templates/checkbox.js";import"../icon/gator/templates/checkbox-selected.js";import"../icon/gator/templates/chevron-down.js";import"../icon/gator/templates/chevron-left.js";import"../icon/gator/templates/chevron-right.js";import"../icon/gator/templates/chevron-up.js";import"../icon/gator/templates/dashboard.js";import"../icon/gator/templates/exit.js";import"../icon/gator/templates/exit-circle.js";import"../icon/gator/templates/eye-crossed.js";import"../icon/gator/templates/info.js";import"../icon/gator/templates/link.js";import"../icon/gator/templates/overflow-menu.js";import"../icon/gator/templates/percent.js";import"../icon/gator/templates/picture.js";import"../icon/gator/templates/shield-lock.js";import"../icon/gator/templates/radio.js";import"../icon/gator/templates/radio-selected.js";import"../icon/gator/templates/restricted.js";import"../icon/gator/templates/settings.js";import"../icon/gator/templates/warning.js";import{T as v}from"../../utils/components/testable-lit-element/testable-lit-element.js";import"../icon/icon-registry.js";const f=":root,:host{--ngc-selection-box-background-color: var(--color-surface-primary);--ngc-selection-box-title-color: var(--color-text-primary-base);--ngc-selection-box-subtitle-color: var(--color-text-secondary);--ngc-selection-box-input-accent-color: var(--color-text-brand);--ngc-selection-box-background-color-selected: var(--color-surface-brand);--ngc-selection-box-background-color-disabled: var(--color-surface-secondary);--ngc-selection-box-icon-color-unselected: var(--color-stroke-primary);--ngc-selection-box-icon-color-disabled: var(--color-stroke-primary);--ngc-selection-box-icon-color-selected: var(--color-stroke-brand);--ngc-selection-box-border-color-error: var(--color-stroke-error);--ngc-selection-box-icon-color-error: var(--color-icon-error);--ngc-selection-box-border: var(--size-stroke-1, 1px) solid var(--color-stroke-primary);--ngc-selection-box-selected-border: var(--size-stroke-1, 1px) solid var(--color-stroke-brand, #11395B);--ngc-selection-box-hover-border: var(--size-stroke-1, 1px) solid var(--color-stroke-brand, #11395B);--ngc-selection-box-error-border: var(--size-stroke-1, 1px) solid var(--color-stroke-error-strong);--ngc-selection-box-focus-outline: var(--size-stroke-1, 1px) solid var(--color-stroke-brand, #11395B);--ngc-selection-box-border-radius: var(--radius-selection-control, .125rem);--ngc-selection-box-hover-box-shadow: var(--shadow-x-offset-0, 0px) var(--shadow-shadow-2-card-raised-property-1-y-offset, 5px) var(--shadow-shadow-2-card-raised-property-1-blur, 10px) var(--shadow-shadow-2-card-raised-property-1-spread, 0px) var(--shadow-shadow-color-10, rgba(31, 31, 31, .1)), var(--shadow-x-offset-0, 0px) var(--shadow-shadow-2-card-raised-property-2-y-offset, 7px) var(--shadow-shadow-2-card-raised-property-2-blur, 14px) var(--shadow-shadow-2-card-raised-property-2-spread, 0px) var(--shadow-shadow-color-8, rgba(31, 31, 31, .08)), var(--shadow-x-offset-0, 0px) var(--shadow-shadow-2-card-raised-property-3-y-offset, 3px) var(--shadow-shadow-2-card-raised-property-3-blur, 6px) var(--shadow-shadow-2-card-raised-property-3-spread, 0px) var(--shadow-shadow-color-8, rgba(31, 31, 31, .08));--ngc-selection-box-padding: var(--spacing-padding-margin-16, 1rem);--ngc-selection-box-margin-bottom: var(--spacing-gap-8, .5rem);--ngc-selection-box-focus-outline-offset: .125rem;--ngc-selection-box-title-font-size: var(--text-size-body-1, 1.0625rem);--ngc-selection-box-subtitle-font-size: .9375rem;--ngc-selection-box-title-line-height: var(--text-line-height-body-1, 1.5rem);--ngc-selection-box-subtitle-line-height: 1.375rem}",y=':focus-visible{outline:none}.gator-selection-box{display:flex;align-items:center;border-radius:var(--ngc-selection-box-border-radius);padding:var(--ngc-selection-box-padding);border:var(--ngc-selection-box-border);background:var(--ngc-selection-box-background-color);margin-bottom:var(--ngc-selection-box-margin-bottom);cursor:pointer}.gator-selection-box .gator-selection-box-icon{color:var(--ngc-selection-box-icon-color-unselected)}.gator-selection-box-label-container{width:100%;align-items:stretch;display:flex;flex-direction:row;align-items:center;gap:var(--spacing-gap-8, .5rem);font-feature-settings:"liga" off,"clig" off;font-style:normal;font-weight:400;font-family:var(--text-family-sans-serif, "Open Sans");cursor:inherit}.gator-selection-box-label-container-text{width:100%;align-items:stretch;display:flex;flex-direction:column}.gator-selection-box-label-title{color:var(--ngc-selection-box-title-color);font-size:var(--ngc-selection-box-title-font-size);line-height:var(--ngc-selection-box-title-line-height);cursor:inherit}.gator-selection-box-label-subtitle{color:var(--ngc-selection-box-subtitle-color);font-size:var(--ngc-selection-box-subtitle-font-size);line-height:var(--ngc-selection-box-subtitle-line-height)}.gator-selection-box:focus-visible{outline:var(--ngc-selection-box-focus-outline);outline-offset:var(--ngc-selection-box-focus-outline-offset)}.gator-selection-box:hover:not(.gator-selection-box_disabled){cursor:pointer;box-shadow:var(--ngc-selection-box-hover-box-shadow)}.gator-selection-box:hover:not(.gator-selection-box_error):not(.gator-selection-box_disabled){border:var(--ngc-selection-box-hover-border)}.gator-selection-box_disabled{cursor:not-allowed;background:var(--ngc-selection-box-background-color-disabled)}.gator-selection-box_disabled .gator-selection-box-icon{color:var(--ngc-selection-box-icon-color-disabled)}.gator-selection-box_disabled label{color:var(--color-text-placeholder)}.gator-selection-box:is([aria-checked=true]):not(.gator-selection-box_disabled):not(.gator-selection-box_error){border:var(--ngc-selection-box-selected-border);background:var(--ngc-selection-box-background-color-selected)}.gator-selection-box:is([aria-checked=true]):not(.gator-selection-box_disabled):not(.gator-selection-box_error) .gator-selection-box-icon{color:var(--ngc-selection-box-icon-color-selected)}.gator-selection-box_error{border:var(--ngc-selection-box-error-border)}.gator-selection-box_error .gator-selection-box-icon{color:var(--ngc-selection-box-icon-color-error)}';var w=Object.defineProperty,k=Object.getOwnPropertyDescriptor,t=(e,l,n,a)=>{for(var i=a>1?void 0:a?k(l,n):l,c=e.length-1,d;c>=0;c--)(d=e[c])&&(i=(a?d(l,n,i):d(i))||i);return a&&i&&w(l,n,i),i};let o=class extends v{constructor(){super(),this.id="",this.titleText="",this.subtitleText="",this.value="",this.selected=!1,this.disabled=!1,this.boxTabindex=0,this.hasError=!1,this.type="radio",this._randomId=x(),this._labelFromTemplate=null,this._generatedLabel=null,this._prependSlot=null,this.addEventListener("click",this.handleClick)}render(){return s`
|
|
1
|
+
import{r as d,x as s}from"../../assets/index-chunk2.js";import{t as b}from"../../assets/index-chunk3.js";import{n as e}from"../../assets/index-chunk.js";import{g,a as x}from"../../utils/string-utils.js";import{p as h}from"../../assets/index-chunk5.js";import{s as u}from"../../assets/index-chunk6.js";import{c as m}from"../../utils/lightdom-utils.js";import"../icon/gator/icon.gator.js";import"../icon/gator/templates/add-link.js";import"../icon/gator/templates/airplane.js";import"../icon/gator/templates/alarm.js";import"../icon/gator/templates/apartment.js";import"../icon/gator/templates/arrow-around.js";import"../icon/gator/templates/arrow-down.js";import"../icon/gator/templates/arrow-left.js";import"../icon/gator/templates/arrow-line-left.js";import"../icon/gator/templates/arrow-line-right.js";import"../icon/gator/templates/arrow-right.js";import"../icon/gator/templates/arrow-up.js";import"../icon/gator/templates/bank.js";import"../icon/gator/templates/bell.js";import"../icon/gator/templates/bell-disabled.js";import"../icon/gator/templates/binoculars.js";import"../icon/gator/templates/book.js";import"../icon/gator/templates/box.js";import"../icon/gator/templates/cake.js";import"../icon/gator/templates/calculator.js";import"../icon/gator/templates/calendar.js";import"../icon/gator/templates/camera.js";import"../icon/gator/templates/caret-up-down.js";import"../icon/gator/templates/case.js";import"../icon/gator/templates/chart-rise.js";import"../icon/gator/templates/chat.js";import"../icon/gator/templates/check.js";import"../icon/gator/templates/check-circle.js";import"../icon/gator/templates/checkbox.js";import"../icon/gator/templates/checkbox-selected.js";import"../icon/gator/templates/chevron-down.js";import"../icon/gator/templates/chevron-left.js";import"../icon/gator/templates/chevron-right.js";import"../icon/gator/templates/chevron-up.js";import"../icon/gator/templates/circle.js";import"../icon/gator/templates/circle-arrow-down.js";import"../icon/gator/templates/circle-arrow-left.js";import"../icon/gator/templates/circle-arrow-right.js";import"../icon/gator/templates/circle-arrow-up.js";import"../icon/gator/templates/circle-filled.js";import"../icon/gator/templates/city.js";import"../icon/gator/templates/clipboard.js";import"../icon/gator/templates/clock.js";import"../icon/gator/templates/clock-clockwise.js";import"../icon/gator/templates/clock-counter-clockwise.js";import"../icon/gator/templates/collapse.js";import"../icon/gator/templates/cone.js";import"../icon/gator/templates/contact-info.js";import"../icon/gator/templates/copy.js";import"../icon/gator/templates/credit-card.js";import"../icon/gator/templates/crop.js";import"../icon/gator/templates/crosshairs.js";import"../icon/gator/templates/currency-dollar-simple.js";import"../icon/gator/templates/currency-eur.js";import"../icon/gator/templates/currency-gbp.js";import"../icon/gator/templates/currency-inr.js";import"../icon/gator/templates/currency-jpy.js";import"../icon/gator/templates/currency-krw.js";import"../icon/gator/templates/currency-kzt.js";import"../icon/gator/templates/currency-ngn.js";import"../icon/gator/templates/currency-rub.js";import"../icon/gator/templates/cursor.js";import"../icon/gator/templates/cursor-arrow.js";import"../icon/gator/templates/cursor-hand.js";import"../icon/gator/templates/dashboard.js";import"../icon/gator/templates/delete.js";import"../icon/gator/templates/dna.js";import"../icon/gator/templates/document.js";import"../icon/gator/templates/document-add.js";import"../icon/gator/templates/document-check.js";import"../icon/gator/templates/document-e-sign.js";import"../icon/gator/templates/document-image.js";import"../icon/gator/templates/document-pdf.js";import"../icon/gator/templates/document-sign.js";import"../icon/gator/templates/document-zip.js";import"../icon/gator/templates/dollar-bills.js";import"../icon/gator/templates/dollar-house.js";import"../icon/gator/templates/down-payment.js";import"../icon/gator/templates/download.js";import"../icon/gator/templates/drag-drop.js";import"../icon/gator/templates/earth.js";import"../icon/gator/templates/exit.js";import"../icon/gator/templates/exit-circle.js";import"../icon/gator/templates/exit-left.js";import"../icon/gator/templates/expand.js";import"../icon/gator/templates/expand-arrows.js";import"../icon/gator/templates/export.js";import"../icon/gator/templates/eye.js";import"../icon/gator/templates/eye-closed.js";import"../icon/gator/templates/eye-crossed.js";import"../icon/gator/templates/facebook-logo.js";import"../icon/gator/templates/file-code.js";import"../icon/gator/templates/files.js";import"../icon/gator/templates/filter-funnel.js";import"../icon/gator/templates/filters.js";import"../icon/gator/templates/filters-2.js";import"../icon/gator/templates/flame.js";import"../icon/gator/templates/flash-off.js";import"../icon/gator/templates/flash-on.js";import"../icon/gator/templates/folder.js";import"../icon/gator/templates/gauge.js";import"../icon/gator/templates/hammer.js";import"../icon/gator/templates/hand-pointing.js";import"../icon/gator/templates/heart.js";import"../icon/gator/templates/home-door.js";import"../icon/gator/templates/home-finance.js";import"../icon/gator/templates/home-finance-arrow.js";import"../icon/gator/templates/home-search.js";import"../icon/gator/templates/house.js";import"../icon/gator/templates/house-simple.js";import"../icon/gator/templates/inbox.js";import"../icon/gator/templates/info.js";import"../icon/gator/templates/instagram-logo.js";import"../icon/gator/templates/interest-rate.js";import"../icon/gator/templates/invoice.js";import"../icon/gator/templates/label.js";import"../icon/gator/templates/laptop.js";import"../icon/gator/templates/layout.js";import"../icon/gator/templates/lightbulb.js";import"../icon/gator/templates/link.js";import"../icon/gator/templates/linkedin-logo.js";import"../icon/gator/templates/list.js";import"../icon/gator/templates/loading.js";import"../icon/gator/templates/loading-spinner-gif.js";import"../icon/gator/templates/lock.js";import"../icon/gator/templates/magic-wand.js";import"../icon/gator/templates/mail.js";import"../icon/gator/templates/mail-open.js";import"../icon/gator/templates/mailbox.js";import"../icon/gator/templates/map.js";import"../icon/gator/templates/menu-hamburger.js";import"../icon/gator/templates/microsoft-excel-logo.js";import"../icon/gator/templates/microsoft-outlook-logo.js";import"../icon/gator/templates/microsoft-powerpoint-logo.js";import"../icon/gator/templates/microsoft-teams-logo.js";import"../icon/gator/templates/microsoft-word-logo.js";import"../icon/gator/templates/minus.js";import"../icon/gator/templates/minus-circle.js";import"../icon/gator/templates/minus-square.js";import"../icon/gator/templates/mobile-phone-2.js";import"../icon/gator/templates/monitor.js";import"../icon/gator/templates/move.js";import"../icon/gator/templates/move-doc.js";import"../icon/gator/templates/music.js";import"../icon/gator/templates/number-1.js";import"../icon/gator/templates/number-2.js";import"../icon/gator/templates/number-3.js";import"../icon/gator/templates/overflow-menu.js";import"../icon/gator/templates/paper-airplane.js";import"../icon/gator/templates/paperclip.js";import"../icon/gator/templates/pen.js";import"../icon/gator/templates/pencil.js";import"../icon/gator/templates/pencil-paper.js";import"../icon/gator/templates/people-multiple.js";import"../icon/gator/templates/people-share.js";import"../icon/gator/templates/percent.js";import"../icon/gator/templates/person.js";import"../icon/gator/templates/person-add.js";import"../icon/gator/templates/person-check.js";import"../icon/gator/templates/person-lock.js";import"../icon/gator/templates/phone.js";import"../icon/gator/templates/phone-alert.js";import"../icon/gator/templates/phone-mobile.js";import"../icon/gator/templates/picture.js";import"../icon/gator/templates/pin.js";import"../icon/gator/templates/pinterest-logo.js";import"../icon/gator/templates/plus.js";import"../icon/gator/templates/plus-circle.js";import"../icon/gator/templates/printer.js";import"../icon/gator/templates/question-chat-bubble.js";import"../icon/gator/templates/question-circle.js";import"../icon/gator/templates/question-mark.js";import"../icon/gator/templates/radio.js";import"../icon/gator/templates/radio-selected.js";import"../icon/gator/templates/receipt.js";import"../icon/gator/templates/restricted.js";import"../icon/gator/templates/sandals.js";import"../icon/gator/templates/save.js";import"../icon/gator/templates/screen.js";import"../icon/gator/templates/search.js";import"../icon/gator/templates/settings.js";import"../icon/gator/templates/share-1.js";import"../icon/gator/templates/share-2.js";import"../icon/gator/templates/shield-lock.js";import"../icon/gator/templates/shield-warning.js";import"../icon/gator/templates/sidebar.js";import"../icon/gator/templates/sidebar-simple.js";import"../icon/gator/templates/smart-home.js";import"../icon/gator/templates/sort-arrow-solid-down.js";import"../icon/gator/templates/sort-arrow-solid-left.js";import"../icon/gator/templates/sort-arrow-solid-right.js";import"../icon/gator/templates/sort-arrow-solid-up.js";import"../icon/gator/templates/sort-arrow-solid-up-down.js";import"../icon/gator/templates/sort-reverse-variant.js";import"../icon/gator/templates/sort-variant.js";import"../icon/gator/templates/sparkle.js";import"../icon/gator/templates/sparkle-filled.js";import"../icon/gator/templates/speech-bubble.js";import"../icon/gator/templates/stack.js";import"../icon/gator/templates/stamp.js";import"../icon/gator/templates/star.js";import"../icon/gator/templates/star-four.js";import"../icon/gator/templates/star-four-filled.js";import"../icon/gator/templates/stopwatch.js";import"../icon/gator/templates/sun.js";import"../icon/gator/templates/sync.js";import"../icon/gator/templates/tab-arrows.js";import"../icon/gator/templates/target.js";import"../icon/gator/templates/thumbs-down.js";import"../icon/gator/templates/thumbs-up.js";import"../icon/gator/templates/tools.js";import"../icon/gator/templates/touch-id.js";import"../icon/gator/templates/trash.js";import"../icon/gator/templates/twitter-logo.js";import"../icon/gator/templates/unlink.js";import"../icon/gator/templates/unlock.js";import"../icon/gator/templates/upload.js";import"../icon/gator/templates/video.js";import"../icon/gator/templates/warning.js";import"../icon/gator/templates/warning-circle.js";import"../icon/gator/templates/warning-diamond.js";import"../icon/gator/templates/warning-octagon.js";import"../icon/gator/templates/wet-sign.js";import"../icon/gator/templates/wifi.js";import"../icon/gator/templates/wifi-off.js";import"../icon/gator/templates/x-logo.js";import"../icon/gator/templates/yelp-logo.js";import"../icon/gator/templates/youtube-logo.js";import"../icon/gator/templates/zillow-logo.js";import{T as v}from"../../utils/components/testable-lit-element/testable-lit-element.js";import"../icon/icon-registry.js";const f=":root,:host{--ngc-selection-box-background-color: var(--color-surface-primary);--ngc-selection-box-title-color: var(--color-text-primary-base);--ngc-selection-box-subtitle-color: var(--color-text-secondary);--ngc-selection-box-input-accent-color: var(--color-text-brand);--ngc-selection-box-background-color-selected: var(--color-surface-brand);--ngc-selection-box-background-color-disabled: var(--color-surface-secondary);--ngc-selection-box-icon-color-unselected: var(--color-stroke-primary);--ngc-selection-box-icon-color-disabled: var(--color-stroke-primary);--ngc-selection-box-icon-color-selected: var(--color-stroke-brand);--ngc-selection-box-border-color-error: var(--color-stroke-error);--ngc-selection-box-icon-color-error: var(--color-icon-error);--ngc-selection-box-border: var(--size-stroke-1, 1px) solid var(--color-stroke-primary);--ngc-selection-box-selected-border: var(--size-stroke-1, 1px) solid var(--color-stroke-brand, #11395B);--ngc-selection-box-hover-border: var(--size-stroke-1, 1px) solid var(--color-stroke-brand, #11395B);--ngc-selection-box-error-border: var(--size-stroke-1, 1px) solid var(--color-stroke-error-strong);--ngc-selection-box-focus-outline: var(--size-stroke-1, 1px) solid var(--color-stroke-brand, #11395B);--ngc-selection-box-border-radius: var(--radius-selection-control, .125rem);--ngc-selection-box-hover-box-shadow: var(--shadow-x-offset-0, 0px) var(--shadow-shadow-2-card-raised-property-1-y-offset, 5px) var(--shadow-shadow-2-card-raised-property-1-blur, 10px) var(--shadow-shadow-2-card-raised-property-1-spread, 0px) var(--shadow-shadow-color-10, rgba(31, 31, 31, .1)), var(--shadow-x-offset-0, 0px) var(--shadow-shadow-2-card-raised-property-2-y-offset, 7px) var(--shadow-shadow-2-card-raised-property-2-blur, 14px) var(--shadow-shadow-2-card-raised-property-2-spread, 0px) var(--shadow-shadow-color-8, rgba(31, 31, 31, .08)), var(--shadow-x-offset-0, 0px) var(--shadow-shadow-2-card-raised-property-3-y-offset, 3px) var(--shadow-shadow-2-card-raised-property-3-blur, 6px) var(--shadow-shadow-2-card-raised-property-3-spread, 0px) var(--shadow-shadow-color-8, rgba(31, 31, 31, .08));--ngc-selection-box-padding: var(--spacing-padding-margin-16, 1rem);--ngc-selection-box-margin-bottom: var(--spacing-gap-8, .5rem);--ngc-selection-box-focus-outline-offset: .125rem;--ngc-selection-box-title-font-size: var(--text-size-body-1, 1.0625rem);--ngc-selection-box-subtitle-font-size: .9375rem;--ngc-selection-box-title-line-height: var(--text-line-height-body-1, 1.5rem);--ngc-selection-box-subtitle-line-height: 1.375rem}",y=':focus-visible{outline:none}.gator-selection-box{display:flex;align-items:center;border-radius:var(--ngc-selection-box-border-radius);padding:var(--ngc-selection-box-padding);border:var(--ngc-selection-box-border);background:var(--ngc-selection-box-background-color);margin-bottom:var(--ngc-selection-box-margin-bottom);cursor:pointer}.gator-selection-box .gator-selection-box-icon{color:var(--ngc-selection-box-icon-color-unselected)}.gator-selection-box-label-container{width:100%;align-items:stretch;display:flex;flex-direction:row;align-items:center;gap:var(--spacing-gap-8, .5rem);font-feature-settings:"liga" off,"clig" off;font-style:normal;font-weight:400;font-family:var(--text-family-sans-serif, "Open Sans");cursor:inherit}.gator-selection-box-label-container-text{width:100%;align-items:stretch;display:flex;flex-direction:column}.gator-selection-box-label-title{color:var(--ngc-selection-box-title-color);font-size:var(--ngc-selection-box-title-font-size);line-height:var(--ngc-selection-box-title-line-height);cursor:inherit}.gator-selection-box-label-subtitle{color:var(--ngc-selection-box-subtitle-color);font-size:var(--ngc-selection-box-subtitle-font-size);line-height:var(--ngc-selection-box-subtitle-line-height)}.gator-selection-box:focus-visible{outline:var(--ngc-selection-box-focus-outline);outline-offset:var(--ngc-selection-box-focus-outline-offset)}.gator-selection-box:hover:not(.gator-selection-box_disabled){cursor:pointer;box-shadow:var(--ngc-selection-box-hover-box-shadow)}.gator-selection-box:hover:not(.gator-selection-box_error):not(.gator-selection-box_disabled){border:var(--ngc-selection-box-hover-border)}.gator-selection-box_disabled{cursor:not-allowed;background:var(--ngc-selection-box-background-color-disabled)}.gator-selection-box_disabled .gator-selection-box-icon{color:var(--ngc-selection-box-icon-color-disabled)}.gator-selection-box_disabled label{color:var(--color-text-placeholder)}.gator-selection-box:is([aria-checked=true]):not(.gator-selection-box_disabled):not(.gator-selection-box_error){border:var(--ngc-selection-box-selected-border);background:var(--ngc-selection-box-background-color-selected)}.gator-selection-box:is([aria-checked=true]):not(.gator-selection-box_disabled):not(.gator-selection-box_error) .gator-selection-box-icon{color:var(--ngc-selection-box-icon-color-selected)}.gator-selection-box_error{border:var(--ngc-selection-box-error-border)}.gator-selection-box_error .gator-selection-box-icon{color:var(--ngc-selection-box-icon-color-error)}';var w=Object.defineProperty,k=Object.getOwnPropertyDescriptor,r=(o,l,a,p)=>{for(var i=p>1?void 0:p?k(l,a):l,n=o.length-1,c;n>=0;n--)(c=o[n])&&(i=(p?c(l,a,i):c(i))||i);return p&&i&&w(l,a,i),i};let t=class extends v{constructor(){super(),this.id="",this.titleText="",this.subtitleText="",this.value="",this.selected=!1,this.disabled=!1,this.boxTabindex=0,this.hasError=!1,this.type="radio",this._randomId=g(),this._labelFromTemplate=null,this._generatedLabel=null,this._prependSlot=null,this.addEventListener("click",this.handleClick)}render(){return s`
|
|
2
2
|
<style>${y}</style>
|
|
3
3
|
<style>${f}</style>
|
|
4
|
-
<style>${
|
|
4
|
+
<style>${h}</style>
|
|
5
5
|
<style>${u}</style>
|
|
6
6
|
<div id=${this.elementId}-container
|
|
7
7
|
class=${this.containerClasses}
|
|
@@ -9,8 +9,8 @@ import{r as p,x as s}from"../../assets/index-chunk2.js";import{t as g}from"../..
|
|
|
9
9
|
aria-checked=${this.selected?"true":"false"}
|
|
10
10
|
aria-disabled=${this.disabled?"true":"false"}
|
|
11
11
|
tabindex=${this.tabindex}
|
|
12
|
-
@click=${
|
|
13
|
-
@keydown=${
|
|
12
|
+
@click=${o=>this.handleClick(o)}
|
|
13
|
+
@keydown=${o=>this.handleKeyDown(o)}>
|
|
14
14
|
<div class="gator-selection-box-label-container">
|
|
15
15
|
${this.labelContent}
|
|
16
16
|
</div>
|
|
@@ -19,10 +19,10 @@ import{r as p,x as s}from"../../assets/index-chunk2.js";import{t as g}from"../..
|
|
|
19
19
|
class="gator-selection-box-icon"
|
|
20
20
|
></ngc-icon>
|
|
21
21
|
</div>
|
|
22
|
-
`}get elementId(){return
|
|
22
|
+
`}get elementId(){return x(this.id,this._randomId)}get containerClasses(){return`gator-selection-box${this.disabled?" gator-selection-box_disabled":""}${this.hasError?" gator-selection-box_error":""}`}get iconName(){return this.type==="radio"?this.selected?"radio-selected":"radio":this.type==="checkbox"?this.selected?"checkbox-selected":"checkbox":""}get labelContent(){if(this._labelFromTemplate)return this._labelFromTemplate;const o=m(this,"label");return o?(this._labelFromTemplate=s`<label for=${this.elementId}-input class="gator-selection-box-label-title">${o}</label>`,this._labelFromTemplate):this.generatedLabelContent}get generatedLabelContent(){return this._generatedLabel=s`
|
|
23
23
|
${this.prependSlot}
|
|
24
24
|
<div class="gator-selection-box-label-container-text">
|
|
25
25
|
<label for=${this.elementId}-input class="gator-selection-box-label-title">${this.titleText}</label>
|
|
26
26
|
${this.subtitleText!==""?s`<div class="gator-selection-box-label-subtitle">${this.subtitleText}</div>`:""}
|
|
27
27
|
</div>
|
|
28
|
-
`,this._generatedLabel}get prependSlot(){if(!this._prependSlot){const
|
|
28
|
+
`,this._generatedLabel}get prependSlot(){if(!this._prependSlot){const o=m(this,"prepend");this._prependSlot=o?s`<div class="gator-selection-box-prepend">${o}</div>`:null}return this._prependSlot}get isRadio(){return this.type==="radio"}get isCheckbox(){return this.type==="checkbox"}get tabindex(){let o=this.boxTabindex;return(this.isCheckbox||this.selected)&&(o=0),this.disabled&&(o=-1),o}handleClick(o){o.preventDefault(),o.stopPropagation(),!(this.disabled||this.isRadio&&this.selected)&&(this.selected=!this.selected,this.focus(),this.dispatchEvent(new CustomEvent("change",{bubbles:!0,detail:{value:this.value,selected:this.selected}})))}handleKeyDown(o){o.key===" "&&this.handleClick(o)}};t.shadowRootOptions={...d.shadowRootOptions,delegatesFocus:!0,mode:"open"};r([e({type:String})],t.prototype,"id",2);r([e({type:String,attribute:"title-text"})],t.prototype,"titleText",2);r([e({type:String,attribute:"subtitle-text"})],t.prototype,"subtitleText",2);r([e({type:String})],t.prototype,"value",2);r([e({type:Boolean})],t.prototype,"selected",2);r([e({type:Boolean})],t.prototype,"disabled",2);r([e({type:Number,attribute:"box-tabindex"})],t.prototype,"boxTabindex",2);r([e({type:Boolean,attribute:"has-error"})],t.prototype,"hasError",2);r([e({type:String})],t.prototype,"type",2);t=r([b("ngc-selection-box")],t);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./selection-box-group.gator.js";import"../../assets/index-chunk2.js";import"../../assets/index-chunk3.js";import"../../assets/index-chunk.js";import"../../assets/index-chunk5.js";import"../../utils/string-utils.js";import"../selection-box/selection-box.gator.js";import"../../assets/index-chunk6.js";import"../../utils/lightdom-utils.js";import"../icon/gator/icon.gator.js";import"../icon/gator/templates/arrow-left.js";import"../icon/icon-registry.js";import"../icon/gator/templates/arrow-right.js";import"../icon/gator/templates/calendar.js";import"../icon/gator/templates/check-circle.js";import"../icon/gator/templates/check.js";import"../icon/gator/templates/checkbox.js";import"../icon/gator/templates/checkbox-selected.js";import"../icon/gator/templates/chevron-down.js";import"../icon/gator/templates/chevron-left.js";import"../icon/gator/templates/chevron-right.js";import"../icon/gator/templates/chevron-up.js";import"../icon/gator/templates/dashboard.js";import"../icon/gator/templates/exit.js";import"../icon/gator/templates/exit-circle.js";import"../icon/gator/templates/eye-crossed.js";import"../icon/gator/templates/info.js";import"../icon/gator/templates/link.js";import"../icon/gator/templates/overflow-menu.js";import"../icon/gator/templates/percent.js";import"../icon/gator/templates/picture.js";import"../icon/gator/templates/shield-lock.js";import"../icon/gator/templates/radio.js";import"../icon/gator/templates/radio-selected.js";import"../icon/gator/templates/restricted.js";import"../icon/gator/templates/settings.js";import"../icon/gator/templates/warning.js";import"../../utils/components/testable-lit-element/testable-lit-element.js";import"../radio-group/radio-group.gator.js";import"../../consts/key-constants.js";import"../radio/radio.gator.js";import"../input/gator/help-text/help-text.gator.js";import"../input/gator/input-label/input-label.gator.js";import"../../utils/mixins/attribute-deletion.js";import"../../utils/datatestid-utils.js";import"../../assets/index-chunk7.js";import"../checkbox-group/checkbox-group.gator.js";import"../checkbox/checkbox.gator.js";
|
|
1
|
+
import"./selection-box-group.gator.js";import"../../assets/index-chunk2.js";import"../../assets/index-chunk3.js";import"../../assets/index-chunk.js";import"../../assets/index-chunk5.js";import"../../utils/string-utils.js";import"../selection-box/selection-box.gator.js";import"../../assets/index-chunk6.js";import"../../utils/lightdom-utils.js";import"../icon/gator/icon.gator.js";import"../icon/gator/templates/add-link.js";import"../icon/icon-registry.js";import"../icon/gator/templates/airplane.js";import"../icon/gator/templates/alarm.js";import"../icon/gator/templates/apartment.js";import"../icon/gator/templates/arrow-around.js";import"../icon/gator/templates/arrow-down.js";import"../icon/gator/templates/arrow-left.js";import"../icon/gator/templates/arrow-line-left.js";import"../icon/gator/templates/arrow-line-right.js";import"../icon/gator/templates/arrow-right.js";import"../icon/gator/templates/arrow-up.js";import"../icon/gator/templates/bank.js";import"../icon/gator/templates/bell.js";import"../icon/gator/templates/bell-disabled.js";import"../icon/gator/templates/binoculars.js";import"../icon/gator/templates/book.js";import"../icon/gator/templates/box.js";import"../icon/gator/templates/cake.js";import"../icon/gator/templates/calculator.js";import"../icon/gator/templates/calendar.js";import"../icon/gator/templates/camera.js";import"../icon/gator/templates/caret-up-down.js";import"../icon/gator/templates/case.js";import"../icon/gator/templates/chart-rise.js";import"../icon/gator/templates/chat.js";import"../icon/gator/templates/check.js";import"../icon/gator/templates/check-circle.js";import"../icon/gator/templates/checkbox.js";import"../icon/gator/templates/checkbox-selected.js";import"../icon/gator/templates/chevron-down.js";import"../icon/gator/templates/chevron-left.js";import"../icon/gator/templates/chevron-right.js";import"../icon/gator/templates/chevron-up.js";import"../icon/gator/templates/circle.js";import"../icon/gator/templates/circle-arrow-down.js";import"../icon/gator/templates/circle-arrow-left.js";import"../icon/gator/templates/circle-arrow-right.js";import"../icon/gator/templates/circle-arrow-up.js";import"../icon/gator/templates/circle-filled.js";import"../icon/gator/templates/city.js";import"../icon/gator/templates/clipboard.js";import"../icon/gator/templates/clock.js";import"../icon/gator/templates/clock-clockwise.js";import"../icon/gator/templates/clock-counter-clockwise.js";import"../icon/gator/templates/collapse.js";import"../icon/gator/templates/cone.js";import"../icon/gator/templates/contact-info.js";import"../icon/gator/templates/copy.js";import"../icon/gator/templates/credit-card.js";import"../icon/gator/templates/crop.js";import"../icon/gator/templates/crosshairs.js";import"../icon/gator/templates/currency-dollar-simple.js";import"../icon/gator/templates/currency-eur.js";import"../icon/gator/templates/currency-gbp.js";import"../icon/gator/templates/currency-inr.js";import"../icon/gator/templates/currency-jpy.js";import"../icon/gator/templates/currency-krw.js";import"../icon/gator/templates/currency-kzt.js";import"../icon/gator/templates/currency-ngn.js";import"../icon/gator/templates/currency-rub.js";import"../icon/gator/templates/cursor.js";import"../icon/gator/templates/cursor-arrow.js";import"../icon/gator/templates/cursor-hand.js";import"../icon/gator/templates/dashboard.js";import"../icon/gator/templates/delete.js";import"../icon/gator/templates/dna.js";import"../icon/gator/templates/document.js";import"../icon/gator/templates/document-add.js";import"../icon/gator/templates/document-check.js";import"../icon/gator/templates/document-e-sign.js";import"../icon/gator/templates/document-image.js";import"../icon/gator/templates/document-pdf.js";import"../icon/gator/templates/document-sign.js";import"../icon/gator/templates/document-zip.js";import"../icon/gator/templates/dollar-bills.js";import"../icon/gator/templates/dollar-house.js";import"../icon/gator/templates/down-payment.js";import"../icon/gator/templates/download.js";import"../icon/gator/templates/drag-drop.js";import"../icon/gator/templates/earth.js";import"../icon/gator/templates/exit.js";import"../icon/gator/templates/exit-circle.js";import"../icon/gator/templates/exit-left.js";import"../icon/gator/templates/expand.js";import"../icon/gator/templates/expand-arrows.js";import"../icon/gator/templates/export.js";import"../icon/gator/templates/eye.js";import"../icon/gator/templates/eye-closed.js";import"../icon/gator/templates/eye-crossed.js";import"../icon/gator/templates/facebook-logo.js";import"../icon/gator/templates/file-code.js";import"../icon/gator/templates/files.js";import"../icon/gator/templates/filter-funnel.js";import"../icon/gator/templates/filters.js";import"../icon/gator/templates/filters-2.js";import"../icon/gator/templates/flame.js";import"../icon/gator/templates/flash-off.js";import"../icon/gator/templates/flash-on.js";import"../icon/gator/templates/folder.js";import"../icon/gator/templates/gauge.js";import"../icon/gator/templates/hammer.js";import"../icon/gator/templates/hand-pointing.js";import"../icon/gator/templates/heart.js";import"../icon/gator/templates/home-door.js";import"../icon/gator/templates/home-finance.js";import"../icon/gator/templates/home-finance-arrow.js";import"../icon/gator/templates/home-search.js";import"../icon/gator/templates/house.js";import"../icon/gator/templates/house-simple.js";import"../icon/gator/templates/inbox.js";import"../icon/gator/templates/info.js";import"../icon/gator/templates/instagram-logo.js";import"../icon/gator/templates/interest-rate.js";import"../icon/gator/templates/invoice.js";import"../icon/gator/templates/label.js";import"../icon/gator/templates/laptop.js";import"../icon/gator/templates/layout.js";import"../icon/gator/templates/lightbulb.js";import"../icon/gator/templates/link.js";import"../icon/gator/templates/linkedin-logo.js";import"../icon/gator/templates/list.js";import"../icon/gator/templates/loading.js";import"../icon/gator/templates/loading-spinner-gif.js";import"../icon/gator/templates/lock.js";import"../icon/gator/templates/magic-wand.js";import"../icon/gator/templates/mail.js";import"../icon/gator/templates/mail-open.js";import"../icon/gator/templates/mailbox.js";import"../icon/gator/templates/map.js";import"../icon/gator/templates/menu-hamburger.js";import"../icon/gator/templates/microsoft-excel-logo.js";import"../icon/gator/templates/microsoft-outlook-logo.js";import"../icon/gator/templates/microsoft-powerpoint-logo.js";import"../icon/gator/templates/microsoft-teams-logo.js";import"../icon/gator/templates/microsoft-word-logo.js";import"../icon/gator/templates/minus.js";import"../icon/gator/templates/minus-circle.js";import"../icon/gator/templates/minus-square.js";import"../icon/gator/templates/mobile-phone-2.js";import"../icon/gator/templates/monitor.js";import"../icon/gator/templates/move.js";import"../icon/gator/templates/move-doc.js";import"../icon/gator/templates/music.js";import"../icon/gator/templates/number-1.js";import"../icon/gator/templates/number-2.js";import"../icon/gator/templates/number-3.js";import"../icon/gator/templates/overflow-menu.js";import"../icon/gator/templates/paper-airplane.js";import"../icon/gator/templates/paperclip.js";import"../icon/gator/templates/pen.js";import"../icon/gator/templates/pencil.js";import"../icon/gator/templates/pencil-paper.js";import"../icon/gator/templates/people-multiple.js";import"../icon/gator/templates/people-share.js";import"../icon/gator/templates/percent.js";import"../icon/gator/templates/person.js";import"../icon/gator/templates/person-add.js";import"../icon/gator/templates/person-check.js";import"../icon/gator/templates/person-lock.js";import"../icon/gator/templates/phone.js";import"../icon/gator/templates/phone-alert.js";import"../icon/gator/templates/phone-mobile.js";import"../icon/gator/templates/picture.js";import"../icon/gator/templates/pin.js";import"../icon/gator/templates/pinterest-logo.js";import"../icon/gator/templates/plus.js";import"../icon/gator/templates/plus-circle.js";import"../icon/gator/templates/printer.js";import"../icon/gator/templates/question-chat-bubble.js";import"../icon/gator/templates/question-circle.js";import"../icon/gator/templates/question-mark.js";import"../icon/gator/templates/radio.js";import"../icon/gator/templates/radio-selected.js";import"../icon/gator/templates/receipt.js";import"../icon/gator/templates/restricted.js";import"../icon/gator/templates/sandals.js";import"../icon/gator/templates/save.js";import"../icon/gator/templates/screen.js";import"../icon/gator/templates/search.js";import"../icon/gator/templates/settings.js";import"../icon/gator/templates/share-1.js";import"../icon/gator/templates/share-2.js";import"../icon/gator/templates/shield-lock.js";import"../icon/gator/templates/shield-warning.js";import"../icon/gator/templates/sidebar.js";import"../icon/gator/templates/sidebar-simple.js";import"../icon/gator/templates/smart-home.js";import"../icon/gator/templates/sort-arrow-solid-down.js";import"../icon/gator/templates/sort-arrow-solid-left.js";import"../icon/gator/templates/sort-arrow-solid-right.js";import"../icon/gator/templates/sort-arrow-solid-up.js";import"../icon/gator/templates/sort-arrow-solid-up-down.js";import"../icon/gator/templates/sort-reverse-variant.js";import"../icon/gator/templates/sort-variant.js";import"../icon/gator/templates/sparkle.js";import"../icon/gator/templates/sparkle-filled.js";import"../icon/gator/templates/speech-bubble.js";import"../icon/gator/templates/stack.js";import"../icon/gator/templates/stamp.js";import"../icon/gator/templates/star.js";import"../icon/gator/templates/star-four.js";import"../icon/gator/templates/star-four-filled.js";import"../icon/gator/templates/stopwatch.js";import"../icon/gator/templates/sun.js";import"../icon/gator/templates/sync.js";import"../icon/gator/templates/tab-arrows.js";import"../icon/gator/templates/target.js";import"../icon/gator/templates/thumbs-down.js";import"../icon/gator/templates/thumbs-up.js";import"../icon/gator/templates/tools.js";import"../icon/gator/templates/touch-id.js";import"../icon/gator/templates/trash.js";import"../icon/gator/templates/twitter-logo.js";import"../icon/gator/templates/unlink.js";import"../icon/gator/templates/unlock.js";import"../icon/gator/templates/upload.js";import"../icon/gator/templates/video.js";import"../icon/gator/templates/warning.js";import"../icon/gator/templates/warning-circle.js";import"../icon/gator/templates/warning-diamond.js";import"../icon/gator/templates/warning-octagon.js";import"../icon/gator/templates/wet-sign.js";import"../icon/gator/templates/wifi.js";import"../icon/gator/templates/wifi-off.js";import"../icon/gator/templates/x-logo.js";import"../icon/gator/templates/yelp-logo.js";import"../icon/gator/templates/youtube-logo.js";import"../icon/gator/templates/zillow-logo.js";import"../../utils/components/testable-lit-element/testable-lit-element.js";import"../radio-group/radio-group.gator.js";import"../../consts/key-constants.js";import"../radio/radio.gator.js";import"../input/gator/help-text/help-text.gator.js";import"../input/gator/input-label/input-label.gator.js";import"../../utils/mixins/attribute-deletion.js";import"../../utils/datatestid-utils.js";import"../../assets/index-chunk7.js";import"../checkbox-group/checkbox-group.gator.js";import"../checkbox/checkbox.gator.js";
|