This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @license | |
* Copyright 2024 Google LLC | |
* SPDX-License-Identifier: Apache-2.0 | |
*/ | |
import {css, html, LitElement, nothing} from 'lit'; | |
import { | |
customElement, | |
property, | |
query, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @license | |
* Copyright 2024 Google LLC | |
* SPDX-License-Identifier: Apache-2.0 | |
*/ | |
import {css, html, LitElement, nothing} from 'lit'; | |
import { | |
customElement, | |
property, | |
query, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @license | |
* Copyright 2024 Google LLC | |
* SPDX-License-Identifier: Apache-2.0 | |
*/ | |
import {css, html, LitElement, nothing} from 'lit'; | |
import {customElement, property, query, queryAsync, state} from 'lit/decorators.js'; | |
import {classMap} from 'lit/directives/class-map.js'; | |
import {ifDefined} from 'lit/directives/if-defined.js'; | |
import { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @license | |
* Copyright 2024 Google LLC | |
* SPDX-License-Identifier: Apache-2.0 | |
*/ | |
import {css, html, LitElement, nothing} from 'lit'; | |
import {customElement, property, query, queryAsync, state} from 'lit/decorators.js'; | |
import {classMap} from 'lit/directives/class-map.js'; | |
import {ifDefined} from 'lit/directives/if-defined.js'; | |
import { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @license | |
* Copyright 2024 Google LLC | |
* SPDX-License-Identifier: Apache-2.0 | |
*/ | |
import {css, html, LitElement, nothing} from 'lit'; | |
import {customElement, property, query, queryAsync, state} from 'lit/decorators.js'; | |
import {classMap} from 'lit/directives/class-map.js'; | |
import {ifDefined} from 'lit/directives/if-defined.js'; | |
import { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @license | |
* Copyright 2021 Google LLC | |
* SPDX-License-Identifier: Apache-2.0 | |
*/ | |
import '@polymer/paper-button/paper-button'; | |
import '../../../elements/shared/gr-tooltip-content/gr-tooltip-content'; | |
import {EMPTY, of, Subject} from 'rxjs'; | |
import {delay, switchMap} from 'rxjs/operators'; | |
import '../../../elements/shared/gr-button/gr-button'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @license | |
* Copyright 2022 Google LLC | |
* SPDX-License-Identifier: Apache-2.0 | |
*/ | |
import '../../shared/gr-copy-clipboard/gr-copy-clipboard'; | |
import {css, html, LitElement, nothing} from 'lit'; | |
import {createRef, ref, Ref} from 'lit/directives/ref.js'; | |
import {customElement, property, query, state} from 'lit/decorators.js'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @license | |
* Copyright 2016 Google LLC | |
* SPDX-License-Identifier: Apache-2.0 | |
*/ | |
import '../gr-button/gr-button'; | |
import {GrButton} from '../gr-button/gr-button'; | |
import '../gr-cursor-manager/gr-cursor-manager'; | |
import '../gr-tooltip-content/gr-tooltip-content'; | |
import '../../../styles/shared-styles'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @license | |
* Copyright 2016 Google LLC | |
* SPDX-License-Identifier: Apache-2.0 | |
*/ | |
import '../../plugins/gr-endpoint-decorator/gr-endpoint-decorator'; | |
import '../../shared/gr-dropdown/gr-dropdown'; | |
import '../gr-account-dropdown/gr-account-dropdown'; | |
import '../gr-smart-search/gr-smart-search'; | |
import {getBaseUrl, getDocUrl} from '../../../utils/url-util'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @license | |
* Copyright 2016 Google LLC | |
* SPDX-License-Identifier: Apache-2.0 | |
*/ | |
import '../../plugins/gr-endpoint-decorator/gr-endpoint-decorator'; | |
import '../../shared/gr-dropdown/gr-dropdown'; | |
import '../gr-account-dropdown/gr-account-dropdown'; | |
import '../gr-smart-search/gr-smart-search'; | |
import {getBaseUrl, getDocUrl} from '../../../utils/url-util'; |
NewerOlder