bitboss-ui 2.1.125 → 2.1.127

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.
Files changed (53) hide show
  1. package/dist/ai/BbButton.md +0 -11
  2. package/dist/ai/BbTooltip.md +1 -48
  3. package/dist/components/BaseButton/BaseButton.vue.d.ts +1 -1
  4. package/dist/components/BaseCheckbox/BaseCheckbox.vue.d.ts +6 -6
  5. package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +3 -3
  6. package/dist/components/BaseColorInput/BaseColorInput.vue.d.ts +6 -6
  7. package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +4 -4
  8. package/dist/components/BaseDialog/BaseDialog.vue.d.ts +6 -6
  9. package/dist/components/BaseInputContainer/BaseInputContainer.vue.d.ts +1 -1
  10. package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +8 -8
  11. package/dist/components/BaseRadio/BaseRadio.vue.d.ts +6 -6
  12. package/dist/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +3 -3
  13. package/dist/components/BaseRating/BaseRating.vue.d.ts +6 -6
  14. package/dist/components/BaseSelect/BaseSelect.vue.d.ts +2 -2
  15. package/dist/components/BaseSlider/BaseSlider.vue.d.ts +7 -7
  16. package/dist/components/BaseSwitch/BaseSwitch.vue.d.ts +6 -6
  17. package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +3 -3
  18. package/dist/components/BaseTag/BaseTag.vue.d.ts +6 -6
  19. package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +6 -6
  20. package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +6 -6
  21. package/dist/components/BbButton/BbButton.vue.d.ts +1 -1
  22. package/dist/components/BbCheckbox/BbCheckbox.vue.d.ts +7 -7
  23. package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +3 -3
  24. package/dist/components/BbColorInput/BbColorInput.vue.d.ts +6 -6
  25. package/dist/components/BbColorPalette/BbColorPalette.vue.d.ts +2 -2
  26. package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +4 -4
  27. package/dist/components/BbDialog/BbDialog.vue.d.ts +3 -3
  28. package/dist/components/BbDropdown/BbDropdown.vue.d.ts +3 -3
  29. package/dist/components/BbDropzone/BbDropzone.vue.d.ts +4 -4
  30. package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +8 -8
  31. package/dist/components/BbOffCanvas/BbOffCanvas.vue.d.ts +7 -7
  32. package/dist/components/BbPopover/BbPopover.vue.d.ts +4 -4
  33. package/dist/components/BbRadio/BbRadio.vue.d.ts +7 -7
  34. package/dist/components/BbRadioGroup/BbRadioGroup.vue.d.ts +3 -3
  35. package/dist/components/BbRating/BbRating.vue.d.ts +6 -6
  36. package/dist/components/BbSelect/BbSelect.vue.d.ts +2 -2
  37. package/dist/components/BbSelectPopover/BbSelectPopover.vue.d.ts +2 -2
  38. package/dist/components/BbSlider/BbSlider.vue.d.ts +6 -6
  39. package/dist/components/BbSwitch/BbSwitch.vue.d.ts +7 -7
  40. package/dist/components/BbSwitchGroup/BbSwitchGroup.vue.d.ts +3 -3
  41. package/dist/components/BbTag/BbTag.vue.d.ts +6 -6
  42. package/dist/components/BbTextInput/BbTextInput.vue.d.ts +6 -6
  43. package/dist/components/BbTextarea/BbTextarea.vue.d.ts +6 -6
  44. package/dist/components/BbTooltip/BbTooltip.vue.d.ts +3 -4
  45. package/dist/components/BbTooltip/types.d.ts +1 -1
  46. package/dist/components/CommonPopover/CommonPopover.vue.d.ts +1 -1
  47. package/dist/components/Transitions/Slide.vue.d.ts +1 -1
  48. package/dist/directives/bbDropdown.d.ts +8 -2
  49. package/dist/directives/bbTooltip.d.ts +7 -2
  50. package/dist/index.css +1 -1
  51. package/dist/index240.js +58 -62
  52. package/dist/index343.js +57 -83
  53. package/package.json +1 -1
@@ -10,8 +10,8 @@ declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, {}, {
10
10
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
11
11
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
12
12
  }>, {
13
- transitionDuration: number;
14
13
  padding: number;
14
+ transitionDuration: number;
15
15
  tag: string;
16
16
  flip: boolean;
17
17
  scrollable: boolean;
@@ -8,8 +8,8 @@ type __VLS_Slots = {
8
8
  default?: (props: object) => any;
9
9
  };
10
10
  declare const __VLS_base: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
11
- duration: number;
12
11
  direction: "left" | "right" | "bottom" | "top";
12
+ duration: number;
13
13
  gap: number;
14
14
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
15
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,12 +1,18 @@
1
1
  import { App } from 'vue';
2
2
  import { BbDropdownProps, Item } from '../components/BbDropdown/types';
3
+ /**
4
+ * `BbDropdown` props configurable through the directive. `items` is provided
5
+ * separately, and `activator` is excluded: the element the directive is attached
6
+ * to *is* the activator.
7
+ */
8
+ type BbDropdownDirectiveProps = Partial<Omit<BbDropdownProps, 'items' | 'activator'>>;
3
9
  /**
4
10
  * Value accepted by the `v-bb-dropdown` directive.
5
11
  *
6
12
  * - an array of {@link Item} is used directly as the dropdown items
7
- * - an object spreads every `BbDropdown` prop plus a required `items` array
13
+ * - an object spreads the configurable `BbDropdown` props plus a required `items` array
8
14
  */
9
- export type BbDropdownDirectiveValue = Item[] | (Partial<Omit<BbDropdownProps, 'items'>> & {
15
+ export type BbDropdownDirectiveValue = Item[] | (BbDropdownDirectiveProps & {
10
16
  items: Item[];
11
17
  });
12
18
  /**
@@ -1,12 +1,17 @@
1
1
  import { App } from 'vue';
2
2
  import { BbTooltipProps } from '../components/BbTooltip/types';
3
+ /**
4
+ * `BbTooltip` props configurable through the directive. `activator` is excluded:
5
+ * the element the directive is attached to *is* the activator.
6
+ */
7
+ type BbTooltipDirectiveProps = Omit<Partial<BbTooltipProps>, 'activator'>;
3
8
  /**
4
9
  * Value accepted by the `v-bb-tooltip` directive.
5
10
  *
6
11
  * - a string/number is used directly as the tooltip text
7
- * - an object spreads every `BbTooltip` prop plus a required `text`
12
+ * - an object spreads the configurable `BbTooltip` props plus a required `text`
8
13
  */
9
- export type BbTooltipDirectiveValue = string | number | (Partial<BbTooltipProps> & {
14
+ export type BbTooltipDirectiveValue = string | number | (BbTooltipDirectiveProps & {
10
15
  text: string;
11
16
  });
12
17
  /**