@polyipseity/obsidian-plugin-library 1.28.0 → 1.29.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.
Files changed (99) hide show
  1. package/README.md +1 -1
  2. package/dist/assets/locales.d.ts +2 -2
  3. package/dist/assets/locales.d.ts.map +1 -1
  4. package/dist/index.js +56 -46
  5. package/dist/index.js.map +4 -4
  6. package/dist/inject/index.js +1 -1
  7. package/dist/inject/index.js.map +1 -1
  8. package/dist/src/@types/lib.es5.d.ts.map +1 -0
  9. package/dist/src/@types/obsidian.d.ts.map +1 -0
  10. package/dist/src/components/find.d.ts.map +1 -0
  11. package/dist/src/components/index.d.ts.map +1 -0
  12. package/dist/src/documentation.d.ts.map +1 -0
  13. package/dist/src/fixers.d.ts.map +1 -0
  14. package/dist/src/i18n.d.ts.map +1 -0
  15. package/dist/src/icons.d.ts.map +1 -0
  16. package/dist/src/import.d.ts.map +1 -0
  17. package/dist/src/index.d.ts.map +1 -0
  18. package/dist/src/inject/index.d.ts.map +1 -0
  19. package/dist/src/internals/@types/i18next.d.ts.map +1 -0
  20. package/dist/src/internals/magic.d.ts.map +1 -0
  21. package/dist/src/magic.d.ts.map +1 -0
  22. package/dist/src/modals.d.ts.map +1 -0
  23. package/dist/src/obsidian.d.ts.map +1 -0
  24. package/dist/src/patch.d.ts.map +1 -0
  25. package/dist/src/platform.d.ts.map +1 -0
  26. package/dist/src/plugin.d.ts.map +1 -0
  27. package/dist/src/private.d.ts.map +1 -0
  28. package/dist/{sources → src}/rules.d.ts +10 -5
  29. package/dist/src/rules.d.ts.map +1 -0
  30. package/dist/src/settings-tab.d.ts.map +1 -0
  31. package/dist/src/settings-widgets.d.ts.map +1 -0
  32. package/dist/src/settings.d.ts.map +1 -0
  33. package/dist/src/source-maps.d.ts.map +1 -0
  34. package/dist/src/status-bar.d.ts.map +1 -0
  35. package/dist/src/typeof.d.ts.map +1 -0
  36. package/dist/src/types.d.ts.map +1 -0
  37. package/dist/src/util.d.ts.map +1 -0
  38. package/dist/style.css +4 -4
  39. package/dist/style.css.map +1 -1
  40. package/package.json +33 -33
  41. package/dist/sources/@types/lib.es5.d.ts.map +0 -1
  42. package/dist/sources/@types/obsidian.d.ts.map +0 -1
  43. package/dist/sources/components/find.d.ts.map +0 -1
  44. package/dist/sources/components/index.d.ts.map +0 -1
  45. package/dist/sources/documentation.d.ts.map +0 -1
  46. package/dist/sources/fixers.d.ts.map +0 -1
  47. package/dist/sources/i18n.d.ts.map +0 -1
  48. package/dist/sources/icons.d.ts.map +0 -1
  49. package/dist/sources/import.d.ts.map +0 -1
  50. package/dist/sources/index.d.ts.map +0 -1
  51. package/dist/sources/inject/index.d.ts.map +0 -1
  52. package/dist/sources/internals/@types/i18next.d.ts.map +0 -1
  53. package/dist/sources/internals/magic.d.ts.map +0 -1
  54. package/dist/sources/magic.d.ts.map +0 -1
  55. package/dist/sources/modals.d.ts.map +0 -1
  56. package/dist/sources/obsidian.d.ts.map +0 -1
  57. package/dist/sources/patch.d.ts.map +0 -1
  58. package/dist/sources/platform.d.ts.map +0 -1
  59. package/dist/sources/plugin.d.ts.map +0 -1
  60. package/dist/sources/private.d.ts.map +0 -1
  61. package/dist/sources/rules.d.ts.map +0 -1
  62. package/dist/sources/settings-tab.d.ts.map +0 -1
  63. package/dist/sources/settings-widgets.d.ts.map +0 -1
  64. package/dist/sources/settings.d.ts.map +0 -1
  65. package/dist/sources/source-maps.d.ts.map +0 -1
  66. package/dist/sources/status-bar.d.ts.map +0 -1
  67. package/dist/sources/typeof.d.ts.map +0 -1
  68. package/dist/sources/types.d.ts.map +0 -1
  69. package/dist/sources/util.d.ts.map +0 -1
  70. /package/dist/{sources → src}/@types/lib.es5.d.ts +0 -0
  71. /package/dist/{sources → src}/@types/obsidian.d.ts +0 -0
  72. /package/dist/{sources → src}/components/find.d.svelte.ts +0 -0
  73. /package/dist/{sources → src}/components/find.d.ts +0 -0
  74. /package/dist/{sources → src}/components/find.svelte +0 -0
  75. /package/dist/{sources → src}/components/index.d.ts +0 -0
  76. /package/dist/{sources → src}/documentation.d.ts +0 -0
  77. /package/dist/{sources → src}/fixers.d.ts +0 -0
  78. /package/dist/{sources → src}/i18n.d.ts +0 -0
  79. /package/dist/{sources → src}/icons.d.ts +0 -0
  80. /package/dist/{sources → src}/import.d.ts +0 -0
  81. /package/dist/{sources → src}/index.d.ts +0 -0
  82. /package/dist/{sources → src}/inject/index.d.ts +0 -0
  83. /package/dist/{sources → src}/internals/@types/i18next.d.ts +0 -0
  84. /package/dist/{sources → src}/internals/magic.d.ts +0 -0
  85. /package/dist/{sources → src}/magic.d.ts +0 -0
  86. /package/dist/{sources → src}/modals.d.ts +0 -0
  87. /package/dist/{sources → src}/obsidian.d.ts +0 -0
  88. /package/dist/{sources → src}/patch.d.ts +0 -0
  89. /package/dist/{sources → src}/platform.d.ts +0 -0
  90. /package/dist/{sources → src}/plugin.d.ts +0 -0
  91. /package/dist/{sources → src}/private.d.ts +0 -0
  92. /package/dist/{sources → src}/settings-tab.d.ts +0 -0
  93. /package/dist/{sources → src}/settings-widgets.d.ts +0 -0
  94. /package/dist/{sources → src}/settings.d.ts +0 -0
  95. /package/dist/{sources → src}/source-maps.d.ts +0 -0
  96. /package/dist/{sources → src}/status-bar.d.ts +0 -0
  97. /package/dist/{sources → src}/typeof.d.ts +0 -0
  98. /package/dist/{sources → src}/types.d.ts +0 -0
  99. /package/dist/{sources → src}/util.d.ts +0 -0
