Lines Matching +full:i +full:- +full:mate
3 import { codeStore, updateCode, updateCodeStore } from '../code-store.js';
10 import { fromUrl } from '../code-store.js';
22 historyList.length > 0 ? historyList[historyList.length - 1] : null;
60 A[Christmas] -->|Get money| B(Go shopping)
61 B --> C{Let me think}
62 C -->|One| D[Laptop]
63 C -->|Two| E[iPhone]
64 C -->|Three| F[fa:fa-car Car]`,
66 Alice->>+John: Hello John, how are you?
67 Alice->>+John: John, can you hear me?
68 John-->>-Alice: Hi Alice, I can hear you!
69 John-->>-Alice: I feel great!
72 Animal <|-- Duck
73 Animal <|-- Fish
74 Animal <|-- Zebra
78 Animal: +mate()
85 -int sizeInFeet
86 -canEat()
93 'State Diagram': `stateDiagram-v2
94 [*] --> Still
95 Still --> [*]
96 Still --> Moving
97 Moving --> Still
98 Moving --> Crash
99 Crash --> [*]
103 dateFormat YYYY-MM-DD
105 A task :a1, 2014-01-01, 30d
108 Task in sec :2014-01-12 , 12d
117 CUSTOMER }|..|{ DELIVERY-ADDRESS : has
118 CUSTOMER ||--o{ ORDER : places
119 CUSTOMER ||--o{ INVOICE : "liable for"
120 DELIVERY-ADDRESS ||--o{ ORDER : receives
121 INVOICE ||--|{ ORDER : covers
122 ORDER ||--|{ ORDER-ITEM : includes
123 PRODUCT-CATEGORY ||--|{ PRODUCT : contains
124 PRODUCT ||--o{ ORDER-ITEM : "ordered in"
144 font-family: 'Roboto', sans-serif;
145 background-color: #fcfbfc;
147 #editor-root {
156 padding-left: 32px;
158 #link-root {
160 height: fit-content;
162 #link-col1 {
165 #link-col2 {
167 padding-left: 32px;
169 #app-title {
170 font-family: 'Playfair Display', serif;
171 font-size: 32px;
172 font-weight: 700;
177 #title-container {
178 width: fit-content;
184 justify-content: flex-end;
185 align-items: center;
189 padding-left: 10px;
190 border-bottom: 1px solid lightgray;
193 display: inline-block;
195 font-size: small;
196 font-style: italic;
198 .button-container {
200 align-items: center;
201 flex-direction: row;
202 flex-wrap: wrap;
204 .button-style {
205 background-color: #a2d9e2;
207 border-radius: 0.25rem;
212 .button-style:hover {
213 background-color: #fff;
217 .button-style:focus {
220 .link-style {
221 text-decoration: none;
227 <div id="title-container">
228 <h1 id="app-title">Mermaid Live Editor</h1>
231 <div class="button-container">
233 {#each Object.keys(samples) as diagramType, i}
235 class="button-style"
242 <div id="editor-root">
255 <div id="link-root">
256 <div id="link-col1">
261 <div id="historyList" class="button-container">
263 {#each historyList as item, i}
265 class="button-style"
274 <div class="button-container">
275 <button class="button-style">
277 href="https://mermaid-js.github.io/mermaid"
279 class="link-style">
283 <button class="button-style">
285 href="https://github.com/mermaid-js/mermaid"
287 class="link-style">
291 <button class="button-style">
293 href="https://github.com/mermaid-js/mermaid-live-editor"
295 class="link-style">
299 <button class="button-style">
301 href="https://github.com/mermaid-js/mermaid-cli"
303 class="link-style">
310 <div id="link-col2">