@operato/app 1.0.0-alpha.20 → 1.0.0-alpha.21
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/CHANGELOG.md +9 -0
- package/dist/src/input/ox-input-fill-style.d.ts +2 -3
- package/dist/src/input/ox-input-fill-style.js +1 -1
- package/dist/src/input/ox-input-fill-style.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +14 -15
- package/src/input/ox-input-fill-style.ts +2 -3
- package/yarn-error.log +17112 -0
- package/dist/src/input/ox-input-color-gradient.d.ts +0 -25
- package/dist/src/input/ox-input-color-gradient.js +0 -318
- package/dist/src/input/ox-input-color-gradient.js.map +0 -1
- package/src/input/ox-input-color-gradient.ts +0 -341
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "WebApplication production supporting components following open-wc recommendations",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "heartyoh",
|
|
6
|
-
"version": "1.0.0-alpha.
|
|
6
|
+
"version": "1.0.0-alpha.21",
|
|
7
7
|
"main": "dist/src/index.js",
|
|
8
8
|
"module": "dist/src/index.js",
|
|
9
9
|
"exports": {
|
|
@@ -18,7 +18,6 @@
|
|
|
18
18
|
"./grist/parameters-editor.js": "./dist/src/grist/parameters-editor.js",
|
|
19
19
|
"./input/ox-input-graphql.js": "./dist/src/input/ox-input-graphql.js",
|
|
20
20
|
"./input/ox-input-background-pattern.js": "./dist/src/input/ox-input-background-pattern.js",
|
|
21
|
-
"./input/ox-input-color-gradient.js": "./dist/src/input/ox-input-color-gradient.js",
|
|
22
21
|
"./input/ox-input-fill-style.js": "./dist/src/input/ox-input-fill-style.js",
|
|
23
22
|
"./property-editor/ox-property-editor-graphql.js": "./dist/src/property-editor/ox-property-editor-graphql.js"
|
|
24
23
|
},
|
|
@@ -50,18 +49,18 @@
|
|
|
50
49
|
"@material/mwc-button": "^0.25.3",
|
|
51
50
|
"@material/mwc-icon": "^0.25.3",
|
|
52
51
|
"@material/mwc-icon-button": "^0.25.3",
|
|
53
|
-
"@operato/attachment": "^1.0.0-alpha.
|
|
54
|
-
"@operato/data-grist": "^1.0.0-alpha.
|
|
55
|
-
"@operato/font": "^1.0.0-alpha.
|
|
56
|
-
"@operato/form": "^1.0.0-alpha.
|
|
57
|
-
"@operato/graphql": "^1.0.0-alpha.
|
|
58
|
-
"@operato/i18n": "^1.0.0-alpha.
|
|
59
|
-
"@operato/input": "^1.0.0-alpha.
|
|
60
|
-
"@operato/layout": "^1.0.0-alpha.
|
|
61
|
-
"@operato/property-editor": "^1.0.0-alpha.
|
|
62
|
-
"@operato/shell": "^1.0.0-alpha.
|
|
63
|
-
"@operato/styles": "^1.0.0-alpha.
|
|
64
|
-
"@operato/utils": "^1.0.0-alpha.
|
|
52
|
+
"@operato/attachment": "^1.0.0-alpha.21",
|
|
53
|
+
"@operato/data-grist": "^1.0.0-alpha.21",
|
|
54
|
+
"@operato/font": "^1.0.0-alpha.21",
|
|
55
|
+
"@operato/form": "^1.0.0-alpha.21",
|
|
56
|
+
"@operato/graphql": "^1.0.0-alpha.21",
|
|
57
|
+
"@operato/i18n": "^1.0.0-alpha.21",
|
|
58
|
+
"@operato/input": "^1.0.0-alpha.21",
|
|
59
|
+
"@operato/layout": "^1.0.0-alpha.21",
|
|
60
|
+
"@operato/property-editor": "^1.0.0-alpha.21",
|
|
61
|
+
"@operato/shell": "^1.0.0-alpha.21",
|
|
62
|
+
"@operato/styles": "^1.0.0-alpha.21",
|
|
63
|
+
"@operato/utils": "^1.0.0-alpha.21",
|
|
65
64
|
"codemirror": "^5.59.1",
|
|
66
65
|
"codemirror-graphql": "^0.15.2",
|
|
67
66
|
"cross-fetch": "^3.1.5",
|
|
@@ -101,5 +100,5 @@
|
|
|
101
100
|
"prettier --write"
|
|
102
101
|
]
|
|
103
102
|
},
|
|
104
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "7f0823771e6442e68eff668ca44420744c1cd230"
|
|
105
104
|
}
|
|
@@ -5,12 +5,11 @@
|
|
|
5
5
|
import '@operato/i18n/ox-i18n.js'
|
|
6
6
|
import '@operato/input/ox-input-color.js'
|
|
7
7
|
import '@operato/input/ox-input-color-stops.js'
|
|
8
|
-
import '
|
|
8
|
+
import '@operato/input/ox-input-color-gradient.js'
|
|
9
9
|
import './ox-input-background-pattern.js'
|
|
10
10
|
|
|
11
11
|
import { BackgroundPatternOption, OxInputBackgroundPattern } from './ox-input-background-pattern.js'
|
|
12
|
-
import { ColorStop, OxFormField } from '@operato/input'
|
|
13
|
-
import { GradientOption, OxInputColorGradient } from './ox-input-color-gradient.js'
|
|
12
|
+
import { ColorStop, GradientOption, OxFormField, OxInputColorGradient } from '@operato/input'
|
|
14
13
|
import { PropertyValues, css, html } from 'lit'
|
|
15
14
|
import { customElement, property, query } from 'lit/decorators.js'
|
|
16
15
|
|