@polyipseity/obsidian-plugin-library 1.35.0 → 1.36.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/dist/index.js +86 -62
- package/dist/inject/index.js +0 -1
- package/dist/scripts/sync-locale-keys.d.mts +2 -0
- package/dist/scripts/sync-locale-keys.d.mts.map +1 -0
- package/dist/src/components/find.d.svelte.ts +49 -19
- package/dist/src/components/find.svelte +57 -29
- package/dist/src/components/index.d.ts +2 -3
- package/dist/src/components/index.d.ts.map +1 -1
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/svelte.svelte.d.ts +15 -0
- package/dist/src/svelte.svelte.d.ts.map +1 -0
- package/dist/style.css +0 -1
- package/package.json +4 -4
- package/dist/index.js.map +0 -7
- package/dist/inject/index.js.map +0 -7
- package/dist/src/components/find.d.ts +0 -9
- package/dist/src/components/find.d.ts.map +0 -1
- package/dist/style.css.map +0 -7
package/dist/inject/index.js.map
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/inject/index.ts"],
|
|
4
|
-
"sourcesContent": ["import type {} from \"obsidian\";\n\nexport function requestAnimationFrame(\n ...args: Parameters<AnimationFrameProvider[\"requestAnimationFrame\"]>\n): ReturnType<AnimationFrameProvider[\"requestAnimationFrame\"]> {\n return self.activeWindow.requestAnimationFrame(...args);\n}\n\nexport function setInterval(\n ...args: Parameters<WindowOrWorkerGlobalScope[\"setInterval\"]>\n): ReturnType<WindowOrWorkerGlobalScope[\"setInterval\"]> {\n return self.activeWindow.setInterval(...args);\n}\n\nexport function setTimeout(\n ...args: Parameters<WindowOrWorkerGlobalScope[\"setTimeout\"]>\n): ReturnType<WindowOrWorkerGlobalScope[\"setTimeout\"]> {\n return self.activeWindow.setTimeout(...args);\n}\n"],
|
|
5
|
-
"mappings": ";;;AAEO,SAAS,yBACX,MAC0D;AAC7D,SAAO,KAAK,aAAa,sBAAsB,GAAG,IAAI;AACxD;AAEO,SAAS,eACX,MACmD;AACtD,SAAO,KAAK,aAAa,YAAY,GAAG,IAAI;AAC9C;AAEO,SAAS,cACX,MACkD;AACrD,SAAO,KAAK,aAAa,WAAW,GAAG,IAAI;AAC7C;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export declare const DIRECTIONS: readonly ["next", "previous"];
|
|
2
|
-
export type Direction = (typeof DIRECTIONS)[number];
|
|
3
|
-
export interface Params {
|
|
4
|
-
readonly caseSensitive: boolean;
|
|
5
|
-
readonly findText: string;
|
|
6
|
-
readonly regex: boolean;
|
|
7
|
-
readonly wholeWord: boolean;
|
|
8
|
-
}
|
|
9
|
-
//# sourceMappingURL=find.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"find.d.ts","sourceRoot":"","sources":["../../../src/components/find.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,+BAAmC,CAAC;AAC3D,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,CAAC,CAAC;AACpD,MAAM,WAAW,MAAM;IACrB,QAAQ,CAAC,aAAa,EAAE,OAAO,CAAC;IAChC,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAC;CAC7B"}
|
package/dist/style.css.map
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../src/icons.css", "../src/obsidian.css", "../src/status-bar.css"],
|
|
4
|
-
"sourcesContent": [".obsidian-plugin-library\\:icon {\n fill: none;\n stroke: currentColor;\n}\n", ".obsidian-plugin-library\\:await-css {\n display: unset !important;\n}\n", ".obsidian-plugin-library\\:hide-status-bar {\n display: none;\n}\n"],
|
|
5
|
-
"mappings": ";AAAA,CAAC;AACC,QAAM;AACN,UAAQ;AACV;;;ACHA,CAAC;AACC,WAAS;AACX;;;ACFA,CAAC;AACC,WAAS;AACX;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|