@fkui/vue-labs 6.46.0 → 6.48.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/cjs/index.cjs.js.map +1 -1
- package/dist/esm/index.esm.js.map +1 -1
- package/dist/types/index.d.ts +17 -122
- package/package.json +8 -8
package/dist/types/index.d.ts
CHANGED
|
@@ -4,7 +4,6 @@ import { ComponentProvideOptions } from 'vue';
|
|
|
4
4
|
import { DefineComponent } from 'vue';
|
|
5
5
|
import { ExtractPropTypes } from 'vue';
|
|
6
6
|
import { FormatFunction } from '@fkui/vue';
|
|
7
|
-
import { IPopupErrorData } from '@fkui/vue';
|
|
8
7
|
import { ParseFunction } from '@fkui/vue';
|
|
9
8
|
import { PropType } from 'vue';
|
|
10
9
|
import { PublicProps } from 'vue';
|
|
@@ -361,127 +360,23 @@ library: string;
|
|
|
361
360
|
flip: string;
|
|
362
361
|
rotate: string;
|
|
363
362
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
364
|
-
IPopupError: DefineComponent<
|
|
365
|
-
isOpen:
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
required: false;
|
|
382
|
-
default: undefined;
|
|
383
|
-
};
|
|
384
|
-
layout: {
|
|
385
|
-
type: PropType<"f-interactive-table" | "f-table">;
|
|
386
|
-
required: true;
|
|
387
|
-
};
|
|
388
|
-
}>, {}, IPopupErrorData, {
|
|
389
|
-
popupClasses(): string[];
|
|
390
|
-
arrowClass(): string;
|
|
391
|
-
errorStyle(): string;
|
|
392
|
-
teleportTarget(): string | Element;
|
|
393
|
-
}, {
|
|
394
|
-
onResize(): void;
|
|
395
|
-
onKeyEsc(event: KeyboardEvent): void;
|
|
396
|
-
onClose(): void;
|
|
397
|
-
setArrowOffset(): void;
|
|
398
|
-
toggleIsOpen(isOpen: boolean): Promise<void>;
|
|
399
|
-
}, ComponentOptionsMixin, ComponentOptionsMixin, "close"[], "close", PublicProps, Readonly<ExtractPropTypes< {
|
|
400
|
-
isOpen: {
|
|
401
|
-
type: BooleanConstructor;
|
|
402
|
-
required: true;
|
|
403
|
-
};
|
|
404
|
-
errorMessage: {
|
|
405
|
-
type: StringConstructor;
|
|
406
|
-
required: false;
|
|
407
|
-
default: string;
|
|
408
|
-
};
|
|
409
|
-
anchor: {
|
|
410
|
-
type: PropType<HTMLElement | null | undefined>;
|
|
411
|
-
required: false;
|
|
412
|
-
default: undefined;
|
|
413
|
-
};
|
|
414
|
-
arrowAnchor: {
|
|
415
|
-
type: PropType<HTMLElement | null | undefined>;
|
|
416
|
-
required: false;
|
|
417
|
-
default: undefined;
|
|
418
|
-
};
|
|
419
|
-
layout: {
|
|
420
|
-
type: PropType<"f-interactive-table" | "f-table">;
|
|
421
|
-
required: true;
|
|
422
|
-
};
|
|
423
|
-
}>> & Readonly<{
|
|
424
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
425
|
-
}>, {
|
|
426
|
-
anchor: HTMLElement | null | undefined;
|
|
427
|
-
errorMessage: string;
|
|
428
|
-
arrowAnchor: HTMLElement | null | undefined;
|
|
429
|
-
}, {}, {
|
|
430
|
-
FIcon: DefineComponent<ExtractPropTypes< {
|
|
431
|
-
name: {
|
|
432
|
-
type: StringConstructor;
|
|
433
|
-
required: true;
|
|
434
|
-
};
|
|
435
|
-
library: {
|
|
436
|
-
type: StringConstructor;
|
|
437
|
-
required: false;
|
|
438
|
-
default: string;
|
|
439
|
-
};
|
|
440
|
-
flip: {
|
|
441
|
-
type: PropType<string>;
|
|
442
|
-
default: null;
|
|
443
|
-
required: false;
|
|
444
|
-
validator(value: string): boolean;
|
|
445
|
-
};
|
|
446
|
-
rotate: {
|
|
447
|
-
type: PropType<string>;
|
|
448
|
-
default: null;
|
|
449
|
-
required: false;
|
|
450
|
-
validator(value: string): boolean;
|
|
451
|
-
};
|
|
452
|
-
}>, {}, {}, {
|
|
453
|
-
spriteKey(): string;
|
|
454
|
-
spriteId(): string;
|
|
455
|
-
modifiers(): string[];
|
|
456
|
-
ariaHidden(): "true" | undefined;
|
|
457
|
-
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
458
|
-
name: {
|
|
459
|
-
type: StringConstructor;
|
|
460
|
-
required: true;
|
|
461
|
-
};
|
|
462
|
-
library: {
|
|
463
|
-
type: StringConstructor;
|
|
464
|
-
required: false;
|
|
465
|
-
default: string;
|
|
466
|
-
};
|
|
467
|
-
flip: {
|
|
468
|
-
type: PropType<string>;
|
|
469
|
-
default: null;
|
|
470
|
-
required: false;
|
|
471
|
-
validator(value: string): boolean;
|
|
472
|
-
};
|
|
473
|
-
rotate: {
|
|
474
|
-
type: PropType<string>;
|
|
475
|
-
default: null;
|
|
476
|
-
required: false;
|
|
477
|
-
validator(value: string): boolean;
|
|
478
|
-
};
|
|
479
|
-
}>> & Readonly<{}>, {
|
|
480
|
-
library: string;
|
|
481
|
-
flip: string;
|
|
482
|
-
rotate: string;
|
|
483
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
484
|
-
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
363
|
+
IPopupError: DefineComponent< {
|
|
364
|
+
isOpen: boolean;
|
|
365
|
+
errorMessage?: string;
|
|
366
|
+
anchor?: HTMLElement | null;
|
|
367
|
+
arrowAnchor?: HTMLElement | null;
|
|
368
|
+
layout: "f-interactive-table" | "f-table";
|
|
369
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
370
|
+
close: () => any;
|
|
371
|
+
}, string, PublicProps, Readonly<{
|
|
372
|
+
isOpen: boolean;
|
|
373
|
+
errorMessage?: string;
|
|
374
|
+
anchor?: HTMLElement | null;
|
|
375
|
+
arrowAnchor?: HTMLElement | null;
|
|
376
|
+
layout: "f-interactive-table" | "f-table";
|
|
377
|
+
}> & Readonly<{
|
|
378
|
+
onClose?: (() => any) | undefined;
|
|
379
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
485
380
|
IComboboxDropdown: DefineComponent< {
|
|
486
381
|
id: string;
|
|
487
382
|
isOpen: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fkui/vue-labs",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.48.0",
|
|
4
4
|
"description": "Experimental and unstable FKUI components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fkui",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"build:dts": "vue-tsc -b",
|
|
49
49
|
"build:lib": "fk-build-vue-lib",
|
|
50
50
|
"build:selectors": "fk-build-selectors",
|
|
51
|
-
"clean": "rimraf -g .jest-cache
|
|
51
|
+
"clean": "rimraf -g .jest-cache coverage dist public temp test-results",
|
|
52
52
|
"prepack": "release-prepack --bundle --retain-scripts",
|
|
53
53
|
"postpack": "release-postpack",
|
|
54
54
|
"prepublishOnly": "release-prepublish --bundle --retain-scripts",
|
|
@@ -59,10 +59,10 @@
|
|
|
59
59
|
"unit:watch": "jest --watch"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
|
-
"@fkui/date": "^6.
|
|
63
|
-
"@fkui/design": "^6.
|
|
64
|
-
"@fkui/logic": "^6.
|
|
65
|
-
"@fkui/vue": "^6.
|
|
62
|
+
"@fkui/date": "^6.48.0",
|
|
63
|
+
"@fkui/design": "^6.48.0",
|
|
64
|
+
"@fkui/logic": "^6.48.0",
|
|
65
|
+
"@fkui/vue": "^6.48.0",
|
|
66
66
|
"html-validate": ">= 10.10.0",
|
|
67
67
|
"vue": "^3.5.0"
|
|
68
68
|
},
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
74
|
"engines": {
|
|
75
|
-
"node": ">=
|
|
75
|
+
"node": "^22.16 || >= 24",
|
|
76
76
|
"npm": ">= 7"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "c56d2ac3b571ff60adca38be6f9fcea968485389"
|
|
79
79
|
}
|