@namba_one/ui-kit-2 1.0.162 → 1.0.164

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
@@ -111,7 +111,15 @@ declare const __VLS_component_27: DefineComponent<__VLS_Props_14, {}, {}, {}, {}
111
111
 
112
112
  declare const __VLS_component_28: DefineComponent<PageInfoCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageInfoCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
113
113
 
114
- declare const __VLS_component_29: DefineComponent<__VLS_PublicProps_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
114
+ declare const __VLS_component_29: DefineComponent<TooltipProps, {
115
+ open: typeof open_3;
116
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
117
+ triggerElementRef: HTMLDivElement;
118
+ }, HTMLDivElement>;
119
+
120
+ declare const __VLS_component_3: DefineComponent<TheTextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheTextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
121
+
122
+ declare const __VLS_component_30: DefineComponent<__VLS_PublicProps_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
115
123
  "update:values": (value: FilterValue[]) => any;
116
124
  }, string, PublicProps, Readonly<__VLS_PublicProps_14> & Readonly<{
117
125
  "onUpdate:values"?: ((value: FilterValue[]) => any) | undefined;
@@ -179,9 +187,7 @@ default?(_: {}): any;
179
187
  triggerElementRef: HTMLDivElement;
180
188
  }, HTMLDivElement>;
181
189
 
182
- declare const __VLS_component_3: DefineComponent<TheTextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheTextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
183
-
184
- declare const __VLS_component_30: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
190
+ declare const __VLS_component_31: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
185
191
  drop: (value: CheckboxGroupFilterValue) => any;
186
192
  apply: (value: CheckboxGroupFilterValue) => any;
187
193
  }, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{
@@ -369,7 +375,7 @@ toggleItem: (item: CheckboxFilterItem, isSelected: boolean) => void;
369
375
  }) | null;
370
376
  }, any>;
371
377
 
372
- declare const __VLS_component_31: DefineComponent<__VLS_PublicProps_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
378
+ declare const __VLS_component_32: DefineComponent<__VLS_PublicProps_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
373
379
  "update:value": (value: string) => any;
374
380
  "update:isError": (value: boolean) => any;
375
381
  }, string, PublicProps, Readonly<__VLS_PublicProps_15> & Readonly<{
@@ -377,7 +383,7 @@ declare const __VLS_component_31: DefineComponent<__VLS_PublicProps_15, {}, {},
377
383
  "onUpdate:isError"?: ((value: boolean) => any) | undefined;
378
384
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
379
385
 
380
- declare const __VLS_component_32: DefineComponent<__VLS_PublicProps_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
386
+ declare const __VLS_component_33: DefineComponent<__VLS_PublicProps_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
381
387
  "update:value": (value: string) => any;
382
388
  "update:isError": (value: boolean) => any;
383
389
  }, string, PublicProps, Readonly<__VLS_PublicProps_16> & Readonly<{
@@ -387,7 +393,7 @@ declare const __VLS_component_32: DefineComponent<__VLS_PublicProps_16, {}, {},
387
393
  inputRef: any;
388
394
  }, HTMLLabelElement>;
389
395
 
390
- declare const __VLS_component_33: DefineComponent<__VLS_PublicProps_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
396
+ declare const __VLS_component_34: DefineComponent<__VLS_PublicProps_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
391
397
  "update:active": (value: string) => any;
392
398
  }, string, PublicProps, Readonly<__VLS_PublicProps_21> & Readonly<{
393
399
  "onUpdate:active"?: ((value: string) => any) | undefined;
@@ -395,7 +401,7 @@ declare const __VLS_component_33: DefineComponent<__VLS_PublicProps_21, {}, {},
395
401
  items: HTMLDivElement;
396
402
  }, HTMLDivElement>;
397
403
 
398
- declare const __VLS_component_34: DefineComponent<__VLS_PublicProps_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
404
+ declare const __VLS_component_35: DefineComponent<__VLS_PublicProps_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
399
405
  "update:active": (value: string) => any;
