@nsshunt/stsvueutils 1.1.2 → 1.1.3

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.
@@ -7076,7 +7076,7 @@ Expected #hex, #hexa, rgb(), rgba(), hsl(), hsla(), object or number`);
7076
7076
  props: {
7077
7077
  showFormValues: { type: Boolean, default: true }
7078
7078
  },
7079
- setup(__props) {
7079
+ setup(__props, { expose: __expose }) {
7080
7080
  vue.onMounted(() => {
7081
7081
  console.log(chalk$1.green("onMounted"));
7082
7082
  });
@@ -7127,6 +7127,9 @@ Expected #hex, #hexa, rgb(), rgba(), hsl(), hsla(), object or number`);
7127
7127
  description: "Some description for checkbox 2"
7128
7128
  }
7129
7129
  ]);
7130
+ __expose({
7131
+ formData
7132
+ });
7130
7133
  return (_ctx, _cache) => {
7131
7134
  return vue.openBlock(), vue.createBlock(VContainer, { class: "yellowgreen" }, {
7132
7135
  default: vue.withCtx(() => [