@leavittsoftware/web 8.7.1 → 8.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/leavitt/api-service/HttpError.d.ts +11 -0
- package/leavitt/api-service/HttpError.js +2 -0
- package/leavitt/api-service/HttpError.js.map +1 -0
- package/leavitt/api-service/api-service.d.ts +52 -0
- package/leavitt/api-service/api-service.js +369 -0
- package/leavitt/api-service/api-service.js.map +1 -0
- package/leavitt/api-service/authenticated-token-provider.d.ts +5 -0
- package/leavitt/api-service/authenticated-token-provider.js +7 -0
- package/leavitt/api-service/authenticated-token-provider.js.map +1 -0
- package/leavitt/api-service/bearer-token-provider.d.ts +4 -0
- package/leavitt/api-service/bearer-token-provider.js +2 -0
- package/leavitt/api-service/bearer-token-provider.js.map +1 -0
- package/leavitt/api-service/blob-response.d.ts +8 -0
- package/leavitt/api-service/blob-response.js +8 -0
- package/leavitt/api-service/blob-response.js.map +1 -0
- package/leavitt/api-service/no-authentication-token-provider.d.ts +5 -0
- package/leavitt/api-service/no-authentication-token-provider.js +6 -0
- package/leavitt/api-service/no-authentication-token-provider.js.map +1 -0
- package/leavitt/api-service/object-to-form-data.d.ts +9 -0
- package/leavitt/api-service/object-to-form-data.js +42 -0
- package/leavitt/api-service/object-to-form-data.js.map +1 -0
- package/leavitt/api-service/object-to-form-data.test.d.ts +2 -0
- package/leavitt/api-service/object-to-form-data.test.js +229 -0
- package/leavitt/api-service/object-to-form-data.test.js.map +1 -0
- package/leavitt/api-service/odata-dto.d.ts +6 -0
- package/leavitt/api-service/odata-dto.js +7 -0
- package/leavitt/api-service/odata-dto.js.map +1 -0
- package/leavitt/api-service/odata-model-info.d.ts +5 -0
- package/leavitt/api-service/odata-model-info.js +7 -0
- package/leavitt/api-service/odata-model-info.js.map +1 -0
- package/leavitt/api-service/odata-response.d.ts +15 -0
- package/leavitt/api-service/odata-response.js +50 -0
- package/leavitt/api-service/odata-response.js.map +1 -0
- package/leavitt/api-service/status-codes.d.ts +2 -0
- package/leavitt/api-service/status-codes.js +44 -0
- package/leavitt/api-service/status-codes.js.map +1 -0
- package/leavitt/app/app-logo.d.ts +12 -0
- package/leavitt/app/app-logo.js +142 -0
- package/leavitt/app/app-logo.js.map +1 -0
- package/leavitt/app/app-main-content-container.d.ts +10 -0
- package/leavitt/app/app-main-content-container.js +65 -0
- package/leavitt/app/app-main-content-container.js.map +1 -0
- package/leavitt/app/app-navigation-footer.d.ts +18 -0
- package/leavitt/app/app-navigation-footer.js +142 -0
- package/leavitt/app/app-navigation-footer.js.map +1 -0
- package/leavitt/app/app-navigation-header.d.ts +22 -0
- package/leavitt/app/app-navigation-header.js +239 -0
- package/leavitt/app/app-navigation-header.js.map +1 -0
- package/leavitt/app/app-width-limiter.d.ts +7 -0
- package/leavitt/app/app-width-limiter.js +39 -0
- package/leavitt/app/app-width-limiter.js.map +1 -0
- package/leavitt/app/contexts/main-menu-position-context.d.ts +4 -0
- package/leavitt/app/contexts/main-menu-position-context.js +3 -0
- package/leavitt/app/contexts/main-menu-position-context.js.map +1 -0
- package/leavitt/company-select/company-select.d.ts +53 -0
- package/leavitt/company-select/company-select.js +181 -0
- package/leavitt/company-select/company-select.js.map +1 -0
- package/leavitt/email-history-viewer/email-history-view-list-filter-dialog.d.ts +394 -0
- package/leavitt/email-history-viewer/email-history-view-list-filter-dialog.js +233 -0
- package/leavitt/email-history-viewer/email-history-view-list-filter-dialog.js.map +1 -0
- package/leavitt/email-history-viewer/email-history-viewer-filled-filter-dialog.d.ts +397 -0
- package/leavitt/email-history-viewer/email-history-viewer-filled-filter-dialog.js +244 -0
- package/leavitt/email-history-viewer/email-history-viewer-filled-filter-dialog.js.map +1 -0
- package/leavitt/email-history-viewer/email-history-viewer-filled.d.ts +408 -0
- package/leavitt/email-history-viewer/email-history-viewer-filled.js +381 -0
- package/leavitt/email-history-viewer/email-history-viewer-filled.js.map +1 -0
- package/leavitt/email-history-viewer/email-history-viewer.d.ts +412 -0
- package/leavitt/email-history-viewer/email-history-viewer.js +373 -0
- package/leavitt/email-history-viewer/email-history-viewer.js.map +1 -0
- package/leavitt/email-history-viewer/view-email-template-info-dialog.d.ts +386 -0
- package/leavitt/email-history-viewer/view-email-template-info-dialog.js +154 -0
- package/leavitt/email-history-viewer/view-email-template-info-dialog.js.map +1 -0
- package/leavitt/email-history-viewer/view-sent-email-dialog.d.ts +388 -0
- package/leavitt/email-history-viewer/view-sent-email-dialog.js +145 -0
- package/leavitt/email-history-viewer/view-sent-email-dialog.js.map +1 -0
- package/leavitt/error-page/error-page.d.ts +24 -0
- package/leavitt/error-page/error-page.js +185 -0
- package/leavitt/error-page/error-page.js.map +1 -0
- package/leavitt/file-explorer/add-folder-modal.d.ts +390 -0
- package/leavitt/file-explorer/add-folder-modal.js +135 -0
- package/leavitt/file-explorer/add-folder-modal.js.map +1 -0
- package/leavitt/file-explorer/events/file-explorer-events.d.ts +4 -0
- package/leavitt/file-explorer/events/file-explorer-events.js +5 -0
- package/leavitt/file-explorer/events/file-explorer-events.js.map +1 -0
- package/leavitt/file-explorer/file-explorer-error.d.ts +7 -0
- package/leavitt/file-explorer/file-explorer-error.js +38 -0
- package/leavitt/file-explorer/file-explorer-error.js.map +1 -0
- package/leavitt/file-explorer/file-explorer-image.d.ts +9 -0
- package/leavitt/file-explorer/file-explorer-image.js +54 -0
- package/leavitt/file-explorer/file-explorer-image.js.map +1 -0
- package/leavitt/file-explorer/file-explorer-no-files.d.ts +7 -0
- package/leavitt/file-explorer/file-explorer-no-files.js +38 -0
- package/leavitt/file-explorer/file-explorer-no-files.js.map +1 -0
- package/leavitt/file-explorer/file-explorer-no-permission.d.ts +7 -0
- package/leavitt/file-explorer/file-explorer-no-permission.js +38 -0
- package/leavitt/file-explorer/file-explorer-no-permission.js.map +1 -0
- package/leavitt/file-explorer/file-explorer.d.ts +446 -0
- package/leavitt/file-explorer/file-explorer.js +889 -0
- package/leavitt/file-explorer/file-explorer.js.map +1 -0
- package/leavitt/file-explorer/file-list-item.d.ts +16 -0
- package/leavitt/file-explorer/file-list-item.js +300 -0
- package/leavitt/file-explorer/file-list-item.js.map +1 -0
- package/leavitt/file-explorer/file-modal.d.ts +393 -0
- package/leavitt/file-explorer/file-modal.js +323 -0
- package/leavitt/file-explorer/file-modal.js.map +1 -0
- package/leavitt/file-explorer/folder-list-item.d.ts +15 -0
- package/leavitt/file-explorer/folder-list-item.js +210 -0
- package/leavitt/file-explorer/folder-list-item.js.map +1 -0
- package/leavitt/file-explorer/folder-modal.d.ts +391 -0
- package/leavitt/file-explorer/folder-modal.js +226 -0
- package/leavitt/file-explorer/folder-modal.js.map +1 -0
- package/leavitt/file-explorer/helpers/file-types.d.ts +2 -0
- package/leavitt/file-explorer/helpers/file-types.js +19 -0
- package/leavitt/file-explorer/helpers/file-types.js.map +1 -0
- package/leavitt/file-explorer/helpers/format-bytes.d.ts +2 -0
- package/leavitt/file-explorer/helpers/format-bytes.js +8 -0
- package/leavitt/file-explorer/helpers/format-bytes.js.map +1 -0
- package/leavitt/person-company-select/person-company-select.d.ts +43 -0
- package/leavitt/person-company-select/person-company-select.js +198 -0
- package/leavitt/person-company-select/person-company-select.js.map +1 -0
- package/leavitt/person-group-select/people-group-icons.d.ts +5 -0
- package/leavitt/person-group-select/people-group-icons.js +87 -0
- package/leavitt/person-group-select/people-group-icons.js.map +1 -0
- package/leavitt/person-group-select/person-group-select.d.ts +43 -0
- package/leavitt/person-group-select/person-group-select.js +207 -0
- package/leavitt/person-group-select/person-group-select.js.map +1 -0
- package/leavitt/person-select/person-select.d.ts +46 -0
- package/leavitt/person-select/person-select.js +203 -0
- package/leavitt/person-select/person-select.js.map +1 -0
- package/leavitt/profile-picture/profile-picture-menu.d.ts +48 -0
- package/leavitt/profile-picture/profile-picture-menu.js +248 -0
- package/leavitt/profile-picture/profile-picture-menu.js.map +1 -0
- package/leavitt/profile-picture/profile-picture.d.ts +44 -0
- package/leavitt/profile-picture/profile-picture.js +208 -0
- package/leavitt/profile-picture/profile-picture.js.map +1 -0
- package/leavitt/service-worker-notifier/service-worker-notifier.d.ts +14 -0
- package/leavitt/service-worker-notifier/service-worker-notifier.js +180 -0
- package/leavitt/service-worker-notifier/service-worker-notifier.js.map +1 -0
- package/leavitt/theme/theme-preference-event.d.ts +4 -0
- package/leavitt/theme/theme-preference-event.js +5 -0
- package/leavitt/theme/theme-preference-event.js.map +1 -0
- package/leavitt/theme/theme-preference.d.ts +8 -0
- package/leavitt/theme/theme-preference.js +26 -0
- package/leavitt/theme/theme-preference.js.map +1 -0
- package/leavitt/user-feedback/provide-feedback-dialog.d.ts +386 -0
- package/leavitt/user-feedback/provide-feedback-dialog.js +150 -0
- package/leavitt/user-feedback/provide-feedback-dialog.js.map +1 -0
- package/leavitt/user-feedback/report-a-problem-dialog.d.ts +388 -0
- package/leavitt/user-feedback/report-a-problem-dialog.js +170 -0
- package/leavitt/user-feedback/report-a-problem-dialog.js.map +1 -0
- package/leavitt/user-feedback/user-feedback.d.ts +390 -0
- package/leavitt/user-feedback/user-feedback.js +222 -0
- package/leavitt/user-feedback/user-feedback.js.map +1 -0
- package/leavitt/user-manager/LssJwtToken.d.ts +24 -0
- package/leavitt/user-manager/LssJwtToken.js +2 -0
- package/leavitt/user-manager/LssJwtToken.js.map +1 -0
- package/leavitt/user-manager/auth-zero-lg-access-token.d.ts +15 -0
- package/leavitt/user-manager/auth-zero-lg-access-token.js +2 -0
- package/leavitt/user-manager/auth-zero-lg-access-token.js.map +1 -0
- package/leavitt/user-manager/auth-zero-lg-identity-token.d.ts +24 -0
- package/leavitt/user-manager/auth-zero-lg-identity-token.js +2 -0
- package/leavitt/user-manager/auth-zero-lg-identity-token.js.map +1 -0
- package/leavitt/user-manager/auth-zero-lg-identity.d.ts +24 -0
- package/leavitt/user-manager/auth-zero-lg-identity.js +2 -0
- package/leavitt/user-manager/auth-zero-lg-identity.js.map +1 -0
- package/leavitt/user-manager/auth-zero-lg-user-manager.d.ts +18 -0
- package/leavitt/user-manager/auth-zero-lg-user-manager.js +382 -0
- package/leavitt/user-manager/auth-zero-lg-user-manager.js.map +1 -0
- package/leavitt/user-manager/user-manager-events.d.ts +5 -0
- package/leavitt/user-manager/user-manager-events.js +7 -0
- package/leavitt/user-manager/user-manager-events.js.map +1 -0
- package/leavitt/user-manager/user-manager.d.ts +47 -0
- package/leavitt/user-manager/user-manager.js +443 -0
- package/leavitt/user-manager/user-manager.js.map +1 -0
- package/package.json +2 -2
- package/titanium/access-denied-page/access-denied-page.d.ts +16 -0
- package/titanium/access-denied-page/access-denied-page.js +359 -0
- package/titanium/access-denied-page/access-denied-page.js.map +1 -0
- package/titanium/address-input/address-input.d.ts +31 -0
- package/titanium/address-input/address-input.js +104 -0
- package/titanium/address-input/address-input.js.map +1 -0
- package/titanium/address-input/google-address-input.d.ts +35 -0
- package/titanium/address-input/google-address-input.js +242 -0
- package/titanium/address-input/google-address-input.js.map +1 -0
- package/titanium/address-input/manual-address-dialog.d.ts +39 -0
- package/titanium/address-input/manual-address-dialog.js +350 -0
- package/titanium/address-input/manual-address-dialog.js.map +1 -0
- package/titanium/address-input/types/address-input-address.d.ts +17 -0
- package/titanium/address-input/types/address-input-address.js +2 -0
- package/titanium/address-input/types/address-input-address.js.map +1 -0
- package/titanium/address-input/utils/address-to-string.d.ts +3 -0
- package/titanium/address-input/utils/address-to-string.js +26 -0
- package/titanium/address-input/utils/address-to-string.js.map +1 -0
- package/titanium/address-input/utils/place-result-to-address.d.ts +3 -0
- package/titanium/address-input/utils/place-result-to-address.js +46 -0
- package/titanium/address-input/utils/place-result-to-address.js.map +1 -0
- package/titanium/address-input/utils/validate-street.d.ts +2 -0
- package/titanium/address-input/utils/validate-street.js +8 -0
- package/titanium/address-input/utils/validate-street.js.map +1 -0
- package/titanium/card/card.d.ts +24 -0
- package/titanium/card/card.js +188 -0
- package/titanium/card/card.js.map +1 -0
- package/titanium/chip/chip.d.ts +57 -0
- package/titanium/chip/chip.js +289 -0
- package/titanium/chip/chip.js.map +1 -0
- package/titanium/chip-multi-select/chip-multi-select.d.ts +71 -0
- package/titanium/chip-multi-select/chip-multi-select.js +228 -0
- package/titanium/chip-multi-select/chip-multi-select.js.map +1 -0
- package/titanium/circle-loading-indicator/circle-loading-indicator.d.ts +19 -0
- package/titanium/circle-loading-indicator/circle-loading-indicator.js +122 -0
- package/titanium/circle-loading-indicator/circle-loading-indicator.js.map +1 -0
- package/titanium/collapsible-container/collapsible-container.d.ts +12 -0
- package/titanium/collapsible-container/collapsible-container.js +115 -0
- package/titanium/collapsible-container/collapsible-container.js.map +1 -0
- package/titanium/confirm-dialog/confirm-dialog-open-event.d.ts +10 -0
- package/titanium/confirm-dialog/confirm-dialog-open-event.js +12 -0
- package/titanium/confirm-dialog/confirm-dialog-open-event.js.map +1 -0
- package/titanium/confirm-dialog/confirm-dialog.d.ts +25 -0
- package/titanium/confirm-dialog/confirm-dialog.js +104 -0
- package/titanium/confirm-dialog/confirm-dialog.js.map +1 -0
- package/titanium/confirmation-dialog/confirmation-dialog.d.ts +19 -0
- package/titanium/confirmation-dialog/confirmation-dialog.js +124 -0
- package/titanium/confirmation-dialog/confirmation-dialog.js.map +1 -0
- package/titanium/data-table/data-table-action-bar.d.ts +11 -0
- package/titanium/data-table/data-table-action-bar.js +216 -0
- package/titanium/data-table/data-table-action-bar.js.map +1 -0
- package/titanium/data-table/data-table-content-styles.d.ts +2 -0
- package/titanium/data-table/data-table-content-styles.js +48 -0
- package/titanium/data-table/data-table-content-styles.js.map +1 -0
- package/titanium/data-table/data-table-core-reorder-dialog.d.ts +391 -0
- package/titanium/data-table/data-table-core-reorder-dialog.js +170 -0
- package/titanium/data-table/data-table-core-reorder-dialog.js.map +1 -0
- package/titanium/data-table/data-table-core-reorder-item.d.ts +15 -0
- package/titanium/data-table/data-table-core-reorder-item.js +154 -0
- package/titanium/data-table/data-table-core-reorder-item.js.map +1 -0
- package/titanium/data-table/data-table-core-settings-choose-columns-dialog.d.ts +22 -0
- package/titanium/data-table/data-table-core-settings-choose-columns-dialog.js +164 -0
- package/titanium/data-table/data-table-core-settings-choose-columns-dialog.js.map +1 -0
- package/titanium/data-table/data-table-core-settings-choose-columns-item.d.ts +14 -0
- package/titanium/data-table/data-table-core-settings-choose-columns-item.js +96 -0
- package/titanium/data-table/data-table-core-settings-choose-columns-item.js.map +1 -0
- package/titanium/data-table/data-table-core-settings-sort-dialog.d.ts +22 -0
- package/titanium/data-table/data-table-core-settings-sort-dialog.js +231 -0
- package/titanium/data-table/data-table-core-settings-sort-dialog.js.map +1 -0
- package/titanium/data-table/data-table-core-settings-sort-item.d.ts +17 -0
- package/titanium/data-table/data-table-core-settings-sort-item.js +171 -0
- package/titanium/data-table/data-table-core-settings-sort-item.js.map +1 -0
- package/titanium/data-table/data-table-core.d.ts +458 -0
- package/titanium/data-table/data-table-core.js +745 -0
- package/titanium/data-table/data-table-core.js.map +1 -0
- package/titanium/data-table/data-table-header.d.ts +68 -0
- package/titanium/data-table/data-table-header.js +295 -0
- package/titanium/data-table/data-table-header.js.map +1 -0
- package/titanium/data-table/data-table-item.d.ts +99 -0
- package/titanium/data-table/data-table-item.js +561 -0
- package/titanium/data-table/data-table-item.js.map +1 -0
- package/titanium/data-table/data-table.d.ts +127 -0
- package/titanium/data-table/data-table.js +688 -0
- package/titanium/data-table/data-table.js.map +1 -0
- package/titanium/data-table/draggable-item-base.d.ts +30 -0
- package/titanium/data-table/draggable-item-base.js +324 -0
- package/titanium/data-table/draggable-item-base.js.map +1 -0
- package/titanium/data-table/filter-controller.d.ts +24 -0
- package/titanium/data-table/filter-controller.js +122 -0
- package/titanium/data-table/filter-controller.js.map +1 -0
- package/titanium/data-table/filter.d.ts +8 -0
- package/titanium/data-table/filter.js +11 -0
- package/titanium/data-table/filter.js.map +1 -0
- package/titanium/data-table/page-control.d.ts +59 -0
- package/titanium/data-table/page-control.js +236 -0
- package/titanium/data-table/page-control.js.map +1 -0
- package/titanium/date-input/date-input.d.ts +149 -0
- package/titanium/date-input/date-input.js +548 -0
- package/titanium/date-input/date-input.js.map +1 -0
- package/titanium/date-range-selector/date-range-change-event.d.ts +8 -0
- package/titanium/date-range-selector/date-range-change-event.js +10 -0
- package/titanium/date-range-selector/date-range-change-event.js.map +1 -0
- package/titanium/date-range-selector/date-range-selector.d.ts +71 -0
- package/titanium/date-range-selector/date-range-selector.js +479 -0
- package/titanium/date-range-selector/date-range-selector.js.map +1 -0
- package/titanium/date-range-selector/types/date-range-key.d.ts +2 -0
- package/titanium/date-range-selector/types/date-range-key.js +2 -0
- package/titanium/date-range-selector/types/date-range-key.js.map +1 -0
- package/titanium/date-range-selector/types/date-range-option.d.ts +8 -0
- package/titanium/date-range-selector/types/date-range-option.js +2 -0
- package/titanium/date-range-selector/types/date-range-option.js.map +1 -0
- package/titanium/date-range-selector/types/date-ranges.d.ts +4 -0
- package/titanium/date-range-selector/types/date-ranges.js +133 -0
- package/titanium/date-range-selector/types/date-ranges.js.map +1 -0
- package/titanium/date-range-selector/types/range-label.d.ts +5 -0
- package/titanium/date-range-selector/types/range-label.js +25 -0
- package/titanium/date-range-selector/types/range-label.js.map +1 -0
- package/titanium/drawer/drawer.d.ts +52 -0
- package/titanium/drawer/drawer.js +417 -0
- package/titanium/drawer/drawer.js.map +1 -0
- package/titanium/duration-input/duration-input.d.ts +31 -0
- package/titanium/duration-input/duration-input.js +126 -0
- package/titanium/duration-input/duration-input.js.map +1 -0
- package/titanium/duration-input/filled-duration-input.d.ts +31 -0
- package/titanium/duration-input/filled-duration-input.js +123 -0
- package/titanium/duration-input/filled-duration-input.js.map +1 -0
- package/titanium/duration-input/human-interval.d.ts +19 -0
- package/titanium/duration-input/human-interval.js +73 -0
- package/titanium/duration-input/human-interval.js.map +1 -0
- package/titanium/duration-input/outlined-duration-input.d.ts +30 -0
- package/titanium/duration-input/outlined-duration-input.js +109 -0
- package/titanium/duration-input/outlined-duration-input.js.map +1 -0
- package/titanium/error-page/error-page.d.ts +16 -0
- package/titanium/error-page/error-page.js +95 -0
- package/titanium/error-page/error-page.js.map +1 -0
- package/titanium/event-bus/event-bus.d.ts +10 -0
- package/titanium/event-bus/event-bus.js +52 -0
- package/titanium/event-bus/event-bus.js.map +1 -0
- package/titanium/extendable-outlined-text-field/extendable-outlined-text-field.d.ts +168 -0
- package/titanium/extendable-outlined-text-field/extendable-outlined-text-field.js +373 -0
- package/titanium/extendable-outlined-text-field/extendable-outlined-text-field.js.map +1 -0
- package/titanium/full-page-loading-indicator/full-page-loading-indicator.d.ts +17 -0
- package/titanium/full-page-loading-indicator/full-page-loading-indicator.js +121 -0
- package/titanium/full-page-loading-indicator/full-page-loading-indicator.js.map +1 -0
- package/titanium/hacks/dialog-navigation-hack.d.ts +8 -0
- package/titanium/hacks/dialog-navigation-hack.js +22 -0
- package/titanium/hacks/dialog-navigation-hack.js.map +1 -0
- package/titanium/hacks/dialog-overflow-hacks.d.ts +4 -0
- package/titanium/hacks/dialog-overflow-hacks.js +21 -0
- package/titanium/hacks/dialog-overflow-hacks.js.map +1 -0
- package/titanium/hacks/dialog-zindex-hack.d.ts +11 -0
- package/titanium/hacks/dialog-zindex-hack.js +20 -0
- package/titanium/hacks/dialog-zindex-hack.js.map +1 -0
- package/titanium/hacks/report-validity-if-error.d.ts +4 -0
- package/titanium/hacks/report-validity-if-error.js +6 -0
- package/titanium/hacks/report-validity-if-error.js.map +1 -0
- package/titanium/header/header.d.ts +39 -0
- package/titanium/header/header.js +167 -0
- package/titanium/header/header.js.map +1 -0
- package/titanium/helpers/address/country-abbr-to-titlecase.d.ts +5 -0
- package/titanium/helpers/address/country-abbr-to-titlecase.js +243 -0
- package/titanium/helpers/address/country-abbr-to-titlecase.js.map +1 -0
- package/titanium/helpers/address/format-address.d.ts +22 -0
- package/titanium/helpers/address/format-address.js +33 -0
- package/titanium/helpers/address/format-address.js.map +1 -0
- package/titanium/helpers/address/get-country-name.d.ts +2 -0
- package/titanium/helpers/address/get-country-name.js +12 -0
- package/titanium/helpers/address/get-country-name.js.map +1 -0
- package/titanium/helpers/address/states-abbr-to-titlecase.d.ts +9 -0
- package/titanium/helpers/address/states-abbr-to-titlecase.js +117 -0
- package/titanium/helpers/address/states-abbr-to-titlecase.js.map +1 -0
- package/titanium/helpers/csv/convert-array-to-csv.d.ts +2 -0
- package/titanium/helpers/csv/convert-array-to-csv.js +35 -0
- package/titanium/helpers/csv/convert-array-to-csv.js.map +1 -0
- package/titanium/helpers/csv/flatten-object.d.ts +2 -0
- package/titanium/helpers/csv/flatten-object.js +64 -0
- package/titanium/helpers/csv/flatten-object.js.map +1 -0
- package/titanium/helpers/csv/start-csv-download.d.ts +2 -0
- package/titanium/helpers/csv/start-csv-download.js +11 -0
- package/titanium/helpers/csv/start-csv-download.js.map +1 -0
- package/titanium/helpers/debouncer.d.ts +13 -0
- package/titanium/helpers/debouncer.js +33 -0
- package/titanium/helpers/debouncer.js.map +1 -0
- package/titanium/helpers/delay.d.ts +2 -0
- package/titanium/helpers/delay.js +6 -0
- package/titanium/helpers/delay.js.map +1 -0
- package/titanium/helpers/escape-term.d.ts +2 -0
- package/titanium/helpers/escape-term.js +2 -0
- package/titanium/helpers/escape-term.js.map +1 -0
- package/titanium/helpers/find-scrollable-parent.d.ts +2 -0
- package/titanium/helpers/find-scrollable-parent.js +13 -0
- package/titanium/helpers/find-scrollable-parent.js.map +1 -0
- package/titanium/helpers/get-cdn-Inline-url.d.ts +4 -0
- package/titanium/helpers/get-cdn-Inline-url.js +27 -0
- package/titanium/helpers/get-cdn-Inline-url.js.map +1 -0
- package/titanium/helpers/get-cdn-download-url.d.ts +3 -0
- package/titanium/helpers/get-cdn-download-url.js +12 -0
- package/titanium/helpers/get-cdn-download-url.js.map +1 -0
- package/titanium/helpers/get-company-logo-url.d.ts +3 -0
- package/titanium/helpers/get-company-logo-url.js +6 -0
- package/titanium/helpers/get-company-logo-url.js.map +1 -0
- package/titanium/helpers/get-company-mark-url.d.ts +3 -0
- package/titanium/helpers/get-company-mark-url.js +6 -0
- package/titanium/helpers/get-company-mark-url.js.map +1 -0
- package/titanium/helpers/get-search-token.d.ts +2 -0
- package/titanium/helpers/get-search-token.js +17 -0
- package/titanium/helpers/get-search-token.js.map +1 -0
- package/titanium/helpers/group-by.d.ts +2 -0
- package/titanium/helpers/group-by.js +7 -0
- package/titanium/helpers/group-by.js.map +1 -0
- package/titanium/helpers/helpers.d.ts +15 -0
- package/titanium/helpers/helpers.js +15 -0
- package/titanium/helpers/helpers.js.map +1 -0
- package/titanium/helpers/install-media-query-watcher.d.ts +2 -0
- package/titanium/helpers/install-media-query-watcher.js +6 -0
- package/titanium/helpers/install-media-query-watcher.js.map +1 -0
- package/titanium/helpers/is-development.d.ts +3 -0
- package/titanium/helpers/is-development.js +12 -0
- package/titanium/helpers/is-development.js.map +1 -0
- package/titanium/helpers/join.d.ts +2 -0
- package/titanium/helpers/join.js +5 -0
- package/titanium/helpers/join.js.map +1 -0
- package/titanium/helpers/load-while.d.ts +374 -0
- package/titanium/helpers/load-while.js +28 -0
- package/titanium/helpers/load-while.js.map +1 -0
- package/titanium/helpers/middle-ellipsis.d.ts +2 -0
- package/titanium/helpers/middle-ellipsis.js +7 -0
- package/titanium/helpers/middle-ellipsis.js.map +1 -0
- package/titanium/helpers/not-null-or-undefined.d.ts +2 -0
- package/titanium/helpers/not-null-or-undefined.js +4 -0
- package/titanium/helpers/not-null-or-undefined.js.map +1 -0
- package/titanium/helpers/not-null.d.ts +2 -0
- package/titanium/helpers/not-null.js +4 -0
- package/titanium/helpers/not-null.js.map +1 -0
- package/titanium/helpers/not-undefined.d.ts +2 -0
- package/titanium/helpers/not-undefined.js +4 -0
- package/titanium/helpers/not-undefined.js.map +1 -0
- package/titanium/helpers/pending-state-catcher.d.ts +416 -0
- package/titanium/helpers/pending-state-catcher.js +88 -0
- package/titanium/helpers/pending-state-catcher.js.map +1 -0
- package/titanium/helpers/phone-numbers/format-phone-number-dashes.d.ts +2 -0
- package/titanium/helpers/phone-numbers/format-phone-number-dashes.js +9 -0
- package/titanium/helpers/phone-numbers/format-phone-number-dashes.js.map +1 -0
- package/titanium/helpers/phone-numbers/format-phone-number-dots.d.ts +2 -0
- package/titanium/helpers/phone-numbers/format-phone-number-dots.js +9 -0
- package/titanium/helpers/phone-numbers/format-phone-number-dots.js.map +1 -0
- package/titanium/helpers/phone-numbers/format-phone-number-numbers-only.d.ts +2 -0
- package/titanium/helpers/phone-numbers/format-phone-number-numbers-only.js +9 -0
- package/titanium/helpers/phone-numbers/format-phone-number-numbers-only.js.map +1 -0
- package/titanium/helpers/phone-numbers/format-phone-number.d.ts +2 -0
- package/titanium/helpers/phone-numbers/format-phone-number.js +9 -0
- package/titanium/helpers/phone-numbers/format-phone-number.js.map +1 -0
- package/titanium/helpers/phone-numbers/phone-mask.d.ts +2 -0
- package/titanium/helpers/phone-numbers/phone-mask.js +5 -0
- package/titanium/helpers/phone-numbers/phone-mask.js.map +1 -0
- package/titanium/helpers/phone-numbers/try-format-phone-number.d.ts +2 -0
- package/titanium/helpers/phone-numbers/try-format-phone-number.js +9 -0
- package/titanium/helpers/phone-numbers/try-format-phone-number.js.map +1 -0
- package/titanium/icon-picker/icon-picker.d.ts +37 -0
- package/titanium/icon-picker/icon-picker.js +160 -0
- package/titanium/icon-picker/icon-picker.js.map +1 -0
- package/titanium/icon-picker/material-symbols.d.ts +3 -0
- package/titanium/icon-picker/material-symbols.js +3297 -0
- package/titanium/icon-picker/material-symbols.js.map +1 -0
- package/titanium/input-validator/filled-input-validator.d.ts +20 -0
- package/titanium/input-validator/filled-input-validator.js +48 -0
- package/titanium/input-validator/filled-input-validator.js.map +1 -0
- package/titanium/input-validator/input-validator.d.ts +20 -0
- package/titanium/input-validator/input-validator.js +48 -0
- package/titanium/input-validator/input-validator.js.map +1 -0
- package/titanium/input-validator/outlined-input-validator.d.ts +20 -0
- package/titanium/input-validator/outlined-input-validator.js +48 -0
- package/titanium/input-validator/outlined-input-validator.js.map +1 -0
- package/titanium/profile-picture-stack/profile-picture-stack.d.ts +51 -0
- package/titanium/profile-picture-stack/profile-picture-stack.js +212 -0
- package/titanium/profile-picture-stack/profile-picture-stack.js.map +1 -0
- package/titanium/search-input/filled-search-input.d.ts +15 -0
- package/titanium/search-input/filled-search-input.js +111 -0
- package/titanium/search-input/filled-search-input.js.map +1 -0
- package/titanium/search-input/search-input.d.ts +29 -0
- package/titanium/search-input/search-input.js +123 -0
- package/titanium/search-input/search-input.js.map +1 -0
- package/titanium/service-worker-notifier/service-worker-notifier.d.ts +9 -0
- package/titanium/service-worker-notifier/service-worker-notifier.js +58 -0
- package/titanium/service-worker-notifier/service-worker-notifier.js.map +1 -0
- package/titanium/show-hide/show-hide.d.ts +41 -0
- package/titanium/show-hide/show-hide.js +171 -0
- package/titanium/show-hide/show-hide.js.map +1 -0
- package/titanium/single-select-base/single-select-base.d.ts +514 -0
- package/titanium/single-select-base/single-select-base.js +549 -0
- package/titanium/single-select-base/single-select-base.js.map +1 -0
- package/titanium/smart-attachment-input/crop-and-save-image-dialog.d.ts +422 -0
- package/titanium/smart-attachment-input/crop-and-save-image-dialog.js +467 -0
- package/titanium/smart-attachment-input/crop-and-save-image-dialog.js.map +1 -0
- package/titanium/smart-attachment-input/cropper-styles.d.ts +3 -0
- package/titanium/smart-attachment-input/cropper-styles.js +318 -0
- package/titanium/smart-attachment-input/cropper-styles.js.map +1 -0
- package/titanium/smart-attachment-input/image-formats.d.ts +5 -0
- package/titanium/smart-attachment-input/image-formats.js +37 -0
- package/titanium/smart-attachment-input/image-formats.js.map +1 -0
- package/titanium/smart-attachment-input/image-preview-dialog.d.ts +21 -0
- package/titanium/smart-attachment-input/image-preview-dialog.js +96 -0
- package/titanium/smart-attachment-input/image-preview-dialog.js.map +1 -0
- package/titanium/smart-attachment-input/images/duck-loader.gif +0 -0
- package/titanium/smart-attachment-input/images/icon-other-bg.png +0 -0
- package/titanium/smart-attachment-input/images/icon-other.png +0 -0
- package/titanium/smart-attachment-input/images/icon-pdf-bg.png +0 -0
- package/titanium/smart-attachment-input/images/icon-pdf.png +0 -0
- package/titanium/smart-attachment-input/smart-attachment-input.d.ts +133 -0
- package/titanium/smart-attachment-input/smart-attachment-input.js +497 -0
- package/titanium/smart-attachment-input/smart-attachment-input.js.map +1 -0
- package/titanium/smart-attachment-input/type/smart-attachment.d.ts +7 -0
- package/titanium/smart-attachment-input/type/smart-attachment.js +2 -0
- package/titanium/smart-attachment-input/type/smart-attachment.js.map +1 -0
- package/titanium/snackbar/show-snackbar-event.d.ts +9 -0
- package/titanium/snackbar/show-snackbar-event.js +9 -0
- package/titanium/snackbar/show-snackbar-event.js.map +1 -0
- package/titanium/snackbar/snackbar-stack.d.ts +24 -0
- package/titanium/snackbar/snackbar-stack.js +99 -0
- package/titanium/snackbar/snackbar-stack.js.map +1 -0
- package/titanium/snackbar/snackbars/http-error-snackbar.d.ts +28 -0
- package/titanium/snackbar/snackbars/http-error-snackbar.js +155 -0
- package/titanium/snackbar/snackbars/http-error-snackbar.js.map +1 -0
- package/titanium/snackbar/snackbars/simple-snackbar.d.ts +27 -0
- package/titanium/snackbar/snackbars/simple-snackbar.js +140 -0
- package/titanium/snackbar/snackbars/simple-snackbar.js.map +1 -0
- package/titanium/snackbar/types/snackbar-options.d.ts +9 -0
- package/titanium/snackbar/types/snackbar-options.js +2 -0
- package/titanium/snackbar/types/snackbar-options.js.map +1 -0
- package/titanium/styles/a.d.ts +2 -0
- package/titanium/styles/a.js +18 -0
- package/titanium/styles/a.js.map +1 -0
- package/titanium/styles/data-row.d.ts +2 -0
- package/titanium/styles/data-row.js +61 -0
- package/titanium/styles/data-row.js.map +1 -0
- package/titanium/styles/ellipsis.d.ts +2 -0
- package/titanium/styles/ellipsis.js +9 -0
- package/titanium/styles/ellipsis.js.map +1 -0
- package/titanium/styles/h1.d.ts +2 -0
- package/titanium/styles/h1.js +17 -0
- package/titanium/styles/h1.js.map +1 -0
- package/titanium/styles/h2.d.ts +2 -0
- package/titanium/styles/h2.js +17 -0
- package/titanium/styles/h2.js.map +1 -0
- package/titanium/styles/h3.d.ts +2 -0
- package/titanium/styles/h3.js +17 -0
- package/titanium/styles/h3.js.map +1 -0
- package/titanium/styles/h4.d.ts +2 -0
- package/titanium/styles/h4.js +17 -0
- package/titanium/styles/h4.js.map +1 -0
- package/titanium/styles/h5.d.ts +2 -0
- package/titanium/styles/h5.js +19 -0
- package/titanium/styles/h5.js.map +1 -0
- package/titanium/styles/nice-badge.d.ts +2 -0
- package/titanium/styles/nice-badge.js +53 -0
- package/titanium/styles/nice-badge.js.map +1 -0
- package/titanium/styles/p.d.ts +2 -0
- package/titanium/styles/p.js +17 -0
- package/titanium/styles/p.js.map +1 -0
- package/titanium/styles/styles.d.ts +17 -0
- package/titanium/styles/styles.js +17 -0
- package/titanium/styles/styles.js.map +1 -0
- package/titanium/toolbar/toolbar.d.ts +24 -0
- package/titanium/toolbar/toolbar.js +100 -0
- package/titanium/toolbar/toolbar.js.map +1 -0
- package/titanium/types/any-function.d.ts +5 -0
- package/titanium/types/any-function.js +5 -0
- package/titanium/types/any-function.js.map +1 -0
- package/titanium/types/dom-event.d.ts +4 -0
- package/titanium/types/dom-event.js +2 -0
- package/titanium/types/dom-event.js.map +1 -0
- package/titanium/types/identifier-interface.d.ts +4 -0
- package/titanium/types/identifier-interface.js +2 -0
- package/titanium/types/identifier-interface.js.map +1 -0
- package/titanium/types/pending-state-event.d.ts +7 -0
- package/titanium/types/pending-state-event.js +7 -0
- package/titanium/types/pending-state-event.js.map +1 -0
- package/titanium/types/string-map.d.ts +7 -0
- package/titanium/types/string-map.js +5 -0
- package/titanium/types/string-map.js.map +1 -0
- package/titanium/youtube-input/youtube-input.d.ts +19 -0
- package/titanium/youtube-input/youtube-input.js +68 -0
- package/titanium/youtube-input/youtube-input.js.map +1 -0
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
import '@material/web/textfield/outlined-text-field';
|
|
2
|
+
import { MdOutlinedTextField } from '@material/web/textfield/outlined-text-field';
|
|
3
|
+
import { LitElement } from 'lit';
|
|
4
|
+
import { TextFieldType, UnsupportedTextFieldType } from '@material/web/textfield/internal/text-field';
|
|
5
|
+
export declare class ExtendableOutlinedTextField extends LitElement {
|
|
6
|
+
accessor input: MdOutlinedTextField;
|
|
7
|
+
/**
|
|
8
|
+
* Gets or sets whether or not the text field is in a visually invalid state.
|
|
9
|
+
*
|
|
10
|
+
* This error state overrides the error state controlled by
|
|
11
|
+
* `reportValidity()`.
|
|
12
|
+
*/
|
|
13
|
+
accessor error: boolean;
|
|
14
|
+
accessor disabled: boolean;
|
|
15
|
+
/**
|
|
16
|
+
* The error message that replaces supporting text when `error` is true. If
|
|
17
|
+
* `errorText` is an empty string, then the supporting text will continue to
|
|
18
|
+
* show.
|
|
19
|
+
*
|
|
20
|
+
* This error message overrides the error message displayed by
|
|
21
|
+
* `reportValidity()`.
|
|
22
|
+
*/
|
|
23
|
+
accessor errorText: string;
|
|
24
|
+
accessor label: string;
|
|
25
|
+
accessor required: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* The current value of the text field. It is always a string.
|
|
28
|
+
*/
|
|
29
|
+
accessor value: string;
|
|
30
|
+
/**
|
|
31
|
+
* An optional prefix to display before the input value.
|
|
32
|
+
*/
|
|
33
|
+
accessor prefixText: string;
|
|
34
|
+
/**
|
|
35
|
+
* An optional suffix to display after the input value.
|
|
36
|
+
*/
|
|
37
|
+
accessor suffixText: string;
|
|
38
|
+
/**
|
|
39
|
+
* Whether or not the text field has a leading icon. Used for SSR.
|
|
40
|
+
*/
|
|
41
|
+
accessor hasLeadingIcon: boolean;
|
|
42
|
+
/**
|
|
43
|
+
* Whether or not the text field has a trailing icon. Used for SSR.
|
|
44
|
+
*/
|
|
45
|
+
accessor hasTrailingIcon: boolean;
|
|
46
|
+
/**
|
|
47
|
+
* Conveys additional information below the text field, such as how it should
|
|
48
|
+
* be used.
|
|
49
|
+
*/
|
|
50
|
+
accessor supportingText: string;
|
|
51
|
+
/**
|
|
52
|
+
* Override the input text CSS `direction`. Useful for RTL languages that use
|
|
53
|
+
* LTR notation for fractions.
|
|
54
|
+
*/
|
|
55
|
+
accessor textDirection: string;
|
|
56
|
+
/**
|
|
57
|
+
* The number of rows to display for a `type="textarea"` text field.
|
|
58
|
+
* Defaults to 2.
|
|
59
|
+
*/
|
|
60
|
+
accessor rows: number;
|
|
61
|
+
/**
|
|
62
|
+
* The number of cols to display for a `type="textarea"` text field.
|
|
63
|
+
* Defaults to 20.
|
|
64
|
+
*/
|
|
65
|
+
accessor cols: number;
|
|
66
|
+
accessor inputMode: string;
|
|
67
|
+
/**
|
|
68
|
+
* Defines the greatest value in the range of permitted values.
|
|
69
|
+
*
|
|
70
|
+
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#max
|
|
71
|
+
*/
|
|
72
|
+
accessor max: string;
|
|
73
|
+
/**
|
|
74
|
+
* The maximum number of characters a user can enter into the text field. Set
|
|
75
|
+
* to -1 for none.
|
|
76
|
+
*
|
|
77
|
+
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#maxlength
|
|
78
|
+
*/
|
|
79
|
+
accessor maxLength: number;
|
|
80
|
+
/**
|
|
81
|
+
* Defines the most negative value in the range of permitted values.
|
|
82
|
+
*
|
|
83
|
+
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#min
|
|
84
|
+
*/
|
|
85
|
+
accessor min: string;
|
|
86
|
+
/**
|
|
87
|
+
* The minimum number of characters a user can enter into the text field. Set
|
|
88
|
+
* to -1 for none.
|
|
89
|
+
*
|
|
90
|
+
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#minlength
|
|
91
|
+
*/
|
|
92
|
+
accessor minLength: number;
|
|
93
|
+
/**
|
|
94
|
+
* A regular expression that the text field's value must match to pass
|
|
95
|
+
* constraint validation.
|
|
96
|
+
*
|
|
97
|
+
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#pattern
|
|
98
|
+
*/
|
|
99
|
+
accessor pattern: string;
|
|
100
|
+
accessor placeholder: string;
|
|
101
|
+
/**
|
|
102
|
+
* Indicates whether or not a user should be able to edit the text field's
|
|
103
|
+
* value.
|
|
104
|
+
*
|
|
105
|
+
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#readonly
|
|
106
|
+
*/
|
|
107
|
+
accessor readOnly: boolean;
|
|
108
|
+
/**
|
|
109
|
+
* Indicates that input accepts multiple email addresses.
|
|
110
|
+
*
|
|
111
|
+
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/email#multiple
|
|
112
|
+
*/
|
|
113
|
+
accessor multiple: boolean;
|
|
114
|
+
/**
|
|
115
|
+
* Returns or sets the element's step attribute, which works with min and max
|
|
116
|
+
* to limit the increments at which a numeric or date-time value can be set.
|
|
117
|
+
*
|
|
118
|
+
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#step
|
|
119
|
+
*/
|
|
120
|
+
accessor step: string;
|
|
121
|
+
/**
|
|
122
|
+
* The `<input>` type to use, defaults to "text". The type greatly changes how
|
|
123
|
+
* the text field behaves.
|
|
124
|
+
*
|
|
125
|
+
* Text fields support a limited number of `<input>` types:
|
|
126
|
+
*
|
|
127
|
+
* - text
|
|
128
|
+
* - textarea
|
|
129
|
+
* - email
|
|
130
|
+
* - number
|
|
131
|
+
* - password
|
|
132
|
+
* - search
|
|
133
|
+
* - tel
|
|
134
|
+
* - url
|
|
135
|
+
*
|
|
136
|
+
* See
|
|
137
|
+
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#input_types
|
|
138
|
+
* for more details on each input type.
|
|
139
|
+
*/
|
|
140
|
+
accessor type: TextFieldType | UnsupportedTextFieldType;
|
|
141
|
+
/**
|
|
142
|
+
* Describes what, if any, type of autocomplete functionality the input
|
|
143
|
+
* should provide.
|
|
144
|
+
*
|
|
145
|
+
* https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete
|
|
146
|
+
*/
|
|
147
|
+
accessor autocomplete: string;
|
|
148
|
+
/**
|
|
149
|
+
* Describes what, if any, type of spellcheck functionality the input
|
|
150
|
+
* should provide.
|
|
151
|
+
*
|
|
152
|
+
* https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/spellcheck
|
|
153
|
+
*/
|
|
154
|
+
accessor spellcheck: any;
|
|
155
|
+
checkValidity(): boolean;
|
|
156
|
+
reportValidity(): boolean;
|
|
157
|
+
select(): void;
|
|
158
|
+
setCustomValidity(error: string): void;
|
|
159
|
+
setRangeText(replacement: string, start: number, end: number, selectionMode?: SelectionMode): void;
|
|
160
|
+
setSelectionRange(start: number | null, end: number | null, direction?: 'forward' | 'backward' | 'none'): void;
|
|
161
|
+
stepDown(stepDecrement?: number): void;
|
|
162
|
+
stepUp(stepDecrement?: number): void;
|
|
163
|
+
reset(): void;
|
|
164
|
+
focus(): void;
|
|
165
|
+
protected renderMainSlot(): import("lit-html").TemplateResult<1>;
|
|
166
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
167
|
+
}
|
|
168
|
+
//# sourceMappingURL=extendable-outlined-text-field.d.ts.map
|
|
@@ -0,0 +1,373 @@
|
|
|
1
|
+
import { __decorate } from "tslib";
|
|
2
|
+
import '@material/web/textfield/outlined-text-field';
|
|
3
|
+
import { LitElement, html } from 'lit';
|
|
4
|
+
import { property, query } from 'lit/decorators.js';
|
|
5
|
+
import { stringConverter } from '@material/web/internal/controller/string-converter';
|
|
6
|
+
import { redispatchEvent } from '@material/web/internal/events/redispatch-event';
|
|
7
|
+
export class ExtendableOutlinedTextField extends LitElement {
|
|
8
|
+
#input_accessor_storage;
|
|
9
|
+
get input() { return this.#input_accessor_storage; }
|
|
10
|
+
set input(value) { this.#input_accessor_storage = value; }
|
|
11
|
+
#error_accessor_storage = false;
|
|
12
|
+
/**
|
|
13
|
+
* Gets or sets whether or not the text field is in a visually invalid state.
|
|
14
|
+
*
|
|
15
|
+
* This error state overrides the error state controlled by
|
|
16
|
+
* `reportValidity()`.
|
|
17
|
+
*/
|
|
18
|
+
get error() { return this.#error_accessor_storage; }
|
|
19
|
+
set error(value) { this.#error_accessor_storage = value; }
|
|
20
|
+
#disabled_accessor_storage = false;
|
|
21
|
+
get disabled() { return this.#disabled_accessor_storage; }
|
|
22
|
+
set disabled(value) { this.#disabled_accessor_storage = value; }
|
|
23
|
+
#errorText_accessor_storage = '';
|
|
24
|
+
/**
|
|
25
|
+
* The error message that replaces supporting text when `error` is true. If
|
|
26
|
+
* `errorText` is an empty string, then the supporting text will continue to
|
|
27
|
+
* show.
|
|
28
|
+
*
|
|
29
|
+
* This error message overrides the error message displayed by
|
|
30
|
+
* `reportValidity()`.
|
|
31
|
+
*/
|
|
32
|
+
get errorText() { return this.#errorText_accessor_storage; }
|
|
33
|
+
set errorText(value) { this.#errorText_accessor_storage = value; }
|
|
34
|
+
#label_accessor_storage = '';
|
|
35
|
+
get label() { return this.#label_accessor_storage; }
|
|
36
|
+
set label(value) { this.#label_accessor_storage = value; }
|
|
37
|
+
#required_accessor_storage = false;
|
|
38
|
+
get required() { return this.#required_accessor_storage; }
|
|
39
|
+
set required(value) { this.#required_accessor_storage = value; }
|
|
40
|
+
#value_accessor_storage = '';
|
|
41
|
+
/**
|
|
42
|
+
* The current value of the text field. It is always a string.
|
|
43
|
+
*/
|
|
44
|
+
get value() { return this.#value_accessor_storage; }
|
|
45
|
+
set value(value) { this.#value_accessor_storage = value; }
|
|
46
|
+
#prefixText_accessor_storage = '';
|
|
47
|
+
/**
|
|
48
|
+
* An optional prefix to display before the input value.
|
|
49
|
+
*/
|
|
50
|
+
get prefixText() { return this.#prefixText_accessor_storage; }
|
|
51
|
+
set prefixText(value) { this.#prefixText_accessor_storage = value; }
|
|
52
|
+
#suffixText_accessor_storage = '';
|
|
53
|
+
/**
|
|
54
|
+
* An optional suffix to display after the input value.
|
|
55
|
+
*/
|
|
56
|
+
get suffixText() { return this.#suffixText_accessor_storage; }
|
|
57
|
+
set suffixText(value) { this.#suffixText_accessor_storage = value; }
|
|
58
|
+
#hasLeadingIcon_accessor_storage = false;
|
|
59
|
+
/**
|
|
60
|
+
* Whether or not the text field has a leading icon. Used for SSR.
|
|
61
|
+
*/
|
|
62
|
+
get hasLeadingIcon() { return this.#hasLeadingIcon_accessor_storage; }
|
|
63
|
+
set hasLeadingIcon(value) { this.#hasLeadingIcon_accessor_storage = value; }
|
|
64
|
+
#hasTrailingIcon_accessor_storage = false;
|
|
65
|
+
/**
|
|
66
|
+
* Whether or not the text field has a trailing icon. Used for SSR.
|
|
67
|
+
*/
|
|
68
|
+
get hasTrailingIcon() { return this.#hasTrailingIcon_accessor_storage; }
|
|
69
|
+
set hasTrailingIcon(value) { this.#hasTrailingIcon_accessor_storage = value; }
|
|
70
|
+
#supportingText_accessor_storage = '';
|
|
71
|
+
/**
|
|
72
|
+
* Conveys additional information below the text field, such as how it should
|
|
73
|
+
* be used.
|
|
74
|
+
*/
|
|
75
|
+
get supportingText() { return this.#supportingText_accessor_storage; }
|
|
76
|
+
set supportingText(value) { this.#supportingText_accessor_storage = value; }
|
|
77
|
+
#textDirection_accessor_storage = '';
|
|
78
|
+
/**
|
|
79
|
+
* Override the input text CSS `direction`. Useful for RTL languages that use
|
|
80
|
+
* LTR notation for fractions.
|
|
81
|
+
*/
|
|
82
|
+
get textDirection() { return this.#textDirection_accessor_storage; }
|
|
83
|
+
set textDirection(value) { this.#textDirection_accessor_storage = value; }
|
|
84
|
+
#rows_accessor_storage = 2;
|
|
85
|
+
/**
|
|
86
|
+
* The number of rows to display for a `type="textarea"` text field.
|
|
87
|
+
* Defaults to 2.
|
|
88
|
+
*/
|
|
89
|
+
get rows() { return this.#rows_accessor_storage; }
|
|
90
|
+
set rows(value) { this.#rows_accessor_storage = value; }
|
|
91
|
+
#cols_accessor_storage = 20;
|
|
92
|
+
/**
|
|
93
|
+
* The number of cols to display for a `type="textarea"` text field.
|
|
94
|
+
* Defaults to 20.
|
|
95
|
+
*/
|
|
96
|
+
get cols() { return this.#cols_accessor_storage; }
|
|
97
|
+
set cols(value) { this.#cols_accessor_storage = value; }
|
|
98
|
+
#inputMode_accessor_storage = '';
|
|
99
|
+
// <input> properties
|
|
100
|
+
get inputMode() { return this.#inputMode_accessor_storage; }
|
|
101
|
+
set inputMode(value) { this.#inputMode_accessor_storage = value; }
|
|
102
|
+
#max_accessor_storage = '';
|
|
103
|
+
/**
|
|
104
|
+
* Defines the greatest value in the range of permitted values.
|
|
105
|
+
*
|
|
106
|
+
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#max
|
|
107
|
+
*/
|
|
108
|
+
get max() { return this.#max_accessor_storage; }
|
|
109
|
+
set max(value) { this.#max_accessor_storage = value; }
|
|
110
|
+
#maxLength_accessor_storage = -1;
|
|
111
|
+
/**
|
|
112
|
+
* The maximum number of characters a user can enter into the text field. Set
|
|
113
|
+
* to -1 for none.
|
|
114
|
+
*
|
|
115
|
+
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#maxlength
|
|
116
|
+
*/
|
|
117
|
+
get maxLength() { return this.#maxLength_accessor_storage; }
|
|
118
|
+
set maxLength(value) { this.#maxLength_accessor_storage = value; }
|
|
119
|
+
#min_accessor_storage = '';
|
|
120
|
+
/**
|
|
121
|
+
* Defines the most negative value in the range of permitted values.
|
|
122
|
+
*
|
|
123
|
+
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#min
|
|
124
|
+
*/
|
|
125
|
+
get min() { return this.#min_accessor_storage; }
|
|
126
|
+
set min(value) { this.#min_accessor_storage = value; }
|
|
127
|
+
#minLength_accessor_storage = -1;
|
|
128
|
+
/**
|
|
129
|
+
* The minimum number of characters a user can enter into the text field. Set
|
|
130
|
+
* to -1 for none.
|
|
131
|
+
*
|
|
132
|
+
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#minlength
|
|
133
|
+
*/
|
|
134
|
+
get minLength() { return this.#minLength_accessor_storage; }
|
|
135
|
+
set minLength(value) { this.#minLength_accessor_storage = value; }
|
|
136
|
+
#pattern_accessor_storage = '';
|
|
137
|
+
/**
|
|
138
|
+
* A regular expression that the text field's value must match to pass
|
|
139
|
+
* constraint validation.
|
|
140
|
+
*
|
|
141
|
+
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#pattern
|
|
142
|
+
*/
|
|
143
|
+
get pattern() { return this.#pattern_accessor_storage; }
|
|
144
|
+
set pattern(value) { this.#pattern_accessor_storage = value; }
|
|
145
|
+
#placeholder_accessor_storage = '';
|
|
146
|
+
get placeholder() { return this.#placeholder_accessor_storage; }
|
|
147
|
+
set placeholder(value) { this.#placeholder_accessor_storage = value; }
|
|
148
|
+
#readOnly_accessor_storage = false;
|
|
149
|
+
/**
|
|
150
|
+
* Indicates whether or not a user should be able to edit the text field's
|
|
151
|
+
* value.
|
|
152
|
+
*
|
|
153
|
+
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#readonly
|
|
154
|
+
*/
|
|
155
|
+
get readOnly() { return this.#readOnly_accessor_storage; }
|
|
156
|
+
set readOnly(value) { this.#readOnly_accessor_storage = value; }
|
|
157
|
+
#multiple_accessor_storage = false;
|
|
158
|
+
/**
|
|
159
|
+
* Indicates that input accepts multiple email addresses.
|
|
160
|
+
*
|
|
161
|
+
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/email#multiple
|
|
162
|
+
*/
|
|
163
|
+
get multiple() { return this.#multiple_accessor_storage; }
|
|
164
|
+
set multiple(value) { this.#multiple_accessor_storage = value; }
|
|
165
|
+
#step_accessor_storage = '';
|
|
166
|
+
/**
|
|
167
|
+
* Returns or sets the element's step attribute, which works with min and max
|
|
168
|
+
* to limit the increments at which a numeric or date-time value can be set.
|
|
169
|
+
*
|
|
170
|
+
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#step
|
|
171
|
+
*/
|
|
172
|
+
get step() { return this.#step_accessor_storage; }
|
|
173
|
+
set step(value) { this.#step_accessor_storage = value; }
|
|
174
|
+
#type_accessor_storage = 'text';
|
|
175
|
+
/**
|
|
176
|
+
* The `<input>` type to use, defaults to "text". The type greatly changes how
|
|
177
|
+
* the text field behaves.
|
|
178
|
+
*
|
|
179
|
+
* Text fields support a limited number of `<input>` types:
|
|
180
|
+
*
|
|
181
|
+
* - text
|
|
182
|
+
* - textarea
|
|
183
|
+
* - email
|
|
184
|
+
* - number
|
|
185
|
+
* - password
|
|
186
|
+
* - search
|
|
187
|
+
* - tel
|
|
188
|
+
* - url
|
|
189
|
+
*
|
|
190
|
+
* See
|
|
191
|
+
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#input_types
|
|
192
|
+
* for more details on each input type.
|
|
193
|
+
*/
|
|
194
|
+
get type() { return this.#type_accessor_storage; }
|
|
195
|
+
set type(value) { this.#type_accessor_storage = value; }
|
|
196
|
+
#autocomplete_accessor_storage = '';
|
|
197
|
+
/**
|
|
198
|
+
* Describes what, if any, type of autocomplete functionality the input
|
|
199
|
+
* should provide.
|
|
200
|
+
*
|
|
201
|
+
* https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete
|
|
202
|
+
*/
|
|
203
|
+
get autocomplete() { return this.#autocomplete_accessor_storage; }
|
|
204
|
+
set autocomplete(value) { this.#autocomplete_accessor_storage = value; }
|
|
205
|
+
#spellcheck_accessor_storage;
|
|
206
|
+
/**
|
|
207
|
+
* Describes what, if any, type of spellcheck functionality the input
|
|
208
|
+
* should provide.
|
|
209
|
+
*
|
|
210
|
+
* https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/spellcheck
|
|
211
|
+
*/
|
|
212
|
+
get spellcheck() { return this.#spellcheck_accessor_storage; }
|
|
213
|
+
set spellcheck(value) { this.#spellcheck_accessor_storage = value; }
|
|
214
|
+
checkValidity() {
|
|
215
|
+
return this.input.checkValidity();
|
|
216
|
+
}
|
|
217
|
+
reportValidity() {
|
|
218
|
+
return this.input.reportValidity();
|
|
219
|
+
}
|
|
220
|
+
select() {
|
|
221
|
+
this.input.select();
|
|
222
|
+
}
|
|
223
|
+
setCustomValidity(error) {
|
|
224
|
+
this.input.setCustomValidity(error);
|
|
225
|
+
}
|
|
226
|
+
setRangeText(replacement, start, end, selectionMode) {
|
|
227
|
+
this.input.setRangeText(replacement, start, end, selectionMode);
|
|
228
|
+
}
|
|
229
|
+
setSelectionRange(start, end, direction) {
|
|
230
|
+
this.input.setSelectionRange(start, end, direction);
|
|
231
|
+
}
|
|
232
|
+
stepDown(stepDecrement) {
|
|
233
|
+
this.input.stepDown(stepDecrement);
|
|
234
|
+
}
|
|
235
|
+
stepUp(stepDecrement) {
|
|
236
|
+
this.input.stepUp(stepDecrement);
|
|
237
|
+
}
|
|
238
|
+
reset() {
|
|
239
|
+
this.input.reset();
|
|
240
|
+
}
|
|
241
|
+
focus() {
|
|
242
|
+
this.input.focus();
|
|
243
|
+
}
|
|
244
|
+
renderMainSlot() {
|
|
245
|
+
return html `
|
|
246
|
+
<slot></slot>
|
|
247
|
+
<slot name="trailing-icon" slot="trailing-icon"></slot>
|
|
248
|
+
<slot name="leading-icon" slot="leading-icon"></slot>
|
|
249
|
+
`;
|
|
250
|
+
}
|
|
251
|
+
render() {
|
|
252
|
+
return html `
|
|
253
|
+
<md-outlined-text-field
|
|
254
|
+
part="text-field"
|
|
255
|
+
@input=${(e) => (this.value = e.target.value)}
|
|
256
|
+
@blur=${(e) => redispatchEvent(this, e)}
|
|
257
|
+
@focus=${(e) => redispatchEvent(this, e)}
|
|
258
|
+
@change=${(e) => redispatchEvent(this, e)}
|
|
259
|
+
@invalid=${(e) => redispatchEvent(this, e)}
|
|
260
|
+
.disabled=${this.disabled}
|
|
261
|
+
.required=${this.required}
|
|
262
|
+
.error=${this.error}
|
|
263
|
+
.autocomplete=${this.autocomplete}
|
|
264
|
+
.spellcheck=${this.spellcheck}
|
|
265
|
+
.errorText=${this.errorText}
|
|
266
|
+
.hasLeadingIcon=${this.hasLeadingIcon}
|
|
267
|
+
.hasTrailingIcon=${this.hasTrailingIcon}
|
|
268
|
+
.label=${this.label}
|
|
269
|
+
.max=${this.max}
|
|
270
|
+
.maxLength=${this.maxLength}
|
|
271
|
+
.minLength=${this.minLength}
|
|
272
|
+
.pattern=${this.pattern}
|
|
273
|
+
.placeholder=${this.placeholder}
|
|
274
|
+
.prefixText=${this.prefixText}
|
|
275
|
+
.readOnly=${this.readOnly}
|
|
276
|
+
.rows=${this.rows}
|
|
277
|
+
.step=${this.step}
|
|
278
|
+
.suffixText=${this.suffixText}
|
|
279
|
+
.supportingText=${this.supportingText}
|
|
280
|
+
.textDirection=${this.textDirection}
|
|
281
|
+
.type=${this.type}
|
|
282
|
+
.value=${this.value}
|
|
283
|
+
>
|
|
284
|
+
${this.renderMainSlot()}
|
|
285
|
+
</md-outlined-text-field>
|
|
286
|
+
`;
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
__decorate([
|
|
290
|
+
query('md-outlined-text-field')
|
|
291
|
+
], ExtendableOutlinedTextField.prototype, "input", null);
|
|
292
|
+
__decorate([
|
|
293
|
+
property({ type: Boolean, reflect: true })
|
|
294
|
+
], ExtendableOutlinedTextField.prototype, "error", null);
|
|
295
|
+
__decorate([
|
|
296
|
+
property({ type: Boolean, reflect: true })
|
|
297
|
+
], ExtendableOutlinedTextField.prototype, "disabled", null);
|
|
298
|
+
__decorate([
|
|
299
|
+
property({ attribute: 'error-text' })
|
|
300
|
+
], ExtendableOutlinedTextField.prototype, "errorText", null);
|
|
301
|
+
__decorate([
|
|
302
|
+
property()
|
|
303
|
+
], ExtendableOutlinedTextField.prototype, "label", null);
|
|
304
|
+
__decorate([
|
|
305
|
+
property({ type: Boolean, reflect: true })
|
|
306
|
+
], ExtendableOutlinedTextField.prototype, "required", null);
|
|
307
|
+
__decorate([
|
|
308
|
+
property()
|
|
309
|
+
], ExtendableOutlinedTextField.prototype, "value", null);
|
|
310
|
+
__decorate([
|
|
311
|
+
property({ attribute: 'prefix-text' })
|
|
312
|
+
], ExtendableOutlinedTextField.prototype, "prefixText", null);
|
|
313
|
+
__decorate([
|
|
314
|
+
property({ attribute: 'suffix-text' })
|
|
315
|
+
], ExtendableOutlinedTextField.prototype, "suffixText", null);
|
|
316
|
+
__decorate([
|
|
317
|
+
property({ type: Boolean, attribute: 'has-leading-icon' })
|
|
318
|
+
], ExtendableOutlinedTextField.prototype, "hasLeadingIcon", null);
|
|
319
|
+
__decorate([
|
|
320
|
+
property({ type: Boolean, attribute: 'has-trailing-icon' })
|
|
321
|
+
], ExtendableOutlinedTextField.prototype, "hasTrailingIcon", null);
|
|
322
|
+
__decorate([
|
|
323
|
+
property({ attribute: 'supporting-text' })
|
|
324
|
+
], ExtendableOutlinedTextField.prototype, "supportingText", null);
|
|
325
|
+
__decorate([
|
|
326
|
+
property({ attribute: 'text-direction' })
|
|
327
|
+
], ExtendableOutlinedTextField.prototype, "textDirection", null);
|
|
328
|
+
__decorate([
|
|
329
|
+
property({ type: Number })
|
|
330
|
+
], ExtendableOutlinedTextField.prototype, "rows", null);
|
|
331
|
+
__decorate([
|
|
332
|
+
property({ type: Number })
|
|
333
|
+
], ExtendableOutlinedTextField.prototype, "cols", null);
|
|
334
|
+
__decorate([
|
|
335
|
+
property({ reflect: true })
|
|
336
|
+
], ExtendableOutlinedTextField.prototype, "inputMode", null);
|
|
337
|
+
__decorate([
|
|
338
|
+
property()
|
|
339
|
+
], ExtendableOutlinedTextField.prototype, "max", null);
|
|
340
|
+
__decorate([
|
|
341
|
+
property({ type: Number })
|
|
342
|
+
], ExtendableOutlinedTextField.prototype, "maxLength", null);
|
|
343
|
+
__decorate([
|
|
344
|
+
property()
|
|
345
|
+
], ExtendableOutlinedTextField.prototype, "min", null);
|
|
346
|
+
__decorate([
|
|
347
|
+
property({ type: Number })
|
|
348
|
+
], ExtendableOutlinedTextField.prototype, "minLength", null);
|
|
349
|
+
__decorate([
|
|
350
|
+
property()
|
|
351
|
+
], ExtendableOutlinedTextField.prototype, "pattern", null);
|
|
352
|
+
__decorate([
|
|
353
|
+
property({ reflect: true, converter: stringConverter })
|
|
354
|
+
], ExtendableOutlinedTextField.prototype, "placeholder", null);
|
|
355
|
+
__decorate([
|
|
356
|
+
property({ type: Boolean, reflect: true })
|
|
357
|
+
], ExtendableOutlinedTextField.prototype, "readOnly", null);
|
|
358
|
+
__decorate([
|
|
359
|
+
property({ type: Boolean, reflect: true })
|
|
360
|
+
], ExtendableOutlinedTextField.prototype, "multiple", null);
|
|
361
|
+
__decorate([
|
|
362
|
+
property()
|
|
363
|
+
], ExtendableOutlinedTextField.prototype, "step", null);
|
|
364
|
+
__decorate([
|
|
365
|
+
property({ reflect: true })
|
|
366
|
+
], ExtendableOutlinedTextField.prototype, "type", null);
|
|
367
|
+
__decorate([
|
|
368
|
+
property({ reflect: true, type: String })
|
|
369
|
+
], ExtendableOutlinedTextField.prototype, "autocomplete", null);
|
|
370
|
+
__decorate([
|
|
371
|
+
property({ reflect: true, type: Boolean })
|
|
372
|
+
], ExtendableOutlinedTextField.prototype, "spellcheck", null);
|
|
373
|
+
//# sourceMappingURL=extendable-outlined-text-field.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"extendable-outlined-text-field.js","sourceRoot":"","sources":["extendable-outlined-text-field.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
import '@material/web/progress/linear-progress';
|
|
3
|
+
/**
|
|
4
|
+
* A simple full-screen veil with loading indicator that uses promise driven pending-state-events
|
|
5
|
+
*
|
|
6
|
+
* @element titanium-full-page-loading-indicator
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
*/
|
|
10
|
+
export declare class TitaniumFullPageLoadingIndicator extends LitElement {
|
|
11
|
+
#private;
|
|
12
|
+
private accessor open;
|
|
13
|
+
firstUpdated(): void;
|
|
14
|
+
static styles: import("lit").CSSResult;
|
|
15
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=full-page-loading-indicator.d.ts.map
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
import { __decorate } from "tslib";
|
|
2
|
+
import { css, html, LitElement } from 'lit';
|
|
3
|
+
import { customElement, state } from 'lit/decorators.js';
|
|
4
|
+
import { PendingStateEvent } from '../types/pending-state-event';
|
|
5
|
+
import '@material/web/progress/linear-progress';
|
|
6
|
+
/**
|
|
7
|
+
* A simple full-screen veil with loading indicator that uses promise driven pending-state-events
|
|
8
|
+
*
|
|
9
|
+
* @element titanium-full-page-loading-indicator
|
|
10
|
+
*
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
let TitaniumFullPageLoadingIndicator = class TitaniumFullPageLoadingIndicator extends LitElement {
|
|
14
|
+
#open_accessor_storage;
|
|
15
|
+
get open() { return this.#open_accessor_storage; }
|
|
16
|
+
set open(value) { this.#open_accessor_storage = value; }
|
|
17
|
+
#openDelayTimer;
|
|
18
|
+
#closeDelayTimer;
|
|
19
|
+
//Promises faster than this do not cause the scrim to open at all
|
|
20
|
+
//Prevents flicker for fast promises
|
|
21
|
+
#openDelay = 75;
|
|
22
|
+
// min time scrim has to remain open
|
|
23
|
+
#minTimeOpen = 350;
|
|
24
|
+
#timeOpen;
|
|
25
|
+
#openCount = 0;
|
|
26
|
+
firstUpdated() {
|
|
27
|
+
this.popover = 'manual';
|
|
28
|
+
this.addEventListener('toggle', (e) => (this.open = e.newState === 'open'));
|
|
29
|
+
window.addEventListener(PendingStateEvent.eventType, async (e) => {
|
|
30
|
+
this.#open();
|
|
31
|
+
this.#openCount++;
|
|
32
|
+
try {
|
|
33
|
+
await e.detail.promise;
|
|
34
|
+
}
|
|
35
|
+
catch {
|
|
36
|
+
// Do nothing, this will be handled by others
|
|
37
|
+
}
|
|
38
|
+
finally {
|
|
39
|
+
this.#openCount--;
|
|
40
|
+
if (this.#openCount === 0) {
|
|
41
|
+
this.#close();
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
});
|
|
45
|
+
}
|
|
46
|
+
#open() {
|
|
47
|
+
window.clearTimeout(this.#openDelayTimer);
|
|
48
|
+
//If re-opened while close timer is running, prevent the close
|
|
49
|
+
window.clearTimeout(this.#closeDelayTimer);
|
|
50
|
+
this.#openDelayTimer = window.setTimeout(() => {
|
|
51
|
+
this.#timeOpen = performance.now();
|
|
52
|
+
if (this.showPopover) {
|
|
53
|
+
this.showPopover();
|
|
54
|
+
}
|
|
55
|
+
else {
|
|
56
|
+
this.open = true;
|
|
57
|
+
}
|
|
58
|
+
this.style.display = 'block';
|
|
59
|
+
}, this.#openDelay);
|
|
60
|
+
}
|
|
61
|
+
#close() {
|
|
62
|
+
window.clearTimeout(this.#openDelayTimer);
|
|
63
|
+
const totalTimeOpened = performance.now() - this.#timeOpen;
|
|
64
|
+
const closeDelay = Math.max(this.#minTimeOpen - totalTimeOpened, 0);
|
|
65
|
+
this.#closeDelayTimer = window.setTimeout(() => {
|
|
66
|
+
if (this.hidePopover) {
|
|
67
|
+
this.hidePopover();
|
|
68
|
+
}
|
|
69
|
+
else {
|
|
70
|
+
this.open = false;
|
|
71
|
+
}
|
|
72
|
+
this.style.display = 'none';
|
|
73
|
+
}, closeDelay);
|
|
74
|
+
}
|
|
75
|
+
static { this.styles = css `
|
|
76
|
+
:host {
|
|
77
|
+
width: 100%;
|
|
78
|
+
height: 100%;
|
|
79
|
+
max-width: 100vw;
|
|
80
|
+
max-height: 100vh;
|
|
81
|
+
|
|
82
|
+
border: 0;
|
|
83
|
+
inset: unset;
|
|
84
|
+
top: 0;
|
|
85
|
+
right: 0;
|
|
86
|
+
left: 0;
|
|
87
|
+
bottom: 0;
|
|
88
|
+
margin: 0;
|
|
89
|
+
padding: 0;
|
|
90
|
+
background: transparent;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
:host::backdrop {
|
|
94
|
+
background-color: var(--md-sys-color-scrim, #000);
|
|
95
|
+
backdrop-filter: blur(6px);
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
:host(:popover-open)::backdrop {
|
|
99
|
+
opacity: 0.32;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
md-linear-progress {
|
|
103
|
+
position: absolute;
|
|
104
|
+
width: 100%;
|
|
105
|
+
top: 0;
|
|
106
|
+
right: 0;
|
|
107
|
+
left: 0;
|
|
108
|
+
}
|
|
109
|
+
`; }
|
|
110
|
+
render() {
|
|
111
|
+
return html ` <md-linear-progress ?indeterminate=${this.open} ?hide=${!this.open}></md-linear-progress> `;
|
|
112
|
+
}
|
|
113
|
+
};
|
|
114
|
+
__decorate([
|
|
115
|
+
state()
|
|
116
|
+
], TitaniumFullPageLoadingIndicator.prototype, "open", null);
|
|
117
|
+
TitaniumFullPageLoadingIndicator = __decorate([
|
|
118
|
+
customElement('titanium-full-page-loading-indicator')
|
|
119
|
+
], TitaniumFullPageLoadingIndicator);
|
|
120
|
+
export { TitaniumFullPageLoadingIndicator };
|
|
121
|
+
//# sourceMappingURL=full-page-loading-indicator.js.map
|