gd-bs 5.9.0 → 5.9.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gd-bs",
3
- "version": "5.9.0",
3
+ "version": "5.9.3",
4
4
  "description": "Bootstrap JavaScript, TypeScript and Web Components library.",
5
5
  "main": "build/index.js",
6
6
  "typings": "src/index.d.ts",
package/src/bs.scss CHANGED
@@ -1,19 +1,19 @@
1
- /** Core */
1
+ /** Core Bootstrap */
2
2
 
3
3
  @import "./styles/core.scss";
4
4
 
5
- /** Customizations */
5
+ /** TippyJS */
6
6
 
7
- @import "./styles/custom.scss";
7
+ @import "./styles/tippy.scss";
8
8
 
9
9
  /** DataTables.net */
10
10
 
11
11
  @import "./styles/dataTables.scss";
12
12
 
13
- /** Icons */
13
+ /** Customizations */
14
14
 
15
- @import "./styles/icons.scss";
15
+ @import "./styles/custom.scss";
16
16
 
17
- /** TippyJS */
17
+ /** Icons */
18
18
 
19
- @import "./styles/tippy.scss";
19
+ @import "./styles/icons.scss";
@@ -70,7 +70,7 @@
70
70
  */
71
71
  export const ListBox: (props: IListBoxProps, template?: string) => IListBox;
72
72
 
73
- import { IBase } from "../types";
73
+ import { IBase, IBaseProps } from "../types";
74
74
  import { IDropdownItem } from "../dropdown/types";
75
75
 
76
76
  /**
@@ -93,7 +93,7 @@ export interface IListBox extends IBase<IListBoxProps> {
93
93
  /**
94
94
  * List Box Properties
95
95
  */
96
- export interface IListBoxProps {
96
+ export interface IListBoxProps extends IBaseProps<IListBox> {
97
97
  label?: string;
98
98
  id?: string;
99
99
  isReadonly?: boolean;
@@ -320,16 +320,21 @@
320
320
  .page-link {
321
321
  border-color: #6c757d;
322
322
  color: #0078d4;
323
+ font-size: 13px;
323
324
  }
324
325
  /* Color match the pagination active link colors */
325
326
  .page-item.active .page-link {
326
327
  background-color: #6c757d;
327
328
  border-color: #6c757d;
329
+ color: #fff;
328
330
  z-index: inherit;
329
331
  }
330
332
  /* Color match the pagination disabled border colors */
331
333
  .page-item.disabled .page-link {
334
+ background-color: #fff;
332
335
  border-color: #6c757d;
336
+ color: #6c757d;
337
+ pointer-events: none;
333
338
  }
334
339
  /* Color match for SharePoint */
335
340
  .page-link:focus {
@@ -441,4 +446,4 @@
441
446
  &.show {
442
447
  opacity: $offcanvas-backdrop-opacity;
443
448
  }
444
- }
449
+ }
@@ -11,13 +11,6 @@ div.dataTables_wrapper div.dataTables_length select {
11
11
  width: 3.75rem;
12
12
  }
13
13
 
14
-
15
- /* Color match colReorder line */
16
-
17
- div.DTCR_pointer {
18
- background-color: #0078d4;
19
- }
20
-
21
14
  /* Be sure to escape any characters, such as # to %23 when specifying hex color values in background-image */
22
15
 
23
16
  /* DataTables sorting with Bootstrap Icons */
@@ -42,4 +35,30 @@ table.dataTable thead .sorting_desc_disabled:after {
42
35
  background-repeat: no-repeat;
43
36
  background-size: 1rem 1rem;
44
37
  content: "" !important;
38
+ }
39
+
40
+ /* Bootstrap Icon: caret-up */
41
+
42
+ table.dataTable thead .sorting {
43
+ background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%236c757d' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M3.204 11L8 5.519 12.796 11H3.204zm-.753-.659l4.796-5.48a1 1 0 0 1 1.506 0l4.796 5.48c.566.647.106 1.659-.753 1.659H3.204a1 1 0 0 1-.753-1.659z'/></svg>");
44
+ }
45
+
46
+
47
+ /* Bootstrap Icon: caret-up-fill */
48
+
49
+ table.dataTable thead .sorting_asc {
50
+ background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%236c757d' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 4.86l-4.796 5.481c-.566.647-.106 1.659.753 1.659h9.592a1 1 0 0 0 .753-1.659l-4.796-5.48a1 1 0 0 0-1.506 0z'/></svg>");
51
+ }
52
+
53
+
54
+ /* Bootstrap Icon: caret-down-fill */
55
+
56
+ table.dataTable thead .sorting_desc {
57
+ background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%236c757d' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>");
58
+ }
59
+
60
+ /* Color match colReorder line */
61
+
62
+ div.DTCR_pointer {
63
+ background-color: #0078d4;
45
64
  }
@@ -1,19 +1 @@
1
- /* Bootstrap Icon: caret-up */
2
-
3
- table.dataTable thead .sorting {
4
- background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%236c757d' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M3.204 11L8 5.519 12.796 11H3.204zm-.753-.659l4.796-5.48a1 1 0 0 1 1.506 0l4.796 5.48c.566.647.106 1.659-.753 1.659H3.204a1 1 0 0 1-.753-1.659z'/></svg>");
5
- }
6
-
7
-
8
- /* Bootstrap Icon: caret-up-fill */
9
-
10
- table.dataTable thead .sorting_asc {
11
- background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%236c757d' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 4.86l-4.796 5.481c-.566.647-.106 1.659.753 1.659h9.592a1 1 0 0 0 .753-1.659l-4.796-5.48a1 1 0 0 0-1.506 0z'/></svg>");
12
- }
13
-
14
-
15
- /* Bootstrap Icon: caret-down-fill */
16
-
17
- table.dataTable thead .sorting_desc {
18
- background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%236c757d' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>");
19
- }
1
+ /** TO DO */