obsidian-dev-utils 38.5.0 → 38.6.0
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/MarkdownCodeBlockProcessor.cjs +3 -1
- package/dist/lib/cjs/obsidian/Plugin/PluginBase.cjs +35 -1
- package/dist/lib/cjs/obsidian/Plugin/PluginBase.d.cts +19 -0
- package/dist/lib/cjs/obsidian/Vault.cjs +1 -2
- package/dist/lib/esm/Library.mjs +1 -1
- package/dist/lib/esm/obsidian/MarkdownCodeBlockProcessor.mjs +3 -1
- package/dist/lib/esm/obsidian/Plugin/PluginBase.d.mts +19 -0
- package/dist/lib/esm/obsidian/Plugin/PluginBase.mjs +35 -1
- package/dist/lib/esm/obsidian/Vault.mjs +2 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
+
## 38.6.0
|
|
4
|
+
|
|
5
|
+
- registerPopupDocumentDomEvent / registerPopupWindowDomEvent
|
|
6
|
+
|
|
7
|
+
## 38.5.1
|
|
8
|
+
|
|
9
|
+
- Don't wait for every save. Fixes performance (https://github.com/mnaoumov/obsidian-backlink-cache/issues/10)
|
|
10
|
+
|
|
3
11
|
## 38.5.0
|
|
4
12
|
|
|
5
13
|
- Check for extension
|
|
@@ -7,7 +15,6 @@
|
|
|
7
15
|
## 38.4.3
|
|
8
16
|
|
|
9
17
|
- Reuse parsed alias (Fixes https://github.com/mnaoumov/obsidian-better-markdown-links/issues/21#issuecomment-3225879039)
|
|
10
|
-
- Update libs
|
|
11
18
|
|
|
12
19
|
## 38.4.2
|
|
13
20
|
|
|
@@ -16,7 +23,6 @@
|
|
|
16
23
|
## 38.4.1
|
|
17
24
|
|
|
18
25
|
- Ensure MetadataCache is ready before checking CodeBlockMarkdownInformation
|
|
19
|
-
- Update libs
|
|
20
26
|
|
|
21
27
|
## 38.4.0
|
|
22
28
|
|
|
@@ -26,7 +32,6 @@
|
|
|
26
32
|
|
|
27
33
|
- Skip empty error line
|
|
28
34
|
- Add shouldSkipDuplicateCheck
|
|
29
|
-
- Update libs
|
|
30
35
|
|
|
31
36
|
## 38.2.0
|
|
32
37
|
|
|
@@ -54,7 +59,6 @@
|
|
|
54
59
|
## 37.1.2
|
|
55
60
|
|
|
56
61
|
- Improve LF handling
|
|
57
|
-
- Update libs
|
|
58
62
|
|
|
59
63
|
## 37.1.1
|
|
60
64
|
|
|
@@ -85,7 +89,6 @@
|
|
|
85
89
|
|
|
86
90
|
## 35.0.1
|
|
87
91
|
|
|
88
|
-
- Update libs
|
|
89
92
|
|
|
90
93
|
## 35.0.0
|
|
91
94
|
|
|
@@ -99,7 +102,6 @@
|
|
|
99
102
|
## 34.0.1
|
|
100
103
|
|
|
101
104
|
- Don't throw if no unique code block found
|
|
102
|
-
- Update libs
|
|
103
105
|
|
|
104
106
|
## 34.0.0
|
|
105
107
|
|
|
@@ -110,12 +112,10 @@
|
|
|
110
112
|
- insert before/after code block
|
|
111
113
|
- hasSingleOccurrence
|
|
112
114
|
- getCodeBlockSectionInfo
|
|
113
|
-
- Update libs
|
|
114
115
|
|
|
115
116
|
## 33.1.1
|
|
116
117
|
|
|
117
118
|
- Fix build
|
|
118
|
-
- Update libs
|
|
119
119
|
|
|
120
120
|
## 33.1.0
|
|
121
121
|
|
|
@@ -154,7 +154,6 @@
|
|
|
154
154
|
- Ensure removeUndefinedProperties forces exclusions
|
|
155
155
|
- Assert no duplicate keys
|
|
156
156
|
- Unique array
|
|
157
|
-
- Update libs
|
|
158
157
|
|
|
159
158
|
## 30.7.0
|
|
160
159
|
|
|
@@ -183,12 +182,10 @@
|
|
|
183
182
|
## 30.3.0
|
|
184
183
|
|
|
185
184
|
- extractDefaultExportInterop
|
|
186
|
-
- Update libs
|
|
187
185
|
|
|
188
186
|
## 30.2.1
|
|
189
187
|
|
|
190
188
|
- Improve error message
|
|
191
|
-
- Update libs
|
|
192
189
|
|
|
193
190
|
## 30.2.0
|
|
194
191
|
|
|
@@ -201,7 +198,6 @@
|
|
|
201
198
|
## 30.1.0
|
|
202
199
|
|
|
203
200
|
- Add fake default property
|
|
204
|
-
- Update libs
|
|
205
201
|
|
|
206
202
|
## 30.0.0
|
|
207
203
|
|
|
@@ -218,12 +214,10 @@
|
|
|
218
214
|
## 29.0.0
|
|
219
215
|
|
|
220
216
|
- shouldRetryOnInvalidChanges
|
|
221
|
-
- Update libs
|
|
222
217
|
|
|
223
218
|
## 28.6.0
|
|
224
219
|
|
|
225
220
|
- FrontmatterLinkCacheWithOffsets
|
|
226
|
-
- Update libs
|
|
227
221
|
|
|
228
222
|
## 28.5.0
|
|
229
223
|
|
|
@@ -232,12 +226,10 @@
|
|
|
232
226
|
## 28.4.0
|
|
233
227
|
|
|
234
228
|
- Add INFINITE_TIMEOUT
|
|
235
|
-
- Update libs
|
|
236
229
|
|
|
237
230
|
## 28.3.0
|
|
238
231
|
|
|
239
232
|
- Check if load was aborted
|
|
240
|
-
- Update libs
|
|
241
233
|
|
|
242
234
|
## 28.2.2
|
|
243
235
|
|
|
@@ -245,13 +237,11 @@
|
|
|
245
237
|
|
|
246
238
|
## 28.2.1
|
|
247
239
|
|
|
248
|
-
- Update libs
|
|
249
240
|
|
|
250
241
|
## 28.2.0
|
|
251
242
|
|
|
252
243
|
- Update deprecated eslint rule
|
|
253
244
|
- For canvas links rely on backlink-cache plugin or built-in canvas
|
|
254
|
-
- Update libs
|
|
255
245
|
|
|
256
246
|
## 28.1.0
|
|
257
247
|
|
|
@@ -260,17 +250,14 @@
|
|
|
260
250
|
## 28.0.0
|
|
261
251
|
|
|
262
252
|
- Rename file name
|
|
263
|
-
- Update libs
|
|
264
253
|
|
|
265
254
|
## 27.7.1
|
|
266
255
|
|
|
267
256
|
- Handle sourcePath /
|
|
268
|
-
- Update libs
|
|
269
257
|
|
|
270
258
|
## 27.7.0
|
|
271
259
|
|
|
272
260
|
- Add support for non-existing link files
|
|
273
|
-
- Update libs
|
|
274
261
|
|
|
275
262
|
## 27.6.1
|
|
276
263
|
|
|
@@ -299,7 +286,6 @@
|
|
|
299
286
|
## 27.5.0
|
|
300
287
|
|
|
301
288
|
- Don't disable link updates if rename is disabled (https://github.com/mnaoumov/obsidian-better-markdown-links/issues/17)
|
|
302
|
-
- Update libs
|
|
303
289
|
|
|
304
290
|
## 27.4.0
|
|
305
291
|
|
|
@@ -314,7 +300,6 @@
|
|
|
314
300
|
- isBaseFile
|
|
315
301
|
- Fix exec warning
|
|
316
302
|
- Lock version to be patched by obsidian-typings
|
|
317
|
-
- Update libs
|
|
318
303
|
|
|
319
304
|
## 27.2.1
|
|
320
305
|
|
|
@@ -323,7 +308,6 @@
|
|
|
323
308
|
## 27.2.0
|
|
324
309
|
|
|
325
310
|
- Recognize urls such mailto:foo@bar.com (For https://github.com/mnaoumov/obsidian-frontmatter-markdown-links/issues/9)
|
|
326
|
-
- Update libs
|
|
327
311
|
|
|
328
312
|
## 27.1.0
|
|
329
313
|
|
|
@@ -332,7 +316,6 @@
|
|
|
332
316
|
|
|
333
317
|
## 27.0.2
|
|
334
318
|
|
|
335
|
-
- Update libs
|
|
336
319
|
|
|
337
320
|
## 27.0.1
|
|
338
321
|
|
|
@@ -342,27 +325,22 @@
|
|
|
342
325
|
|
|
343
326
|
- Refactor eslint config naming
|
|
344
327
|
- More node modules
|
|
345
|
-
- Update libs
|
|
346
328
|
|
|
347
329
|
## 26.29.2
|
|
348
330
|
|
|
349
331
|
- Save only changed leaves
|
|
350
|
-
- Update libs
|
|
351
332
|
|
|
352
333
|
## 26.29.1
|
|
353
334
|
|
|
354
335
|
- Fix init eslint
|
|
355
|
-
- Update libs
|
|
356
336
|
|
|
357
337
|
## 26.29.0
|
|
358
338
|
|
|
359
339
|
- Ensure isTimedOut flag is reset
|
|
360
|
-
- Update libs
|
|
361
340
|
|
|
362
341
|
## 26.28.0
|
|
363
342
|
|
|
364
343
|
- Log context fn on timeout
|
|
365
|
-
- Update libs
|
|
366
344
|
|
|
367
345
|
## 26.27.3
|
|
368
346
|
|
|
@@ -379,7 +357,6 @@
|
|
|
379
357
|
## 26.27.0
|
|
380
358
|
|
|
381
359
|
- encodeUrl
|
|
382
|
-
- Update libs
|
|
383
360
|
|
|
384
361
|
## 26.26.0
|
|
385
362
|
|
|
@@ -388,7 +365,6 @@
|
|
|
388
365
|
## 26.25.0
|
|
389
366
|
|
|
390
367
|
- Ensure placeholder shown
|
|
391
|
-
- Update libs
|
|
392
368
|
|
|
393
369
|
## 26.24.0
|
|
394
370
|
|
|
@@ -397,7 +373,6 @@
|
|
|
397
373
|
## 26.23.0
|
|
398
374
|
|
|
399
375
|
- Trigger loadSettings even settings were missing
|
|
400
|
-
- Update libs
|
|
401
376
|
|
|
402
377
|
## 26.22.0
|
|
403
378
|
|
|
@@ -407,7 +382,6 @@
|
|
|
407
382
|
|
|
408
383
|
- Switch to EmptyAttachmentFolderBehavior
|
|
409
384
|
- Combine settings properly
|
|
410
|
-
- Update libs
|
|
411
385
|
|
|
412
386
|
## 26.20.0
|
|
413
387
|
|
|
@@ -416,7 +390,6 @@
|
|
|
416
390
|
## 26.19.0
|
|
417
391
|
|
|
418
392
|
- Add hasKey/hasValue
|
|
419
|
-
- Update libs
|
|
420
393
|
|
|
421
394
|
## 26.18.0
|
|
422
395
|
|
|
@@ -429,7 +402,6 @@
|
|
|
429
402
|
## 26.16.0
|
|
430
403
|
|
|
431
404
|
- Skip async link updates after rename
|
|
432
|
-
- Update libs
|
|
433
405
|
|
|
434
406
|
## 26.15.2
|
|
435
407
|
|
|
@@ -441,7 +413,6 @@
|
|
|
441
413
|
|
|
442
414
|
## 26.15.0
|
|
443
415
|
|
|
444
|
-
- Update libs
|
|
445
416
|
- requestAnimationFrameAsync only after some threshold
|
|
446
417
|
|
|
447
418
|
## 26.14.0
|
|
@@ -455,17 +426,14 @@
|
|
|
455
426
|
## 26.12.0
|
|
456
427
|
|
|
457
428
|
- Refactor getCacheSafe
|
|
458
|
-
- Update libs
|
|
459
429
|
|
|
460
430
|
## 26.11.0
|
|
461
431
|
|
|
462
432
|
- Patch fileManager to avoid link updates
|
|
463
|
-
- Update libs
|
|
464
433
|
|
|
465
434
|
## 26.10.0
|
|
466
435
|
|
|
467
436
|
- Cache debuggers to keep timestamps
|
|
468
|
-
- Update libs
|
|
469
437
|
|
|
470
438
|
## 26.9.0
|
|
471
439
|
|
|
@@ -484,7 +452,6 @@
|
|
|
484
452
|
|
|
485
453
|
- Rewrite docs
|
|
486
454
|
- Add CodeHighlighterComponent
|
|
487
|
-
- Update libs
|
|
488
455
|
|
|
489
456
|
## 26.5.2
|
|
490
457
|
|
|
@@ -497,7 +464,6 @@
|
|
|
497
464
|
## 26.5.0
|
|
498
465
|
|
|
499
466
|
- Switch to static wrappers
|
|
500
|
-
- Update libs
|
|
501
467
|
|
|
502
468
|
## 26.4.0
|
|
503
469
|
|
|
@@ -512,7 +478,6 @@
|
|
|
512
478
|
## 26.2.1
|
|
513
479
|
|
|
514
480
|
- Ensure property saved
|
|
515
|
-
- Update libs
|
|
516
481
|
|
|
517
482
|
## 26.2.0
|
|
518
483
|
|
|
@@ -520,7 +485,6 @@
|
|
|
520
485
|
- Empty in display
|
|
521
486
|
- Empty only on blur
|
|
522
487
|
- Refactor default settings validation
|
|
523
|
-
- Update libs
|
|
524
488
|
|
|
525
489
|
## 26.1.2
|
|
526
490
|
|
|
@@ -533,14 +497,12 @@
|
|
|
533
497
|
## 26.1.0
|
|
534
498
|
|
|
535
499
|
- deepEqual settings
|
|
536
|
-
- Update libs
|
|
537
500
|
- Change default `shouldResetSettingWhenComponentIsEmpty`
|
|
538
501
|
- Remove Error stack
|
|
539
502
|
|
|
540
503
|
## 26.0.0
|
|
541
504
|
|
|
542
505
|
- Rename createSettingsManager
|
|
543
|
-
- Update libs
|
|
544
506
|
|
|
545
507
|
## 25.1.0
|
|
546
508
|
|
|
@@ -591,7 +553,6 @@
|
|
|
591
553
|
|
|
592
554
|
## 24.2.0
|
|
593
555
|
|
|
594
|
-
- Update libs
|
|
595
556
|
- Refactor to GenericObject
|
|
596
557
|
- More type helpers
|
|
597
558
|
- ensureSafe
|
|
@@ -651,7 +612,6 @@
|
|
|
651
612
|
|
|
652
613
|
## 23.0.1
|
|
653
614
|
|
|
654
|
-
- Update libs
|
|
655
615
|
|
|
656
616
|
## 23.0.0
|
|
657
617
|
|
|
@@ -784,7 +744,6 @@
|
|
|
784
744
|
|
|
785
745
|
- Move helpers to Type
|
|
786
746
|
- Add access to plugin and app
|
|
787
|
-
- Update libs
|
|
788
747
|
|
|
789
748
|
## 22.1.1-beta.11
|
|
790
749
|
|
|
@@ -847,7 +806,6 @@
|
|
|
847
806
|
## 22.1.1-beta.1
|
|
848
807
|
|
|
849
808
|
- Refactor plugin settings
|
|
850
|
-
- Update libs
|
|
851
809
|
|
|
852
810
|
## 22.1.0
|
|
853
811
|
|
|
@@ -855,12 +813,10 @@
|
|
|
855
813
|
|
|
856
814
|
## 22.0.0
|
|
857
815
|
|
|
858
|
-
- Update libs
|
|
859
816
|
- customizeEsbuildOptions
|
|
860
817
|
|
|
861
818
|
## 21.1.0
|
|
862
819
|
|
|
863
|
-
- Update libs
|
|
864
820
|
- Add progress bar
|
|
865
821
|
- Add script examples
|
|
866
822
|
|
|
@@ -874,12 +830,10 @@
|
|
|
874
830
|
- ignoreError
|
|
875
831
|
- Refactor to Promisable
|
|
876
832
|
- throwOnAbort
|
|
877
|
-
- Update libs
|
|
878
833
|
|
|
879
834
|
## 20.3.0
|
|
880
835
|
|
|
881
836
|
- Remove unreliable `clearPendingQueueItems`
|
|
882
|
-
- Update libs
|
|
883
837
|
|
|
884
838
|
## 20.2.1
|
|
885
839
|
|
|
@@ -888,7 +842,6 @@
|
|
|
888
842
|
## 20.2.0
|
|
889
843
|
|
|
890
844
|
- Extract `editLinksInContent`
|
|
891
|
-
- Update libs
|
|
892
845
|
|
|
893
846
|
## 20.1.0
|
|
894
847
|
|
|
@@ -897,13 +850,11 @@
|
|
|
897
850
|
## 20.0.0
|
|
898
851
|
|
|
899
852
|
- Reuse type-fest
|
|
900
|
-
- Update libs
|
|
901
853
|
- MonkeyAround wrapper
|
|
902
854
|
|
|
903
855
|
## 19.24.0
|
|
904
856
|
|
|
905
857
|
- Allow this: void
|
|
906
|
-
- Update libs
|
|
907
858
|
|
|
908
859
|
## 19.23.0
|
|
909
860
|
|
|
@@ -911,7 +862,6 @@
|
|
|
911
862
|
|
|
912
863
|
## 19.22.0
|
|
913
864
|
|
|
914
|
-
- Update libs
|
|
915
865
|
- Support ~ fenced code blocks
|
|
916
866
|
|
|
917
867
|
## 19.21.1
|
|
@@ -921,12 +871,10 @@
|
|
|
921
871
|
## 19.21.0
|
|
922
872
|
|
|
923
873
|
- Allow aliasing `this` to `that`
|
|
924
|
-
- Update libs
|
|
925
874
|
|
|
926
875
|
## 19.20.0
|
|
927
876
|
|
|
928
877
|
- Add tmpdir to NodeModules
|
|
929
|
-
- Update libs
|
|
930
878
|
|
|
931
879
|
## 19.19.1
|
|
932
880
|
|
|
@@ -942,7 +890,6 @@
|
|
|
942
890
|
|
|
943
891
|
## 19.17.6
|
|
944
892
|
|
|
945
|
-
- Update libs
|
|
946
893
|
- Fix transformer check for DurationTransformer
|
|
947
894
|
|
|
948
895
|
## 19.17.5
|
|
@@ -961,7 +908,6 @@
|
|
|
961
908
|
## 19.17.2
|
|
962
909
|
|
|
963
910
|
- Fix build
|
|
964
|
-
- Update libs
|
|
965
911
|
|
|
966
912
|
## 19.17.1
|
|
967
913
|
|
|
@@ -1035,12 +981,10 @@
|
|
|
1035
981
|
|
|
1036
982
|
## 19.9.0
|
|
1037
983
|
|
|
1038
|
-
- Update libs
|
|
1039
984
|
- Lint tsx
|
|
1040
985
|
|
|
1041
986
|
## 19.8.2
|
|
1042
987
|
|
|
1043
|
-
- Update libs
|
|
1044
988
|
|
|
1045
989
|
## 19.8.1
|
|
1046
990
|
|
|
@@ -1069,13 +1013,11 @@
|
|
|
1069
1013
|
## 19.7.1-beta.2
|
|
1070
1014
|
|
|
1071
1015
|
- Extract canvas key parsing
|
|
1072
|
-
- Update libs
|
|
1073
1016
|
- Fix sourcemaps regex
|
|
1074
1017
|
|
|
1075
1018
|
## 19.7.1-beta.1
|
|
1076
1019
|
|
|
1077
1020
|
- Handle canvas text changes
|
|
1078
|
-
- Update libs
|
|
1079
1021
|
|
|
1080
1022
|
## 19.7.0
|
|
1081
1023
|
|
|
@@ -1091,19 +1033,16 @@
|
|
|
1091
1033
|
|
|
1092
1034
|
## 19.4.0
|
|
1093
1035
|
|
|
1094
|
-
- Update libs
|
|
1095
1036
|
- Ensure isExternal is always set
|
|
1096
1037
|
|
|
1097
1038
|
## 19.3.0
|
|
1098
1039
|
|
|
1099
1040
|
- Remove deprecated rules
|
|
1100
|
-
- Update libs
|
|
1101
1041
|
- Keep wikilinks explicit alias
|
|
1102
1042
|
|
|
1103
1043
|
## 19.2.2
|
|
1104
1044
|
|
|
1105
1045
|
- Fix audit
|
|
1106
|
-
- Update libs
|
|
1107
1046
|
|
|
1108
1047
|
## 19.2.1
|
|
1109
1048
|
|
|
@@ -1139,7 +1078,6 @@
|
|
|
1139
1078
|
## 19.1.2-beta.1
|
|
1140
1079
|
|
|
1141
1080
|
- Separate esm/cjs folders
|
|
1142
|
-
- Update libs
|
|
1143
1081
|
|
|
1144
1082
|
## 19.1.1
|
|
1145
1083
|
|
|
@@ -1147,7 +1085,6 @@
|
|
|
1147
1085
|
|
|
1148
1086
|
## 19.1.0
|
|
1149
1087
|
|
|
1150
|
-
- Update libs
|
|
1151
1088
|
|
|
1152
1089
|
## 19.0.1
|
|
1153
1090
|
|
|
@@ -1182,7 +1119,6 @@
|
|
|
1182
1119
|
|
|
1183
1120
|
- Fix style
|
|
1184
1121
|
- Refactor to async Prompt
|
|
1185
|
-
- Update libs
|
|
1186
1122
|
|
|
1187
1123
|
## 18.1.0
|
|
1188
1124
|
|
|
@@ -1214,7 +1150,6 @@
|
|
|
1214
1150
|
## 18.0.0
|
|
1215
1151
|
|
|
1216
1152
|
- Add static eslint config
|
|
1217
|
-
- Update libs
|
|
1218
1153
|
- Fix eslint warning
|
|
1219
1154
|
- Use 1-based month
|
|
1220
1155
|
|
|
@@ -1307,7 +1242,6 @@
|
|
|
1307
1242
|
## 17.7.0
|
|
1308
1243
|
|
|
1309
1244
|
- Lint
|
|
1310
|
-
- Update libs
|
|
1311
1245
|
- Ensure proper debugger in CLI
|
|
1312
1246
|
|
|
1313
1247
|
## 17.6.0
|
|
@@ -1321,7 +1255,6 @@
|
|
|
1321
1255
|
## 17.4.0
|
|
1322
1256
|
|
|
1323
1257
|
- Add svelte-wrapper
|
|
1324
|
-
- Update libs
|
|
1325
1258
|
|
|
1326
1259
|
## 17.3.0
|
|
1327
1260
|
|
|
@@ -1337,7 +1270,6 @@
|
|
|
1337
1270
|
|
|
1338
1271
|
## 17.2.0
|
|
1339
1272
|
|
|
1340
|
-
- Update libs
|
|
1341
1273
|
- More lint rules
|
|
1342
1274
|
|
|
1343
1275
|
## 17.1.1
|
|
@@ -1359,7 +1291,6 @@
|
|
|
1359
1291
|
## 17.0.0
|
|
1360
1292
|
|
|
1361
1293
|
- Remove allowJs setting
|
|
1362
|
-
- Update libs
|
|
1363
1294
|
- Add support for sass
|
|
1364
1295
|
- Add svelte compile
|
|
1365
1296
|
- Ensure onLayoutReady is called after onload completed
|
|
@@ -1511,7 +1442,6 @@
|
|
|
1511
1442
|
|
|
1512
1443
|
## 13.10.1
|
|
1513
1444
|
|
|
1514
|
-
- Update libs
|
|
1515
1445
|
- Don't show `consoleDebug()` in call stack
|
|
1516
1446
|
|
|
1517
1447
|
## 13.10.0
|
|
@@ -1520,7 +1450,6 @@
|
|
|
1520
1450
|
|
|
1521
1451
|
## 13.9.0
|
|
1522
1452
|
|
|
1523
|
-
- Update libs
|
|
1524
1453
|
- Make printError working in node.js
|
|
1525
1454
|
|
|
1526
1455
|
## 13.8.0
|
|
@@ -1562,7 +1491,6 @@
|
|
|
1562
1491
|
|
|
1563
1492
|
## 13.4.0
|
|
1564
1493
|
|
|
1565
|
-
- Update libs
|
|
1566
1494
|
- Add key sorting
|
|
1567
1495
|
|
|
1568
1496
|
## 13.3.2
|
|
@@ -1585,7 +1513,6 @@
|
|
|
1585
1513
|
|
|
1586
1514
|
## 13.2.0
|
|
1587
1515
|
|
|
1588
|
-
- Update libs
|
|
1589
1516
|
- Update targets
|
|
1590
1517
|
|
|
1591
1518
|
## 13.1.0
|
|
@@ -1617,7 +1544,6 @@
|
|
|
1617
1544
|
|
|
1618
1545
|
## 11.5.0
|
|
1619
1546
|
|
|
1620
|
-
- Update libs
|
|
1621
1547
|
- Fix double require transform
|
|
1622
1548
|
|
|
1623
1549
|
## 11.4.0
|
|
@@ -1653,7 +1579,6 @@
|
|
|
1653
1579
|
|
|
1654
1580
|
## 9.0.1
|
|
1655
1581
|
|
|
1656
|
-
- Update libs
|
|
1657
1582
|
- cspell
|
|
1658
1583
|
|
|
1659
1584
|
## 9.0.0
|
|
@@ -1707,7 +1632,6 @@
|
|
|
1707
1632
|
|
|
1708
1633
|
## 6.1.0
|
|
1709
1634
|
|
|
1710
|
-
- Update libs
|
|
1711
1635
|
- Add more node types
|
|
1712
1636
|
- Allow call Root methods if no roots
|
|
1713
1637
|
- Use full definition for PackageJson
|
|
@@ -1763,7 +1687,6 @@
|
|
|
1763
1687
|
|
|
1764
1688
|
## 4.18.0
|
|
1765
1689
|
|
|
1766
|
-
- Update libs
|
|
1767
1690
|
- Extract url
|
|
1768
1691
|
|
|
1769
1692
|
## 4.17.0
|
|
@@ -1806,7 +1729,6 @@
|
|
|
1806
1729
|
## 4.11.0
|
|
1807
1730
|
|
|
1808
1731
|
- Lint
|
|
1809
|
-
- Update libs
|
|
1810
1732
|
- Refactor to Queue
|
|
1811
1733
|
- Log timeout
|
|
1812
1734
|
|
|
@@ -1827,7 +1749,6 @@
|
|
|
1827
1749
|
## 4.8.1
|
|
1828
1750
|
|
|
1829
1751
|
- Lint
|
|
1830
|
-
- Update libs
|
|
1831
1752
|
|
|
1832
1753
|
## 4.8.0
|
|
1833
1754
|
|
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.6.0";
|
|
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:
|