@umbraco-cms/backoffice 1.0.0-next.00cfa505 → 1.0.0-next.0107ef9c
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/custom-elements.json +147 -58
- package/package.json +1 -1
- package/vscode-html-custom-data.json +48 -20
package/custom-elements.json
CHANGED
|
@@ -4285,64 +4285,6 @@
|
|
|
4285
4285
|
}
|
|
4286
4286
|
]
|
|
4287
4287
|
},
|
|
4288
|
-
{
|
|
4289
|
-
"name": "umb-property-editor-ui-tags-storage-type",
|
|
4290
|
-
"path": "./../../src/backoffice/core/property-editors/uis/tags/config/storage-type/property-editor-ui-tags-storage-type.element.ts",
|
|
4291
|
-
"attributes": [
|
|
4292
|
-
{
|
|
4293
|
-
"name": "value",
|
|
4294
|
-
"type": "string",
|
|
4295
|
-
"default": "\"\""
|
|
4296
|
-
}
|
|
4297
|
-
],
|
|
4298
|
-
"properties": [
|
|
4299
|
-
{
|
|
4300
|
-
"name": "value",
|
|
4301
|
-
"attribute": "value",
|
|
4302
|
-
"type": "string",
|
|
4303
|
-
"default": "\"\""
|
|
4304
|
-
},
|
|
4305
|
-
{
|
|
4306
|
-
"name": "config",
|
|
4307
|
-
"type": "never[]",
|
|
4308
|
-
"default": "[]"
|
|
4309
|
-
},
|
|
4310
|
-
{
|
|
4311
|
-
"name": "styles",
|
|
4312
|
-
"type": "CSSResult[]",
|
|
4313
|
-
"default": "[\"UUITextStyles\"]"
|
|
4314
|
-
}
|
|
4315
|
-
]
|
|
4316
|
-
},
|
|
4317
|
-
{
|
|
4318
|
-
"name": "umb-property-editor-ui-tags",
|
|
4319
|
-
"path": "./../../src/backoffice/core/property-editors/uis/tags/property-editor-ui-tags.element.ts",
|
|
4320
|
-
"attributes": [
|
|
4321
|
-
{
|
|
4322
|
-
"name": "value",
|
|
4323
|
-
"type": "string",
|
|
4324
|
-
"default": "\"\""
|
|
4325
|
-
}
|
|
4326
|
-
],
|
|
4327
|
-
"properties": [
|
|
4328
|
-
{
|
|
4329
|
-
"name": "value",
|
|
4330
|
-
"attribute": "value",
|
|
4331
|
-
"type": "string",
|
|
4332
|
-
"default": "\"\""
|
|
4333
|
-
},
|
|
4334
|
-
{
|
|
4335
|
-
"name": "config",
|
|
4336
|
-
"type": "never[]",
|
|
4337
|
-
"default": "[]"
|
|
4338
|
-
},
|
|
4339
|
-
{
|
|
4340
|
-
"name": "styles",
|
|
4341
|
-
"type": "CSSResult[]",
|
|
4342
|
-
"default": "[\"UUITextStyles\"]"
|
|
4343
|
-
}
|
|
4344
|
-
]
|
|
4345
|
-
},
|
|
4346
4288
|
{
|
|
4347
4289
|
"name": "umb-property-editor-ui-text-box",
|
|
4348
4290
|
"path": "./../../src/backoffice/core/property-editors/uis/text-box/property-editor-ui-text-box.element.ts",
|
|
@@ -7012,6 +6954,153 @@
|
|
|
7012
6954
|
}
|
|
7013
6955
|
]
|
|
7014
6956
|
},
|
|
6957
|
+
{
|
|
6958
|
+
"name": "umb-tags-input",
|
|
6959
|
+
"path": "./../../src/backoffice/tags/components/tags-input/tags-input.element.ts",
|
|
6960
|
+
"attributes": [
|
|
6961
|
+
{
|
|
6962
|
+
"name": "group",
|
|
6963
|
+
"type": "string | undefined"
|
|
6964
|
+
},
|
|
6965
|
+
{
|
|
6966
|
+
"name": "culture",
|
|
6967
|
+
"type": "string | null | undefined"
|
|
6968
|
+
},
|
|
6969
|
+
{
|
|
6970
|
+
"name": "items",
|
|
6971
|
+
"type": "string[]"
|
|
6972
|
+
}
|
|
6973
|
+
],
|
|
6974
|
+
"properties": [
|
|
6975
|
+
{
|
|
6976
|
+
"name": "group",
|
|
6977
|
+
"attribute": "group",
|
|
6978
|
+
"type": "string | undefined"
|
|
6979
|
+
},
|
|
6980
|
+
{
|
|
6981
|
+
"name": "culture",
|
|
6982
|
+
"attribute": "culture",
|
|
6983
|
+
"type": "string | null | undefined"
|
|
6984
|
+
},
|
|
6985
|
+
{
|
|
6986
|
+
"name": "items",
|
|
6987
|
+
"attribute": "items",
|
|
6988
|
+
"type": "string[]"
|
|
6989
|
+
},
|
|
6990
|
+
{
|
|
6991
|
+
"name": "styles",
|
|
6992
|
+
"type": "CSSResult[]",
|
|
6993
|
+
"default": "[\"UUITextStyles\",null]"
|
|
6994
|
+
},
|
|
6995
|
+
{
|
|
6996
|
+
"name": "formAssociated",
|
|
6997
|
+
"type": "boolean"
|
|
6998
|
+
},
|
|
6999
|
+
{
|
|
7000
|
+
"name": "value",
|
|
7001
|
+
"type": "FormDataEntryValue | FormData"
|
|
7002
|
+
},
|
|
7003
|
+
{
|
|
7004
|
+
"name": "name",
|
|
7005
|
+
"type": "string"
|
|
7006
|
+
},
|
|
7007
|
+
{
|
|
7008
|
+
"name": "validationMessage",
|
|
7009
|
+
"type": "string"
|
|
7010
|
+
},
|
|
7011
|
+
{
|
|
7012
|
+
"name": "validity",
|
|
7013
|
+
"type": "ValidityState"
|
|
7014
|
+
},
|
|
7015
|
+
{
|
|
7016
|
+
"name": "pristine",
|
|
7017
|
+
"type": "boolean"
|
|
7018
|
+
},
|
|
7019
|
+
{
|
|
7020
|
+
"name": "required",
|
|
7021
|
+
"type": "boolean"
|
|
7022
|
+
},
|
|
7023
|
+
{
|
|
7024
|
+
"name": "requiredMessage",
|
|
7025
|
+
"type": "string"
|
|
7026
|
+
},
|
|
7027
|
+
{
|
|
7028
|
+
"name": "error",
|
|
7029
|
+
"type": "boolean"
|
|
7030
|
+
},
|
|
7031
|
+
{
|
|
7032
|
+
"name": "errorMessage",
|
|
7033
|
+
"type": "string"
|
|
7034
|
+
}
|
|
7035
|
+
],
|
|
7036
|
+
"events": [
|
|
7037
|
+
{
|
|
7038
|
+
"name": "change"
|
|
7039
|
+
}
|
|
7040
|
+
]
|
|
7041
|
+
},
|
|
7042
|
+
{
|
|
7043
|
+
"name": "umb-property-editor-ui-tags-storage-type",
|
|
7044
|
+
"path": "./../../src/backoffice/tags/property-editors/tags/config/storage-type/property-editor-ui-tags-storage-type.element.ts",
|
|
7045
|
+
"attributes": [
|
|
7046
|
+
{
|
|
7047
|
+
"name": "value",
|
|
7048
|
+
"type": "string",
|
|
7049
|
+
"default": "\"\""
|
|
7050
|
+
}
|
|
7051
|
+
],
|
|
7052
|
+
"properties": [
|
|
7053
|
+
{
|
|
7054
|
+
"name": "value",
|
|
7055
|
+
"attribute": "value",
|
|
7056
|
+
"type": "string",
|
|
7057
|
+
"default": "\"\""
|
|
7058
|
+
},
|
|
7059
|
+
{
|
|
7060
|
+
"name": "config",
|
|
7061
|
+
"type": "never[]",
|
|
7062
|
+
"default": "[]"
|
|
7063
|
+
},
|
|
7064
|
+
{
|
|
7065
|
+
"name": "styles",
|
|
7066
|
+
"type": "CSSResult[]",
|
|
7067
|
+
"default": "[\"UUITextStyles\"]"
|
|
7068
|
+
}
|
|
7069
|
+
]
|
|
7070
|
+
},
|
|
7071
|
+
{
|
|
7072
|
+
"name": "umb-property-editor-ui-tags",
|
|
7073
|
+
"path": "./../../src/backoffice/tags/property-editors/tags/property-editor-ui-tags.element.ts",
|
|
7074
|
+
"attributes": [
|
|
7075
|
+
{
|
|
7076
|
+
"name": "value",
|
|
7077
|
+
"type": "string[]",
|
|
7078
|
+
"default": "[]"
|
|
7079
|
+
}
|
|
7080
|
+
],
|
|
7081
|
+
"properties": [
|
|
7082
|
+
{
|
|
7083
|
+
"name": "value",
|
|
7084
|
+
"attribute": "value",
|
|
7085
|
+
"type": "string[]",
|
|
7086
|
+
"default": "[]"
|
|
7087
|
+
},
|
|
7088
|
+
{
|
|
7089
|
+
"name": "config",
|
|
7090
|
+
"type": "array"
|
|
7091
|
+
},
|
|
7092
|
+
{
|
|
7093
|
+
"name": "styles",
|
|
7094
|
+
"type": "CSSResult[]",
|
|
7095
|
+
"default": "[\"UUITextStyles\"]"
|
|
7096
|
+
}
|
|
7097
|
+
],
|
|
7098
|
+
"events": [
|
|
7099
|
+
{
|
|
7100
|
+
"name": "property-value-change"
|
|
7101
|
+
}
|
|
7102
|
+
]
|
|
7103
|
+
},
|
|
7015
7104
|
{
|
|
7016
7105
|
"name": "umb-file-system-tree-item",
|
|
7017
7106
|
"path": "./../../src/backoffice/templating/components/file-system-tree-item/file-system-tree-item.element.ts",
|
package/package.json
CHANGED
|
@@ -1735,26 +1735,6 @@
|
|
|
1735
1735
|
}
|
|
1736
1736
|
]
|
|
1737
1737
|
},
|
|
1738
|
-
{
|
|
1739
|
-
"name": "umb-property-editor-ui-tags-storage-type",
|
|
1740
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1741
|
-
"attributes": [
|
|
1742
|
-
{
|
|
1743
|
-
"name": "value",
|
|
1744
|
-
"description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
|
|
1745
|
-
}
|
|
1746
|
-
]
|
|
1747
|
-
},
|
|
1748
|
-
{
|
|
1749
|
-
"name": "umb-property-editor-ui-tags",
|
|
1750
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1751
|
-
"attributes": [
|
|
1752
|
-
{
|
|
1753
|
-
"name": "value",
|
|
1754
|
-
"description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
|
|
1755
|
-
}
|
|
1756
|
-
]
|
|
1757
|
-
},
|
|
1758
1738
|
{
|
|
1759
1739
|
"name": "umb-property-editor-ui-text-box",
|
|
1760
1740
|
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `_type` {`string`} - \n\n * `_maxChars` {`number | undefined`} - \n\n * `config` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
@@ -2805,6 +2785,54 @@
|
|
|
2805
2785
|
"description": "Properties:\n\n * `_relations` {`any[]`} - \n\n * `_tableConfig` - \n\n * `_tableColumns` {`any[]`} - \n\n * `_tableItems` {`{ key: string; data: { columnAlias: string; value: any; }[]; }[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2806
2786
|
"attributes": []
|
|
2807
2787
|
},
|
|
2788
|
+
{
|
|
2789
|
+
"name": "umb-tags-input",
|
|
2790
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `group` {`string | undefined`} - \n\n * `culture` {`string | null | undefined`} - \n\n * `items` {`string[]`} - \n\nProperties:\n\n * `group` {`string | undefined`} - \n\n * `culture` {`string | null | undefined`} - \n\n * `_items` {`string[]`} - \n\n * `items` {`string[]`} - \n\n * `_matches` {`any[]`} - \n\n * `_currentInput` {`string`} - \n\n * `_mainTag` - \n\n * `_tagInput` - \n\n * `_widthTracker` {`HTMLElement`} - \n\n * `_optionCollection` {`HTMLCollectionOf<HTMLInputElement> | undefined`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
2791
|
+
"attributes": [
|
|
2792
|
+
{
|
|
2793
|
+
"name": "group",
|
|
2794
|
+
"description": "`group` {`string | undefined`} - \n\nProperty: group",
|
|
2795
|
+
"values": []
|
|
2796
|
+
},
|
|
2797
|
+
{
|
|
2798
|
+
"name": "culture",
|
|
2799
|
+
"description": "`culture` {`string | null | undefined`} - \n\nProperty: culture",
|
|
2800
|
+
"values": []
|
|
2801
|
+
},
|
|
2802
|
+
{
|
|
2803
|
+
"name": "items",
|
|
2804
|
+
"description": "`items` {`string[]`} - \n\nProperty: items"
|
|
2805
|
+
},
|
|
2806
|
+
{
|
|
2807
|
+
"name": "onchange",
|
|
2808
|
+
"description": "`change` {`CustomEvent<unknown>`} - "
|
|
2809
|
+
}
|
|
2810
|
+
]
|
|
2811
|
+
},
|
|
2812
|
+
{
|
|
2813
|
+
"name": "umb-property-editor-ui-tags-storage-type",
|
|
2814
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2815
|
+
"attributes": [
|
|
2816
|
+
{
|
|
2817
|
+
"name": "value",
|
|
2818
|
+
"description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
|
|
2819
|
+
}
|
|
2820
|
+
]
|
|
2821
|
+
},
|
|
2822
|
+
{
|
|
2823
|
+
"name": "umb-property-editor-ui-tags",
|
|
2824
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string[]`} - \n\nProperties:\n\n * `value` {`string[]`} - \n\n * `_group` {`string | undefined`} - \n\n * `_culture` {`string | null | undefined`} - \n\n * `config` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2825
|
+
"attributes": [
|
|
2826
|
+
{
|
|
2827
|
+
"name": "value",
|
|
2828
|
+
"description": "`value` {`string[]`} - \n\nProperty: value\n\nDefault: "
|
|
2829
|
+
},
|
|
2830
|
+
{
|
|
2831
|
+
"name": "onproperty-value-change",
|
|
2832
|
+
"description": "`property-value-change` {`CustomEvent<unknown>`} - "
|
|
2833
|
+
}
|
|
2834
|
+
]
|
|
2835
|
+
},
|
|
2808
2836
|
{
|
|
2809
2837
|
"name": "umb-file-system-tree-item",
|
|
2810
2838
|
"description": "Properties:\n\n * `_item` - \n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
|