@pb33f/cowboy-components 0.7.12 → 0.7.14

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.
@@ -1,6 +1,6 @@
1
1
  import '@shoelace-style/shoelace/dist/components/popup/popup.js';
2
2
  import { LitElement } from "lit";
3
- import { NodeType } from "../../model/node_type";
3
+ import { NodeType } from "../../model/node_type.js";
4
4
  export declare enum IconSize {
5
5
  tiny = "tiny",
6
6
  small = "small",
@@ -7,11 +7,11 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  var ModelIconComponent_1;
8
8
  import '@shoelace-style/shoelace/dist/components/popup/popup.js';
9
9
  import { customElement, property } from "lit/decorators.js";
10
- import sharedCss from "../../css/shared.css";
11
- import modelSharedCss from "../model-renderer/model-shared.css";
12
- import formattingCss from "../../css/formatting.css";
10
+ import sharedCss from "../../css/shared.css.js";
11
+ import modelSharedCss from "../model-renderer/model-shared.css.js";
12
+ import formattingCss from "../../css/formatting.css.js";
13
13
  import { html, LitElement } from "lit";
14
- import { NodeType } from "../../model/node_type";
14
+ import { NodeType } from "../../model/node_type.js";
15
15
  import tooltipCss from "../../css/tooltip.css.js";
16
16
  export var IconSize;
17
17
  (function (IconSize) {
@@ -916,7 +916,7 @@ let TheDoctor = class TheDoctor extends LitElement {
916
916
  </sl-tab-panel>
917
917
 
918
918
  <sl-tab-panel name="docs" class="tab-panel" style="height: calc(100vh - 100px)">
919
-
919
+ <iframe src="${this.doctorEndpoint}/model/scalar-template?z=${this.randomTicker}" width="100%" height="100%" style="border: none"></iframe>
920
920
  </sl-tab-panel>
921
921
 
922
922
  ${this.authController.authenticated ? html `