@feedmepos/mf-menu 0.2.3 → 0.3.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.
@@ -5,7 +5,6 @@ interface Props {
5
5
  autoShow?: boolean;
6
6
  action: "add" | "update";
7
7
  }
8
- export type ProductManagerFormProps = Props;
9
8
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
9
  "update:show": (value: boolean) => void;
11
10
  "submit:form": (form: z.infer<z.ZodObject<{
@@ -5,15 +5,18 @@ interface Props {
5
5
  modelValue: Record<string, MappedItem>;
6
6
  originalValue: Record<string, MappedItem>;
7
7
  isCalculating: boolean;
8
+ searchKey: string;
8
9
  }
9
10
  declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
11
  "update:model-value": (v: Record<string, MappedItem>) => void;
11
12
  "reset:model-value": () => void;
12
13
  "update:editing": (v: boolean) => void;
14
+ "update:search-key": (v: string) => void;
13
15
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
14
16
  "onUpdate:model-value"?: ((v: Record<string, MappedItem>) => any) | undefined;
15
17
  "onReset:model-value"?: (() => any) | undefined;
16
18
  "onUpdate:editing"?: ((v: boolean) => any) | undefined;
19
+ "onUpdate:search-key"?: ((v: string) => any) | undefined;
17
20
  }, {}, {}>;
18
21
  export default _default;
19
22
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .expand-enter-active,.expand-leave-active{transition:.3s}.expand-enter-from{opacity:0;max-height:0}.expand-enter-to,.expand-leave-from{opacity:1;max-height:1000px}.expand-leave-to,.expand-enter-from[data-v-831dad38]{opacity:0;max-height:0}.expand-enter-to[data-v-831dad38],.expand-leave-from[data-v-831dad38]{opacity:1;max-height:1000px}.expand-leave-to[data-v-831dad38]{opacity:0;max-height:0}.expand-enter-active[data-v-831dad38],.expand-leave-active[data-v-831dad38]{transition-property:max-height,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.expand-enter-from[data-v-41c63da6]{opacity:0;max-height:0}.expand-enter-to[data-v-41c63da6],.expand-leave-from[data-v-41c63da6]{opacity:1;max-height:1000px}.expand-leave-to[data-v-41c63da6]{opacity:0;max-height:0}.expand-enter-active[data-v-41c63da6],.expand-leave-active[data-v-41c63da6]{transition-property:max-height,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.fade-enter-from[data-v-5188f341]{opacity:0}.fade-enter-to[data-v-5188f341],.fade-leave-from[data-v-5188f341]{opacity:1}.fade-leave-to[data-v-5188f341]{opacity:0}.fade-enter-active[data-v-5188f341],.fade-leave-active[data-v-5188f341]{transition:opacity .3s}.app-container{background-color:#fff!important}
1
+ .expand-enter-active,.expand-leave-active{transition:.3s}.expand-enter-from{opacity:0;max-height:0}.expand-enter-to,.expand-leave-from{opacity:1;max-height:1000px}.expand-leave-to,.expand-enter-from[data-v-5136d4aa]{opacity:0;max-height:0}.expand-enter-to[data-v-5136d4aa],.expand-leave-from[data-v-5136d4aa]{opacity:1;max-height:1000px}.expand-leave-to[data-v-5136d4aa]{opacity:0;max-height:0}.expand-enter-active[data-v-5136d4aa],.expand-leave-active[data-v-5136d4aa]{transition-property:max-height,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.expand-enter-from[data-v-41c63da6]{opacity:0;max-height:0}.expand-enter-to[data-v-41c63da6],.expand-leave-from[data-v-41c63da6]{opacity:1;max-height:1000px}.expand-leave-to[data-v-41c63da6]{opacity:0;max-height:0}.expand-enter-active[data-v-41c63da6],.expand-leave-active[data-v-41c63da6]{transition-property:max-height,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.fade-enter-from[data-v-9dcf113e]{opacity:0}.fade-enter-to[data-v-9dcf113e],.fade-leave-from[data-v-9dcf113e]{opacity:1}.fade-leave-to[data-v-9dcf113e]{opacity:0}.fade-enter-active[data-v-9dcf113e],.fade-leave-active[data-v-9dcf113e]{transition:opacity .3s}.app-container{background-color:#fff!important}.remy-dialog[data-v-74d74db7]{position:fixed;z-index:9999;top:25%;right:30px;background:#fff;border:1px solid lightgrey;border-radius:4px;height:50%;width:400px;max-width:90%}.remy-dialog .header[data-v-74d74db7]{background:#000;padding:0 12px;border-radius:4px 4px 0 0;height:40px}.remy-dialog .header .title[data-v-74d74db7]{color:#fff}.remy-dialog .chatbox-container[data-v-74d74db7]{height:calc(100% - 40px)}