@namba_one/ui-kit-2 1.0.282 → 1.0.284

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
@@ -652,7 +652,15 @@ onClose?: (() => any) | undefined;
652
652
 
653
653
  declare const __VLS_component_46: DefineComponent<__VLS_Props_39, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_39> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
654
654
 
655
- declare const __VLS_component_47: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
655
+ declare const __VLS_component_47: DefineComponent<SidebarFormLayoutProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
656
+ close: () => any;
657
+ setStep: (value: number) => any;
658
+ }, string, PublicProps, Readonly<SidebarFormLayoutProps> & Readonly<{
659
+ onClose?: (() => any) | undefined;
660
+ onSetStep?: ((value: number) => any) | undefined;
661
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
662
+
663
+ declare const __VLS_component_48: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
656
664
 
657
665
  declare const __VLS_component_5: DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
658
666
  click: (e: Event) => any;
@@ -1813,6 +1821,15 @@ declare function __VLS_template_46(): {
1813
1821
  };
1814
1822
 
1815
1823
  declare function __VLS_template_47(): {
1824
+ attrs: Partial<{}>;
1825
+ slots: {
1826
+ default?(_: {}): any;
1827
+ };
1828
+ refs: {};
1829
+ rootEl: HTMLDivElement;
1830
+ };
1831
+
1832
+ declare function __VLS_template_48(): {
1816
1833
  attrs: Partial<{}>;
1817
1834
  slots: {
1818
1835
  default?(_: {}): any;
@@ -1952,6 +1969,8 @@ declare type __VLS_TemplateResult_46 = ReturnType<typeof __VLS_template_46>;
1952
1969
 
1953
1970
  declare type __VLS_TemplateResult_47 = ReturnType<typeof __VLS_template_47>;
1954
1971
 
1972
+ declare type __VLS_TemplateResult_48 = ReturnType<typeof __VLS_template_48>;
1973
+
1955
1974
  declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
1956
1975
 
1957
1976
  declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
@@ -2214,6 +2233,12 @@ declare type __VLS_WithTemplateSlots_47<T, S> = T & {
2214
2233
  };
2215
2234
  };
2216
2235
 
2236
+ declare type __VLS_WithTemplateSlots_48<T, S> = T & {
2237
+ new (): {
2238
+ $slots: S;
2239
+ };
2240
+ };
2241
+
2217
2242
  declare type __VLS_WithTemplateSlots_5<T, S> = T & {
2218
2243
  new (): {
2219
2244
  $slots: S;
@@ -4269,6 +4294,19 @@ export declare type SelectProps = Pick<SelectBaseProps, 'label' | 'description'
4269
4294
  }[];
4270
4295
  };
4271
4296
 
4297
+ export declare const SidebarFormLayout: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
4298
+
4299
+ export declare type SidebarFormLayoutEmits = {
4300
+ (event: 'close'): void;
4301
+ (event: 'setStep', value: number): void;
4302
+ };
4303
+
4304
+ export declare type SidebarFormLayoutProps = {
4305
+ step: SidebarStepListProps['step'];
4306
+ steps: SidebarStepListProps['steps'];
4307
+ isSidebar?: boolean;
4308
+ };
4309
+
4272
4310
  export declare const SidebarStepList: DefineComponent<SidebarStepListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4273
4311
  setStep: (value: number) => any;
4274
4312
  }, string, PublicProps, Readonly<SidebarStepListProps> & Readonly<{
@@ -4674,7 +4712,7 @@ export declare type TooltipProps = {
4674
4712
  alignText?: TheTextProps['align'];
4675
4713
  };
4676
4714
 
4677
- export declare const TransitionExpand: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
4715
+ export declare const TransitionExpand: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
4678
4716
 
4679
4717
  export declare const TransitionFade: DefineComponent<ExtractPropTypes< {
4680
4718
  appear: {