@bagelink/vue 0.0.120 → 0.0.122

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.
@@ -1,7 +1,6 @@
1
1
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
2
  enableAdd: boolean;
3
3
  enableSearch: boolean;
4
- open: boolean;
5
4
  searchPlaceholder: string;
6
5
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
6
  search: (...args: any[]) => void;
@@ -10,7 +9,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
10
9
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
11
10
  enableAdd: boolean;
12
11
  enableSearch: boolean;
13
- open: boolean;
14
12
  searchPlaceholder: string;
15
13
  }>>> & {
16
14
  onSearch?: ((...args: any[]) => any) | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"ListView.vue.d.ts","sourceRoot":"","sources":["../../src/components/ListView.vue"],"names":[],"mappings":"AA6BA;;;;;;;;;;;;;;;;;;;;;;AAiLA,wBAAwG;AAGxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"ListView.vue.d.ts","sourceRoot":"","sources":["../../src/components/ListView.vue"],"names":[],"mappings":"AA6BA;;;;;;;;;;;;;;;;;;;;AA8KA,wBAAwG;AAGxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
package/dist/index.cjs CHANGED
@@ -14840,7 +14840,6 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
14840
14840
  props: {
14841
14841
  enableAdd: { type: Boolean },
14842
14842
  enableSearch: { type: Boolean },
14843
- open: { type: Boolean },
14844
14843
  searchPlaceholder: {}
14845
14844
  },
14846
14845
  emits: ["search", "add", "debounce"],
@@ -15187,7 +15186,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
15187
15186
  vue.createElementVNode("h3", _hoisted_3$z, vue.toDisplayString(_ctx.title), 1)
15188
15187
  ]),
15189
15188
  vue.createVNode(vue.unref(_sfc_main$B), {
15190
- onDelete: _ctx.onDelete ? runDelete : null,
15189
+ onDelete: _ctx.onDelete ? runDelete : void 0,
15191
15190
  modelValue: _ctx.modelValue,
15192
15191
  "onUpdate:modelValue": handleEmit,
15193
15192
  onSubmit: runSubmit,
@@ -15198,7 +15197,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
15198
15197
  };
15199
15198
  }
15200
15199
  });
15201
- const ModalForm = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-d04a51e8"]]);
15200
+ const ModalForm = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-665350cb"]]);
15202
15201
  const _hoisted_1$J = {
15203
15202
  key: 0,
15204
15203
  class: "data"
package/dist/index.mjs CHANGED
@@ -14838,7 +14838,6 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
14838
14838
  props: {
14839
14839
  enableAdd: { type: Boolean },
14840
14840
  enableSearch: { type: Boolean },
14841
- open: { type: Boolean },
14842
14841
  searchPlaceholder: {}
14843
14842
  },
14844
14843
  emits: ["search", "add", "debounce"],
@@ -15185,7 +15184,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
15185
15184
  createElementVNode("h3", _hoisted_3$z, toDisplayString(_ctx.title), 1)
15186
15185
  ]),
15187
15186
  createVNode(unref(_sfc_main$B), {
15188
- onDelete: _ctx.onDelete ? runDelete : null,
15187
+ onDelete: _ctx.onDelete ? runDelete : void 0,
15189
15188
  modelValue: _ctx.modelValue,
15190
15189
  "onUpdate:modelValue": handleEmit,
15191
15190
  onSubmit: runSubmit,
@@ -15196,7 +15195,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
15196
15195
  };
15197
15196
  }
15198
15197
  });
15199
- const ModalForm = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-d04a51e8"]]);
15198
+ const ModalForm = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-665350cb"]]);
15200
15199
  const _hoisted_1$J = {
15201
15200
  key: 0,
15202
15201
  class: "data"
package/dist/style.css CHANGED
@@ -748,11 +748,11 @@
748
748
  border-radius: var(--btn-border-radius);
749
749
  }
750
750
 
751
- .modal-title[data-v-d04a51e8] {
751
+ .modal-title[data-v-665350cb] {
752
752
  margin-top: 0.5rem;
753
753
  }
754
754
  @media screen and (max-width: 910px) {
755
- .modal-title[data-v-d04a51e8] {
755
+ .modal-title[data-v-665350cb] {
756
756
  margin-top: 1rem;
757
757
  }
758
758
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bagelink/vue",
3
3
  "type": "module",
4
- "version": "0.0.120",
4
+ "version": "0.0.122",
5
5
  "description": "Bagel core sdk packages",
6
6
  "author": {
7
7
  "name": "Neveh Allon",
@@ -34,7 +34,6 @@ import { MaterialIcon, Btn, debounce } from '@bagelink/vue';
34
34
  defineProps<{
35
35
  enableAdd: boolean;
36
36
  enableSearch: boolean;
37
- open: boolean;
38
37
  searchPlaceholder: string;
39
38
  }
40
39
  >();
@@ -22,7 +22,7 @@
22
22
  </h3>
23
23
  </header>
24
24
  <FormSchema
25
- :onDelete="onDelete ? runDelete : null"
25
+ :onDelete="onDelete ? runDelete : undefined"
26
26
  :modelValue="modelValue"
27
27
  @update:modelValue="handleEmit"
28
28
  @submit="runSubmit"