duck-vue-components 0.3.13 → 0.3.15

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.
@@ -0,0 +1,13 @@
1
+ //#region \0plugin-vue:export-helper
2
+ var _plugin_vue_export_helper_default = (sfc, props) => {
3
+ const target = sfc.__vccOpts || sfc;
4
+ for (const [key, val] of props) target[key] = val;
5
+ return target;
6
+ };
7
+ //#endregion
8
+ Object.defineProperty(exports, "_plugin_vue_export_helper_default", {
9
+ enumerable: true,
10
+ get: function() {
11
+ return _plugin_vue_export_helper_default;
12
+ }
13
+ });
@@ -0,0 +1,8 @@
1
+ //#region \0plugin-vue:export-helper
2
+ var _plugin_vue_export_helper_default = (sfc, props) => {
3
+ const target = sfc.__vccOpts || sfc;
4
+ for (const [key, val] of props) target[key] = val;
5
+ return target;
6
+ };
7
+ //#endregion
8
+ export { _plugin_vue_export_helper_default as t };
@@ -1,2 +1,2 @@
1
- import { C as DatePickType, E as EVENT_CODE, S as UPDATE_MODEL_EVENT, T as datePickTypes, _ as sizeT, a as JSONValue, b as CHANGE_EVENT, c as complexT, d as controlInputTypeT, f as labelPositionI, g as componentSizes, h as componentSizeMap, i as tags, l as controlBaseTypeT, m as ComponentSize, n as baseT, o as infoI, p as modelT, r as area, s as areaT, t as FrameworkOptions, u as controlContainerTypeT, v as typeT, w as WEEK_DAYS, x as INPUT_EVENT, y as INSTALLED_KEY } from "./index-BPQVuYZD.js";
1
+ import { C as DatePickType, E as EVENT_CODE, S as UPDATE_MODEL_EVENT, T as datePickTypes, _ as sizeT, a as JSONValue, b as CHANGE_EVENT, c as complexT, d as controlInputTypeT, f as labelPositionI, g as componentSizes, h as componentSizeMap, i as tags, l as controlBaseTypeT, m as ComponentSize, n as baseT, o as infoI, p as modelT, r as area, s as areaT, t as FrameworkOptions, u as controlContainerTypeT, v as typeT, w as WEEK_DAYS, x as INPUT_EVENT, y as INSTALLED_KEY } from "./index-Di4VXcF7.js";
2
2
  export { CHANGE_EVENT, ComponentSize, DatePickType, EVENT_CODE, FrameworkOptions, INPUT_EVENT, INSTALLED_KEY, JSONValue, UPDATE_MODEL_EVENT, WEEK_DAYS, area, areaT, baseT, complexT, componentSizeMap, componentSizes, controlBaseTypeT, controlContainerTypeT, controlInputTypeT, datePickTypes, infoI, labelPositionI, modelT, sizeT, tags, typeT };