gd-bs 6.9.0 → 6.9.2
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/build/bs.js +1 -1
- package/build/components/dropdown/index.js +5 -0
- package/build/components/pagination/index.js +283 -80
- package/dist/gd-bs-icons.js +1 -1
- package/dist/gd-bs-icons.min.js +1 -1
- package/dist/gd-bs.d.ts +2 -1
- package/dist/gd-bs.js +1 -1
- package/dist/gd-bs.js.LICENSE.txt +20 -0
- package/dist/gd-bs.min.js +1 -1
- package/indexv2.html +1 -1
- package/package.json +1 -1
- package/src/components/dropdown/index.ts +6 -0
- package/src/components/pagination/index.ts +300 -84
- package/src/components/pagination/types.d.ts +2 -1
- package/src/styles/_custom.scss +12 -0
|
@@ -10,6 +10,10 @@
|
|
|
10
10
|
!*** ./build/index.js ***!
|
|
11
11
|
\************************/
|
|
12
12
|
|
|
13
|
+
/*!*********************************!*\
|
|
14
|
+
!*** ./build/icons/generate.js ***!
|
|
15
|
+
\*********************************/
|
|
16
|
+
|
|
13
17
|
/*!**********************************!*\
|
|
14
18
|
!*** ./build/components/base.js ***!
|
|
15
19
|
\**********************************/
|
|
@@ -26,6 +30,10 @@
|
|
|
26
30
|
!*** ./build/components/common.js ***!
|
|
27
31
|
\************************************/
|
|
28
32
|
|
|
33
|
+
/*!*************************************!*\
|
|
34
|
+
!*** ./build/icons/svgs/skipEnd.js ***!
|
|
35
|
+
\*************************************/
|
|
36
|
+
|
|
29
37
|
/*!**************************************!*\
|
|
30
38
|
!*** ./build/components/form/row.js ***!
|
|
31
39
|
\**************************************/
|
|
@@ -42,6 +50,10 @@
|
|
|
42
50
|
!*** ./build/components/nav/index.js ***!
|
|
43
51
|
\***************************************/
|
|
44
52
|
|
|
53
|
+
/*!***************************************!*\
|
|
54
|
+
!*** ./build/icons/svgs/skipStart.js ***!
|
|
55
|
+
\***************************************/
|
|
56
|
+
|
|
45
57
|
/*!****************************************!*\
|
|
46
58
|
!*** ./build/components/card/index.js ***!
|
|
47
59
|
\****************************************/
|
|
@@ -94,6 +106,10 @@
|
|
|
94
106
|
!*** ./build/components/toast/index.js ***!
|
|
95
107
|
\*****************************************/
|
|
96
108
|
|
|
109
|
+
/*!*****************************************!*\
|
|
110
|
+
!*** ./build/icons/svgs/skipForward.js ***!
|
|
111
|
+
\*****************************************/
|
|
112
|
+
|
|
97
113
|
/*!******************************************!*\
|
|
98
114
|
!*** ./build/components/button/index.js ***!
|
|
99
115
|
\******************************************/
|
|
@@ -106,6 +122,10 @@
|
|
|
106
122
|
!*** ./build/components/navbar/index.js ***!
|
|
107
123
|
\******************************************/
|
|
108
124
|
|
|
125
|
+
/*!******************************************!*\
|
|
126
|
+
!*** ./build/icons/svgs/skipBackward.js ***!
|
|
127
|
+
\******************************************/
|
|
128
|
+
|
|
109
129
|
/*!*******************************************!*\
|
|
110
130
|
!*** ./build/components/carousel/item.js ***!
|
|
111
131
|
\*******************************************/
|