3h1-ui 1.0.30 → 1.0.33

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.
Files changed (37) hide show
  1. package/es/index.js +6 -3
  2. package/es/lib/index.d.ts +3 -3
  3. package/es/lib/lib/index.d.ts +3 -3
  4. package/es/lib/lib/lib/lib/lib/index.d.ts +10 -0
  5. package/es/lib/lib/lib/lib/lib/lib/index.d.ts +10 -0
  6. package/es/lib/lib/lib/lib/lib/lib/src/ShyPage/IndexView.vue.d.ts +701 -0
  7. package/es/lib/lib/lib/lib/lib/lib/src/ShyTable/ButtonGroup.vue.d.ts +25 -0
  8. package/es/lib/lib/lib/lib/lib/lib/src/ShyTable/IndexView.vue.d.ts +2 -0
  9. package/es/lib/lib/lib/lib/lib/src/ShyPage/IndexView.vue.d.ts +701 -0
  10. package/es/lib/lib/lib/lib/lib/src/ShyTable/ButtonGroup.vue.d.ts +25 -0
  11. package/es/lib/lib/lib/lib/lib/src/ShyTable/IndexView.vue.d.ts +2 -0
  12. package/es/lib/lib/src/ShyPage/IndexView.vue.d.ts +85 -85
  13. package/es/lib/lib/src/ShyTable/ButtonGroup.vue.d.ts +2 -2
  14. package/es/lib/lib/src/ShyTable/IndexView.vue.d.ts +138 -1
  15. package/es/lib/src/ShyPage/IndexView.vue.d.ts +85 -85
  16. package/es/lib/src/ShyTable/ButtonGroup.vue.d.ts +2 -2
  17. package/es/lib/src/ShyTable/IndexView.vue.d.ts +138 -1
  18. package/es/style.css +16 -16
  19. package/lib/index.js +6 -3
  20. package/lib/lib/index.d.ts +3 -3
  21. package/lib/lib/lib/index.d.ts +3 -3
  22. package/lib/lib/lib/lib/lib/lib/index.d.ts +10 -0
  23. package/lib/lib/lib/lib/lib/lib/lib/index.d.ts +10 -0
  24. package/lib/lib/lib/lib/lib/lib/lib/src/ShyPage/IndexView.vue.d.ts +701 -0
  25. package/lib/lib/lib/lib/lib/lib/lib/src/ShyTable/ButtonGroup.vue.d.ts +25 -0
  26. package/lib/lib/lib/lib/lib/lib/lib/src/ShyTable/IndexView.vue.d.ts +2 -0
  27. package/lib/lib/lib/lib/lib/lib/src/ShyPage/IndexView.vue.d.ts +701 -0
  28. package/lib/lib/lib/lib/lib/lib/src/ShyTable/ButtonGroup.vue.d.ts +25 -0
  29. package/lib/lib/lib/lib/lib/lib/src/ShyTable/IndexView.vue.d.ts +2 -0
  30. package/lib/lib/lib/src/ShyPage/IndexView.vue.d.ts +85 -85
  31. package/lib/lib/lib/src/ShyTable/ButtonGroup.vue.d.ts +2 -2
  32. package/lib/lib/lib/src/ShyTable/IndexView.vue.d.ts +138 -1
  33. package/lib/lib/src/ShyPage/IndexView.vue.d.ts +85 -85
  34. package/lib/lib/src/ShyTable/ButtonGroup.vue.d.ts +2 -2
  35. package/lib/lib/src/ShyTable/IndexView.vue.d.ts +138 -1
  36. package/package.json +5 -3
  37. package/index.ts +0 -24
package/es/index.js CHANGED
@@ -1820,6 +1820,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1820
1820
  setup(__props, { expose, emit }) {
1821
1821
  const props = __props;
1822
1822
  const activeKey = ref("1");
1823
+ const inputChangeEvent = (value) => {
1824
+ };
1823
1825
  const format = (list) => {
1824
1826
  let array;
1825
1827
  array = list.map((item) => {
@@ -2004,7 +2006,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
2004
2006
  }, 8, ["activeKey"]),
2005
2007
  createVNode(unref(Input), {
2006
2008
  class: "flex-input",
2007
- placeholder: "\u641C\u7D22"
2009
+ placeholder: "\u641C\u7D22",
2010
+ onChange: inputChangeEvent
2008
2011
  })
2009
2012
  ]),
2010
2013
  createElementVNode("div", _hoisted_5, [
@@ -2077,8 +2080,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
2077
2080
  };
2078
2081
  }
2079
2082
  });
2080
- const IndexView_vue_vue_type_style_index_0_scoped_27cdf083_lang = "";
2081
- const UserSelect = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-27cdf083"]]);
2083
+ const IndexView_vue_vue_type_style_index_0_scoped_66d54370_lang = "";
2084
+ const UserSelect = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-66d54370"]]);
2082
2085
  const index = {
2083
2086
  install(app) {
2084
2087
  app.component("s-search", ShySearch);
package/es/lib/index.d.ts CHANGED
@@ -1,9 +1,9 @@
1
- import ShySearch from './src/search/IndexView.vue';
2
- import ShyForm from './src/ShyForm/IndexView.vue';
3
1
  import ShyTable from './src/ShyTable/IndexView.vue';
4
2
  import ShyPage from './src/ShyPage/IndexView.vue';
3
+ import ShyDialog from './src/ShyDialog/indexView.vue';
4
+ import UserSelect from './src/UserSelect/IndexView.vue';
5
5
  import { App } from 'vue';
6
- export { ShySearch, ShyForm, ShyPage, ShyTable };
6
+ export { ShyPage, ShyTable, ShyDialog, UserSelect };
7
7
  declare const _default: {
8
8
  install(app: App): void;
9
9
  };
@@ -1,9 +1,9 @@
1
- import ShySearch from './src/search/IndexView.vue';
2
- import ShyForm from './src/ShyForm/IndexView.vue';
3
1
  import ShyTable from './src/ShyTable/IndexView.vue';
4
2
  import ShyPage from './src/ShyPage/IndexView.vue';
3
+ import ShyDialog from './src/ShyDialog/indexView.vue';
4
+ import UserSelect from './src/UserSelect/IndexView.vue';
5
5
  import { App } from 'vue';
6
- export { ShySearch, ShyForm, ShyPage, ShyTable };
6
+ export { ShyPage, ShyTable, ShyDialog, UserSelect };
7
7
  declare const _default: {
8
8
  install(app: App): void;
9
9
  };
@@ -0,0 +1,10 @@
1
+ import ShySearch from './src/search/IndexView.vue';
2
+ import ShyForm from './src/ShyForm/IndexView.vue';
3
+ import ShyTable from './src/ShyTable/IndexView.vue';
4
+ import ShyPage from './src/ShyPage/IndexView.vue';
5
+ import { App } from 'vue';
6
+ export { ShySearch, ShyForm, ShyPage, ShyTable };
7
+ declare const _default: {
8
+ install(app: App): void;
9
+ };
10
+ export default _default;
@@ -0,0 +1,10 @@
1
+ import ShySearch from './src/search/IndexView.vue';
2
+ import ShyForm from './src/ShyForm/IndexView.vue';
3
+ import ShyTable from './src/ShyTable/IndexView.vue';
4
+ import ShyPage from './src/ShyPage/IndexView.vue';
5
+ import { App } from 'vue';
6
+ export { ShySearch, ShyForm, ShyPage, ShyTable };
7
+ declare const _default: {
8
+ install(app: App): void;
9
+ };
10
+ export default _default;