gd-bs 5.4.8 → 5.5.1
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/listGroup/index.js +1 -1
- package/build/components/popover/index.js +5 -0
- package/build/components/tooltip/index.js +5 -0
- package/build/icons/svgs/bank.js +1 -1
- package/build/icons/svgs/houseHeart.js +1 -1
- package/build/icons/svgs/houseHeartFill.js +1 -1
- package/build/icons/svgs/pentagon.js +1 -1
- package/build/icons/svgs/pentagonFill.js +1 -1
- package/build/icons/svgs/pentagonHalf.js +1 -1
- package/build/icons/svgs/tools.js +1 -1
- package/build/icons/svgs/xLg.js +1 -1
- package/build/index-core.js +14 -0
- package/dist/gd-bs-icons.js +956 -796
- package/dist/gd-bs-icons.min.js +1 -1
- package/dist/gd-bs.d.ts +8 -2
- package/dist/gd-bs.js +913 -758
- package/dist/gd-bs.min.js +1 -1
- package/index.html +2 -4
- package/package.json +13 -13
- package/pnpm-lock.yaml +695 -645
- package/src/components/listGroup/index.ts +1 -1
- package/src/components/popover/index.ts +6 -0
- package/src/components/popover/types.d.ts +3 -0
- package/src/components/tooltip/index.ts +6 -0
- package/src/components/tooltip/types.d.ts +5 -2
- package/src/icons/svgs/bank.ts +1 -1
- package/src/icons/svgs/houseHeart.ts +1 -1
- package/src/icons/svgs/houseHeartFill.ts +1 -1
- package/src/icons/svgs/pentagon.ts +1 -1
- package/src/icons/svgs/pentagonFill.ts +1 -1
- package/src/icons/svgs/pentagonHalf.ts +1 -1
- package/src/icons/svgs/tools.ts +1 -1
- package/src/icons/svgs/xLg.ts +1 -1
- package/src/index-core.ts +14 -0
package/index.html
CHANGED
|
@@ -1164,12 +1164,10 @@
|
|
|
1164
1164
|
showFl: true
|
|
1165
1165
|
}, {
|
|
1166
1166
|
header: "Item 2",
|
|
1167
|
-
content: "This is the content for item 2."
|
|
1168
|
-
showFl: true
|
|
1167
|
+
content: "This is the content for item 2."
|
|
1169
1168
|
}, {
|
|
1170
1169
|
header: "Item 3",
|
|
1171
|
-
content: "This is the content for item 3."
|
|
1172
|
-
showFl: true
|
|
1170
|
+
content: "This is the content for item 3."
|
|
1173
1171
|
}]
|
|
1174
1172
|
});
|
|
1175
1173
|
GD.Components.Pagination({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gd-bs",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.5.1",
|
|
4
4
|
"description": "Bootstrap JavaScript, TypeScript and Web Components library.",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"typings": "src/index.d.ts",
|
|
@@ -32,28 +32,28 @@
|
|
|
32
32
|
},
|
|
33
33
|
"homepage": "https://dattabase.com/extras/bs",
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@popperjs/core": "^2.11.
|
|
35
|
+
"@popperjs/core": "^2.11.5",
|
|
36
36
|
"bootstrap": "^5.1.3",
|
|
37
|
-
"bootstrap-icons": "^1.8.
|
|
38
|
-
"core-js": "^3.
|
|
37
|
+
"bootstrap-icons": "^1.8.2",
|
|
38
|
+
"core-js": "^3.22.6",
|
|
39
39
|
"tippy.js": "^6.3.7"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@babel/core": "^7.
|
|
43
|
-
"@babel/preset-env": "^7.
|
|
44
|
-
"@types/node": "^16.11.
|
|
45
|
-
"autoprefixer": "^10.4.
|
|
46
|
-
"babel-loader": "^8.2.
|
|
42
|
+
"@babel/core": "^7.18.0",
|
|
43
|
+
"@babel/preset-env": "^7.18.0",
|
|
44
|
+
"@types/node": "^16.11.36",
|
|
45
|
+
"autoprefixer": "^10.4.7",
|
|
46
|
+
"babel-loader": "^8.2.5",
|
|
47
47
|
"css-loader": "^6.7.1",
|
|
48
48
|
"dts-bundle": "^0.7.3",
|
|
49
49
|
"html-loader": "^2.1.2",
|
|
50
50
|
"postcss-loader": "^6.2.1",
|
|
51
|
-
"sass": "^1.
|
|
51
|
+
"sass": "^1.52.1",
|
|
52
52
|
"sass-loader": "^12.6.0",
|
|
53
53
|
"style-loader": "^3.3.1",
|
|
54
|
-
"ts-loader": "^9.
|
|
55
|
-
"typedoc": "^0.22.
|
|
56
|
-
"webpack": "^5.
|
|
54
|
+
"ts-loader": "^9.3.0",
|
|
55
|
+
"typedoc": "^0.22.15",
|
|
56
|
+
"webpack": "^5.72.1",
|
|
57
57
|
"webpack-cli": "^4.9.2"
|
|
58
58
|
}
|
|
59
59
|
}
|