bromcom-ui 2.3.57 → 2.3.58

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 (156) hide show
  1. package/dist/bromcom-ui/bromcom-ui.css +0 -0
  2. package/dist/bromcom-ui/bromcom-ui.esm.js +1 -1
  3. package/dist/bromcom-ui/index.esm.js +0 -0
  4. package/dist/bromcom-ui/{p-7b469915.entry.js → p-13d038f5.entry.js} +1 -1
  5. package/dist/bromcom-ui/p-1429a2b4.js +1 -0
  6. package/dist/bromcom-ui/{p-e02ea2a4.entry.js → p-20d03fa1.entry.js} +1 -1
  7. package/dist/bromcom-ui/p-37750343.entry.js +1 -0
  8. package/dist/bromcom-ui/{p-9bfd984c.entry.js → p-3f797656.entry.js} +1 -1
  9. package/dist/bromcom-ui/p-4a41ef80.entry.js +1 -0
  10. package/dist/bromcom-ui/p-53e9b679.entry.js +1 -0
  11. package/dist/bromcom-ui/p-8851e01e.entry.js +1 -0
  12. package/dist/bromcom-ui/p-9ffff762.entry.js +1 -0
  13. package/dist/bromcom-ui/p-af7e4741.entry.js +1 -0
  14. package/dist/bromcom-ui/{p-0d336381.entry.js → p-afb68492.entry.js} +1 -1
  15. package/dist/bromcom-ui/p-bbf99620.entry.js +1 -0
  16. package/dist/bromcom-ui/{p-b52eb625.entry.js → p-e21a8f2d.entry.js} +1 -1
  17. package/dist/bromcom-ui/p-e450ebda.entry.js +1 -0
  18. package/dist/bromcom-ui/p-f067821e.entry.js +1 -0
  19. package/dist/cjs/bcm-alert.cjs.entry.js +7 -26
  20. package/dist/cjs/{bcm-button_5.cjs.entry.js → bcm-button_11.cjs.entry.js} +1206 -2
  21. package/dist/cjs/{bcm-checkbox-lite_3.cjs.entry.js → bcm-checkbox-lite_4.cjs.entry.js} +64 -0
  22. package/dist/cjs/bcm-colorpicker.cjs.entry.js +1 -1
  23. package/dist/cjs/{bcm-datetime-picker_2.cjs.entry.js → bcm-datetime-picker.cjs.entry.js} +1 -135
  24. package/dist/cjs/bcm-list-select.cjs.entry.js +21 -6
  25. package/dist/cjs/bcm-list.cjs.entry.js +41 -4
  26. package/dist/cjs/{bcm-empty_6.cjs.entry.js → bcm-listbox_5.cjs.entry.js} +8 -75
  27. package/dist/cjs/bcm-popconfirm-box.cjs.entry.js +1 -1
  28. package/dist/cjs/bcm-popconfirm.cjs.entry.js +1 -1
  29. package/dist/cjs/bcm-popover-box.cjs.entry.js +1 -1
  30. package/dist/cjs/bcm-popover.cjs.entry.js +1 -1
  31. package/dist/cjs/bcm-radio-group.cjs.entry.js +1 -1
  32. package/dist/cjs/bcm-select.cjs.entry.js +1 -1
  33. package/dist/cjs/bromcom-ui.cjs.js +1 -1
  34. package/dist/cjs/loader.cjs.js +1 -1
  35. package/dist/cjs/types-37c8ced6.js +16 -0
  36. package/dist/collection/collection-manifest.json +1 -0
  37. package/dist/collection/components/atoms/label/label.css +70 -0
  38. package/dist/collection/components/atoms/label/label.js +203 -0
  39. package/dist/collection/components/molecules/checkbox/group.js +19 -6
  40. package/dist/collection/components/molecules/input/input.js +19 -6
  41. package/dist/collection/components/molecules/list/list-select.css +3 -7
  42. package/dist/collection/components/molecules/list/list-select.js +41 -12
  43. package/dist/collection/components/molecules/list/list.css +18 -0
  44. package/dist/collection/components/molecules/list/list.js +63 -11
  45. package/dist/collection/components/molecules/popconfirm/popconfirm-box.css +1 -0
  46. package/dist/collection/components/molecules/popconfirm/popconfirm.css +1 -0
  47. package/dist/collection/components/molecules/popover/popover-box.css +1 -0
  48. package/dist/collection/components/molecules/popover/popover.css +1 -0
  49. package/dist/collection/components/molecules/radio/group.js +19 -6
  50. package/dist/collection/components/molecules/select/select.js +19 -6
  51. package/dist/collection/components/molecules/switch/switch.css +0 -1
  52. package/dist/collection/components/molecules/switch/switch.js +20 -7
  53. package/dist/collection/components/molecules/textarea/textarea.js +19 -6
  54. package/dist/collection/components/molecules/tooltip/tooltip-box.css +1 -0
  55. package/dist/collection/components/molecules/tooltip/tooltip.css +1 -0
  56. package/dist/collection/components/organism/colorpicker/colorpicker.js +19 -6
  57. package/dist/collection/components/organism/listbox/listbox.js +26 -16
  58. package/dist/collection/helper/color-helper.js +33 -0
  59. package/dist/collection/helper/generate.js +47 -0
  60. package/dist/collection/helper/number-helper.js +10 -0
  61. package/dist/collection/helper/string-helper.js +21 -0
  62. package/dist/collection/helper/validators.js +21 -0
  63. package/dist/collection/models/bcm-types.js +1 -0
  64. package/dist/collection/models/bcm.js +451 -0
  65. package/dist/collection/templates/caption-template.js +22 -0
  66. package/dist/collection/templates/label-template.js +16 -0
  67. package/dist/collection/templates/slot-template.js +6 -0
  68. package/dist/esm/bcm-alert.entry.js +1 -20
  69. package/dist/esm/{bcm-button_5.entry.js → bcm-button_11.entry.js} +1202 -4
  70. package/dist/esm/{bcm-checkbox-lite_3.entry.js → bcm-checkbox-lite_4.entry.js} +65 -2
  71. package/dist/esm/bcm-colorpicker.entry.js +1 -1
  72. package/dist/esm/{bcm-datetime-picker_2.entry.js → bcm-datetime-picker.entry.js} +2 -135
  73. package/dist/esm/bcm-list-select.entry.js +21 -6
  74. package/dist/esm/bcm-list.entry.js +41 -4
  75. package/dist/esm/{bcm-empty_6.entry.js → bcm-listbox_5.entry.js} +10 -76
  76. package/dist/esm/bcm-popconfirm-box.entry.js +1 -1
  77. package/dist/esm/bcm-popconfirm.entry.js +1 -1
  78. package/dist/esm/bcm-popover-box.entry.js +1 -1
  79. package/dist/esm/bcm-popover.entry.js +1 -1
  80. package/dist/esm/bcm-radio-group.entry.js +1 -1
  81. package/dist/esm/bcm-select.entry.js +1 -1
  82. package/dist/esm/bromcom-ui.js +1 -1
  83. package/dist/esm/loader.js +1 -1
  84. package/dist/esm/polyfills/css-shim.js +0 -0
  85. package/dist/esm/types-911a8837.js +21 -0
  86. package/dist/types/assets/icons/index.d.ts +0 -0
  87. package/dist/types/assets/icons/index.example.d.ts +0 -0
  88. package/dist/types/components/atoms/avatar/avatar.d.ts +0 -0
  89. package/dist/types/components/atoms/badge/badge.d.ts +0 -0
  90. package/dist/types/components/atoms/button/button.d.ts +0 -0
  91. package/dist/types/components/atoms/divider/divider.d.ts +0 -0
  92. package/dist/types/components/atoms/icon/icon.d.ts +0 -0
  93. package/dist/types/components/atoms/icon/types.d.ts +0 -0
  94. package/dist/types/components/atoms/label/label.d.ts +16 -0
  95. package/dist/types/components/atoms/tag/tag.d.ts +0 -0
  96. package/dist/types/components/atoms/text/text.d.ts +0 -0
  97. package/dist/types/components/molecules/card/card-footer.d.ts +0 -0
  98. package/dist/types/components/molecules/card/card-header.d.ts +0 -0
  99. package/dist/types/components/molecules/card/card.d.ts +0 -0
  100. package/dist/types/components/molecules/checkbox/checkbox.d.ts +0 -0
  101. package/dist/types/components/molecules/checkbox/group.d.ts +1 -0
  102. package/dist/types/components/molecules/input/input.d.ts +1 -0
  103. package/dist/types/components/molecules/list/list-select.d.ts +6 -1
  104. package/dist/types/components/molecules/list/list.d.ts +1 -0
  105. package/dist/types/components/molecules/radio/group.d.ts +1 -0
  106. package/dist/types/components/molecules/radio/radio.d.ts +0 -0
  107. package/dist/types/components/molecules/select/group.d.ts +0 -0
  108. package/dist/types/components/molecules/select/option.d.ts +0 -0
  109. package/dist/types/components/molecules/select/select.d.ts +1 -0
  110. package/dist/types/components/molecules/switch/switch.d.ts +1 -0
  111. package/dist/types/components/molecules/textarea/textarea.d.ts +1 -0
  112. package/dist/types/components/organism/colorpicker/colorpicker.d.ts +1 -0
  113. package/dist/types/components/organism/listbox/listbox.d.ts +1 -0
  114. package/dist/types/components.d.ts +64 -3
  115. package/dist/types/global/variables/colors.d.ts +0 -0
  116. package/dist/types/helper/color-helper.d.ts +9 -0
  117. package/dist/types/helper/generate.d.ts +10 -0
  118. package/dist/types/helper/number-helper.d.ts +9 -0
  119. package/dist/types/helper/string-helper.d.ts +20 -0
  120. package/dist/types/helper/validators.d.ts +8 -0
  121. package/dist/types/index.d.ts +0 -0
  122. package/dist/types/models/bcm-types.d.ts +19 -0
  123. package/dist/types/models/bcm.d.ts +447 -0
  124. package/dist/types/stencil-public-runtime.d.ts +0 -0
  125. package/dist/types/templates/caption-template.d.ts +12 -0
  126. package/dist/types/templates/label-template.d.ts +12 -0
  127. package/dist/types/templates/slot-template.d.ts +8 -0
  128. package/dist/types/utils/utils.d.ts +0 -0
  129. package/loader/cdn.js +0 -0
  130. package/loader/index.cjs.js +0 -0
  131. package/loader/index.d.ts +0 -0
  132. package/loader/index.es2017.js +0 -0
  133. package/loader/index.js +0 -0
  134. package/loader/package.json +0 -0
  135. package/package.json +1 -1
  136. package/dist/bromcom-ui/p-013b6f5d.entry.js +0 -1
  137. package/dist/bromcom-ui/p-3a6625d7.entry.js +0 -1
  138. package/dist/bromcom-ui/p-3aef4844.entry.js +0 -1
  139. package/dist/bromcom-ui/p-5ff33d84.entry.js +0 -1
  140. package/dist/bromcom-ui/p-607bc9b3.entry.js +0 -1
  141. package/dist/bromcom-ui/p-6bd805f1.entry.js +0 -1
  142. package/dist/bromcom-ui/p-6ef403b0.entry.js +0 -1
  143. package/dist/bromcom-ui/p-865ccb94.entry.js +0 -1
  144. package/dist/bromcom-ui/p-9220ba9c.entry.js +0 -1
  145. package/dist/bromcom-ui/p-b81236b1.entry.js +0 -1
  146. package/dist/bromcom-ui/p-cdfd9ba0.entry.js +0 -1
  147. package/dist/bromcom-ui/p-cf6b0656.entry.js +0 -1
  148. package/dist/bromcom-ui/p-fc3e131c.entry.js +0 -1
  149. package/dist/cjs/bcm-checkbox-group.cjs.entry.js +0 -273
  150. package/dist/cjs/bcm-checkbox.cjs.entry.js +0 -143
  151. package/dist/cjs/bcm-switch.cjs.entry.js +0 -86
  152. package/dist/cjs/bcm-tooltip-box.cjs.entry.js +0 -36
  153. package/dist/esm/bcm-checkbox-group.entry.js +0 -269
  154. package/dist/esm/bcm-checkbox.entry.js +0 -139
  155. package/dist/esm/bcm-switch.entry.js +0 -82
  156. package/dist/esm/bcm-tooltip-box.entry.js +0 -32
