@namba_one/ui-kit-2 1.0.285 → 1.0.287

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
@@ -132,7 +132,7 @@ parentElementRef: ({
132
132
  $: ComponentInternalInstance;
133
133
  $data: {};
134
134
  $props: {
135
- readonly tag?: tags_2[number] | undefined;
135
+ readonly tag?: tags_3[number] | undefined;
136
136
  readonly href?: string | undefined;
137
137
  readonly isLoading?: boolean | undefined;
138
138
  readonly isDisabled?: boolean | undefined;
@@ -662,6 +662,8 @@ onSetStep?: ((value: number) => any) | undefined;
662
662
 
663
663
  declare const __VLS_component_48: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
664
664
 
665
+ declare const __VLS_component_49: DefineComponent<PageHeaderTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageHeaderTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
666
+
665
667
  declare const __VLS_component_5: DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
666
668
  click: (e: Event) => any;
667
669
  }, string, PublicProps, Readonly<ButtonProps> & Readonly<{
@@ -1221,7 +1223,7 @@ declare function __VLS_template_30(): {
1221
1223
  $: ComponentInternalInstance;
1222
1224
  $data: {};
1223
1225
  $props: {
1224
- readonly tag?: tags_2[number] | undefined;
1226
+ readonly tag?: tags_3[number] | undefined;
1225
1227
  readonly href?: string | undefined;
1226
1228
  readonly isLoading?: boolean | undefined;
1227
1229
  readonly isDisabled?: boolean | undefined;
@@ -1838,6 +1840,15 @@ declare function __VLS_template_48(): {
1838
1840
  rootEl: any;
1839
1841
  };
1840
1842
 
1843
+ declare function __VLS_template_49(): {
1844
+ attrs: Partial<{}>;
1845
+ slots: {
1846
+ default?(_: {}): any;
1847
+ };
1848
+ refs: {};
1849
+ rootEl: any;
1850
+ };
1851
+
1841
1852
  declare function __VLS_template_5(): {
1842
1853
  attrs: Partial<{}>;
1843
1854
  slots: {
@@ -1971,6 +1982,8 @@ declare type __VLS_TemplateResult_47 = ReturnType<typeof __VLS_template_47>;
1971
1982
 
1972
1983
  declare type __VLS_TemplateResult_48 = ReturnType<typeof __VLS_template_48>;
1973
1984
 
1985
+ declare type __VLS_TemplateResult_49 = ReturnType<typeof __VLS_template_49>;
1986
+
1974
1987
  declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
1975
1988
 
1976
1989
  declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
@@ -2239,6 +2252,12 @@ declare type __VLS_WithTemplateSlots_48<T, S> = T & {
2239
2252
  };
2240
2253
  };
2241
2254
 
2255
+ declare type __VLS_WithTemplateSlots_49<T, S> = T & {
2256
+ new (): {
2257
+ $slots: S;
2258
+ };
2259
+ };
2260
+
2242
2261
  declare type __VLS_WithTemplateSlots_5<T, S> = T & {
2243
2262
  new (): {
2244
2263
  $slots: S;
@@ -2330,7 +2349,7 @@ export declare type ButtonBaseEmits = {
2330
2349
  };
2331
2350
 
2332
2351
  export declare type ButtonBaseProps = {
2333
- tag?: (typeof tags_2)[number];
2352
+ tag?: (typeof tags_3)[number];
2334
2353
  href?: string;
2335
2354
  isLoading?: boolean;
2336
2355
  isDisabled?: boolean;
@@ -2361,6 +2380,15 @@ export declare type ButtonIconSkeletonProps = {
2361
2380
  isRound?: boolean;
2362
2381
  };
2363
2382
 
2383
+ export declare const ButtonMenu: DefineComponent<ButtonMenuProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ButtonMenuProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2384
+
2385
+ export declare type ButtonMenuProps = {
2386
+ name: string;
2387
+ description: string;
2388
+ image: string;
2389
+ isCollapsed?: boolean;
2390
+ };
2391
+
2364
2392
  export declare type ButtonProps = ButtonBaseProps & {
2365
2393
  view?: (typeof views_3)[number];
2366
2394
  size?: (typeof sizes_2)[number];
@@ -3402,7 +3430,7 @@ export declare type LinkEmits = {
3402
3430
  };
3403
3431
 
3404
3432
  export declare type LinkProps = {
3405
- tag?: (typeof tags_3)[number];
3433
+ tag?: (typeof tags_4)[number];
3406
3434
  href?: string;
3407
3435
  view?: (typeof views_7)[number];
3408
3436
  size?: (typeof sizes_6)[number];
@@ -4046,6 +4074,12 @@ declare function open_3(timeout?: number): void;
4046
4074
 
4047
4075
  export declare const PageHeader: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, __VLS_TemplateResult_46["slots"]>;
4048
4076
 
4077
+ export declare const PageHeaderTitle: __VLS_WithTemplateSlots_49<typeof __VLS_component_49, __VLS_TemplateResult_49["slots"]>;
4078
+
4079
+ export declare type PageHeaderTitleProps = {
4080
+ tag?: (typeof tags)[number];
4081
+ };
4082
+
4049
4083
  export declare const PageInfoCell: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
4050
4084
 
4051
4085
  export declare type PageInfoCellProps = {
@@ -4569,11 +4603,13 @@ export declare type TabsProps = {
4569
4603
  }[];
4570
4604
  };
4571
4605
 
4572
- declare const tags: readonly ["span", "p", "div", "h1", "h2", "h3", "h4", "h5", "h6"];
4606
+ export declare const tags: readonly ["h1", "h2", "h3", "h4", "h5", "h6"];
4573
4607
 
4574
- declare const tags_2: readonly ["button", "a", "router-link", "div"];
4608
+ declare const tags_2: readonly ["span", "p", "div", "h1", "h2", "h3", "h4", "h5", "h6"];
4575
4609
 
4576
- declare const tags_3: readonly ["a", "router-link", "button"];
4610
+ declare const tags_3: readonly ["button", "a", "router-link", "div"];
4611
+
4612
+ declare const tags_4: readonly ["a", "router-link", "button"];
4577
4613
 
4578
4614
  export declare const TheImage: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
4579
4615
 
@@ -4608,7 +4644,7 @@ export declare const ThemePickerSkeleton: DefineComponent< {}, {}, {}, {}, {}
4608
4644
  export declare const TheText: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
4609
4645
 
4610
4646
  export declare type TheTextProps = {
4611
- tag?: (typeof tags)[number];
4647
+ tag?: (typeof tags_2)[number];
4612
4648
  size?: (typeof sizes)[number];
4613
4649
  align?: (typeof aligns)[number];
4614
4650
  weight?: (typeof weights)[number];