obsidian-dev-utils 38.4.3 → 38.5.1
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/CHANGELOG.md +8 -87
- package/dist/lib/cjs/Library.cjs +1 -1
- package/dist/lib/cjs/obsidian/FileManager.cjs +12 -4
- package/dist/lib/cjs/obsidian/MarkdownCodeBlockProcessor.cjs +3 -1
- package/dist/lib/cjs/obsidian/Vault.cjs +1 -2
- package/dist/lib/esm/Library.mjs +1 -1
- package/dist/lib/esm/obsidian/FileManager.mjs +17 -5
- package/dist/lib/esm/obsidian/MarkdownCodeBlockProcessor.mjs +3 -1
- package/dist/lib/esm/obsidian/Vault.mjs +2 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,16 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
+
## 38.5.1
|
|
4
|
+
|
|
5
|
+
- Don't wait for every save. Fixes performance (https://github.com/mnaoumov/obsidian-backlink-cache/issues/10)
|
|
6
|
+
|
|
7
|
+
## 38.5.0
|
|
8
|
+
|
|
9
|
+
- Check for extension
|
|
10
|
+
|
|
3
11
|
## 38.4.3
|
|
4
12
|
|
|
5
13
|
- Reuse parsed alias (Fixes https://github.com/mnaoumov/obsidian-better-markdown-links/issues/21#issuecomment-3225879039)
|
|
6
|
-
- Update libs
|
|
7
14
|
|
|
8
15
|
## 38.4.2
|
|
9
16
|
|
|
@@ -12,7 +19,6 @@
|
|
|
12
19
|
## 38.4.1
|
|
13
20
|
|
|
14
21
|
- Ensure MetadataCache is ready before checking CodeBlockMarkdownInformation
|
|
15
|
-
- Update libs
|
|
16
22
|
|
|
17
23
|
## 38.4.0
|
|
18
24
|
|
|
@@ -22,7 +28,6 @@
|
|
|
22
28
|
|
|
23
29
|
- Skip empty error line
|
|
24
30
|
- Add shouldSkipDuplicateCheck
|
|
25
|
-
- Update libs
|
|
26
31
|
|
|
27
32
|
## 38.2.0
|
|
28
33
|
|
|
@@ -50,7 +55,6 @@
|
|
|
50
55
|
## 37.1.2
|
|
51
56
|
|
|
52
57
|
- Improve LF handling
|
|
53
|
-
- Update libs
|
|
54
58
|
|
|
55
59
|
## 37.1.1
|
|
56
60
|
|
|
@@ -81,7 +85,6 @@
|
|
|
81
85
|
|
|
82
86
|
## 35.0.1
|
|
83
87
|
|
|
84
|
-
- Update libs
|
|
85
88
|
|
|
86
89
|
## 35.0.0
|
|
87
90
|
|
|
@@ -95,7 +98,6 @@
|
|
|
95
98
|
## 34.0.1
|
|
96
99
|
|
|
97
100
|
- Don't throw if no unique code block found
|
|
98
|
-
- Update libs
|
|
99
101
|
|
|
100
102
|
## 34.0.0
|
|
101
103
|
|
|
@@ -106,12 +108,10 @@
|
|
|
106
108
|
- insert before/after code block
|
|
107
109
|
- hasSingleOccurrence
|
|
108
110
|
- getCodeBlockSectionInfo
|
|
109
|
-
- Update libs
|
|
110
111
|
|
|
111
112
|
## 33.1.1
|
|
112
113
|
|
|
113
114
|
- Fix build
|
|
114
|
-
- Update libs
|
|
115
115
|
|
|
116
116
|
## 33.1.0
|
|
117
117
|
|
|
@@ -150,7 +150,6 @@
|
|
|
150
150
|
- Ensure removeUndefinedProperties forces exclusions
|
|
151
151
|
- Assert no duplicate keys
|
|
152
152
|
- Unique array
|
|
153
|
-
- Update libs
|
|
154
153
|
|
|
155
154
|
## 30.7.0
|
|
156
155
|
|
|
@@ -179,12 +178,10 @@
|
|
|
179
178
|
## 30.3.0
|
|
180
179
|
|
|
181
180
|
- extractDefaultExportInterop
|
|
182
|
-
- Update libs
|
|
183
181
|
|
|
184
182
|
## 30.2.1
|
|
185
183
|
|
|
186
184
|
- Improve error message
|
|
187
|
-
- Update libs
|
|
188
185
|
|
|
189
186
|
## 30.2.0
|
|
190
187
|
|
|
@@ -197,7 +194,6 @@
|
|
|
197
194
|
## 30.1.0
|
|
198
195
|
|
|
199
196
|
- Add fake default property
|
|
200
|
-
- Update libs
|
|
201
197
|
|
|
202
198
|
## 30.0.0
|
|
203
199
|
|
|
@@ -214,12 +210,10 @@
|
|
|
214
210
|
## 29.0.0
|
|
215
211
|
|
|
216
212
|
- shouldRetryOnInvalidChanges
|
|
217
|
-
- Update libs
|
|
218
213
|
|
|
219
214
|
## 28.6.0
|
|
220
215
|
|
|
221
216
|
- FrontmatterLinkCacheWithOffsets
|
|
222
|
-
- Update libs
|
|
223
217
|
|
|
224
218
|
## 28.5.0
|
|
225
219
|
|
|
@@ -228,12 +222,10 @@
|
|
|
228
222
|
## 28.4.0
|
|
229
223
|
|
|
230
224
|
- Add INFINITE_TIMEOUT
|
|
231
|
-
- Update libs
|
|
232
225
|
|
|
233
226
|
## 28.3.0
|
|
234
227
|
|
|
235
228
|
- Check if load was aborted
|
|
236
|
-
- Update libs
|
|
237
229
|
|
|
238
230
|
## 28.2.2
|
|
239
231
|
|
|
@@ -241,13 +233,11 @@
|
|
|
241
233
|
|
|
242
234
|
## 28.2.1
|
|
243
235
|
|
|
244
|
-
- Update libs
|
|
245
236
|
|
|
246
237
|
## 28.2.0
|
|
247
238
|
|
|
248
239
|
- Update deprecated eslint rule
|
|
249
240
|
- For canvas links rely on backlink-cache plugin or built-in canvas
|
|
250
|
-
- Update libs
|
|
251
241
|
|
|
252
242
|
## 28.1.0
|
|
253
243
|
|
|
@@ -256,17 +246,14 @@
|
|
|
256
246
|
## 28.0.0
|
|
257
247
|
|
|
258
248
|
- Rename file name
|
|
259
|
-
- Update libs
|
|
260
249
|
|
|
261
250
|
## 27.7.1
|
|
262
251
|
|
|
263
252
|
- Handle sourcePath /
|
|
264
|
-
- Update libs
|
|
265
253
|
|
|
266
254
|
## 27.7.0
|
|
267
255
|
|
|
268
256
|
- Add support for non-existing link files
|
|
269
|
-
- Update libs
|
|
270
257
|
|
|
271
258
|
## 27.6.1
|
|
272
259
|
|
|
@@ -295,7 +282,6 @@
|
|
|
295
282
|
## 27.5.0
|
|
296
283
|
|
|
297
284
|
- Don't disable link updates if rename is disabled (https://github.com/mnaoumov/obsidian-better-markdown-links/issues/17)
|
|
298
|
-
- Update libs
|
|
299
285
|
|
|
300
286
|
## 27.4.0
|
|
301
287
|
|
|
@@ -310,7 +296,6 @@
|
|
|
310
296
|
- isBaseFile
|
|
311
297
|
- Fix exec warning
|
|
312
298
|
- Lock version to be patched by obsidian-typings
|
|
313
|
-
- Update libs
|
|
314
299
|
|
|
315
300
|
## 27.2.1
|
|
316
301
|
|
|
@@ -319,7 +304,6 @@
|
|
|
319
304
|
## 27.2.0
|
|
320
305
|
|
|
321
306
|
- Recognize urls such mailto:foo@bar.com (For https://github.com/mnaoumov/obsidian-frontmatter-markdown-links/issues/9)
|
|
322
|
-
- Update libs
|
|
323
307
|
|
|
324
308
|
## 27.1.0
|
|
325
309
|
|
|
@@ -328,7 +312,6 @@
|
|
|
328
312
|
|
|
329
313
|
## 27.0.2
|
|
330
314
|
|
|
331
|
-
- Update libs
|
|
332
315
|
|
|
333
316
|
## 27.0.1
|
|
334
317
|
|
|
@@ -338,27 +321,22 @@
|
|
|
338
321
|
|
|
339
322
|
- Refactor eslint config naming
|
|
340
323
|
- More node modules
|
|
341
|
-
- Update libs
|
|
342
324
|
|
|
343
325
|
## 26.29.2
|
|
344
326
|
|
|
345
327
|
- Save only changed leaves
|
|
346
|
-
- Update libs
|
|
347
328
|
|
|
348
329
|
## 26.29.1
|
|
349
330
|
|
|
350
331
|
- Fix init eslint
|
|
351
|
-
- Update libs
|
|
352
332
|
|
|
353
333
|
## 26.29.0
|
|
354
334
|
|
|
355
335
|
- Ensure isTimedOut flag is reset
|
|
356
|
-
- Update libs
|
|
357
336
|
|
|
358
337
|
## 26.28.0
|
|
359
338
|
|
|
360
339
|
- Log context fn on timeout
|
|
361
|
-
- Update libs
|
|
362
340
|
|
|
363
341
|
## 26.27.3
|
|
364
342
|
|
|
@@ -375,7 +353,6 @@
|
|
|
375
353
|
## 26.27.0
|
|
376
354
|
|
|
377
355
|
- encodeUrl
|
|
378
|
-
- Update libs
|
|
379
356
|
|
|
380
357
|
## 26.26.0
|
|
381
358
|
|
|
@@ -384,7 +361,6 @@
|
|
|
384
361
|
## 26.25.0
|
|
385
362
|
|
|
386
363
|
- Ensure placeholder shown
|
|
387
|
-
- Update libs
|
|
388
364
|
|
|
389
365
|
## 26.24.0
|
|
390
366
|
|
|
@@ -393,7 +369,6 @@
|
|
|
393
369
|
## 26.23.0
|
|
394
370
|
|
|
395
371
|
- Trigger loadSettings even settings were missing
|
|
396
|
-
- Update libs
|
|
397
372
|
|
|
398
373
|
## 26.22.0
|
|
399
374
|
|
|
@@ -403,7 +378,6 @@
|
|
|
403
378
|
|
|
404
379
|
- Switch to EmptyAttachmentFolderBehavior
|
|
405
380
|
- Combine settings properly
|
|
406
|
-
- Update libs
|
|
407
381
|
|
|
408
382
|
## 26.20.0
|
|
409
383
|
|
|
@@ -412,7 +386,6 @@
|
|
|
412
386
|
## 26.19.0
|
|
413
387
|
|
|
414
388
|
- Add hasKey/hasValue
|
|
415
|
-
- Update libs
|
|
416
389
|
|
|
417
390
|
## 26.18.0
|
|
418
391
|
|
|
@@ -425,7 +398,6 @@
|
|
|
425
398
|
## 26.16.0
|
|
426
399
|
|
|
427
400
|
- Skip async link updates after rename
|
|
428
|
-
- Update libs
|
|
429
401
|
|
|
430
402
|
## 26.15.2
|
|
431
403
|
|
|
@@ -437,7 +409,6 @@
|
|
|
437
409
|
|
|
438
410
|
## 26.15.0
|
|
439
411
|
|
|
440
|
-
- Update libs
|
|
441
412
|
- requestAnimationFrameAsync only after some threshold
|
|
442
413
|
|
|
443
414
|
## 26.14.0
|
|
@@ -451,17 +422,14 @@
|
|
|
451
422
|
## 26.12.0
|
|
452
423
|
|
|
453
424
|
- Refactor getCacheSafe
|
|
454
|
-
- Update libs
|
|
455
425
|
|
|
456
426
|
## 26.11.0
|
|
457
427
|
|
|
458
428
|
- Patch fileManager to avoid link updates
|
|
459
|
-
- Update libs
|
|
460
429
|
|
|
461
430
|
## 26.10.0
|
|
462
431
|
|
|
463
432
|
- Cache debuggers to keep timestamps
|
|
464
|
-
- Update libs
|
|
465
433
|
|
|
466
434
|
## 26.9.0
|
|
467
435
|
|
|
@@ -480,7 +448,6 @@
|
|
|
480
448
|
|
|
481
449
|
- Rewrite docs
|
|
482
450
|
- Add CodeHighlighterComponent
|
|
483
|
-
- Update libs
|
|
484
451
|
|
|
485
452
|
## 26.5.2
|
|
486
453
|
|
|
@@ -493,7 +460,6 @@
|
|
|
493
460
|
## 26.5.0
|
|
494
461
|
|
|
495
462
|
- Switch to static wrappers
|
|
496
|
-
- Update libs
|
|
497
463
|
|
|
498
464
|
## 26.4.0
|
|
499
465
|
|
|
@@ -508,7 +474,6 @@
|
|
|
508
474
|
## 26.2.1
|
|
509
475
|
|
|
510
476
|
- Ensure property saved
|
|
511
|
-
- Update libs
|
|
512
477
|
|
|
513
478
|
## 26.2.0
|
|
514
479
|
|
|
@@ -516,7 +481,6 @@
|
|
|
516
481
|
- Empty in display
|
|
517
482
|
- Empty only on blur
|
|
518
483
|
- Refactor default settings validation
|
|
519
|
-
- Update libs
|
|
520
484
|
|
|
521
485
|
## 26.1.2
|
|
522
486
|
|
|
@@ -529,14 +493,12 @@
|
|
|
529
493
|
## 26.1.0
|
|
530
494
|
|
|
531
495
|
- deepEqual settings
|
|
532
|
-
- Update libs
|
|
533
496
|
- Change default `shouldResetSettingWhenComponentIsEmpty`
|
|
534
497
|
- Remove Error stack
|
|
535
498
|
|
|
536
499
|
## 26.0.0
|
|
537
500
|
|
|
538
501
|
- Rename createSettingsManager
|
|
539
|
-
- Update libs
|
|
540
502
|
|
|
541
503
|
## 25.1.0
|
|
542
504
|
|
|
@@ -587,7 +549,6 @@
|
|
|
587
549
|
|
|
588
550
|
## 24.2.0
|
|
589
551
|
|
|
590
|
-
- Update libs
|
|
591
552
|
- Refactor to GenericObject
|
|
592
553
|
- More type helpers
|
|
593
554
|
- ensureSafe
|
|
@@ -647,7 +608,6 @@
|
|
|
647
608
|
|
|
648
609
|
## 23.0.1
|
|
649
610
|
|
|
650
|
-
- Update libs
|
|
651
611
|
|
|
652
612
|
## 23.0.0
|
|
653
613
|
|
|
@@ -780,7 +740,6 @@
|
|
|
780
740
|
|
|
781
741
|
- Move helpers to Type
|
|
782
742
|
- Add access to plugin and app
|
|
783
|
-
- Update libs
|
|
784
743
|
|
|
785
744
|
## 22.1.1-beta.11
|
|
786
745
|
|
|
@@ -843,7 +802,6 @@
|
|
|
843
802
|
## 22.1.1-beta.1
|
|
844
803
|
|
|
845
804
|
- Refactor plugin settings
|
|
846
|
-
- Update libs
|
|
847
805
|
|
|
848
806
|
## 22.1.0
|
|
849
807
|
|
|
@@ -851,12 +809,10 @@
|
|
|
851
809
|
|
|
852
810
|
## 22.0.0
|
|
853
811
|
|
|
854
|
-
- Update libs
|
|
855
812
|
- customizeEsbuildOptions
|
|
856
813
|
|
|
857
814
|
## 21.1.0
|
|
858
815
|
|
|
859
|
-
- Update libs
|
|
860
816
|
- Add progress bar
|
|
861
817
|
- Add script examples
|
|
862
818
|
|
|
@@ -870,12 +826,10 @@
|
|
|
870
826
|
- ignoreError
|
|
871
827
|
- Refactor to Promisable
|
|
872
828
|
- throwOnAbort
|
|
873
|
-
- Update libs
|
|
874
829
|
|
|
875
830
|
## 20.3.0
|
|
876
831
|
|
|
877
832
|
- Remove unreliable `clearPendingQueueItems`
|
|
878
|
-
- Update libs
|
|
879
833
|
|
|
880
834
|
## 20.2.1
|
|
881
835
|
|
|
@@ -884,7 +838,6 @@
|
|
|
884
838
|
## 20.2.0
|
|
885
839
|
|
|
886
840
|
- Extract `editLinksInContent`
|
|
887
|
-
- Update libs
|
|
888
841
|
|
|
889
842
|
## 20.1.0
|
|
890
843
|
|
|
@@ -893,13 +846,11 @@
|
|
|
893
846
|
## 20.0.0
|
|
894
847
|
|
|
895
848
|
- Reuse type-fest
|
|
896
|
-
- Update libs
|
|
897
849
|
- MonkeyAround wrapper
|
|
898
850
|
|
|
899
851
|
## 19.24.0
|
|
900
852
|
|
|
901
853
|
- Allow this: void
|
|
902
|
-
- Update libs
|
|
903
854
|
|
|
904
855
|
## 19.23.0
|
|
905
856
|
|
|
@@ -907,7 +858,6 @@
|
|
|
907
858
|
|
|
908
859
|
## 19.22.0
|
|
909
860
|
|
|
910
|
-
- Update libs
|
|
911
861
|
- Support ~ fenced code blocks
|
|
912
862
|
|
|
913
863
|
## 19.21.1
|
|
@@ -917,12 +867,10 @@
|
|
|
917
867
|
## 19.21.0
|
|
918
868
|
|
|
919
869
|
- Allow aliasing `this` to `that`
|
|
920
|
-
- Update libs
|
|
921
870
|
|
|
922
871
|
## 19.20.0
|
|
923
872
|
|
|
924
873
|
- Add tmpdir to NodeModules
|
|
925
|
-
- Update libs
|
|
926
874
|
|
|
927
875
|
## 19.19.1
|
|
928
876
|
|
|
@@ -938,7 +886,6 @@
|
|
|
938
886
|
|
|
939
887
|
## 19.17.6
|
|
940
888
|
|
|
941
|
-
- Update libs
|
|
942
889
|
- Fix transformer check for DurationTransformer
|
|
943
890
|
|
|
944
891
|
## 19.17.5
|
|
@@ -957,7 +904,6 @@
|
|
|
957
904
|
## 19.17.2
|
|
958
905
|
|
|
959
906
|
- Fix build
|
|
960
|
-
- Update libs
|
|
961
907
|
|
|
962
908
|
## 19.17.1
|
|
963
909
|
|
|
@@ -1031,12 +977,10 @@
|
|
|
1031
977
|
|
|
1032
978
|
## 19.9.0
|
|
1033
979
|
|
|
1034
|
-
- Update libs
|
|
1035
980
|
- Lint tsx
|
|
1036
981
|
|
|
1037
982
|
## 19.8.2
|
|
1038
983
|
|
|
1039
|
-
- Update libs
|
|
1040
984
|
|
|
1041
985
|
## 19.8.1
|
|
1042
986
|
|
|
@@ -1065,13 +1009,11 @@
|
|
|
1065
1009
|
## 19.7.1-beta.2
|
|
1066
1010
|
|
|
1067
1011
|
- Extract canvas key parsing
|
|
1068
|
-
- Update libs
|
|
1069
1012
|
- Fix sourcemaps regex
|
|
1070
1013
|
|
|
1071
1014
|
## 19.7.1-beta.1
|
|
1072
1015
|
|
|
1073
1016
|
- Handle canvas text changes
|
|
1074
|
-
- Update libs
|
|
1075
1017
|
|
|
1076
1018
|
## 19.7.0
|
|
1077
1019
|
|
|
@@ -1087,19 +1029,16 @@
|
|
|
1087
1029
|
|
|
1088
1030
|
## 19.4.0
|
|
1089
1031
|
|
|
1090
|
-
- Update libs
|
|
1091
1032
|
- Ensure isExternal is always set
|
|
1092
1033
|
|
|
1093
1034
|
## 19.3.0
|
|
1094
1035
|
|
|
1095
1036
|
- Remove deprecated rules
|
|
1096
|
-
- Update libs
|
|
1097
1037
|
- Keep wikilinks explicit alias
|
|
1098
1038
|
|
|
1099
1039
|
## 19.2.2
|
|
1100
1040
|
|
|
1101
1041
|
- Fix audit
|
|
1102
|
-
- Update libs
|
|
1103
1042
|
|
|
1104
1043
|
## 19.2.1
|
|
1105
1044
|
|
|
@@ -1135,7 +1074,6 @@
|
|
|
1135
1074
|
## 19.1.2-beta.1
|
|
1136
1075
|
|
|
1137
1076
|
- Separate esm/cjs folders
|
|
1138
|
-
- Update libs
|
|
1139
1077
|
|
|
1140
1078
|
## 19.1.1
|
|
1141
1079
|
|
|
@@ -1143,7 +1081,6 @@
|
|
|
1143
1081
|
|
|
1144
1082
|
## 19.1.0
|
|
1145
1083
|
|
|
1146
|
-
- Update libs
|
|
1147
1084
|
|
|
1148
1085
|
## 19.0.1
|
|
1149
1086
|
|
|
@@ -1178,7 +1115,6 @@
|
|
|
1178
1115
|
|
|
1179
1116
|
- Fix style
|
|
1180
1117
|
- Refactor to async Prompt
|
|
1181
|
-
- Update libs
|
|
1182
1118
|
|
|
1183
1119
|
## 18.1.0
|
|
1184
1120
|
|
|
@@ -1210,7 +1146,6 @@
|
|
|
1210
1146
|
## 18.0.0
|
|
1211
1147
|
|
|
1212
1148
|
- Add static eslint config
|
|
1213
|
-
- Update libs
|
|
1214
1149
|
- Fix eslint warning
|
|
1215
1150
|
- Use 1-based month
|
|
1216
1151
|
|
|
@@ -1303,7 +1238,6 @@
|
|
|
1303
1238
|
## 17.7.0
|
|
1304
1239
|
|
|
1305
1240
|
- Lint
|
|
1306
|
-
- Update libs
|
|
1307
1241
|
- Ensure proper debugger in CLI
|
|
1308
1242
|
|
|
1309
1243
|
## 17.6.0
|
|
@@ -1317,7 +1251,6 @@
|
|
|
1317
1251
|
## 17.4.0
|
|
1318
1252
|
|
|
1319
1253
|
- Add svelte-wrapper
|
|
1320
|
-
- Update libs
|
|
1321
1254
|
|
|
1322
1255
|
## 17.3.0
|
|
1323
1256
|
|
|
@@ -1333,7 +1266,6 @@
|
|
|
1333
1266
|
|
|
1334
1267
|
## 17.2.0
|
|
1335
1268
|
|
|
1336
|
-
- Update libs
|
|
1337
1269
|
- More lint rules
|
|
1338
1270
|
|
|
1339
1271
|
## 17.1.1
|
|
@@ -1355,7 +1287,6 @@
|
|
|
1355
1287
|
## 17.0.0
|
|
1356
1288
|
|
|
1357
1289
|
- Remove allowJs setting
|
|
1358
|
-
- Update libs
|
|
1359
1290
|
- Add support for sass
|
|
1360
1291
|
- Add svelte compile
|
|
1361
1292
|
- Ensure onLayoutReady is called after onload completed
|
|
@@ -1507,7 +1438,6 @@
|
|
|
1507
1438
|
|
|
1508
1439
|
## 13.10.1
|
|
1509
1440
|
|
|
1510
|
-
- Update libs
|
|
1511
1441
|
- Don't show `consoleDebug()` in call stack
|
|
1512
1442
|
|
|
1513
1443
|
## 13.10.0
|
|
@@ -1516,7 +1446,6 @@
|
|
|
1516
1446
|
|
|
1517
1447
|
## 13.9.0
|
|
1518
1448
|
|
|
1519
|
-
- Update libs
|
|
1520
1449
|
- Make printError working in node.js
|
|
1521
1450
|
|
|
1522
1451
|
## 13.8.0
|
|
@@ -1558,7 +1487,6 @@
|
|
|
1558
1487
|
|
|
1559
1488
|
## 13.4.0
|
|
1560
1489
|
|
|
1561
|
-
- Update libs
|
|
1562
1490
|
- Add key sorting
|
|
1563
1491
|
|
|
1564
1492
|
## 13.3.2
|
|
@@ -1581,7 +1509,6 @@
|
|
|
1581
1509
|
|
|
1582
1510
|
## 13.2.0
|
|
1583
1511
|
|
|
1584
|
-
- Update libs
|
|
1585
1512
|
- Update targets
|
|
1586
1513
|
|
|
1587
1514
|
## 13.1.0
|
|
@@ -1613,7 +1540,6 @@
|
|
|
1613
1540
|
|
|
1614
1541
|
## 11.5.0
|
|
1615
1542
|
|
|
1616
|
-
- Update libs
|
|
1617
1543
|
- Fix double require transform
|
|
1618
1544
|
|
|
1619
1545
|
## 11.4.0
|
|
@@ -1649,7 +1575,6 @@
|
|
|
1649
1575
|
|
|
1650
1576
|
## 9.0.1
|
|
1651
1577
|
|
|
1652
|
-
- Update libs
|
|
1653
1578
|
- cspell
|
|
1654
1579
|
|
|
1655
1580
|
## 9.0.0
|
|
@@ -1703,7 +1628,6 @@
|
|
|
1703
1628
|
|
|
1704
1629
|
## 6.1.0
|
|
1705
1630
|
|
|
1706
|
-
- Update libs
|
|
1707
1631
|
- Add more node types
|
|
1708
1632
|
- Allow call Root methods if no roots
|
|
1709
1633
|
- Use full definition for PackageJson
|
|
@@ -1759,7 +1683,6 @@
|
|
|
1759
1683
|
|
|
1760
1684
|
## 4.18.0
|
|
1761
1685
|
|
|
1762
|
-
- Update libs
|
|
1763
1686
|
- Extract url
|
|
1764
1687
|
|
|
1765
1688
|
## 4.17.0
|
|
@@ -1802,7 +1725,6 @@
|
|
|
1802
1725
|
## 4.11.0
|
|
1803
1726
|
|
|
1804
1727
|
- Lint
|
|
1805
|
-
- Update libs
|
|
1806
1728
|
- Refactor to Queue
|
|
1807
1729
|
- Log timeout
|
|
1808
1730
|
|
|
@@ -1823,7 +1745,6 @@
|
|
|
1823
1745
|
## 4.8.1
|
|
1824
1746
|
|
|
1825
1747
|
- Lint
|
|
1826
|
-
- Update libs
|
|
1827
1748
|
|
|
1828
1749
|
## 4.8.0
|
|
1829
1750
|
|
package/dist/lib/cjs/Library.cjs
CHANGED
|
@@ -30,7 +30,7 @@ __export(Library_exports, {
|
|
|
30
30
|
LIBRARY_VERSION: () => LIBRARY_VERSION
|
|
31
31
|
});
|
|
32
32
|
module.exports = __toCommonJS(Library_exports);
|
|
33
|
-
const LIBRARY_VERSION = "38.
|
|
33
|
+
const LIBRARY_VERSION = "38.5.1";
|
|
34
34
|
const LIBRARY_NAME = "obsidian-dev-utils";
|
|
35
35
|
const LIBRARY_STYLES = ".obsidian-dev-utils.code-highlighter-component textarea, .obsidian-dev-utils.code-highlighter-component pre, .obsidian-dev-utils.code-highlighter-component code {\n font-family: var(--font-monospace);\n line-height: var(--line-height-normal);\n margin: 0;\n}\n.obsidian-dev-utils.code-highlighter-component textarea, .obsidian-dev-utils.code-highlighter-component code {\n font-size: var(--code-size);\n}\n.obsidian-dev-utils.code-highlighter-component textarea {\n background: transparent;\n color: transparent;\n z-index: 2;\n width: 20em;\n height: 10em;\n}\n.obsidian-dev-utils.code-highlighter-component pre {\n position: absolute;\n pointer-events: none;\n border: var(--input-border-width) solid transparent;\n overflow: auto;\n inset: 0;\n padding: var(--size-4-1) var(--size-4-2);\n z-index: 1;\n}\n.obsidian-dev-utils.code-highlighter-component pre::after {\n content: \"\";\n display: block;\n height: var(--bottom-gap, 0);\n}\n.obsidian-dev-utils.code-highlighter-component pre.is-placeholder {\n opacity: 0.6;\n}\n.obsidian-dev-utils.code-highlighter-component code {\n display: block;\n padding: 0;\n}\n\n.obsidian-dev-utils input[type=url] {\n height: var(--input-height);\n}\n.obsidian-dev-utils input[type=month],\n.obsidian-dev-utils input[type=tel],\n.obsidian-dev-utils input[type=time],\n.obsidian-dev-utils input[type=url],\n.obsidian-dev-utils input[type=week] {\n -webkit-app-region: no-drag;\n background: var(--background-modifier-form-field);\n border: var(--input-border-width) solid var(--background-modifier-border);\n color: var(--text-normal);\n font-family: inherit;\n padding: var(--size-4-1) var(--size-4-2);\n font-size: var(--font-ui-small);\n border-radius: var(--input-radius);\n outline: none;\n}\n@media (hover: hover) {\n .obsidian-dev-utils input[type=month]:hover,\n .obsidian-dev-utils input[type=tel]:hover,\n .obsidian-dev-utils input[type=time]:hover,\n .obsidian-dev-utils input[type=url]:hover,\n .obsidian-dev-utils input[type=week]:hover {\n border-color: var(--background-modifier-border-hover);\n transition: box-shadow 0.15s ease-in-out, border 0.15s ease-in-out;\n }\n}\n.obsidian-dev-utils input[type=month]:active, .obsidian-dev-utils input[type=month]:focus,\n.obsidian-dev-utils input[type=tel]:active,\n.obsidian-dev-utils input[type=tel]:focus,\n.obsidian-dev-utils input[type=time]:active,\n.obsidian-dev-utils input[type=time]:focus,\n.obsidian-dev-utils input[type=url]:active,\n.obsidian-dev-utils input[type=url]:focus,\n.obsidian-dev-utils input[type=week]:active,\n.obsidian-dev-utils input[type=week]:focus {\n border-color: var(--background-modifier-border-focus);\n transition: box-shadow 0.15s ease-in-out, border 0.15s ease-in-out;\n}\n.obsidian-dev-utils input[type=month]:active, .obsidian-dev-utils input[type=month]:focus, .obsidian-dev-utils input[type=month]:focus-visible,\n.obsidian-dev-utils input[type=tel]:active,\n.obsidian-dev-utils input[type=tel]:focus,\n.obsidian-dev-utils input[type=tel]:focus-visible,\n.obsidian-dev-utils input[type=time]:active,\n.obsidian-dev-utils input[type=time]:focus,\n.obsidian-dev-utils input[type=time]:focus-visible,\n.obsidian-dev-utils input[type=url]:active,\n.obsidian-dev-utils input[type=url]:focus,\n.obsidian-dev-utils input[type=url]:focus-visible,\n.obsidian-dev-utils input[type=week]:active,\n.obsidian-dev-utils input[type=week]:focus,\n.obsidian-dev-utils input[type=week]:focus-visible {\n box-shadow: 0 0 0 2px var(--background-modifier-border-focus);\n}\n.obsidian-dev-utils input[type=month]::placeholder,\n.obsidian-dev-utils input[type=tel]::placeholder,\n.obsidian-dev-utils input[type=time]::placeholder,\n.obsidian-dev-utils input[type=url]::placeholder,\n.obsidian-dev-utils input[type=week]::placeholder {\n color: var(--text-faint);\n}\n.mod-rtl input[type=month],\n.mod-rtl input[type=time],\n.mod-rtl input[type=week],\n.is-rtl input[type=month],\n.is-rtl input[type=time],\n.is-rtl input[type=week],\n.rtl input[type=month],\n.rtl input[type=time],\n.rtl input[type=week] {\n direction: rtl;\n}\n.mod-rtl input[type=month]::-webkit-calendar-picker-indicator,\n.mod-rtl input[type=time]::-webkit-calendar-picker-indicator,\n.mod-rtl input[type=week]::-webkit-calendar-picker-indicator,\n.is-rtl input[type=month]::-webkit-calendar-picker-indicator,\n.is-rtl input[type=time]::-webkit-calendar-picker-indicator,\n.is-rtl input[type=week]::-webkit-calendar-picker-indicator,\n.rtl input[type=month]::-webkit-calendar-picker-indicator,\n.rtl input[type=time]::-webkit-calendar-picker-indicator,\n.rtl input[type=week]::-webkit-calendar-picker-indicator {\n right: var(--size-4-1);\n left: auto;\n}\n\n.obsidian-dev-utils input[type=month],\n.obsidian-dev-utils input[type=time],\n.obsidian-dev-utils input[type=week] {\n font-variant-numeric: tabular-nums;\n position: relative;\n}\n.obsidian-dev-utils input[type=month]::-webkit-datetime-edit-text,\n.obsidian-dev-utils input[type=time]::-webkit-datetime-edit-text,\n.obsidian-dev-utils input[type=week]::-webkit-datetime-edit-text {\n color: var(--text-faint);\n padding-inline-end: 0;\n}\n.obsidian-dev-utils input[type=month]::-webkit-calendar-picker-indicator,\n.obsidian-dev-utils input[type=time]::-webkit-calendar-picker-indicator,\n.obsidian-dev-utils input[type=week]::-webkit-calendar-picker-indicator {\n position: absolute;\n left: var(--size-4-1);\n right: auto;\n opacity: 0.5;\n}\n.obsidian-dev-utils input[type=month]::-webkit-datetime-edit-month-field:active, .obsidian-dev-utils input[type=month]::-webkit-datetime-edit-month-field:focus, .obsidian-dev-utils input[type=month]::-webkit-datetime-edit-day-field:active, .obsidian-dev-utils input[type=month]::-webkit-datetime-edit-day-field:focus, .obsidian-dev-utils input[type=month]::-webkit-datetime-edit-year-field:active, .obsidian-dev-utils input[type=month]::-webkit-datetime-edit-year-field:focus,\n.obsidian-dev-utils input[type=time]::-webkit-datetime-edit-month-field:active,\n.obsidian-dev-utils input[type=time]::-webkit-datetime-edit-month-field:focus,\n.obsidian-dev-utils input[type=time]::-webkit-datetime-edit-day-field:active,\n.obsidian-dev-utils input[type=time]::-webkit-datetime-edit-day-field:focus,\n.obsidian-dev-utils input[type=time]::-webkit-datetime-edit-year-field:active,\n.obsidian-dev-utils input[type=time]::-webkit-datetime-edit-year-field:focus,\n.obsidian-dev-utils input[type=week]::-webkit-datetime-edit-month-field:active,\n.obsidian-dev-utils input[type=week]::-webkit-datetime-edit-month-field:focus,\n.obsidian-dev-utils input[type=week]::-webkit-datetime-edit-day-field:active,\n.obsidian-dev-utils input[type=week]::-webkit-datetime-edit-day-field:focus,\n.obsidian-dev-utils input[type=week]::-webkit-datetime-edit-year-field:active,\n.obsidian-dev-utils input[type=week]::-webkit-datetime-edit-year-field:focus {\n background-color: var(--text-selection);\n color: var(--text-normal);\n cursor: text;\n}\n.mod-rtl .obsidian-dev-utils input[type=month], .is-rtl .obsidian-dev-utils input[type=month], .rtl .obsidian-dev-utils input[type=month],\n.mod-rtl .obsidian-dev-utils input[type=time],\n.is-rtl .obsidian-dev-utils input[type=time],\n.rtl .obsidian-dev-utils input[type=time],\n.mod-rtl .obsidian-dev-utils input[type=week],\n.is-rtl .obsidian-dev-utils input[type=week],\n.rtl .obsidian-dev-utils input[type=week] {\n direction: rtl;\n}\n.mod-rtl .obsidian-dev-utils input[type=month]::-webkit-calendar-picker-indicator, .is-rtl .obsidian-dev-utils input[type=month]::-webkit-calendar-picker-indicator, .rtl .obsidian-dev-utils input[type=month]::-webkit-calendar-picker-indicator,\n.mod-rtl .obsidian-dev-utils input[type=time]::-webkit-calendar-picker-indicator,\n.is-rtl .obsidian-dev-utils input[type=time]::-webkit-calendar-picker-indicator,\n.rtl .obsidian-dev-utils input[type=time]::-webkit-calendar-picker-indicator,\n.mod-rtl .obsidian-dev-utils input[type=week]::-webkit-calendar-picker-indicator,\n.is-rtl .obsidian-dev-utils input[type=week]::-webkit-calendar-picker-indicator,\n.rtl .obsidian-dev-utils input[type=week]::-webkit-calendar-picker-indicator {\n left: auto;\n right: var(--size-4-1);\n}\n\nbody:not(.is-ios):not(.is-android) .obsidian-dev-utils input[type=month],\nbody:not(.is-ios):not(.is-android) .obsidian-dev-utils input[type=time],\nbody:not(.is-ios):not(.is-android) .obsidian-dev-utils input[type=week] {\n padding-inline-start: var(--size-4-6);\n}\n\n.obsidian-dev-utils input[type=time]::-webkit-calendar-picker-indicator {\n margin-inline-start: 0;\n}\n\n.obsidian-dev-utils.modal-container .ok-button {\n margin-right: 10px;\n margin-top: 20px;\n}\n\n.obsidian-dev-utils .multiple-dropdown-component select,\n.obsidian-dev-utils .multiple-dropdown-component select:focus,\n.obsidian-dev-utils .multiple-dropdown-component .dropdown {\n height: auto;\n padding-top: 3px;\n}\n.obsidian-dev-utils .multiple-dropdown-component select option:checked,\n.obsidian-dev-utils .multiple-dropdown-component select:focus option:checked,\n.obsidian-dev-utils .multiple-dropdown-component .dropdown option:checked {\n background-color: #1967d2;\n color: #fff;\n}\n\n.obsidian-dev-utils.prompt-modal .text-box {\n width: 100%;\n}\n\n.obsidian-dev-utils.tri-state-checkbox-component input[type=checkbox]:indeterminate {\n appearance: checkbox;\n}\n\n.obsidian-dev-utils :invalid {\n box-shadow: 0 0 0 2px var(--text-error);\n}\n.obsidian-dev-utils input.metadata-input-text:active:invalid, .obsidian-dev-utils input.metadata-input-text:focus-visible:invalid, .obsidian-dev-utils input.metadata-input-text:focus:invalid,\n.obsidian-dev-utils input[type=date]:active:invalid,\n.obsidian-dev-utils input[type=date]:focus-visible:invalid,\n.obsidian-dev-utils input[type=date]:focus:invalid,\n.obsidian-dev-utils input[type=datetime-local]:active:invalid,\n.obsidian-dev-utils input[type=datetime-local]:focus-visible:invalid,\n.obsidian-dev-utils input[type=datetime-local]:focus:invalid,\n.obsidian-dev-utils input[type=email]:active:invalid,\n.obsidian-dev-utils input[type=email]:focus-visible:invalid,\n.obsidian-dev-utils input[type=email]:focus:invalid,\n.obsidian-dev-utils input[type=number]:active:invalid,\n.obsidian-dev-utils input[type=number]:focus-visible:invalid,\n.obsidian-dev-utils input[type=number]:focus:invalid,\n.obsidian-dev-utils input[type=password]:active:invalid,\n.obsidian-dev-utils input[type=password]:focus-visible:invalid,\n.obsidian-dev-utils input[type=password]:focus:invalid,\n.obsidian-dev-utils input[type=search]:active:invalid,\n.obsidian-dev-utils input[type=search]:focus-visible:invalid,\n.obsidian-dev-utils input[type=search]:focus:invalid,\n.obsidian-dev-utils input[type=text]:active:invalid,\n.obsidian-dev-utils input[type=text]:focus-visible:invalid,\n.obsidian-dev-utils input[type=text]:focus:invalid,\n.obsidian-dev-utils textarea:active:invalid,\n.obsidian-dev-utils textarea:focus-visible:invalid,\n.obsidian-dev-utils textarea:focus:invalid {\n box-shadow: 0 0 0 2px var(--text-error);\n}\n.obsidian-dev-utils.setting-component-wrapper {\n position: relative;\n display: inline-flex;\n}\n.obsidian-dev-utils.overlay-validator {\n caret-color: transparent;\n cursor: default;\n position: absolute;\n background-color: transparent;\n border: none;\n outline: none;\n pointer-events: none;\n z-index: 9999;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n}\n.obsidian-dev-utils.tooltip.tooltip-validator {\n position: absolute;\n top: calc(100% + 8px);\n width: max-content;\n}\n\n/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../src/styles/code-highlighter-component.scss%22,%22../src/styles/input.scss%22,%22../src/styles/input-time.scss%22,%22../src/styles/modal-container.scss%22,%22../src/styles/multiple-dropdown-component.scss%22,%22../src/styles/prompt-modal.scss%22,%22../src/styles/tri-state-checkbox-component.scss%22,%22../src/styles/validation.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAEI;EACE;EACA;EACA;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;;AAGF;EACE;EACA;;;ACzCJ;EACE;;AAGF;AAAA;AAAA;AAAA;AAAA;EAKE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGE;EACE;AAAA;AAAA;AAAA;AAAA;IACE;IACA,YACE;;;AAMR;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAEE;EACA,YACE;;AAIJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAGE;;AAGF;AAAA;AAAA;AAAA;AAAA;EACE;;AASE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAGE;;AAEA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EACE;EACA;;;AC7DV;AAAA;AAAA;EAGE;EACA;;AAEA;AAAA;AAAA;EACE;EACA;;AAGF;AAAA;AAAA;EACE;EACA;EACA;EACA;;AAMA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAEE;EACA;EACA;;AAIK;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAGP;;AAEA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EACE;EACA;;;AAKF;AAAA;AAAA;EACE;;;AAMJ;EACE;;;AChDF;EACE;EACA;;;ACFF;AAAA;AAAA;EAGE;EACA;;AAEA;AAAA;AAAA;EACE;EACA;;;ACRJ;EACE;;;ACDF;EACE;;;ACEJ;EAJA;;AAoBI;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EApBJ;;AA0BA;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA%22,%22file%22:%22styles.css%22,%22sourcesContent%22:%5B%22.obsidian-dev-utils%20%7B%5Cn%20%20&.code-highlighter-component%20%7B%5Cn%20%20%20%20textarea,%20pre,%20code%20%7B%5Cn%20%20%20%20%20%20font-family:%20var(--font-monospace);%5Cn%20%20%20%20%20%20line-height:%20var(--line-height-normal);%5Cn%20%20%20%20%20%20margin:%200;%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20textarea,%20code%20%7B%5Cn%20%20%20%20%20%20font-size:%20var(--code-size);%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20textarea%20%7B%5Cn%20%20%20%20%20%20background:%20transparent;%5Cn%20%20%20%20%20%20color:%20transparent;%5Cn%20%20%20%20%20%20z-index:%202;%5Cn%20%20%20%20%20%20width:%2020em;%5Cn%20%20%20%20%20%20height:%2010em;%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20pre%20%7B%5Cn%20%20%20%20%20%20position:%20absolute;%5Cn%20%20%20%20%20%20pointer-events:%20none;%5Cn%20%20%20%20%20%20border:%20var(--input-border-width)%20solid%20transparent;%5Cn%20%20%20%20%20%20overflow:%20auto;%5Cn%20%20%20%20%20%20inset:%200;%5Cn%20%20%20%20%20%20padding:%20var(--size-4-1)%20var(--size-4-2);%5Cn%20%20%20%20%20%20z-index:%201;%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20pre::after%20%7B%5Cn%20%20%20%20%20%20content:%20%5C%22%5C%22;%5Cn%20%20%20%20%20%20display:%20block;%5Cn%20%20%20%20%20%20height:%20var(--bottom-gap,%200);%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20pre.is-placeholder%20%7B%5Cn%20%20%20%20%20%20opacity:%200.6;%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20code%20%7B%5Cn%20%20%20%20%20%20display:%20block;%5Cn%20%20%20%20%20%20padding:%200;%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22,%22.obsidian-dev-utils%20%7B%5Cn%20%20input%5Btype='url'%5D%20%7B%5Cn%20%20%20%20height:%20var(--input-height)%5Cn%20%20%7D%5Cn%5Cn%20%20input%5Btype='month'%5D,%5Cn%20%20input%5Btype='tel'%5D,%5Cn%20%20input%5Btype='time'%5D,%5Cn%20%20input%5Btype='url'%5D,%5Cn%20%20input%5Btype='week'%5D%20%7B%5Cn%20%20%20%20-webkit-app-region:%20no-drag;%5Cn%20%20%20%20background:%20var(--background-modifier-form-field);%5Cn%20%20%20%20border:%20var(--input-border-width)%20solid%20var(--background-modifier-border);%5Cn%20%20%20%20color:%20var(--text-normal);%5Cn%20%20%20%20font-family:%20inherit;%5Cn%20%20%20%20padding:%20var(--size-4-1)%20var(--size-4-2);%5Cn%20%20%20%20font-size:%20var(--font-ui-small);%5Cn%20%20%20%20border-radius:%20var(--input-radius);%5Cn%20%20%20%20outline:%20none;%5Cn%5Cn%20%20%20%20@at-root%20%7B%5Cn%20%20%20%20%20%20@media%20(hover:%20hover)%20%7B%5Cn%20%20%20%20%20%20%20%20&:hover%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20border-color:%20var(--background-modifier-border-hover);%5Cn%20%20%20%20%20%20%20%20%20%20transition:%5Cn%20%20%20%20%20%20%20%20%20%20%20%20box-shadow%200.15s%20ease-in-out,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20border%200.15s%20ease-in-out;%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20&:active,%5Cn%20%20%20%20&:focus%20%7B%5Cn%20%20%20%20%20%20border-color:%20var(--background-modifier-border-focus);%5Cn%20%20%20%20%20%20transition:%5Cn%20%20%20%20%20%20%20%20box-shadow%200.15s%20ease-in-out,%5Cn%20%20%20%20%20%20%20%20border%200.15s%20ease-in-out;%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20&:active,%5Cn%20%20%20%20&:focus,%5Cn%20%20%20%20&:focus-visible%20%7B%5Cn%20%20%20%20%20%20box-shadow:%200%200%200%202px%20var(--background-modifier-border-focus);%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20&::placeholder%20%7B%5Cn%20%20%20%20%20%20color:%20var(--text-faint);%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%5Cn%20%20@at-root%20%7B%5Cn%20%20%20%20.mod-rtl,%5Cn%20%20%20%20.is-rtl,%5Cn%20%20%20%20.rtl%20%7B%5Cn%20%20%20%20%20%20&%20%7B%5Cn%20%20%20%20%20%20%20%20input%5Btype='month'%5D,%5Cn%20%20%20%20%20%20%20%20input%5Btype='time'%5D,%5Cn%20%20%20%20%20%20%20%20input%5Btype='week'%5D%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20direction:%20rtl;%5Cn%5Cn%20%20%20%20%20%20%20%20%20%20&::-webkit-calendar-picker-indicator%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20right:%20var(--size-4-1);%5Cn%20%20%20%20%20%20%20%20%20%20%20%20left:%20auto;%5Cn%20%20%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22,%22.obsidian-dev-utils%20%7B%5Cn%20%20input%5Btype='month'%5D,%5Cn%20%20input%5Btype='time'%5D,%5Cn%20%20input%5Btype='week'%5D%20%7B%5Cn%20%20%20%20font-variant-numeric:%20tabular-nums;%5Cn%20%20%20%20position:%20relative;%5Cn%5Cn%20%20%20%20&::-webkit-datetime-edit-text%20%7B%5Cn%20%20%20%20%20%20color:%20var(--text-faint);%5Cn%20%20%20%20%20%20padding-inline-end:%200;%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20&::-webkit-calendar-picker-indicator%20%7B%5Cn%20%20%20%20%20%20position:%20absolute;%5Cn%20%20%20%20%20%20left:%20var(--size-4-1);%5Cn%20%20%20%20%20%20right:%20auto;%5Cn%20%20%20%20%20%20opacity:%200.5;%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20&::-webkit-datetime-edit-month-field,%5Cn%20%20%20%20&::-webkit-datetime-edit-day-field,%5Cn%20%20%20%20&::-webkit-datetime-edit-year-field%20%7B%5Cn%20%20%20%20%20%20&:active,%5Cn%20%20%20%20%20%20&:focus%20%7B%5Cn%20%20%20%20%20%20%20%20background-color:%20var(--text-selection);%5Cn%20%20%20%20%20%20%20%20color:%20var(--text-normal);%5Cn%20%20%20%20%20%20%20%20cursor:%20text;%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20@at-root%20.mod-rtl%20&,%5Cn%20%20%20%20%20%20.is-rtl%20&,%5Cn%20%20%20%20%20%20.rtl%20&%20%7B%5Cn%20%20%20%20%20%20direction:%20rtl;%5Cn%5Cn%20%20%20%20%20%20&::-webkit-calendar-picker-indicator%20%7B%5Cn%20%20%20%20%20%20%20%20left:%20auto;%5Cn%20%20%20%20%20%20%20%20right:%20var(--size-4-1);%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20@at-root%20%7B%5Cn%20%20%20%20%20%20body:not(.is-ios):not(.is-android)%20&%20%7B%5Cn%20%20%20%20%20%20%20%20padding-inline-start:%20var(--size-4-6);%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%5Cn%20%20input%5Btype='time'%5D%20%7B%5Cn%20%20%20%20&::-webkit-calendar-picker-indicator%20%7B%5Cn%20%20%20%20%20%20margin-inline-start:%200;%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22,%22.obsidian-dev-utils%20%7B%5Cn%20%20&.modal-container%20%7B%5Cn%20%20%20%20.ok-button%20%7B%5Cn%20%20%20%20%20%20margin-right:%2010px;%5Cn%20%20%20%20%20%20margin-top:%2020px;%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22,%22.obsidian-dev-utils%20%7B%5Cn%20%20.multiple-dropdown-component%20%7B%5Cn%20%20%20%20select,%5Cn%20%20%20%20select:focus,%5Cn%20%20%20%20.dropdown%20%7B%5Cn%20%20%20%20%20%20height:%20auto;%5Cn%20%20%20%20%20%20padding-top:%203px;%5Cn%5Cn%20%20%20%20%20%20option:checked%20%7B%5Cn%20%20%20%20%20%20%20%20background-color:%20%231967d2;%5Cn%20%20%20%20%20%20%20%20color:%20%23fff;%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22,%22.obsidian-dev-utils%20%7B%5Cn%20%20&.prompt-modal%20%7B%5Cn%20%20%20%20.text-box%20%7B%5Cn%20%20%20%20%20%20width:%20100%25;%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22,%22.obsidian-dev-utils%20%7B%5Cr%5Cn%20%20&.tri-state-checkbox-component%20%7B%5Cr%5Cn%20%20%20%20input%5Btype='checkbox'%5D:indeterminate%20%7B%5Cr%5Cn%20%20%20%20%20%20appearance:%20checkbox;%5Cr%5Cn%20%20%20%20%7D%5Cr%5Cn%20%20%7D%5Cr%5Cn%7D%5Cr%5Cn%22,%22@mixin%20invalid%20%7B%5Cn%20%20box-shadow:%200%200%200%202px%20var(--text-error);%5Cn%7D%5Cn%5Cn.obsidian-dev-utils%20%7B%5Cn%20%20:invalid%20%7B%5Cn%20%20%20%20@include%20invalid;%5Cn%20%20%7D%5Cn%5Cn%20%20input.metadata-input-text,%5Cn%20%20input%5Btype='date'%5D,%5Cn%20%20input%5Btype='datetime-local'%5D,%5Cn%20%20input%5Btype='email'%5D,%5Cn%20%20input%5Btype='number'%5D,%5Cn%20%20input%5Btype='password'%5D,%5Cn%20%20input%5Btype='search'%5D,%5Cn%20%20input%5Btype='text'%5D,%5Cn%20%20textarea%20%7B%5Cn%20%20%20%20&:active,%5Cn%20%20%20%20&:focus-visible,%5Cn%20%20%20%20&:focus%20%7B%5Cn%20%20%20%20%20%20&:invalid%20%7B%5Cn%20%20%20%20%20%20%20%20@include%20invalid;%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%5Cn%20%20&.setting-component-wrapper%20%7B%5Cn%20%20%20%20position:%20relative;%5Cn%20%20%20%20display:%20inline-flex;%5Cn%20%20%7D%5Cn%5Cn%20%20&.overlay-validator%20%7B%5Cn%20%20%20%20caret-color:%20transparent;%5Cn%20%20%20%20cursor:%20default;%5Cn%20%20%20%20position:%20absolute;%5Cn%20%20%20%20background-color:%20transparent;%5Cn%20%20%20%20border:%20none;%5Cn%20%20%20%20outline:%20none;%5Cn%20%20%20%20pointer-events:%20none;%5Cn%20%20%20%20z-index:%209999;%5Cn%20%20%20%20left:%200;%5Cn%20%20%20%20top:%200;%5Cn%20%20%20%20width:%20100%25;%5Cn%20%20%20%20height:%20100%25;%5Cn%20%20%7D%5Cn%5Cn%20%20&.tooltip.tooltip-validator%20%7B%5Cn%20%20%20%20position:%20absolute;%5Cn%20%20%20%20top:%20calc(100%25%20+%208px);%5Cn%20%20%20%20width:%20max-content;%5Cn%20%20%7D%5Cn%7D%5Cn%22%5D%7D */\n";
|
|
36
36
|
// Annotate the CommonJS export names for ESM import in node:
|