@htmlbricks/hb-sidebar-cards-navigator 0.71.36 → 0.72.0
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/README.md +11 -3
- package/main.iife.js +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +5 -14
- package/package.json +1 -1
- package/types/webcomponent.type.d.ts +1 -1
- package/types/webcomponent_events.type.d.json +3 -12
package/manifest.json
CHANGED
|
@@ -115,21 +115,12 @@
|
|
|
115
115
|
"Events": {
|
|
116
116
|
"additionalProperties": false,
|
|
117
117
|
"properties": {
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"properties": {
|
|
121
|
-
"itemClick": {
|
|
122
|
-
"$ref": "#/definitions/CardRowSelected"
|
|
123
|
-
}
|
|
124
|
-
},
|
|
125
|
-
"required": [
|
|
126
|
-
"itemClick"
|
|
127
|
-
],
|
|
128
|
-
"type": "object"
|
|
118
|
+
"itemClick": {
|
|
119
|
+
"$ref": "#/definitions/CardRowSelected"
|
|
129
120
|
}
|
|
130
121
|
},
|
|
131
122
|
"required": [
|
|
132
|
-
"
|
|
123
|
+
"itemClick"
|
|
133
124
|
],
|
|
134
125
|
"type": "object"
|
|
135
126
|
},
|
|
@@ -521,7 +512,7 @@
|
|
|
521
512
|
}
|
|
522
513
|
}
|
|
523
514
|
],
|
|
524
|
-
"iifeIntegrity": "sha384-
|
|
515
|
+
"iifeIntegrity": "sha384-fP2mgoO71Q5wMqgIPy+SaiDCOqqc8X2839PJ/MiYZYrCdtGOKIgQ6qut7IWgtnSE",
|
|
525
516
|
"dependencies": [
|
|
526
517
|
{
|
|
527
518
|
"name": "hb-navbar",
|
|
@@ -556,5 +547,5 @@
|
|
|
556
547
|
"size": {},
|
|
557
548
|
"iifePath": "main.iife.js",
|
|
558
549
|
"repoName": "@htmlbricks/hb-sidebar-cards-navigator",
|
|
559
|
-
"version": "0.
|
|
550
|
+
"version": "0.72.0"
|
|
560
551
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-sidebar-cards-navigator",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.72.0",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Stacked sidebar navigator: picks an active panel from JSON panels (main or first without parent), shows hb-navbar with back when parentPanelId exists, then cards of rows rendered as hb-sidenav-button. Emits itemClick with panel, card and row context; rows can switch panels via switchToPanelId.",
|
|
6
6
|
"licenses": [
|
|
@@ -113,21 +113,12 @@
|
|
|
113
113
|
"Events": {
|
|
114
114
|
"additionalProperties": false,
|
|
115
115
|
"properties": {
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"properties": {
|
|
119
|
-
"itemClick": {
|
|
120
|
-
"$ref": "#/definitions/CardRowSelected"
|
|
121
|
-
}
|
|
122
|
-
},
|
|
123
|
-
"required": [
|
|
124
|
-
"itemClick"
|
|
125
|
-
],
|
|
126
|
-
"type": "object"
|
|
116
|
+
"itemClick": {
|
|
117
|
+
"$ref": "#/definitions/CardRowSelected"
|
|
127
118
|
}
|
|
128
119
|
},
|
|
129
120
|
"required": [
|
|
130
|
-
"
|
|
121
|
+
"itemClick"
|
|
131
122
|
],
|
|
132
123
|
"type": "object"
|
|
133
124
|
},
|