@beavernsticks/beaver-admin-ui-vue 0.0.0 → 0.0.1

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.
package/dist/index.d.ts CHANGED
@@ -67,7 +67,9 @@ label: string;
67
67
  }[];
68
68
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
69
69
 
70
- declare const __VLS_component_6: DefineComponent<__VLS_PublicProps_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
70
+ declare const __VLS_component_6: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
71
+
72
+ declare const __VLS_component_7: DefineComponent<__VLS_PublicProps_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
71
73
  "update:selected": (value: any[]) => any;
72
74
  "update:page": (value: number) => any;
73
75
  }, string, PublicProps, Readonly<__VLS_PublicProps_19> & Readonly<{
@@ -78,7 +80,7 @@ size: string;
78
80
  rows: number;
79
81
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
80
82
 
81
- declare const __VLS_component_7: DefineComponent<__VLS_PublicProps_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
83
+ declare const __VLS_component_8: DefineComponent<__VLS_PublicProps_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
82
84
  "update:selected": (value: string[]) => any;
83
85
  "update:page": (value: number) => any;
84
86
  }, string, PublicProps, Readonly<__VLS_PublicProps_20> & Readonly<{
@@ -135,12 +137,6 @@ declare type __VLS_Props_23 = {
135
137
  };
136
138
 
137
139
  declare type __VLS_Props_24 = {
138
- items?: MenuItem[];
139
- logo?: string;
140
- appName?: string;
141
- };
142
-
143
- declare type __VLS_Props_25 = {
144
140
  title: string | string[];
145
141
  noSearch?: boolean;
146
142
  backRoute?: RouteRecordRaw | string;
@@ -150,13 +146,13 @@ declare type __VLS_Props_25 = {
150
146
  reload?: () => void;
151
147
  };
152
148
 
153
- declare type __VLS_Props_26 = {
149
+ declare type __VLS_Props_25 = {
154
150
  isSubmittable?: boolean;
155
151
  isChanged?: boolean;
156
152
  width?: string;
157
153
  };
158
154
 
159
- declare type __VLS_Props_27 = {
155
+ declare type __VLS_Props_26 = {
160
156
  title: string;
161
157
  subtitle?: string;
162
158
  mode?: TFormMode;
@@ -169,7 +165,19 @@ declare type __VLS_Props_27 = {
169
165
  width?: string;
170
166
  };
171
167
 
168
+ declare type __VLS_Props_27 = {
169
+ title?: string;
170
+ subtitle?: string;
171
+ image?: string;
172
+ };
173
+
172
174
  declare type __VLS_Props_28 = {
175
+ items?: MenuItem[];
176
+ logo?: string;
177
+ appName?: string;
178
+ };
179
+
180
+ declare type __VLS_Props_29 = {
173
181
  items: TAny[];
174
182
  totalItems: number;
175
183
  isLoading: boolean;
@@ -178,7 +186,11 @@ declare type __VLS_Props_28 = {
178
186
  rows?: number;
179
187
  };
180
188
 
181
- declare type __VLS_Props_29 = {
189
+ declare type __VLS_Props_3 = {
190
+ value: boolean;
191
+ };
192
+
193
+ declare type __VLS_Props_30 = {
182
194
  items: TreeNode[];
183
195
  totalItems: number;
184
196
  isLoading: boolean;
@@ -187,10 +199,6 @@ declare type __VLS_Props_29 = {
187
199
  rows?: number;
188
200
  };
189
201
 
190
- declare type __VLS_Props_3 = {
191
- value: boolean;
192
- };
193
-
194
202
  declare type __VLS_Props_4 = {
195
203
  tooltip?: string;
196
204
  };
@@ -243,20 +251,20 @@ declare type __VLS_PublicProps_15 = {
243
251
 
244
252
  declare type __VLS_PublicProps_16 = {
245
253
  'search'?: string;
246
- } & __VLS_Props_25;
254
+ } & __VLS_Props_24;
247
255
 
248
256
  declare type __VLS_PublicProps_17 = {
249
257
  modelValue: boolean;
250
- } & __VLS_Props_26;
258
+ } & __VLS_Props_25;
251
259
 
252
260
  declare type __VLS_PublicProps_18 = {
253
261
  modelValue: boolean;
254
- } & __VLS_Props_27;
262
+ } & __VLS_Props_26;
255
263
 
256
264
  declare type __VLS_PublicProps_19 = {
257
265
  'selected'?: TAny[];
258
266
  'page': number;
259
- } & __VLS_Props_28;
267
+ } & __VLS_Props_29;
260
268
 
261
269
  declare type __VLS_PublicProps_2 = {
262
270
  modelValue?: TAny[] | undefined;
@@ -265,7 +273,7 @@ declare type __VLS_PublicProps_2 = {
265
273
  declare type __VLS_PublicProps_20 = {
266
274
  'selected'?: string[];
267
275
  'page': number;
268
- } & __VLS_Props_29;
276
+ } & __VLS_Props_30;
269
277
 
270
278
  declare type __VLS_PublicProps_3 = {
271
279
  modelValue?: Date | undefined;
@@ -342,6 +350,15 @@ declare function __VLS_template_5(): {
342
350
  };
343
351
 
344
352
  declare function __VLS_template_6(): {
353
+ attrs: Partial<{}>;
354
+ slots: {
355
+ default?(_: {}): any;
356
+ };
357
+ refs: {};
358
+ rootEl: HTMLDivElement;
359
+ };
360
+
361
+ declare function __VLS_template_7(): {
345
362
  attrs: Partial<{}>;
346
363
  slots: {
347
364
  default?(_: {}): any;
@@ -351,7 +368,7 @@ declare function __VLS_template_6(): {
351
368
  rootEl: any;
352
369
  };
353
370
 
354
- declare function __VLS_template_7(): {
371
+ declare function __VLS_template_8(): {
355
372
  attrs: Partial<{}>;
356
373
  slots: {
357
374
  default?(_: {}): any;
@@ -375,6 +392,8 @@ declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
375
392
 
376
393
  declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
377
394
 
395
+ declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
396
+
378
397
  declare type __VLS_WithTemplateSlots<T, S> = T & {
379
398
  new (): {
380
399
  $slots: S;
@@ -417,6 +436,12 @@ declare type __VLS_WithTemplateSlots_7<T, S> = T & {
417
436
  };
418
437
  };
419
438
 
439
+ declare type __VLS_WithTemplateSlots_8<T, S> = T & {
440
+ new (): {
441
+ $slots: S;
442
+ };
443
+ };
444
+
420
445
  export declare const AdminLayout: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
421
446
 
422
447
  export declare const AutocompleteInput: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -434,9 +459,9 @@ optionValue: string;
434
459
 
435
460
  export declare const BaseLayout: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
436
461
 
437
- export declare const BaseTable: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
462
+ export declare const BaseTable: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
438
463
 
439
- export declare const BaseTreeTable: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
464
+ export declare const BaseTreeTable: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
440
465
 
441
466
  export declare const CheckboxGroupInput: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
442
467
  "update:modelValue": (value: any[] | undefined) => any;
@@ -598,15 +623,17 @@ export declare const JSONInput: DefineComponent<__VLS_PublicProps_4, {}, {}, {},
598
623
  "onUpdate:modelValue"?: ((value: Record<string, any>) => any) | undefined;
599
624
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
600
625
 
626
+ export declare const LoginLayout: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
627
+
601
628
  export declare const MaskedInput: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
602
629
  "update:modelValue": (value: string) => any;
603
630
  }, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
604
631
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
605
632
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
606
633
 
607
- export declare const MenuSidebar: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
634
+ export declare const MenuSidebar: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
608
635
  navigate: () => any;
609
- }, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{
636
+ }, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{
610
637
  onNavigate?: (() => any) | undefined;
611
638
  }>, {
612
639
  items: MenuItem[];