@operato/app 1.2.25 → 1.2.28

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
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/app",
3
3
  "description": "WebApplication production supporting components following open-wc recommendations",
4
4
  "author": "heartyoh",
5
- "version": "1.2.25",
5
+ "version": "1.2.28",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
8
  "exports": {
@@ -118,18 +118,18 @@
118
118
  "@material/mwc-button": "^0.27.0",
119
119
  "@material/mwc-icon": "^0.27.0",
120
120
  "@material/mwc-icon-button": "^0.27.0",
121
- "@operato/attachment": "^1.2.25",
122
- "@operato/data-grist": "^1.2.25",
123
- "@operato/font": "^1.2.25",
124
- "@operato/form": "^1.2.11",
125
- "@operato/graphql": "^1.2.6",
126
- "@operato/i18n": "^1.2.0",
127
- "@operato/input": "^1.2.25",
128
- "@operato/layout": "^1.2.16",
129
- "@operato/property-editor": "^1.2.25",
130
- "@operato/shell": "^1.2.16",
131
- "@operato/styles": "^1.2.0",
132
- "@operato/utils": "^1.2.11",
121
+ "@operato/attachment": "^1.2.28",
122
+ "@operato/data-grist": "^1.2.28",
123
+ "@operato/font": "^1.2.28",
124
+ "@operato/form": "^1.2.28",
125
+ "@operato/graphql": "^1.2.28",
126
+ "@operato/i18n": "^1.2.28",
127
+ "@operato/input": "^1.2.28",
128
+ "@operato/layout": "^1.2.28",
129
+ "@operato/property-editor": "^1.2.28",
130
+ "@operato/shell": "^1.2.28",
131
+ "@operato/styles": "^1.2.28",
132
+ "@operato/utils": "^1.2.28",
133
133
  "codemirror": "^5.64.0",
134
134
  "codemirror-graphql": "^1.3.2",
135
135
  "cronstrue": "^2.2.0",
@@ -139,23 +139,23 @@
139
139
  "lit": "^2.5.0"
140
140
  },
141
141
  "devDependencies": {
142
- "@custom-elements-manifest/analyzer": "^0.4.17",
142
+ "@custom-elements-manifest/analyzer": "^0.8.1",
143
143
  "@hatiolab/prettier-config": "^1.0.0",
144
- "@open-wc/eslint-config": "^8.0.2",
144
+ "@open-wc/eslint-config": "^10.0.0",
145
145
  "@open-wc/testing": "^3.1.6",
146
- "@typescript-eslint/eslint-plugin": "^4.33.0",
147
- "@typescript-eslint/parser": "^4.33.0",
148
- "@web/dev-server": "^0.1.34",
149
- "@web/dev-server-storybook": "^0.5.4",
150
- "@web/test-runner": "^0.15.0",
151
- "concurrently": "^5.3.0",
152
- "eslint": "^7.32.0",
146
+ "@typescript-eslint/eslint-plugin": "^5.59.1",
147
+ "@typescript-eslint/parser": "^5.59.1",
148
+ "@web/dev-server": "^0.2.1",
149
+ "@web/dev-server-storybook": "^0.7.1",
150
+ "@web/test-runner": "^0.16.1",
151
+ "concurrently": "^8.0.1",
152
+ "eslint": "^8.39.0",
153
153
  "eslint-config-prettier": "^8.3.0",
154
154
  "husky": "^8.0.1",
155
- "lint-staged": "^10.5.4",
155
+ "lint-staged": "^13.2.2",
156
156
  "prettier": "^2.4.1",
157
157
  "tslib": "^2.3.1",
158
- "typescript": "^4.8.4"
158
+ "typescript": "^5.0.4"
159
159
  },
160
160
  "customElements": "custom-elements.json",
161
161
  "prettier": "@hatiolab/prettier-config",
@@ -170,5 +170,5 @@
170
170
  "prettier --write"
171
171
  ]
172
172
  },
173
- "gitHead": "73998868ecf0925a0691da776f8fd6df40e7a554"
173
+ "gitHead": "971972e53d2aac62cd3f5889cb9ce3f6192b3254"
174
174
  }
@@ -138,6 +138,7 @@ export class OxGristEditorResourceObject extends OxGristEditor {
138
138
  backdrop: true,
139
139
  size: 'large',
140
140
  search: {
141
+ autofocus: true,
141
142
  placeholder: title || i18next.t('title.select_item'),
142
143
  handler: (instance: any, value: any) => {
143
144
  /* instance: template instance */
@@ -127,6 +127,7 @@ export class OxPropertyEditorResourceObject extends OxPropertyEditor {
127
127
  backdrop: true,
128
128
  size: 'large',
129
129
  search: {
130
+ autofocus: true,
130
131
  placeholder: title || i18next.t('title.select_item'),
131
132
  handler: (instance: any, value: any) => {
132
133
  /* instance: template instance */