400
406
  }, string, PublicProps, Readonly<__VLS_PublicProps_22> & Readonly<{
401
407
  "onUpdate:active"?: ((value: string) => any) | undefined;
@@ -848,6 +854,26 @@ declare function __VLS_template_28(): {
848
854
  };
849
855
 
850
856
  declare function __VLS_template_29(): {
857
+ attrs: Partial<{}>;
858
+ slots: {
859
+ default?(_: {}): any;
860
+ };
861
+ refs: {
862
+ triggerElementRef: HTMLDivElement;
863
+ };
864
+ rootEl: HTMLDivElement;
865
+ };
866
+
867
+ declare function __VLS_template_3(): {
868
+ attrs: Partial<{}>;
869
+ slots: {
870
+ default?(_: {}): any;
871
+ };
872
+ refs: {};
873
+ rootEl: any;
874
+ };
875
+
876
+ declare function __VLS_template_30(): {
851
877
  attrs: Partial<{}>;
852
878
  slots: {
853
879
  before?(_: {}): any;
@@ -932,16 +958,7 @@ declare function __VLS_template_29(): {
932
958
  rootEl: HTMLDivElement;
933
959
  };
934
960
 
935
- declare function __VLS_template_3(): {
936
- attrs: Partial<{}>;
937
- slots: {
938
- default?(_: {}): any;
939
- };
940
- refs: {};
941
- rootEl: any;
942
- };
943
-
944
- declare function __VLS_template_30(): {
961
+ declare function __VLS_template_31(): {
945
962
  attrs: Partial<{}>;
946
963
  slots: {
947
964
  renderItem?(_: {
@@ -1134,7 +1151,7 @@ declare function __VLS_template_30(): {
1134
1151
  rootEl: any;
1135
1152
  };
1136
1153
 
1137
- declare function __VLS_template_31(): {
1154
+ declare function __VLS_template_32(): {
1138
1155
  attrs: Partial<{}>;
1139
1156
  slots: {
1140
1157
  after?(_: {}): any;
@@ -1143,7 +1160,7 @@ declare function __VLS_template_31(): {
1143
1160
  rootEl: HTMLLabelElement;
1144
1161
  };
1145
1162
 
1146
- declare function __VLS_template_32(): {
1163
+ declare function __VLS_template_33(): {
1147
1164
  attrs: Partial<{}>;
1148
1165
  slots: {
1149
1166
  after?(_: {}): any;
@@ -1154,7 +1171,7 @@ declare function __VLS_template_32(): {
1154
1171
  rootEl: HTMLLabelElement;
1155
1172
  };
1156
1173
 
1157
- declare function __VLS_template_33(): {
1174
+ declare function __VLS_template_34(): {
1158
1175
  attrs: Partial<{}>;
1159
1176
  slots: {
1160
1177
  default?(_: {}): any;
@@ -1165,7 +1182,7 @@ declare function __VLS_template_33(): {
1165
1182
  rootEl: HTMLDivElement;
1166
1183
  };
1167
1184
 
1168
- declare function __VLS_template_34(): {
1185
+ declare function __VLS_template_35(): {
1169
1186
  attrs: Partial<{}>;
1170
1187
  slots: {
1171
1188
  default?(_: {}): any;
@@ -1288,6 +1305,8 @@ declare type __VLS_TemplateResult_33 = ReturnType<typeof __VLS_template_33>;
1288
1305
 
1289
1306
  declare type __VLS_TemplateResult_34 = ReturnType<typeof __VLS_template_34>;
1290
1307
 
1308
+ declare type __VLS_TemplateResult_35 = ReturnType<typeof __VLS_template_35>;
1309
+
1291
1310
  declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
1292
1311
 
1293
1312
  declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
@@ -1468,6 +1487,12 @@ declare type __VLS_WithTemplateSlots_34<T, S> = T & {
1468
1487
  };
1469
1488
  };
1470
1489
 
1490
+ declare type __VLS_WithTemplateSlots_35<T, S> = T & {
1491
+ new (): {
1492
+ $slots: S;
1493
+ };
1494
+ };
1495
+
1471
1496
  declare type __VLS_WithTemplateSlots_4<T, S> = T & {
1472
1497
  new (): {
1473
1498
  $slots: S;
@@ -1552,7 +1577,7 @@ export declare type BreadcrumbsProps = {
1552
1577
  tag: 'a' | 'router-link';
1553
1578
  };
1554
1579
 
1555
- export declare const BubbleTabs: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
1580
+ export declare const BubbleTabs: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
1556
1581
 
1557
1582
  export declare type BubbleTabsProps = {};
1558
1583
 
@@ -1692,7 +1717,7 @@ declare type CheckboxGroupFilter_2 = {
1692
1717
  }[];
1693
1718
  };
1694
1719
 
1695
- export declare const CheckboxGroupFilterChip: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
1720
+ export declare const CheckboxGroupFilterChip: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
1696
1721
 
1697
1722
  export declare type CheckboxGroupFilterChipProps = {};
1698
1723
 
@@ -2229,7 +2254,7 @@ declare type FieldBaseProps = {
2229
2254
 
2230
2255
  export declare type Filter = CheckboxGroupFilter_2 | DatepickerFilter_2;
2231
2256
 
2232
- export declare const FilterHub: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
2257
+ export declare const FilterHub: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
2233
2258
 
2234
2259
  export declare type FilterHubProps = {
2235
2260
  list: Filter[];
@@ -2242,7 +2267,7 @@ export declare type FilterValueBase<T = null> = {
2242
2267
  value: T;
2243
2268
  };
2244
2269
 
2245
- export declare const FlatTabs: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
2270
+ export declare const FlatTabs: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
2246
2271
 
2247
2272
  export declare type FlatTabsProps = {};
2248
2273
 
@@ -2295,7 +2320,7 @@ export declare const ImageRowSkeleton: DefineComponent< {}, {}, {}, {}, {}, C
2295
2320
 
2296
2321
  export declare const Input: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
2297
2322
 
2298
- export declare const InputField: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
2323
+ export declare const InputField: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
2299
2324
 
2300
2325
  export declare type InputFieldProps = {
2301
2326
  autocomplete?: 'on' | 'off';
@@ -2314,7 +2339,7 @@ export declare type InputFieldProps = {
2314
2339
  maxLength?: number | string;
2315
2340
  };
2316
2341
 
2317
- export declare const InputMaskField: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
2342
+ export declare const InputMaskField: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
2318
2343
 
2319
2344
  export declare type InputMaskFieldProps = {
2320
2345
  autofocus?: boolean;
@@ -2890,6 +2915,8 @@ declare function onDropFilter(value: FilterValue): void;
2890
2915
 
2891
2916
  declare function open_2(): void;
2892
2917
 
2918
+ declare function open_3(timeout?: number): void;
2919
+
2893
2920
  export declare const PageInfoCell: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
2894
2921
 
2895
2922
  export declare type PageInfoCellProps = {
@@ -3378,6 +3405,15 @@ export declare const Toggle: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}
3378
3405
 
3379
3406
  declare function toggle(): void;
3380
3407
 
3408
+ export declare const Tooltip: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
3409
+
3410
+ export declare type TooltipProps = {
3411
+ text: string;
3412
+ verticalAlign?: DropdownElementProps['verticalAlign'];
3413
+ verticalOffset?: DropdownElementProps['verticalOffset'];
3414
+ behavior?: 'hover' | 'click' | 'manual';
3415
+ };
3416
+
3381
3417
  export declare const TransitionFade: DefineComponent<ExtractPropTypes< {
3382
3418
  appear: {
3383
3419
  type: PropType<TransitionFadeProps["appear"]>;