Yokozuna59
689ffbf5a5
change infoDb db export
2023-06-15 01:01:35 +03:00
Yokozuna59
f630fba392
remove default export in info files
2023-06-14 23:27:27 +03:00
Yokozuna59
bf346ea155
resolve db import in info.spec.ts
2023-06-14 22:23:31 +03:00
Yokozuna59
d6bd59c46e
remove assigned variables to their variables and export db without default
2023-06-14 22:09:15 +03:00
Yokozuna59
0cc93d38c6
use object destructuring for getConfig in infoRenderer
2023-06-14 22:04:28 +03:00
Yokozuna59
6ff33149e0
move default_info_db into infoDbOF
2023-06-14 22:01:27 +03:00
Yokozuna59
638c3691a8
remove id and diagram assigning in info loader
2023-06-14 21:14:55 +03:00
Yokozuna59
599fb3a728
assign returned variables to their variables
2023-06-14 20:13:22 +03:00
Yokozuna59
4b7ed7845b
remove handled ts-ignore
in info diagram
2023-06-14 17:28:37 +03:00
Yokozuna59
0c449bbd27
handle optional .styles
2023-06-14 17:27:04 +03:00
Yokozuna59
8d60ef6d0a
add info fields interface
2023-06-14 13:54:09 +03:00
Yokozuna59
6af2438474
add default info db and recreate clear function for info
2023-06-14 13:48:39 +03:00
Yokozuna59
750b1d2223
add HTML type and change svg type generic types
2023-06-13 16:56:31 +03:00
Yokozuna59
ae14f6a947
add parial parts to info graph
2023-06-13 18:50:08 +03:00
Yokozuna59
daee545e78
ignore ts check for renders until handle them
2023-06-13 17:59:41 +03:00
Yokozuna59
ab0eb6c9bf
add @types/d3-selection
to mermaid dev deps
2023-06-13 17:58:25 +03:00
Yokozuna59
2a5b122d0c
standardize ts-ignore for info graph
2023-06-13 15:32:00 +03:00
Yokozuna59
f0b1529727
rename inf
into toggle
for better readability in infoDb
2023-06-13 13:27:15 +03:00
Yokozuna59
171d7a04f4
caps DB
part in DiagramDb
and InfoDb
2023-06-13 12:24:10 +03:00
Yokozuna59
d0e8074de7
remove empty styles in info diagram
2023-06-12 23:15:24 +03:00
Yokozuna59
e7b9b5a0a9
set styles as optional in DiagramDefinition
2023-06-12 23:10:20 +03:00
Yokozuna59
f35e0cafdf
fix TODs
type in erDiagram
2023-06-12 23:09:26 +03:00
Yokozuna59
c78ad7dbac
create ParseDirectiveDefinition
type for parsing directives
2023-06-12 21:11:34 +03:00
Yokozuna59
4320fe7839
return draw function export in info renderer
2023-06-12 20:46:18 +03:00
Yokozuna59
5b4356bd43
remove unnecessary typeof Error in info diagram renderer
2023-06-12 20:34:41 +03:00
Yokozuna59
98d9205e6f
update info @ts-ignore comments deception
2023-06-12 19:49:37 +03:00
Yokozuna59
dfdfa63009
add type
keyword for import for info diagram files
2023-06-12 19:44:36 +03:00
Yokozuna59
e6a48f8baf
standardize info diagram definition
...
* create types
* remove unnessery db attributes
* convert js files to ts
* remove empty styles.js
2023-06-12 19:41:37 +03:00
Yokozuna59
372b57d540
create DrawDefinition
function type
2023-06-12 19:36:54 +03:00
Yokozuna59
9573f336c3
standardize detectors loeader function definition with DiagramLoader
type
2023-06-12 15:28:45 +03:00
Yokozuna59
6ced1673b0
standardize detector function definition with DiagramDetector
type
2023-06-12 15:21:43 +03:00
Yokozuna59
e688138167
pref: change detectors from .match
into .test
...
there is no need for matching, capturing results, and validating nullablity
just using `.test` would be enough and significantly faster
for more info, see https://stackoverflow.com/10940138/16476610
2023-06-12 14:45:08 +03:00
Yokozuna59
b11c511c5c
remove unnecessary @ts-ignore
and @ts-nocheck
2023-06-12 13:27:40 +03:00
Yokozuna59
5b3e565b63
update pnpm-lock.yaml file
2023-06-12 13:25:36 +03:00
Sidharth Vinod
190d79613d
Merge pull request #4096 from koppor/patch-1
...
Add hint on "flowchart" and "graph"
2023-06-12 13:59:43 +05:30
koppor
bdd3ed41fc
Update docs
2023-06-12 07:51:59 +00:00
Oliver Kopp
ea138ef29f
Rename info to note
2023-06-12 09:48:28 +02:00
Oliver Kopp
26d0e5cb04
Rename "info" to "note"
2023-06-12 09:48:02 +02:00
Oliver Kopp
355b471ca0
Merge branch 'develop' into patch-1
2023-06-12 09:09:29 +02:00
Sidharth Vinod
b651be77f1
Merge pull request #4482 from mermaid-js/renovate/patch-all-patch
...
Update all patch dependencies (patch)
2023-06-12 12:01:52 +05:30
renovate[bot]
a754f7b699
Update all patch dependencies
2023-06-12 05:43:36 +00:00
Sidharth Vinod
2abb9541b6
Merge pull request #4475 from adamazing/fix-directives-documentation
...
Fix Directives Documentation
2023-06-12 11:12:13 +05:30
Adam Henley
d32d935c44
Fix Directives Documentation
...
Signed-off-by: Adam Henley <adamazing@gmail.com>
2023-06-10 23:31:34 +12:00
Sidharth Vinod
779acb1b72
Merge pull request #4472 from Spiderpig86/patch-1
...
Fix link to Tutorials from n00b-overview page
2023-06-10 08:42:22 +05:30
Stanley Lim
19fab1f6a7
Update tutorial link
2023-06-09 16:52:49 -07:00
Stanley Lim
071f490047
Run build
2023-06-09 11:17:03 -07:00
Stanley Lim
6e657e56a0
Fix link to Tutorials from n00b-overview page
2023-06-09 10:41:54 -07:00
Knut Sveidqvist
9a080bb975
Merge branch 'release/10.2.3' into develop
2023-06-08 16:29:53 +02:00
Knut Sveidqvist
75f9de3d4a
UPdated version to 10.2.3
v10.2.3
2023-06-08 16:24:25 +02:00
Knut Sveidqvist
81e86bc87c
Merge branch '10.2.2' into develop
2023-06-08 15:07:31 +02:00