@ubean/icon 0.2.0 → 0.2.2
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/vite.d.ts +15 -15
- package/package.json +1 -1
package/dist/vite.d.ts
CHANGED
|
@@ -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.9_@types+node@26.2.0_@vitejs+devtools@0.
|
|
21
|
+
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.9_@types+node@26.2.0_@vitejs+devtools@0.5.1_jiti@2.7.0_5bf297cd40c99b62f3cbcc9401d3f6ca/node_modules/@voidzero-dev/vite-plus-core/dist/vite/types/hmrPayload.d.ts
|
|
22
22
|
type HotPayload = ConnectedPayload | PingPayload | UpdatePayload | BundledDevUpdatePayload | FullReloadPayload | CustomPayload | ErrorPayload | PrunePayload;
|
|
23
23
|
interface ConnectedPayload {
|
|
24
24
|
type: 'connected';
|
|
@@ -95,7 +95,7 @@ interface ErrorPayload {
|
|
|
95
95
|
};
|
|
96
96
|
}
|
|
97
97
|
//#endregion
|
|
98
|
-
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.9_@types+node@26.2.0_@vitejs+devtools@0.
|
|
98
|
+
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.9_@types+node@26.2.0_@vitejs+devtools@0.5.1_jiti@2.7.0_5bf297cd40c99b62f3cbcc9401d3f6ca/node_modules/@voidzero-dev/vite-plus-core/dist/vite/node/chunks/moduleRunnerTransport.d.ts
|
|
99
99
|
//#region src/shared/invokeMethods.d.ts
|
|
100
100
|
interface FetchFunctionOptions {
|
|
101
101
|
cached?: boolean;
|
|
@@ -148,7 +148,7 @@ interface ViteFetchResult {
|
|
|
148
148
|
invalidate: boolean;
|
|
149
149
|
}
|
|
150
150
|
//#endregion
|
|
151
|
-
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.9_@types+node@26.2.0_@vitejs+devtools@0.
|
|
151
|
+
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.9_@types+node@26.2.0_@vitejs+devtools@0.5.1_jiti@2.7.0_5bf297cd40c99b62f3cbcc9401d3f6ca/node_modules/@voidzero-dev/vite-plus-core/dist/vite/types/customEvent.d.ts
|
|
152
152
|
interface CustomEventMap {
|
|
153
153
|
// client events
|
|
154
154
|
'vite:beforeUpdate': UpdatePayload;
|
|
@@ -214,7 +214,7 @@ type ForwardConsolePayload = {
|
|
|
214
214
|
*/
|
|
215
215
|
type InferCustomEventPayload<T extends string> = T extends keyof CustomEventMap ? CustomEventMap[T] : any;
|
|
216
216
|
//#endregion
|
|
217
|
-
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.9_@types+node@26.2.0_@vitejs+devtools@0.
|
|
217
|
+
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.9_@types+node@26.2.0_@vitejs+devtools@0.5.1_jiti@2.7.0_5bf297cd40c99b62f3cbcc9401d3f6ca/node_modules/@voidzero-dev/vite-plus-core/dist/rolldown/shared/logging-xuHO4mAy.d.mts
|
|
218
218
|
//#region src/log/logging.d.ts
|
|
219
219
|
/** @inline */
|
|
220
220
|
type LogLevel$1 = "info" | "debug" | "warn";
|
|
@@ -1563,7 +1563,7 @@ type UnaryOperator = "+" | "-" | "!" | "~" | "typeof" | "void" | "delete";
|
|
|
1563
1563
|
type UpdateOperator = "++" | "--";
|
|
1564
1564
|
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;
|
|
1565
1565
|
//#endregion
|
|
1566
|
-
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.9_@types+node@26.2.0_@vitejs+devtools@0.
|
|
1566
|
+
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.9_@types+node@26.2.0_@vitejs+devtools@0.5.1_jiti@2.7.0_5bf297cd40c99b62f3cbcc9401d3f6ca/node_modules/@voidzero-dev/vite-plus-core/dist/rolldown/shared/binding-CVtkJvyl.d.mts
|
|
1567
1567
|
interface CodegenOptions {
|
|
1568
1568
|
/**
|
|
1569
1569
|
* Remove whitespace.
|
|
@@ -2639,7 +2639,7 @@ interface ViteImportGlobMeta {
|
|
|
2639
2639
|
isSubImportsPattern?: boolean;
|
|
2640
2640
|
}
|
|
2641
2641
|
//#endregion
|
|
2642
|
-
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.9_@types+node@26.2.0_@vitejs+devtools@0.
|
|
2642
|
+
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.9_@types+node@26.2.0_@vitejs+devtools@0.5.1_jiti@2.7.0_5bf297cd40c99b62f3cbcc9401d3f6ca/node_modules/@voidzero-dev/vite-plus-core/dist/pluginutils/filter/index.d.mts
|
|
2643
2643
|
//#region src/filter/composable-filters.d.ts
|
|
2644
2644
|
type StringOrRegExp$1 = string | RegExp;
|
|
2645
2645
|
type PluginModuleType = 'js' | 'jsx' | 'ts' | 'tsx' | 'json' | 'text' | 'base64' | 'dataurl' | 'binary' | 'empty' | (string & {});
|
|
@@ -2702,7 +2702,7 @@ declare class Exclude$1 {
|
|
|
2702
2702
|
constructor(expr: FilterExpression);
|
|
2703
2703
|
}
|
|
2704
2704
|
//#endregion
|
|
2705
|
-
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.9_@types+node@26.2.0_@vitejs+devtools@0.
|
|
2705
|
+
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.9_@types+node@26.2.0_@vitejs+devtools@0.5.1_jiti@2.7.0_5bf297cd40c99b62f3cbcc9401d3f6ca/node_modules/@voidzero-dev/vite-plus-core/dist/rolldown/shared/define-config-DVsXPNaU.d.mts
|
|
2706
2706
|
//#region src/types/misc.d.ts
|
|
2707
2707
|
/** @inline */
|
|
2708
2708
|
type SourcemapPathTransformOption = (relativeSourcePath: string, sourcemapPath: string) => string;
|
|
@@ -6444,7 +6444,7 @@ interface RolldownOptions extends InputOptions {
|
|
|
6444
6444
|
output?: OutputOptions | OutputOptions[];
|
|
6445
6445
|
}
|
|
6446
6446
|
//#endregion
|
|
6447
|
-
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.9_@types+node@26.2.0_@vitejs+devtools@0.
|
|
6447
|
+
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.9_@types+node@26.2.0_@vitejs+devtools@0.5.1_jiti@2.7.0_5bf297cd40c99b62f3cbcc9401d3f6ca/node_modules/@voidzero-dev/vite-plus-core/dist/rolldown/shared/transform-WmU_cI8e.d.mts
|
|
6448
6448
|
//#endregion
|
|
6449
6449
|
//#region src/utils/transform.d.ts
|
|
6450
6450
|
/**
|
|
@@ -6454,13 +6454,13 @@ interface RolldownOptions extends InputOptions {
|
|
|
6454
6454
|
*/
|
|
6455
6455
|
interface TransformOptions$1 extends BindingEnhancedTransformOptions {}
|
|
6456
6456
|
//#endregion
|
|
6457
|
-
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.9_@types+node@26.2.0_@vitejs+devtools@0.
|
|
6457
|
+
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.9_@types+node@26.2.0_@vitejs+devtools@0.5.1_jiti@2.7.0_5bf297cd40c99b62f3cbcc9401d3f6ca/node_modules/@voidzero-dev/vite-plus-core/dist/vite/types/internal/esbuildOptions.d.ts
|
|
6458
6458
|
/* eslint-enable @typescript-eslint/ban-ts-comment */
|
|
6459
6459
|
type EsbuildTarget = string | string[];
|
|
6460
6460
|
type EsbuildTransformOptions = esbuild.TransformOptions;
|
|
6461
6461
|
type DepsOptimizerEsbuildOptions = Omit<esbuild.BuildOptions, 'bundle' | 'entryPoints' | 'external' | 'write' | 'watch' | 'outdir' | 'outfile' | 'outbase' | 'outExtension' | 'metafile'>;
|
|
6462
6462
|
//#endregion
|
|
6463
|
-
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.9_@types+node@26.2.0_@vitejs+devtools@0.
|
|
6463
|
+
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.9_@types+node@26.2.0_@vitejs+devtools@0.5.1_jiti@2.7.0_5bf297cd40c99b62f3cbcc9401d3f6ca/node_modules/@voidzero-dev/vite-plus-core/dist/vite/types/metadata.d.ts
|
|
6464
6464
|
interface AssetMetadata {
|
|
6465
6465
|
importedAssets: Set<string>;
|
|
6466
6466
|
importedCss: Set<string>;
|
|
@@ -6780,17 +6780,17 @@ interface SourceMapOptions {
|
|
|
6780
6780
|
url?: string | 'inline';
|
|
6781
6781
|
}
|
|
6782
6782
|
//#endregion
|
|
6783
|
-
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.9_@types+node@26.2.0_@vitejs+devtools@0.
|
|
6783
|
+
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.9_@types+node@26.2.0_@vitejs+devtools@0.5.1_jiti@2.7.0_5bf297cd40c99b62f3cbcc9401d3f6ca/node_modules/@voidzero-dev/vite-plus-core/dist/vite/types/internal/terserOptions.d.ts
|
|
6784
6784
|
/* eslint-enable @typescript-eslint/ban-ts-comment */
|
|
6785
6785
|
type TerserMinifyOptions = MinifyOptions;
|
|
6786
6786
|
//#endregion
|
|
6787
|
-
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.9_@types+node@26.2.0_@vitejs+devtools@0.
|
|
6787
|
+
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.9_@types+node@26.2.0_@vitejs+devtools@0.5.1_jiti@2.7.0_5bf297cd40c99b62f3cbcc9401d3f6ca/node_modules/@voidzero-dev/vite-plus-core/dist/vite/types/internal/lightningcssOptions.d.ts
|
|
6788
6788
|
/* eslint-enable @typescript-eslint/ban-ts-comment */
|
|
6789
6789
|
type LightningCSSOptions = Omit<Lightningcss.BundleAsyncOptions<Lightningcss.CustomAtRules>, 'filename' | 'resolver' | 'minify' | 'sourceMap' | 'analyzeDependencies' |
|
|
6790
6790
|
// properties not overridden by Vite, but does not make sense to set by end users
|
|
6791
6791
|
'inputSourceMap' | 'projectRoot'>;
|
|
6792
6792
|
//#endregion
|
|
6793
|
-
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.9_@types+node@26.2.0_@vitejs+devtools@0.
|
|
6793
|
+
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.9_@types+node@26.2.0_@vitejs+devtools@0.5.1_jiti@2.7.0_5bf297cd40c99b62f3cbcc9401d3f6ca/node_modules/@voidzero-dev/vite-plus-core/dist/vite/types/internal/cssPreprocessorOptions.d.ts
|
|
6794
6794
|
/* eslint-enable @typescript-eslint/ban-ts-comment */
|
|
6795
6795
|
// https://github.com/type-challenges/type-challenges/issues/29285
|
|
6796
6796
|
type IsAny<T> = boolean extends (T extends never ? true : false) ? true : false;
|
|
@@ -6809,7 +6809,7 @@ declare global {
|
|
|
6809
6809
|
interface HTMLLinkElement {}
|
|
6810
6810
|
}
|
|
6811
6811
|
//#endregion
|
|
6812
|
-
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.9_@types+node@26.2.0_@vitejs+devtools@0.
|
|
6812
|
+
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.9_@types+node@26.2.0_@vitejs+devtools@0.5.1_jiti@2.7.0_5bf297cd40c99b62f3cbcc9401d3f6ca/node_modules/@voidzero-dev/vite-plus-core/dist/vite/types/importGlob.d.ts
|
|
6813
6813
|
/**
|
|
6814
6814
|
* Declare Worker in case DOM is not added to the tsconfig lib causing
|
|
6815
6815
|
* Worker interface is not defined. For developers with DOM lib added,
|
|
@@ -6820,7 +6820,7 @@ declare global {
|
|
|
6820
6820
|
interface Worker {}
|
|
6821
6821
|
}
|
|
6822
6822
|
//#endregion
|
|
6823
|
-
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.9_@types+node@26.2.0_@vitejs+devtools@0.
|
|
6823
|
+
//#region ../../node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.2.9_@types+node@26.2.0_@vitejs+devtools@0.5.1_jiti@2.7.0_5bf297cd40c99b62f3cbcc9401d3f6ca/node_modules/@voidzero-dev/vite-plus-core/dist/vite/node/index.d.ts
|
|
6824
6824
|
//#endregion
|
|
6825
6825
|
//#region ../../../node_modules/.pnpm/@vitejs+devtools@0.4.12_crossws@0.4.10_srvx@0.12.5__srvx@0.12.5_typescript@6.0.3_valibo_cab925285c1aff7a926a82387cecd3f1/node_modules/@vitejs/devtools/dist/cli-commands.d.ts
|
|
6826
6826
|
//#region src/node/cli-commands.d.ts
|