fluekit 2.6.5 → 2.6.6
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/Fixed.d.ts +1 -3
- package/dist/Sticky.d.ts +1 -3
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/Fixed.d.ts
CHANGED
|
@@ -8,9 +8,7 @@ declare function __VLS_template(): {
|
|
|
8
8
|
rootEl: any;
|
|
9
9
|
};
|
|
10
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
12
|
-
zIndex: number | string;
|
|
13
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
12
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
15
13
|
export default _default;
|
|
16
14
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
package/dist/Sticky.d.ts
CHANGED
|
@@ -8,9 +8,7 @@ declare function __VLS_template(): {
|
|
|
8
8
|
rootEl: any;
|
|
9
9
|
};
|
|
10
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
12
|
-
zIndex: number | string;
|
|
13
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
12
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
15
13
|
export default _default;
|
|
16
14
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
package/dist/index.js
CHANGED
|
@@ -1517,7 +1517,7 @@ var Fixed_default = /* @__PURE__ */ defineComponent({
|
|
|
1517
1517
|
right: {},
|
|
1518
1518
|
width: {},
|
|
1519
1519
|
height: {},
|
|
1520
|
-
zIndex: {
|
|
1520
|
+
zIndex: {},
|
|
1521
1521
|
inset: {},
|
|
1522
1522
|
size: {}
|
|
1523
1523
|
},
|
|
@@ -2740,7 +2740,7 @@ var Positioned_default = /* @__PURE__ */ defineComponent({
|
|
|
2740
2740
|
right: {},
|
|
2741
2741
|
width: {},
|
|
2742
2742
|
height: {},
|
|
2743
|
-
zIndex: {
|
|
2743
|
+
zIndex: {},
|
|
2744
2744
|
inset: {},
|
|
2745
2745
|
size: {}
|
|
2746
2746
|
},
|