File without changes
File without changes
@@ -0,0 +1,16 @@
1
+ import { ComponentInterface } from '../../../stencil-public-runtime';
2
+ import { FontSizesTypes, StatusTypes } from '../../../models/bcm-types';
3
+ export declare class BcmLabel implements ComponentInterface {
4
+ el: HTMLElement;
5
+ /** Props **/
6
+ _id: string;
7
+ required: boolean;
8
+ value: string;
9
+ size: FontSizesTypes;
10
+ form: any;
11
+ htmlFor: any;
12
+ hidden: boolean;
13
+ type: StatusTypes | any;
14
+ tooltip: string;
15
+ render(): any;
16
+ }
File without changes
File without changes
File without changes
@@ -30,6 +30,7 @@ export declare class BcmCheckboxGroup {
30
30
  noCaption: boolean;
31
31
  caption: string;
32
32
  captionType: 'primary' | 'success' | 'warning' | 'error' | 'default';
33
+ tooltip: string;
33
34
  /**
34
35
  * Component State Variables
35
36
  */
@@ -31,6 +31,7 @@ export declare class BcmInput {
31
31
  required: boolean;
32
32
  disableWatchValue: boolean;
33
33
  maxLength: number;
34
+ tooltip: string;
34
35
  inValid: boolean;
35
36
  valueCache: string;
36
37
  captionCache: string;
@@ -24,6 +24,7 @@ export declare class BcmListSelect {
24
24
  fullWidth: boolean;
25
25
  required: boolean;
26
26
  multiSelect: boolean;
27
+ tooltip: string;
27
28
  searchData: any;
28
29
  searchPlaceholder: string;
29
30
  searchFields: Array<string>;
@@ -96,7 +97,7 @@ export declare class BcmListSelect {
96
97
  /**
97
98
  * @descc
98
99
  */
99
- clickClear(): void;
100
+ clickClear(event?: Event): void;
100
101
  /**
101
102
  * @desc
102
103
  */
@@ -118,6 +119,10 @@ export declare class BcmListSelect {
118
119
  * @descc
119
120
  */
120
121
  handleTagControl(): Promise<void>;
122
+ /**
123
+ * @desc
124
+ */
125
+ valueWatch(newValue: any): void;
121
126
  /**
122
127
  * @desc
123
128
  */
@@ -65,6 +65,7 @@ export declare class BcmList {
65
65
  captionCache: string;
66
66
  captionTypeCache: any;
67
67
  /******/
68
+ tooltip: string;
68
69
  listSelected: EventEmitter;
69
70
  listChecked: EventEmitter;
70
71
  change: EventEmitter;
@@ -24,6 +24,7 @@ export declare class BcmRadioGroup {
24
24
  caption: string;
25
25
  captionError: string;
26
26
  captionType: 'primary' | 'success' | 'warning' | 'error' | 'default';
27
+ tooltip: string;
27
28
  captionCache: string;
28
29
  captionTypeCache: any;
29
30
  radioOptions: OptionType[];
File without changes
File without changes
@@ -52,6 +52,7 @@ export declare class BcmSelect {
52
52
  _items: any;
53
53
  _data: any;
54
54
  placement: placementType;
55
+ tooltip: string;
55
56
  otherTagStatus: boolean;
56
57
  _config: any;
57
58
  firstSetData: boolean;
@@ -18,6 +18,7 @@ export declare class BcmSwitch {
18
18
  caption: string;
19
19
  captionError: string;
20
20
  captionType: 'primary' | 'success' | 'warning' | 'error' | 'default';
21
+ tooltip: string;
21
22
  captionCache: string;
22
23
  captionTypeCache: any;
23
24
  change: EventEmitter;
@@ -21,6 +21,7 @@ export declare class BcmTextarea {
21
21
  name: string;
22
22
  hidden: boolean;
23
23
  required: boolean;
24
+ tooltip: string;
24
25
  hasFocus: boolean;
25
26
  captionCache: string;
26
27
  captionTypeCache: any;
@@ -26,6 +26,7 @@ export declare class BcmColorPicker {
26
26
  disabled: boolean;
27
27
  hidden: boolean;
28
28
  required: boolean;
29
+ tooltip: string;
29
30
  /**
30
31
  * Component States
31
32
  */
@@ -49,6 +49,7 @@ export declare class BcmListbox {
49
49
  captionError: string;
50
50
  captionType: 'primary' | 'success' | 'warning' | 'error' | 'default';
51
51
  _internal_id: string;
52
+ tooltip: string;
52
53
  /**
53
54
  * Component States
54
55
  */
@@ -16,6 +16,7 @@ import { KindProp as KindProp1, SizeProp as SizeProp2 } from "./components/molec
16
16
  import { ImageProps, SizeProp as SizeProp3 } from "./components/molecules/empty/types";
17
17
  import { SizeProp as SizeProp4 } from "./components/molecules/error-layout/types";
18
18
  import { SizePropOptions, TypePropOptions } from "./components/atoms/icon/types";
19
+ import { FontSizesTypes, StatusTypes } from "./models/bcm-types";
19
20
  import { ProcessTypeProp, SizeProp as SizeProp5, TypeProp as TypeProp2 } from "./components/molecules/list/types";
20
21
  import { captionTypeProp } from "./types";
21
22
  import { SizeProp as SizeProp6 } from "./components/organism/listbox/types";
@@ -164,6 +165,7 @@ export namespace Components {
164
165
  "resetCaption": () => Promise<void>;
165
166
  "setClear": () => Promise<void>;
166
167
  "size": 'small' | 'medium' | 'large';
168
+ "tooltip": string;
167
169
  "value": any;
168
170
  }
169
171
  interface BcmCheckboxLite {
@@ -213,6 +215,7 @@ export namespace Components {
213
215
  "required": boolean;
214
216
  "setColor": (color: string) => Promise<void>;
215
217
  "size": 'small' | 'medium' | 'large';
218
+ "tooltip": string;
216
219
  "value": string;
217
220
  }
218
221
  interface BcmComment {
@@ -491,11 +494,26 @@ export namespace Components {
491
494
  "setValue": (value: any) => Promise<any>;
492
495
  "size": 'small' | 'medium' | 'large';
493
496
  "step": any;
497
+ "tooltip": string;
494
498
  "type": string;
495
499
  "unit": string;
496
500
  "unitPrefix": string;
497
501
  "value": any;
498
502
  }
503
+ interface BcmLabel {
504
+ /**
505
+ * Props *
506
+ */
507
+ "_id": string;
508
+ "form": any;
509
+ "hidden": boolean;
510
+ "htmlFor": any;
511
+ "required": boolean;
512
+ "size": FontSizesTypes;
513
+ "tooltip": string;
514
+ "type": StatusTypes | any;
515
+ "value": string;
516
+ }
499
517
  interface BcmLink {
500
518
  "hidden": boolean;
501
519
  "href": string;
@@ -596,6 +614,10 @@ export namespace Components {
596
614
  * @desc
597
615
  */
598
616
  "toggleChecked": (checkedItems?: Array<string> | string) => Promise<void>;
617
+ /**
618
+ * ***
619
+ */
620
+ "tooltip": string;
599
621
  "type": TypeProp;
600
622
  /**
601
623
  * @desc
@@ -672,6 +694,7 @@ export namespace Components {
672
694
  * @desc
673
695
  */
674
696
  "toggle": (list?: "default" | "other") => Promise<void>;
697
+ "tooltip": string;
675
698
  "type": TypeProp;
676
699
  "value": any;
677
700
  "variableText": string;
@@ -722,6 +745,7 @@ export namespace Components {
722
745
  "showSearchMethod": (val?: boolean) => Promise<void>;
723
746
  "size": SizeProp;
724
747
  "template": string;
748
+ "tooltip": string;
725
749
  "treeview": boolean;
726
750
  "updateChecked": (items: any) => Promise<void>;
727
751
  "updateCheckedList": Array<any>;
@@ -963,6 +987,7 @@ export namespace Components {
963
987
  "setClear": () => Promise<void>;
964
988
  "setData": (_data: OptionType[] | string) => Promise<boolean>;
965
989
  "size": 'small' | 'medium' | 'large';
990
+ "tooltip": string;
966
991
  "value": string | number;
967
992
  }
968
993
  interface BcmResult {
@@ -1029,6 +1054,7 @@ export namespace Components {
1029
1054
  "setDataAsync": (_data?: Array<object> | string) => Promise<void>;
1030
1055
  "size": 'small' | 'medium' | 'large';
1031
1056
  "template": string;
1057
+ "tooltip": string;
1032
1058
  "treeview": boolean;
1033
1059
  "updateChecked": (id?: any[]) => Promise<void>;
1034
1060
  "value": string;
@@ -1106,6 +1132,7 @@ export namespace Components {
1106
1132
  "resetCaption": () => Promise<void>;
1107
1133
  "setClear": () => Promise<void>;
1108
1134
  "size": 'small' | 'medium';
1135
+ "tooltip": string;
1109
1136
  "value": any;
1110
1137
  }
1111
1138
  interface BcmTab {
@@ -1201,6 +1228,7 @@ export namespace Components {
1201
1228
  "setFocus": () => Promise<void>;
1202
1229
  "setValue": (value: any) => Promise<any>;
1203
1230
  "size": 'small' | 'medium' | 'large';
1231
+ "tooltip": string;
1204
1232
  "value": string;
1205
1233
  }
1206
1234
  interface BcmTimePicker {
@@ -1566,6 +1594,12 @@ declare global {
1566
1594
  prototype: HTMLBcmInputElement;
1567
1595
  new (): HTMLBcmInputElement;
1568
1596
  };
1597
+ interface HTMLBcmLabelElement extends Components.BcmLabel, HTMLStencilElement {
1598
+ }
1599
+ var HTMLBcmLabelElement: {
1600
+ prototype: HTMLBcmLabelElement;
1601
+ new (): HTMLBcmLabelElement;
1602
+ };
1569
1603
  interface HTMLBcmLinkElement extends Components.BcmLink, HTMLStencilElement {
1570
1604
  }
1571
1605
  var HTMLBcmLinkElement: {
@@ -1896,6 +1930,7 @@ declare global {
1896
1930
  "bcm-header": HTMLBcmHeaderElement;
1897
1931
  "bcm-icon": HTMLBcmIconElement;
1898
1932
  "bcm-input": HTMLBcmInputElement;
1933
+ "bcm-label": HTMLBcmLabelElement;
1899
1934
  "bcm-link": HTMLBcmLinkElement;
1900
1935
  "bcm-list": HTMLBcmListElement;
1901
1936
  "bcm-list-item": HTMLBcmListItemElement;
@@ -2071,6 +2106,7 @@ declare namespace LocalJSX {
2071
2106
  "optionType"?: 'default' | 'button';
2072
2107
  "required"?: boolean;
2073
2108
  "size"?: 'small' | 'medium' | 'large';
2109
+ "tooltip"?: string;
2074
2110
  "value"?: any;
2075
2111
  }
2076
2112
  interface BcmCheckboxLite {
@@ -2123,6 +2159,7 @@ declare namespace LocalJSX {
2123
2159
  "open"?: boolean;
2124
2160
  "required"?: boolean;
2125
2161
  "size"?: 'small' | 'medium' | 'large';
2162
+ "tooltip"?: string;
2126
2163
  "value"?: string;
2127
2164
  }
2128
2165
  interface BcmComment {
@@ -2368,11 +2405,26 @@ declare namespace LocalJSX {
2368
2405
  "required"?: boolean;
2369
2406
  "size"?: 'small' | 'medium' | 'large';
2370
2407
  "step"?: any;
2408
+ "tooltip"?: string;
2371
2409
  "type"?: string;
2372
2410
  "unit"?: string;
2373
2411
  "unitPrefix"?: string;
2374
2412
  "value"?: any;
2375
2413
  }
2414
+ interface BcmLabel {
2415
+ /**
2416
+ * Props *
2417
+ */
2418
+ "_id"?: string;
2419
+ "form"?: any;
2420
+ "hidden"?: boolean;
2421
+ "htmlFor"?: any;
2422
+ "required"?: boolean;
2423
+ "size"?: FontSizesTypes;
2424
+ "tooltip"?: string;
2425
+ "type"?: StatusTypes | any;
2426
+ "value"?: string;
2427
+ }
2376
2428
  interface BcmLink {
2377
2429
  "hidden"?: boolean;
2378
2430
  "href"?: string;
@@ -2407,9 +2459,6 @@ declare namespace LocalJSX {
2407
2459
  "noCaption"?: boolean;
2408
2460
  "onBcm-change"?: (event: CustomEvent<any>) => void;
2409
2461
  "onBcm-list-checklist"?: (event: CustomEvent<any>) => void;
2410
- /**
2411
- * ***
2412
- */
2413
2462
  "onBcm-list-selected"?: (event: CustomEvent<any>) => void;
2414
2463
  "placeholder"?: string;
2415
2464
  "processType"?: ProcessTypeProp;
@@ -2421,6 +2470,10 @@ declare namespace LocalJSX {
2421
2470
  "searchable"?: boolean;
2422
2471
  "selectedId"?: string;
2423
2472
  "size"?: SizeProp;
2473
+ /**
2474
+ * ***
2475
+ */
2476
+ "tooltip"?: string;
2424
2477
  "type"?: TypeProp;
2425
2478
  "value"?: any;
2426
2479
  /**
@@ -2467,6 +2520,7 @@ declare namespace LocalJSX {
2467
2520
  "required"?: boolean;
2468
2521
  "searchData"?: any;
2469
2522
  "size"?: SizeProp;
2523
+ "tooltip"?: string;
2470
2524
  "type"?: TypeProp;
2471
2525
  "value"?: any;
2472
2526
  "variableText"?: string;
@@ -2516,6 +2570,7 @@ declare namespace LocalJSX {
2516
2570
  "showIcon"?: boolean;
2517
2571
  "size"?: SizeProp;
2518
2572
  "template"?: string;
2573
+ "tooltip"?: string;
2519
2574
  "treeview"?: boolean;
2520
2575
  "updateCheckedList"?: Array<any>;
2521
2576
  "value"?: any;
@@ -2760,6 +2815,7 @@ declare namespace LocalJSX {
2760
2815
  "options"?: OptionType[] | string;
2761
2816
  "required"?: boolean;
2762
2817
  "size"?: 'small' | 'medium' | 'large';
2818
+ "tooltip"?: string;
2763
2819
  "value"?: string | number;
2764
2820
  }
2765
2821
  interface BcmResult {
@@ -2820,6 +2876,7 @@ declare namespace LocalJSX {
2820
2876
  "searchable"?: boolean;
2821
2877
  "size"?: 'small' | 'medium' | 'large';
2822
2878
  "template"?: string;
2879
+ "tooltip"?: string;
2823
2880
  "treeview"?: boolean;
2824
2881
  "value"?: string;
2825
2882
  "value2"?: string;
@@ -2904,6 +2961,7 @@ declare namespace LocalJSX {
2904
2961
  "pending"?: boolean;
2905
2962
  "required"?: boolean;
2906
2963
  "size"?: 'small' | 'medium';
2964
+ "tooltip"?: string;
2907
2965
  "value"?: any;
2908
2966
  }
2909
2967
  interface BcmTab {
@@ -2998,6 +3056,7 @@ declare namespace LocalJSX {
2998
3056
  "resize"?: 'vertical' | 'none' | 'auto';
2999
3057
  "rows"?: number;
3000
3058
  "size"?: 'small' | 'medium' | 'large';
3059
+ "tooltip"?: string;
3001
3060
  "value"?: string;
3002
3061
  }
3003
3062
  interface BcmTimePicker {
@@ -3177,6 +3236,7 @@ declare namespace LocalJSX {
3177
3236
  "bcm-header": BcmHeader;
3178
3237
  "bcm-icon": BcmIcon;
3179
3238
  "bcm-input": BcmInput;
3239
+ "bcm-label": BcmLabel;
3180
3240
  "bcm-link": BcmLink;
3181
3241
  "bcm-list": BcmList;
3182
3242
  "bcm-list-item": BcmListItem;
@@ -3267,6 +3327,7 @@ declare module "@stencil/core" {
3267
3327
  "bcm-header": LocalJSX.BcmHeader & JSXBase.HTMLAttributes<HTMLBcmHeaderElement>;
3268
3328
  "bcm-icon": LocalJSX.BcmIcon & JSXBase.HTMLAttributes<HTMLBcmIconElement>;
3269
3329
  "bcm-input": LocalJSX.BcmInput & JSXBase.HTMLAttributes<HTMLBcmInputElement>;
3330
+ "bcm-label": LocalJSX.BcmLabel & JSXBase.HTMLAttributes<HTMLBcmLabelElement>;
3270
3331
  "bcm-link": LocalJSX.BcmLink & JSXBase.HTMLAttributes<HTMLBcmLinkElement>;
3271
3332
  "bcm-list": LocalJSX.BcmList & JSXBase.HTMLAttributes<HTMLBcmListElement>;
3272
3333
  "bcm-list-item": LocalJSX.BcmListItem & JSXBase.HTMLAttributes<HTMLBcmListItemElement>;
File without changes
@@ -0,0 +1,9 @@
1
+ export declare class ColorHelper {
2
+ static isHex: (str: string) => boolean;
3
+ static isRgb: (str: string) => boolean;
4
+ static isRgba: (str: string) => boolean;
5
+ static isHsl: (str: string) => boolean;
6
+ static isHsla: (str: string) => boolean;
7
+ static convertColorToHex: (color: string) => any;
8
+ static reverseColor: (color: string) => "#000000" | "#FFFFFF";
9
+ }
@@ -0,0 +1,10 @@
1
+ export declare class Generate {
2
+ static UID: () => string;
3
+ static getIconAttrWithStatusType: (status: any, loading?: boolean) => {
4
+ icon: string;
5
+ color: string;
6
+ };
7
+ static createComponent: (element: any, props: any) => any;
8
+ static debounceInput: (func: any, wait: any, immediate: any) => () => void;
9
+ static flatArray: (arr: any) => any;
10
+ }
@@ -0,0 +1,9 @@
1
+ export declare class NumberHelper {
2
+ static isNumber: (str: string) => boolean;
3
+ static convertToNumber: (str: string) => number;
4
+ static replaceNumber: (str: string) => string;
5
+ static replaceFloat: (str: string) => string;
6
+ static toFixed: (num: number, fixed: number) => string;
7
+ static parseFloatFixed: (str: string, fixed: number) => string;
8
+ static getDecimalLength: (str: string) => number;
9
+ }
@@ -0,0 +1,20 @@
1
+ export declare class StringHelper {
2
+ static lowercase: (str: string) => string;
3
+ static uppercase: (str: string) => string;
4
+ static capitalize: (str: string) => string;
5
+ static camelCase: (str: string) => string;
6
+ static kebabCase: (str: string) => string;
7
+ static snakeCase: (str: string) => string;
8
+ static titleCase: (str: string) => string;
9
+ static trim: (str: string) => string;
10
+ static trimLeft: (str: string) => string;
11
+ static trimRight: (str: string) => string;
12
+ static trimAll: (str: string) => string;
13
+ static replace: (str: string, search: string, replace: string) => string;
14
+ static remove: (str: string, search: string) => string;
15
+ static isNullOrEmpty: (str: string) => boolean;
16
+ static localizationMessage: (str: any, args: any) => any;
17
+ static getMessage: (type: string, args?: any[]) => any;
18
+ static split: (str: string, separator: string) => string[];
19
+ static textContains: (str: string, search: string) => boolean;
20
+ }
@@ -0,0 +1,8 @@
1
+ export declare class Validators {
2
+ static isEmailValid: (str: string) => boolean;
3
+ static isUrlValid: (str: string) => boolean;
4
+ static isNumberValid: (str: string) => boolean;
5
+ static isNumberFloatValid: (str: string) => boolean;
6
+ static isPhoneValid: (str: string) => boolean;
7
+ static isValidate: (str: string, type: string) => boolean;
8
+ }
File without changes
@@ -0,0 +1,19 @@
1
+ import Bcm from "./bcm";
2
+ export declare type SizeTypes = 'small' | 'medium' | 'large';
3
+ export declare type FullSizeTypes = SizeTypes | 'xsmall' | 'xlarge' | 'xxlarge' | 'xxxlarge';
4
+ export declare type KindTypes = keyof typeof Bcm.Kind;
5
+ export declare type ShapeTypes = keyof typeof Bcm.Shape;
6
+ export declare type HtmlElementTypes = keyof typeof Bcm.HtmlElementType;
7
+ export declare type StatusTypes = keyof typeof Bcm.Status;
8
+ export declare type ButtonTypes = keyof typeof Bcm.ButtonType;
9
+ export declare type IconPositionTypes = keyof typeof Bcm.IconPosition;
10
+ export declare type DirectionTypes = keyof typeof Bcm.Direction;
11
+ export declare type TagTypes = keyof typeof Bcm.TagType;
12
+ export declare type FontSizesTypes = keyof typeof Bcm.FontSize;
13
+ export declare type FontWeightTypes = keyof typeof Bcm.FontWeight;
14
+ export declare type ColorPaletteTypes = keyof typeof Bcm.ColorPalette;
15
+ export declare type PreDefinedIconSizes = keyof typeof Bcm.PreDefinedIconSize;
16
+ export declare type InputTypes = keyof typeof Bcm.InputType;
17
+ export declare type IndeterminateTypes = keyof typeof Bcm.IndeterminateType;
18
+ export declare type PlacementTypes = keyof typeof Bcm.Placement;
19
+ export declare type TrigglerTypes = keyof typeof Bcm.TriggerType;