hs-admin-ui 16.9.5 → 16.9.7

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,3 +1,7 @@
1
- declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
2
+ "end-reached": (val: any) => any;
3
+ }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
4
+ "onEnd-reached"?: (val: any) => any;
5
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
6
  declare const _default: typeof __VLS_export;
3
7
  export default _default;
@@ -174,7 +174,11 @@ export declare const baseComponents: {
174
174
  Rate: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
175
175
  Result: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
176
176
  Row: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
177
- Scrollbar: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
177
+ Scrollbar: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
178
+ "end-reached": (val: any) => any;
179
+ }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
180
+ "onEnd-reached"?: (val: any) => any;
181
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
178
182
  Segmented: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
179
183
  Select: {
180
184
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
@@ -2,6 +2,7 @@ import IFormData from "../../../types/form";
2
2
  type __VLS_Props = {
3
3
  data: IFormData.Form | undefined;
4
4
  closeLoading?: boolean;
5
+ isAuth?: boolean;
5
6
  };
6
7
  declare var __VLS_9: string | number, __VLS_10: {
7
8
  data?: IFormData.Form<keyof IFormData.FormItemTypeMap>;
@@ -22,7 +23,9 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
22
23
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
23
24
  onReady?: (...args: any[]) => any;
24
25
  onDestroy?: (...args: any[]) => any;
25
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
26
+ }>, {
27
+ isAuth: boolean;
28
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
26
29
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
27
30
  declare const _default: typeof __VLS_export;
28
31
  export default _default;
@@ -1,8 +1,8 @@
1
- import { aT as r, bq as u, br as l, bs as s, H as x, aR as m, bt as E } from "./bcVisual.vue_vue_type_style_index_0_scoped_cae31cec_lang-BJmlGXwL.js";
2
- import { W as _, bu as g, bv as H, bw as N, aw as R } from "./bcVisual.vue_vue_type_style_index_0_scoped_cae31cec_lang-BJmlGXwL.js";
3
- import { V as b } from "./components-B52fnreL.js";
1
+ import { aT as r, bq as u, br as l, bs as s, H as x, aR as m, bt as E } from "./bcVisual.vue_vue_type_style_index_0_scoped_cae31cec_lang-C1_w3wG8.js";
2
+ import { W as _, bu as g, bv as H, bw as N, aw as R } from "./bcVisual.vue_vue_type_style_index_0_scoped_cae31cec_lang-C1_w3wG8.js";
3
+ import { V as b } from "./components-De61MQoR.js";
4
4
  import "vue";
5
- import { i as I } from "./index-BkI5_xEf.js";
5
+ import { i as I } from "./index-BM-do3ol.js";
6
6
  function d(a, e) {
7
7
  r.value = e == null ? void 0 : e.NEXT_NAME, u.value = e == null ? void 0 : e.IS_DEV, l.value = e == null ? void 0 : e.currentRoute, s.value = e == null ? void 0 : e.currentRouter, x.has(a, "_context.directives.loading") || a.directive("loading", m.directive), a.use(E).use(b);
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hs-admin-ui",
3
- "version": "16.9.5",
3
+ "version": "16.9.7",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",