@ubean/icon 0.1.9 → 0.1.11
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.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { a as IconifyIconData, i as IconifyCollection, l as UbeanIconOptions, n as IconCollectionLoader, o as ResolvedCustomCollection, r as IconifyAlias, s as ResolvedIconData, t as CustomCollectionDirConfig } from "./types-CVT8GSd7.js";
|
|
2
|
-
import { n as ubeanIconPlugin, t as addIconCollection } from "./vite-
|
|
2
|
+
import { n as ubeanIconPlugin, t as addIconCollection } from "./vite-B6Jt3L2U.js";
|
|
3
3
|
import { S as scanVueSfcForIcons, _ as parseSvgToIconData, a as clearCollections, c as generateSvg, d as getIconSync, f as getLoadedCollection, g as parseIconName, h as normalizeIconName, i as getIconConfig, l as getIcon, m as loadCollection, n as configureIconRuntime, o as createCollectionFromSvgMap, p as listLoadedCollections, r as fetchIconFromApi, s as escapeHtml, t as buildIconCssIcon, u as getIconData, v as registerCollection, x as resolveIconData, y as registerCollectionLoader } from "./runtime-Hp8OXvtC.js";
|
|
4
4
|
import { PropType } from "vue";
|
|
5
5
|
//#region src/index.d.ts
|
|
@@ -18,7 +18,7 @@ import DartSass from "sass";
|
|
|
18
18
|
import SassEmbedded from "sass-embedded";
|
|
19
19
|
import Less from "less";
|
|
20
20
|
import Stylus from "stylus";
|
|
21
|
-
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.6_@types+node@26.1.2_@vitejs+devtools@0.4.
|
|
21
|
+
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.6_@types+node@26.1.2_@vitejs+devtools@0.4.10_jiti@2.7._da4959b8e6694aafbe38d1377fba9beb/node_modules/@voidzero-dev/vite-plus-core/dist/vite/types/hmrPayload.d.ts
|
|
22
22
|
type HotPayload = ConnectedPayload | PingPayload | UpdatePayload | FullReloadPayload | CustomPayload | ErrorPayload | PrunePayload;
|
|
23
23
|
interface ConnectedPayload {
|
|
24
24
|
type: 'connected';
|
|
@@ -83,7 +83,7 @@ interface ErrorPayload {
|
|
|
83
83
|
};
|
|
84
84
|
}
|
|
85
85
|
//#endregion
|
|
86
|
-
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.6_@types+node@26.1.2_@vitejs+devtools@0.4.
|
|
86
|
+
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.6_@types+node@26.1.2_@vitejs+devtools@0.4.10_jiti@2.7._da4959b8e6694aafbe38d1377fba9beb/node_modules/@voidzero-dev/vite-plus-core/dist/vite/node/chunks/moduleRunnerTransport.d.ts
|
|
87
87
|
//#region src/shared/invokeMethods.d.ts
|
|
88
88
|
interface FetchFunctionOptions {
|
|
89
89
|
cached?: boolean;
|
|
@@ -136,7 +136,7 @@ interface ViteFetchResult {
|
|
|
136
136
|
invalidate: boolean;
|
|
137
137
|
}
|
|
138
138
|
//#endregion
|
|
139
|
-
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.6_@types+node@26.1.2_@vitejs+devtools@0.4.
|
|
139
|
+
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.6_@types+node@26.1.2_@vitejs+devtools@0.4.10_jiti@2.7._da4959b8e6694aafbe38d1377fba9beb/node_modules/@voidzero-dev/vite-plus-core/dist/vite/types/customEvent.d.ts
|
|
140
140
|
interface CustomEventMap {
|
|
141
141
|
// client events
|
|
142
142
|
'vite:beforeUpdate': UpdatePayload;
|
|
@@ -199,7 +199,7 @@ type ForwardConsolePayload = {
|
|
|
199
199
|
*/
|
|
200
200
|
type InferCustomEventPayload<T extends string> = T extends keyof CustomEventMap ? CustomEventMap[T] : any;
|
|
201
201
|
//#endregion
|
|
202
|
-
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.6_@types+node@26.1.2_@vitejs+devtools@0.4.
|
|
202
|
+
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.6_@types+node@26.1.2_@vitejs+devtools@0.4.10_jiti@2.7._da4959b8e6694aafbe38d1377fba9beb/node_modules/@voidzero-dev/vite-plus-core/dist/rolldown/shared/logging-xuHO4mAy.d.mts
|
|
203
203
|
//#region src/log/logging.d.ts
|
|
204
204
|
/** @inline */
|
|
205
205
|
type LogLevel$1 = "info" | "debug" | "warn";
|
|
@@ -1548,7 +1548,7 @@ type UnaryOperator = "+" | "-" | "!" | "~" | "typeof" | "void" | "delete";
|
|
|
1548
1548
|
type UpdateOperator = "++" | "--";
|
|
1549
1549
|
type Node = Program | IdentifierName | IdentifierReference | BindingIdentifier | LabelIdentifier | ThisExpression | ArrayExpression | ObjectExpression | ObjectProperty | TemplateLiteral | TaggedTemplateExpression | TemplateElement | ComputedMemberExpression | StaticMemberExpression | PrivateFieldExpression | CallExpression | NewExpression | MetaProperty | SpreadElement | UpdateExpression | UnaryExpression | BinaryExpression | PrivateInExpression | LogicalExpression | ConditionalExpression | AssignmentExpression | ArrayAssignmentTarget | ObjectAssignmentTarget | AssignmentTargetRest | AssignmentTargetWithDefault | AssignmentTargetPropertyIdentifier | AssignmentTargetPropertyProperty | SequenceExpression | Super | AwaitExpression | ChainExpression | ParenthesizedExpression | Directive | Hashbang | BlockStatement | VariableDeclaration | VariableDeclarator | EmptyStatement | ExpressionStatement | IfStatement | DoWhileStatement | WhileStatement | ForStatement | ForInStatement | ForOfStatement | ContinueStatement | BreakStatement | ReturnStatement | WithStatement | SwitchStatement | SwitchCase | LabeledStatement | ThrowStatement | TryStatement | CatchClause | DebuggerStatement | AssignmentPattern | ObjectPattern | BindingProperty | ArrayPattern | BindingRestElement | Function$1 | FunctionBody | ArrowFunctionExpression | YieldExpression | Class | ClassBody | MethodDefinition | PropertyDefinition | PrivateIdentifier | StaticBlock | AccessorProperty | ImportExpression | ImportDeclaration | ImportSpecifier | ImportDefaultSpecifier | ImportNamespaceSpecifier | ImportAttribute | ExportNamedDeclaration | ExportDefaultDeclaration | ExportAllDeclaration | ExportSpecifier | V8IntrinsicExpression | BooleanLiteral | NullLiteral | NumericLiteral | StringLiteral | BigIntLiteral | RegExpLiteral | JSXElement | JSXOpeningElement | JSXClosingElement | JSXFragment | JSXOpeningFragment | JSXClosingFragment | JSXNamespacedName | JSXMemberExpression | JSXExpressionContainer | JSXEmptyExpression | JSXAttribute | JSXSpreadAttribute | JSXIdentifier | JSXSpreadChild | JSXText | TSThisParameter | TSEnumDeclaration | TSEnumBody | TSEnumMember | TSTypeAnnotation | TSLiteralType | TSConditionalType | TSUnionType | TSIntersectionType | TSParenthesizedType | TSTypeOperator | TSArrayType | TSIndexedAccessType | TSTupleType | TSNamedTupleMember | TSOptionalType | TSRestType | TSAnyKeyword | TSStringKeyword | TSBooleanKeyword | TSNumberKeyword | TSNeverKeyword | TSIntrinsicKeyword | TSUnknownKeyword | TSNullKeyword | TSUndefinedKeyword | TSVoidKeyword | TSSymbolKeyword | TSThisType | TSObjectKeyword | TSBigIntKeyword | TSTypeReference | TSQualifiedName | TSTypeParameterInstantiation | TSTypeParameter | TSTypeParameterDeclaration | TSTypeAliasDeclaration | TSClassImplements | TSInterfaceDeclaration | TSInterfaceBody | TSPropertySignature | TSIndexSignature | TSCallSignatureDeclaration | TSMethodSignature | TSConstructSignatureDeclaration | TSIndexSignatureName | TSInterfaceHeritage | TSTypePredicate | TSModuleDeclaration | TSGlobalDeclaration | TSModuleBlock | TSTypeLiteral | TSInferType | TSTypeQuery | TSImportType | TSImportTypeQualifiedName | TSFunctionType | TSConstructorType | TSMappedType | TSTemplateLiteralType | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSImportEqualsDeclaration | TSExternalModuleReference | TSNonNullExpression | Decorator | TSExportAssignment | TSNamespaceExportDeclaration | TSInstantiationExpression | JSDocNullableType | JSDocNonNullableType | JSDocUnknownType | ParamPattern;
|
|
1550
1550
|
//#endregion
|
|
1551
|
-
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.6_@types+node@26.1.2_@vitejs+devtools@0.4.
|
|
1551
|
+
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.6_@types+node@26.1.2_@vitejs+devtools@0.4.10_jiti@2.7._da4959b8e6694aafbe38d1377fba9beb/node_modules/@voidzero-dev/vite-plus-core/dist/rolldown/shared/binding-Dbbi0RbO.d.mts
|
|
1552
1552
|
interface CodegenOptions {
|
|
1553
1553
|
/**
|
|
1554
1554
|
* Remove whitespace.
|
|
@@ -2620,7 +2620,7 @@ interface ViteImportGlobMeta {
|
|
|
2620
2620
|
isSubImportsPattern?: boolean;
|
|
2621
2621
|
}
|
|
2622
2622
|
//#endregion
|
|
2623
|
-
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.6_@types+node@26.1.2_@vitejs+devtools@0.4.
|
|
2623
|
+
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.6_@types+node@26.1.2_@vitejs+devtools@0.4.10_jiti@2.7._da4959b8e6694aafbe38d1377fba9beb/node_modules/@voidzero-dev/vite-plus-core/dist/pluginutils/filter/index.d.mts
|
|
2624
2624
|
//#region src/filter/composable-filters.d.ts
|
|
2625
2625
|
type StringOrRegExp$1 = string | RegExp;
|
|
2626
2626
|
type PluginModuleType = 'js' | 'jsx' | 'ts' | 'tsx' | 'json' | 'text' | 'base64' | 'dataurl' | 'binary' | 'empty' | (string & {});
|
|
@@ -2683,7 +2683,7 @@ declare class Exclude$1 {
|
|
|
2683
2683
|
constructor(expr: FilterExpression);
|
|
2684
2684
|
}
|
|
2685
2685
|
//#endregion
|
|
2686
|
-
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.6_@types+node@26.1.2_@vitejs+devtools@0.4.
|
|
2686
|
+
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.6_@types+node@26.1.2_@vitejs+devtools@0.4.10_jiti@2.7._da4959b8e6694aafbe38d1377fba9beb/node_modules/@voidzero-dev/vite-plus-core/dist/rolldown/shared/define-config-B-IDOhDz.d.mts
|
|
2687
2687
|
//#region src/types/misc.d.ts
|
|
2688
2688
|
/** @inline */
|
|
2689
2689
|
type SourcemapPathTransformOption = (relativeSourcePath: string, sourcemapPath: string) => string;
|
|
@@ -6368,7 +6368,7 @@ interface RolldownOptions extends InputOptions {
|
|
|
6368
6368
|
output?: OutputOptions | OutputOptions[];
|
|
6369
6369
|
}
|
|
6370
6370
|
//#endregion
|
|
6371
|
-
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.6_@types+node@26.1.2_@vitejs+devtools@0.4.
|
|
6371
|
+
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.6_@types+node@26.1.2_@vitejs+devtools@0.4.10_jiti@2.7._da4959b8e6694aafbe38d1377fba9beb/node_modules/@voidzero-dev/vite-plus-core/dist/rolldown/shared/transform-Cs2bUDRH.d.mts
|
|
6372
6372
|
//#endregion
|
|
6373
6373
|
//#region src/utils/transform.d.ts
|
|
6374
6374
|
/**
|
|
@@ -6378,13 +6378,13 @@ interface RolldownOptions extends InputOptions {
|
|
|
6378
6378
|
*/
|
|
6379
6379
|
interface TransformOptions$1 extends BindingEnhancedTransformOptions {}
|
|
6380
6380
|
//#endregion
|
|
6381
|
-
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.6_@types+node@26.1.2_@vitejs+devtools@0.4.
|
|
6381
|
+
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.6_@types+node@26.1.2_@vitejs+devtools@0.4.10_jiti@2.7._da4959b8e6694aafbe38d1377fba9beb/node_modules/@voidzero-dev/vite-plus-core/dist/vite/types/internal/esbuildOptions.d.ts
|
|
6382
6382
|
/* eslint-enable @typescript-eslint/ban-ts-comment */
|
|
6383
6383
|
type EsbuildTarget = string | string[];
|
|
6384
6384
|
type EsbuildTransformOptions = esbuild.TransformOptions;
|
|
6385
6385
|
type DepsOptimizerEsbuildOptions = Omit<esbuild.BuildOptions, 'bundle' | 'entryPoints' | 'external' | 'write' | 'watch' | 'outdir' | 'outfile' | 'outbase' | 'outExtension' | 'metafile'>;
|
|
6386
6386
|
//#endregion
|
|
6387
|
-
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.6_@types+node@26.1.2_@vitejs+devtools@0.4.
|
|
6387
|
+
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.6_@types+node@26.1.2_@vitejs+devtools@0.4.10_jiti@2.7._da4959b8e6694aafbe38d1377fba9beb/node_modules/@voidzero-dev/vite-plus-core/dist/vite/types/metadata.d.ts
|
|
6388
6388
|
interface AssetMetadata {
|
|
6389
6389
|
importedAssets: Set<string>;
|
|
6390
6390
|
importedCss: Set<string>;
|
|
@@ -6704,17 +6704,17 @@ interface SourceMapOptions {
|
|
|
6704
6704
|
url?: string | 'inline';
|
|
6705
6705
|
}
|
|
6706
6706
|
//#endregion
|
|
6707
|
-
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.6_@types+node@26.1.2_@vitejs+devtools@0.4.
|
|
6707
|
+
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.6_@types+node@26.1.2_@vitejs+devtools@0.4.10_jiti@2.7._da4959b8e6694aafbe38d1377fba9beb/node_modules/@voidzero-dev/vite-plus-core/dist/vite/types/internal/terserOptions.d.ts
|
|
6708
6708
|
/* eslint-enable @typescript-eslint/ban-ts-comment */
|
|
6709
6709
|
type TerserMinifyOptions = MinifyOptions;
|
|
6710
6710
|
//#endregion
|
|
6711
|
-
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.6_@types+node@26.1.2_@vitejs+devtools@0.4.
|
|
6711
|
+
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.6_@types+node@26.1.2_@vitejs+devtools@0.4.10_jiti@2.7._da4959b8e6694aafbe38d1377fba9beb/node_modules/@voidzero-dev/vite-plus-core/dist/vite/types/internal/lightningcssOptions.d.ts
|
|
6712
6712
|
/* eslint-enable @typescript-eslint/ban-ts-comment */
|
|
6713
6713
|
type LightningCSSOptions = Omit<Lightningcss.BundleAsyncOptions<Lightningcss.CustomAtRules>, 'filename' | 'resolver' | 'minify' | 'sourceMap' | 'analyzeDependencies' |
|
|
6714
6714
|
// properties not overridden by Vite, but does not make sense to set by end users
|
|
6715
6715
|
'inputSourceMap' | 'projectRoot'>;
|
|
6716
6716
|
//#endregion
|
|
6717
|
-
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.6_@types+node@26.1.2_@vitejs+devtools@0.4.
|
|
6717
|
+
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.6_@types+node@26.1.2_@vitejs+devtools@0.4.10_jiti@2.7._da4959b8e6694aafbe38d1377fba9beb/node_modules/@voidzero-dev/vite-plus-core/dist/vite/types/internal/cssPreprocessorOptions.d.ts
|
|
6718
6718
|
/* eslint-enable @typescript-eslint/ban-ts-comment */
|
|
6719
6719
|
// https://github.com/type-challenges/type-challenges/issues/29285
|
|
6720
6720
|
type IsAny<T> = boolean extends (T extends never ? true : false) ? true : false;
|
|
@@ -6733,7 +6733,7 @@ declare global {
|
|
|
6733
6733
|
interface HTMLLinkElement {}
|
|
6734
6734
|
}
|
|
6735
6735
|
//#endregion
|
|
6736
|
-
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.6_@types+node@26.1.2_@vitejs+devtools@0.4.
|
|
6736
|
+
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.6_@types+node@26.1.2_@vitejs+devtools@0.4.10_jiti@2.7._da4959b8e6694aafbe38d1377fba9beb/node_modules/@voidzero-dev/vite-plus-core/dist/vite/types/importGlob.d.ts
|
|
6737
6737
|
/**
|
|
6738
6738
|
* Declare Worker in case DOM is not added to the tsconfig lib causing
|
|
6739
6739
|
* Worker interface is not defined. For developers with DOM lib added,
|
|
@@ -6744,7 +6744,7 @@ declare global {
|
|
|
6744
6744
|
interface Worker {}
|
|
6745
6745
|
}
|
|
6746
6746
|
//#endregion
|
|
6747
|
-
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.6_@types+node@26.1.2_@vitejs+devtools@0.4.
|
|
6747
|
+
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.6_@types+node@26.1.2_@vitejs+devtools@0.4.10_jiti@2.7._da4959b8e6694aafbe38d1377fba9beb/node_modules/@voidzero-dev/vite-plus-core/dist/vite/node/index.d.ts
|
|
6748
6748
|
//#endregion
|
|
6749
6749
|
//#region ../../../node_modules/.pnpm/@vitejs+devtools@0.3.4_crossws@0.4.10_srvx@0.11.15__typescript@6.0.2_vite@packages+core/node_modules/@vitejs/devtools/dist/cli-commands.d.ts
|
|
6750
6750
|
//#region src/node/cli-commands.d.ts
|
package/dist/vite.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { i as IconifyCollection, l as UbeanIconOptions } from "./types-CVT8GSd7.js";
|
|
2
|
-
import { n as ubeanIconPlugin, t as addIconCollection } from "./vite-
|
|
2
|
+
import { n as ubeanIconPlugin, t as addIconCollection } from "./vite-B6Jt3L2U.js";
|
|
3
3
|
export { type IconifyCollection, type UbeanIconOptions, addIconCollection, ubeanIconPlugin };
|