giime 0.3.8 → 0.3.9
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/es/components/src/base/tabPane/TabPane.vue.d.ts +1 -0
- package/es/components/src/base/tabPane/TabPane.vue2.mjs +7 -0
- package/es/components/src/base/tabPane/TabPane.vue2.mjs.map +1 -1
- package/es/components/src/base/tabPane/index.d.ts +1 -0
- package/es/giime/version.d.ts +1 -1
- package/es/giime/version.mjs +1 -1
- package/es/giime/version.mjs.map +1 -1
- package/lib/components/src/base/tabPane/TabPane.vue.d.ts +1 -0
- package/lib/components/src/base/tabPane/TabPane.vue2.js +7 -0
- package/lib/components/src/base/tabPane/TabPane.vue2.js.map +1 -1
- package/lib/components/src/base/tabPane/index.d.ts +1 -0
- package/lib/giime/version.d.ts +1 -1
- package/lib/giime/version.js +1 -1
- package/lib/giime/version.js.map +1 -1
- package/package.json +1 -1
|
@@ -32,6 +32,13 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
32
32
|
renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps(slotValue)))
|
|
33
33
|
]),
|
|
34
34
|
key: "0"
|
|
35
|
+
} : void 0,
|
|
36
|
+
unref(slots).label ? {
|
|
37
|
+
name: "label",
|
|
38
|
+
fn: withCtx(() => [
|
|
39
|
+
renderSlot(_ctx.$slots, "label")
|
|
40
|
+
]),
|
|
41
|
+
key: "1"
|
|
35
42
|
} : void 0
|
|
36
43
|
]),
|
|
37
44
|
1040
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TabPane.vue2.mjs","sources":["../../../../../../../packages/components/src/base/tabPane/TabPane.vue"],"sourcesContent":["<template>\r\n <el-tab-pane ref=\"elRef\" v-bind=\"props\">\r\n <template v-if=\"slots.default\" #default=\"slotValue\">\r\n <slot v-bind=\"slotValue\" />\r\n </template>\r\n </el-tab-pane>\r\n</template>\r\n<script lang=\"ts\" setup>\r\nimport { ref, useSlots } from 'vue';\r\nimport { tabPaneProps } from './tabPane';\r\nimport type { TabPaneInstance } from 'element-plus';\r\n\r\ndefineOptions({\r\n name: 'GmTabPane',\r\n});\r\nconst slots = useSlots();\r\nconst props = defineProps(tabPaneProps);\r\nconst elRef = ref<TabPaneInstance>();\r\ndefineExpose({\r\n elRef,\r\n});\r\n</script>\r\n"],"names":[],"mappings":";;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"TabPane.vue2.mjs","sources":["../../../../../../../packages/components/src/base/tabPane/TabPane.vue"],"sourcesContent":["<template>\r\n <el-tab-pane ref=\"elRef\" v-bind=\"props\">\r\n <template v-if=\"slots.default\" #default=\"slotValue\">\r\n <slot v-bind=\"slotValue\" />\r\n </template>\r\n <template v-if=\"slots.label\" #label>\r\n <slot name=\"label\" />\r\n </template>\r\n </el-tab-pane>\r\n</template>\r\n<script lang=\"ts\" setup>\r\nimport { ref, useSlots } from 'vue';\r\nimport { tabPaneProps } from './tabPane';\r\nimport type { TabPaneInstance } from 'element-plus';\r\n\r\ndefineOptions({\r\n name: 'GmTabPane',\r\n});\r\nconst slots = useSlots();\r\nconst props = defineProps(tabPaneProps);\r\nconst elRef = ref<TabPaneInstance>();\r\ndefineExpose({\r\n elRef,\r\n});\r\n</script>\r\n"],"names":[],"mappings":";;;;;;;;;;AAkBA,IAAA,MAAM,QAAQ,QAAS,EAAA,CAAA;AACvB,IAAA,MAAM,KAAQ,GAAA,OAAA,CAAA;AACd,IAAA,MAAM,QAAQ,GAAqB,EAAA,CAAA;AACnC,IAAa,QAAA,CAAA;AAAA,MACX,KAAA;AAAA,KACD,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -607,6 +607,7 @@ export declare const GmTabPane: import("../../../../utils").SFCWithInstall<{
|
|
|
607
607
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
608
608
|
$slots: {
|
|
609
609
|
default?(_: any): any;
|
|
610
|
+
label?(_: {}): any;
|
|
610
611
|
};
|
|
611
612
|
})> & Record<string, any>;
|
|
612
613
|
export type TabPaneInstance = InstanceType<typeof TabPane>;
|
package/es/giime/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "0.3.
|
|
1
|
+
export declare const version = "0.3.9";
|
package/es/giime/version.mjs
CHANGED
package/es/giime/version.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.mjs","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.3.
|
|
1
|
+
{"version":3,"file":"version.mjs","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.3.9';\n"],"names":[],"mappings":"AAAO,MAAM,OAAU,GAAA;;;;"}
|
|
@@ -36,6 +36,13 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
36
36
|
vue.renderSlot(_ctx.$slots, "default", vue.normalizeProps(vue.guardReactiveProps(slotValue)))
|
|
37
37
|
]),
|
|
38
38
|
key: "0"
|
|
39
|
+
} : void 0,
|
|
40
|
+
vue.unref(slots).label ? {
|
|
41
|
+
name: "label",
|
|
42
|
+
fn: vue.withCtx(() => [
|
|
43
|
+
vue.renderSlot(_ctx.$slots, "label")
|
|
44
|
+
]),
|
|
45
|
+
key: "1"
|
|
39
46
|
} : void 0
|
|
40
47
|
]),
|
|
41
48
|
1040
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TabPane.vue2.js","sources":["../../../../../../../packages/components/src/base/tabPane/TabPane.vue"],"sourcesContent":["<template>\r\n <el-tab-pane ref=\"elRef\" v-bind=\"props\">\r\n <template v-if=\"slots.default\" #default=\"slotValue\">\r\n <slot v-bind=\"slotValue\" />\r\n </template>\r\n </el-tab-pane>\r\n</template>\r\n<script lang=\"ts\" setup>\r\nimport { ref, useSlots } from 'vue';\r\nimport { tabPaneProps } from './tabPane';\r\nimport type { TabPaneInstance } from 'element-plus';\r\n\r\ndefineOptions({\r\n name: 'GmTabPane',\r\n});\r\nconst slots = useSlots();\r\nconst props = defineProps(tabPaneProps);\r\nconst elRef = ref<TabPaneInstance>();\r\ndefineExpose({\r\n elRef,\r\n});\r\n</script>\r\n"],"names":["useSlots","ref"],"mappings":";;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"TabPane.vue2.js","sources":["../../../../../../../packages/components/src/base/tabPane/TabPane.vue"],"sourcesContent":["<template>\r\n <el-tab-pane ref=\"elRef\" v-bind=\"props\">\r\n <template v-if=\"slots.default\" #default=\"slotValue\">\r\n <slot v-bind=\"slotValue\" />\r\n </template>\r\n <template v-if=\"slots.label\" #label>\r\n <slot name=\"label\" />\r\n </template>\r\n </el-tab-pane>\r\n</template>\r\n<script lang=\"ts\" setup>\r\nimport { ref, useSlots } from 'vue';\r\nimport { tabPaneProps } from './tabPane';\r\nimport type { TabPaneInstance } from 'element-plus';\r\n\r\ndefineOptions({\r\n name: 'GmTabPane',\r\n});\r\nconst slots = useSlots();\r\nconst props = defineProps(tabPaneProps);\r\nconst elRef = ref<TabPaneInstance>();\r\ndefineExpose({\r\n elRef,\r\n});\r\n</script>\r\n"],"names":["useSlots","ref"],"mappings":";;;;;;;;;;;;;;AAkBA,IAAA,MAAM,QAAQA,YAAS,EAAA,CAAA;AACvB,IAAA,MAAM,KAAQ,GAAA,OAAA,CAAA;AACd,IAAA,MAAM,QAAQC,OAAqB,EAAA,CAAA;AACnC,IAAa,QAAA,CAAA;AAAA,MACX,KAAA;AAAA,KACD,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -607,6 +607,7 @@ export declare const GmTabPane: import("../../../../utils").SFCWithInstall<{
|
|
|
607
607
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
608
608
|
$slots: {
|
|
609
609
|
default?(_: any): any;
|
|
610
|
+
label?(_: {}): any;
|
|
610
611
|
};
|
|
611
612
|
})> & Record<string, any>;
|
|
612
613
|
export type TabPaneInstance = InstanceType<typeof TabPane>;
|
package/lib/giime/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "0.3.
|
|
1
|
+
export declare const version = "0.3.9";
|
package/lib/giime/version.js
CHANGED
package/lib/giime/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.3.
|
|
1
|
+
{"version":3,"file":"version.js","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.3.9';\n"],"names":[],"mappings":";;AAAO,MAAM,OAAU,GAAA;;;;"}
|