package/README.md CHANGED
@@ -95,4 +95,4 @@ We hope that there will never be any security vulnerabilities, but unfortunately
95
95
 
96
96
  ### Reporting a vulnerability
97
97
 
98
- Please report a vulerability by opening an new issue. We will get back to you as soon as possible.
98
+ Please report a vulnerability by opening an new issue. We will get back to you as soon as possible.
@@ -1,6 +1,6 @@
1
1
  import type { AsyncOrSyncType, Builtin, DeepReadonly, IsUnknown } from "ts-essentials";
2
- import type { DistributeKeys, DistributeValues, Evaluate, IsExact } from "../sources/types.js";
3
- import type { I18nNamespaces, I18nResources } from "../sources/i18n.js";
2
+ import type { DistributeKeys, DistributeValues, Evaluate, IsExact } from "../src/types.js";
3
+ import type { I18nNamespaces, I18nResources } from "../src/i18n.js";
4
4
  import { merge } from "ts-deepmerge";
5
5
  export type NormalizeLocale<T> = T extends Builtin ? T : T extends {} ? {
6
6
  [K in keyof T as K extends `${infer K0}_${string}` ? K0 : K]: NormalizeLocale<T[K]>;
@@ -1 +1 @@
1
- {"version":3,"file":"locales.d.ts","sourceRoot":"","sources":["../../assets/locales.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA2MI,CAAA;IAC1B,KAAY,SAAS,GACpB,cAAc,CAAC,OAAO,SAAS,EAAE,OAAO,gBAAgB,CAAC,CAAA;IAC1D,KAAY,UAAU,GAAG,SAAS,CAAC,aAAa,EAAE,UAAU,EAAE,OAAO,CAAC,CAAA;IAC/D,MAAM,UAAU,+CAAuD,CAAA;IAC9E,KAAY,SAAS,GAAG,SAAS;QAChC,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,OAAO;QACP,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,SAAS;QACT,SAAS;KACT,CAAA;IACM,MAAM,SAAS,8TAEwC,CAAA;CAC9D"}
1
+ {"version":3,"file":"locales.d.ts","sourceRoot":"","sources":["../../assets/locales.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA2MI,CAAA;IAC1B,KAAY,SAAS,GACpB,cAAc,CAAC,OAAO,SAAS,EAAE,OAAO,gBAAgB,CAAC,CAAA;IAC1D,KAAY,UAAU,GAAG,SAAS,CAAC,aAAa,EAAE,UAAU,EAAE,OAAO,CAAC,CAAA;IAC/D,MAAM,UAAU,+CAAuD,CAAA;IAC9E,KAAY,SAAS,GAAG,SAAS;QAChC,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,OAAO;QACP,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,SAAS;QACT,SAAS;KACT,CAAA;IACM,MAAM,SAAS,8TAEwC,CAAA;CAC9D"}
package/dist/index.js CHANGED
@@ -1208,7 +1208,7 @@ var init_translation49 = __esm({
1208
1208
  }
1209
1209
  });
1210
1210
 
1211
- // sources/types.ts
1211
+ // src/types.ts
1212
1212
  import SemVer from "semver/classes/semver.js";
1213
1213
  var NULL_SEM_VER_STRING = semVerString("0.0.0");
1214
1214
  function contravariant(value) {
@@ -1247,7 +1247,7 @@ function simplifyType(value) {
1247
1247
  return value;
1248
1248
  }
1249
1249
 
1250
- // sources/magic.ts
1250
+ // src/magic.ts
1251
1251
  var ALWAYS_REGEX = /(?:)/u;
1252
1252
  var ALWAYS_REGEX_G = new RegExp(ALWAYS_REGEX, "gu");
1253
1253
  var DISABLED_TOOLTIP = "";
@@ -1288,7 +1288,7 @@ var LibraryUUIDs;
1288
1288
  LibraryUUIDs2.UUID3 = "c4ba1170-c0b7-4fde-a4a5-047c74ea5298";
1289
1289
  })(LibraryUUIDs || (LibraryUUIDs = {}));
1290
1290
 
1291
- // sources/typeof.ts
1291
+ // src/typeof.ts
1292
1292
  var PRIMITIVE_TYPES = Object.freeze([
1293
1293
  "string",
1294
1294
  "number",
@@ -1319,7 +1319,7 @@ function primitiveOfE(value) {
1319
1319
  return value;
1320
1320
  }
1321
1321
 
1322
- // sources/util.ts
1322
+ // src/util.ts
1323
1323
  import {
1324
1324
  escapeRegExp,
1325
1325
  identity,
@@ -1332,7 +1332,7 @@ import {
1332
1332
  import inspect from "browser-util-inspect";
1333
1333
  import AsyncLock from "async-lock";
1334
1334
 
1335
- // sources/internals/magic.ts
1335
+ // src/internals/magic.ts
1336
1336
  var FUNCTION_CONSTRUCTOR_OFFSET_SCRIPT = "LoremIpsum";
1337
1337
  var MAX_LOCK_PENDING = Infinity;
1338
1338
  var SAVE_SETTINGS_WAIT = 2;
@@ -1344,7 +1344,7 @@ var InternalDOMClasses;
1344
1344
  InternalDOMClasses2.ICON = `${NAMESPACE}:icon`;
1345
1345
  })(InternalDOMClasses || (InternalDOMClasses = {}));
1346
1346
 
1347
- // sources/util.ts
1347
+ // src/util.ts
1348
1348
  var EventEmitterLite = class _EventEmitterLite {
1349
1349
  static emitLock = "emit";
1350
1350
  lock = new AsyncLock({ maxPending: MAX_LOCK_PENDING });
@@ -2129,7 +2129,7 @@ var LibraryLocales;
2129
2129
  LibraryLocales2.LANGUAGES = typedKeys()(LibraryLocales2.RESOURCES);
2130
2130
  })(LibraryLocales || (LibraryLocales = {}));
2131
2131
 
2132
- // sources/components/find.svelte
2132
+ // src/components/find.svelte
2133
2133
  import "svelte/internal/disclose-version";
2134
2134
  import * as $ from "svelte/internal/client";
2135
2135
  import { t as i18nt } from "i18next";
@@ -2167,7 +2167,7 @@ var on_click_5 = (event, onClose) => {
2167
2167
  onClose()();
2168
2168
  consumeEvent(event);
2169
2169
  };
2170
- var root = $.template(`<div class="document-search-container" role="search"><div class="document-search _polyipseity_obsidian-plugin-library-svelte-find"><div class="document-search-buttons"><button></button> <button></button> <button></button></div> <input class="document-search-input" type="text" role="searchbox"> <div class="document-search-buttons"><button class="document-search-button"></button> <button class="document-search-button"></button> <div class="document-search-results"> </div> <button class="document-search-close-button"></button></div></div></div>`);
2170
+ var root = $.from_html(`<div class="document-search-container" role="search"><div class="document-search _polyipseity_obsidian-plugin-library-svelte-find"><div class="document-search-buttons"><button></button> <button></button> <button></button></div> <input class="document-search-input" type="text" role="searchbox"/> <div class="document-search-buttons"><button class="document-search-button"></button> <button class="document-search-button"></button> <div class="document-search-results"> </div> <button class="document-search-close-button"></button></div></div></div>`);
2171
2171
  var $$css = {
2172
2172
  hash: "_polyipseity_obsidian-plugin-library-svelte-find",
2173
2173
  code: ".document-search._polyipseity_obsidian-plugin-library-svelte-find {flex-wrap:wrap;}.is-mobile .document-search._polyipseity_obsidian-plugin-library-svelte-find .document-search-button.mod-cta:where(._polyipseity_obsidian-plugin-library-svelte-find) {background-color:var(--interactive-accent);color:var(--text-on-accent);}"
@@ -2279,14 +2279,14 @@ function Find($$anchor, $$props) {
2279
2279
  }
2280
2280
  $.delegate(["click", "keydown"]);
2281
2281
 
2282
- // sources/components/find.ts
2282
+ // src/components/find.ts
2283
2283
  var find_exports = {};
2284
2284
  __export(find_exports, {
2285
2285
  DIRECTIONS: () => DIRECTIONS
2286
2286
  });
2287
2287
  var DIRECTIONS = deepFreeze(["next", "previous"]);
2288
2288
 
2289
- // sources/fixers.ts
2289
+ // src/fixers.ts
2290
2290
  import deepEqual from "deep-equal";
2291
2291
  function markFixed(unchecked, fixed) {
2292
2292
  const validator = lazyInit(() => deepEqual(unchecked, fixed, { strict: true }));
@@ -2318,13 +2318,13 @@ function fixInSet(defaults, from, key, set2) {
2318
2318
  return inSet(set2, val) ? val : defaults[key];
2319
2319
  }
2320
2320
 
2321
- // sources/documentation.ts
2321
+ // src/documentation.ts
2322
2322
  import {
2323
2323
  ItemView,
2324
2324
  MarkdownRenderer
2325
2325
  } from "obsidian";
2326
2326
 
2327
- // sources/obsidian.ts
2327
+ // src/obsidian.ts
2328
2328
  import {
2329
2329
  AbstractTextComponent,
2330
2330
  ButtonComponent,
@@ -2338,7 +2338,7 @@ import {
2338
2338
  import { Directory, Encoding, Filesystem } from "@capacitor/filesystem";
2339
2339
  import { cloneDeep, constant, noop as noop2 } from "lodash-es";
2340
2340
 
2341
- // sources/private.ts
2341
+ // src/private.ts
2342
2342
  function revealPrivate(context, args, func, fallback) {
2343
2343
  try {
2344
2344
  return func(...args);
@@ -2362,7 +2362,7 @@ async function revealPrivateAsync(context, args, func, fallback) {
2362
2362
  }
2363
2363
  }
2364
2364
 
2365
- // sources/obsidian.ts
2365
+ // src/obsidian.ts
2366
2366
  import { around } from "monkey-around";
2367
2367
  import { saveAs } from "file-saver";
2368
2368
  var LambdaComponent = class extends Component {
@@ -2779,7 +2779,7 @@ function writeStateCollabratively(state2, implType, implState) {
2779
2779
  return Object.assign(launderUnchecked(state2), { [implType]: implState });
2780
2780
  }
2781
2781
 
2782
- // sources/documentation.ts
2782
+ // src/documentation.ts
2783
2783
  var DocumentationMarkdownView = class _DocumentationMarkdownView extends ItemView {
2784
2784
  constructor(context, leaf) {
2785
2785
  _DocumentationMarkdownView.#namespacedType = _DocumentationMarkdownView.type.namespaced(context);
@@ -2828,14 +2828,14 @@ var DocumentationMarkdownView = class _DocumentationMarkdownView extends ItemVie
2828
2828
  context: { language: { value: i18n, language } },
2829
2829
  state: { displayTextI18nKey: key }
2830
2830
  } = this;
2831
- return key === null ? "" : capitalize(String(i18n.t(key)), language);
2831
+ return key === null ? "" : capitalize(i18n.t(key), language);
2832
2832
  }
2833
2833
  getIcon() {
2834
2834
  const {
2835
2835
  context: { language: { value: i18n } },
2836
2836
  state: { iconI18nKey: key }
2837
2837
  } = this;
2838
- return key === null ? super.getIcon() : String(i18n.t(key));
2838
+ return key === null ? super.getIcon() : i18n.t(key);
2839
2839
  }
2840
2840
  async setState(state2, result) {
2841
2841
  const { context: plugin, element } = this, ownState = readStateCollabratively(
@@ -2932,7 +2932,7 @@ var Registered0 = class {
2932
2932
  })(State = DocumentationMarkdownView2.State || (DocumentationMarkdownView2.State = {}));
2933
2933
  })(DocumentationMarkdownView || (DocumentationMarkdownView = {}));
2934
2934
 
2935
- // sources/i18n.ts
2935
+ // src/i18n.ts
2936
2936
  import {
2937
2937
  createInstance
2938
2938
  } from "i18next";
@@ -3044,13 +3044,13 @@ var LanguageManager = class _LanguageManager extends ResourceComponent {
3044
3044
  }
3045
3045
  };
3046
3046
 
3047
- // sources/icons.ts
3047
+ // src/icons.ts
3048
3048
  import { addIcon as addIcon0, removeIcon } from "obsidian";
3049
3049
  import { createElement } from "lucide";
3050
3050
  function addIcon(id, content) {
3051
- const template2 = self.document.createElement("template");
3052
- template2.innerHTML = content;
3053
- const { content: { firstElementChild: svg } } = template2;
3051
+ const template = self.document.createElement("template");
3052
+ template.innerHTML = content;
3053
+ const { content: { firstElementChild: svg } } = template;
3054
3054
  if (!svg) {
3055
3055
  throw new Error(content);
3056
3056
  }
@@ -3073,7 +3073,7 @@ function registerLucideIcon(context, id, ...args) {
3073
3073
  registerIcon(context, id, icon.outerHTML);
3074
3074
  }
3075
3075
 
3076
- // sources/import.ts
3076
+ // src/import.ts
3077
3077
  import PLazy from "p-lazy";
3078
3078
  import { isNil as isNil2 } from "lodash-es";
3079
3079
  async function dynamicRequire(...args) {
@@ -3099,13 +3099,13 @@ function importable(...args) {
3099
3099
  }
3100
3100
  }
3101
3101
 
3102
- // sources/modals.ts
3102
+ // src/modals.ts
3103
3103
  import {
3104
3104
  Modal
3105
3105
  } from "obsidian";
3106
3106
  import { constant as constant2, noop as noop3 } from "lodash-es";
3107
3107
 
3108
- // sources/settings-widgets.ts
3108
+ // src/settings-widgets.ts
3109
3109
  function closeSetting(container) {
3110
3110
  let element = container;
3111
3111
  while (element && !element.classList.contains(DOMClasses.MODAL)) {
@@ -3213,7 +3213,7 @@ function dropdownSelect(unselected, selections, callback, action2 = {}) {
3213
3213
  );
3214
3214
  }
3215
3215
 
3216
- // sources/modals.ts
3216
+ // src/modals.ts
3217
3217
  function makeModalDynamicWidth(ui, element) {
3218
3218
  const { width } = element.style;
3219
3219
  element.style.width = "unset";
@@ -3712,7 +3712,7 @@ var DialogModal = class extends Modal {
3712
3712
  };
3713
3713
  };
3714
3714
 
3715
- // sources/patch.ts
3715
+ // src/patch.ts
3716
3716
  import { constant as constant3, noop as noop4 } from "lodash-es";
3717
3717
  import { around as around2 } from "monkey-around";
3718
3718
  async function patchPlugin(context, id, patcher) {
@@ -3804,7 +3804,7 @@ function patchWindows(workspace, patcher) {
3804
3804
  }
3805
3805
  }
3806
3806
 
3807
- // sources/platform.ts
3807
+ // src/platform.ts
3808
3808
  import { Platform as Platform0 } from "obsidian";
3809
3809
  var Platform;
3810
3810
  ((Platform2) => {
@@ -3834,7 +3834,7 @@ var Platform;
3834
3834
  })();
3835
3835
  })(Platform || (Platform = {}));
3836
3836
 
3837
- // sources/settings.ts
3837
+ // src/settings.ts
3838
3838
  import { constant as constant4, isEmpty as isEmpty3, isNil as isNil3, throttle } from "lodash-es";
3839
3839
  import deepEqual2 from "deep-equal";
3840
3840
  var AbstractSettingsManager = class extends ResourceComponent {
@@ -4132,7 +4132,7 @@ function registerSettingsCommands(context) {
4132
4132
  });
4133
4133
  }
4134
4134
 
4135
- // sources/plugin.ts
4135
+ // src/plugin.ts
4136
4136
  var PluginContext;
4137
4137
  ((PluginContext2) => {
4138
4138
  let LocalSettings;
@@ -4145,32 +4145,42 @@ var PluginContext;
4145
4145
  })(Settings = PluginContext2.Settings || (PluginContext2.Settings = {}));
4146
4146
  })(PluginContext || (PluginContext = {}));
4147
4147
 
4148
- // sources/rules.ts
4148
+ // src/rules.ts
4149
4149
  import { constant as constant5, escapeRegExp as escapeRegExp2, identity as identity2 } from "lodash-es";
4150
4150
  import { normalizePath } from "obsidian";
4151
4151
  var Rules;
4152
4152
  ((Rules2) => {
4153
- function parse(strs, interpreter = identityInterpreter) {
4154
- return strs.map((str) => {
4155
- let op = "+", str2 = str;
4153
+ function parse(strings, interpreter = identityInterpreter) {
4154
+ return strings.map((str) => {
4155
+ let type = "+", str2 = str;
4156
4156
  if (str2.startsWith("+")) {
4157
4157
  str2 = str2.slice("+".length);
4158
4158
  } else if (str2.startsWith("-")) {
4159
- op = "-";
4159
+ type = "-";
4160
4160
  str2 = str2.slice("-".length);
4161
4161
  }
4162
4162
  const [, pattern, flags] = /^\/(?<pattern>(?:\\\/|[^/])+)\/(?<flags>[dgimsuvy]*)$/u.exec(str2) ?? [];
4163
4163
  if (pattern !== void 0 && flags !== void 0) {
4164
- return { op, value: new RegExp(pattern, flags) };
4164
+ let value = null;
4165
+ try {
4166
+ value = new RegExp(pattern, flags);
4167
+ } catch (error) {
4168
+ /* @__PURE__ */ self.console.debug(error);
4169
+ return { type: "error", value: error };
4170
+ }
4171
+ return { type, value };
4165
4172
  }
4166
- return { op, value: interpreter(str2) };
4173
+ return { type, value: interpreter(str2) };
4167
4174
  });
4168
4175
  }
4169
4176
  Rules2.parse = parse;
4170
4177
  function test(rules, str) {
4171
4178
  let ret = false;
4172
- for (const { op, value } of rules) {
4173
- if (op === (ret ? "-" : "+") && value.test(str)) {
4179
+ for (const { type, value } of rules) {
4180
+ if (type === "error") {
4181
+ continue;
4182
+ }
4183
+ if (type === (ret ? "-" : "+") && value.test(str)) {
4174
4184
  ret = !ret;
4175
4185
  }
4176
4186
  }
@@ -4191,16 +4201,16 @@ var Rules;
4191
4201
  Rules2.pathInterpreter = pathInterpreter;
4192
4202
  })(Rules || (Rules = {}));
4193
4203
  var SettingRules = class {
4194
- constructor(context, accessor, intepreter) {
4204
+ constructor(context, accessor, interpreter) {
4195
4205
  this.context = context;
4196
4206
  this.accessor = accessor;
4197
- this.intepreter = intepreter;
4207
+ this.interpreter = interpreter;
4198
4208
  const { context: { settings } } = this;
4199
- this.rules = Rules.parse(accessor(settings.value), intepreter);
4209
+ this.rules = Rules.parse(accessor(settings.value), interpreter);
4200
4210
  context.register(settings.onMutate(
4201
4211
  accessor,
4202
4212
  async (cur) => {
4203
- this.rules = Rules.parse(cur, intepreter);
4213
+ this.rules = Rules.parse(cur, interpreter);
4204
4214
  await this.onChanged.emit();
4205
4215
  }
4206
4216
  ));
@@ -4226,7 +4236,7 @@ function rulesList(context, data, options = {}) {
4226
4236
  );
4227
4237
  }
4228
4238
 
4229
- // sources/settings-tab.ts
4239
+ // src/settings-tab.ts
4230
4240
  import { identity as identity3, isEmpty as isEmpty4 } from "lodash-es";
4231
4241
  import { PluginSettingTab } from "obsidian";
4232
4242
  var AdvancedSettingTab = class extends PluginSettingTab {
@@ -4508,7 +4518,7 @@ var AdvancedSettingTab = class extends PluginSettingTab {
4508
4518
  }
4509
4519
  };
4510
4520
 
4511
- // sources/source-maps.ts
4521
+ // src/source-maps.ts
4512
4522
  import {
4513
4523
  SourceMapGenerator
4514
4524
  } from "source-map";
@@ -4605,7 +4615,7 @@ function generateSourceMap(script, options) {
4605
4615
  return generator;
4606
4616
  }
4607
4617
 
4608
- // sources/status-bar.ts
4618
+ // src/status-bar.ts
4609
4619
  import { Component as Component2 } from "obsidian";
4610
4620
  function getStatusBar(callback) {
4611
4621
  const ret = self.document.querySelector(`.${DOMClasses.STATUS_BAR}`);