@web-utils/component 1.1.4 → 1.1.5

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": "@web-utils/component",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.es.js",
package/web-types.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@web-utils/component",
5
- "version": "1.1.4",
5
+ "version": "1.1.5",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "description-markup": "markdown",
@@ -7167,6 +7167,41 @@
7167
7167
  }
7168
7168
  ]
7169
7169
  },
7170
+ {
7171
+ "name": "KeepViewAlive",
7172
+ "description": "",
7173
+ "attributes": [
7174
+ {
7175
+ "name": "include",
7176
+ "value": {
7177
+ "kind": "expression",
7178
+ "type": "array"
7179
+ },
7180
+ "default": ""
7181
+ },
7182
+ {
7183
+ "name": "exclude",
7184
+ "value": {
7185
+ "kind": "expression",
7186
+ "type": "array"
7187
+ },
7188
+ "default": ""
7189
+ },
7190
+ {
7191
+ "name": "max",
7192
+ "value": {
7193
+ "kind": "expression",
7194
+ "type": "string|number"
7195
+ },
7196
+ "default": ""
7197
+ }
7198
+ ],
7199
+ "slots": [
7200
+ {
7201
+ "name": "default"
7202
+ }
7203
+ ]
7204
+ },
7170
7205
  {
7171
7206
  "name": "LoadingView",
7172
7207
  "description": "",
@@ -8007,6 +8042,14 @@
8007
8042
  },
8008
8043
  "default": "'horizontal'"
8009
8044
  },
8045
+ {
8046
+ "name": "hideLeft",
8047
+ "value": {
8048
+ "kind": "expression",
8049
+ "type": "boolean"
8050
+ },
8051
+ "default": ""
8052
+ },
8010
8053
  {
8011
8054
  "name": "triggerSize",
8012
8055
  "value": {