@kubex/zinc 1.1.110 → 1.1.112
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/dist/custom-elements.json +348 -348
- package/dist/vscode.html-custom-data.json +33 -33
- package/dist/web-types.json +85 -85
- package/dist/zn.d.ts +28 -28
- package/dist/zn.min.js +10 -10
- package/package.json +1 -1
- package/src/components/inline-edit/inline-edit.component.ts +1 -1
- package/src/components/input/input.component.ts +34 -27
- package/src/components/page/page.scss +24 -0
- package/src/components/tabs/tabs.component.ts +13 -7
- package/src/components/textarea/textarea.component.ts +2 -3
- package/src/components/translations/translations.component.ts +1 -1
- package/src/events/zn-slash-insert.ts +1 -1
- package/src/events/zn-slash-select.ts +1 -1
|
@@ -13,17 +13,6 @@
|
|
|
13
13
|
}
|
|
14
14
|
]
|
|
15
15
|
},
|
|
16
|
-
{
|
|
17
|
-
"name": "zn-action-bar",
|
|
18
|
-
"description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
|
|
19
|
-
"attributes": [],
|
|
20
|
-
"references": [
|
|
21
|
-
{
|
|
22
|
-
"name": "Documentation",
|
|
23
|
-
"url": "https://zinc.style/components/action-bar"
|
|
24
|
-
}
|
|
25
|
-
]
|
|
26
|
-
},
|
|
27
16
|
{
|
|
28
17
|
"name": "zn-alert",
|
|
29
18
|
"description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
|
|
@@ -64,6 +53,17 @@
|
|
|
64
53
|
}
|
|
65
54
|
]
|
|
66
55
|
},
|
|
56
|
+
{
|
|
57
|
+
"name": "zn-action-bar",
|
|
58
|
+
"description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
|
|
59
|
+
"attributes": [],
|
|
60
|
+
"references": [
|
|
61
|
+
{
|
|
62
|
+
"name": "Documentation",
|
|
63
|
+
"url": "https://zinc.style/components/action-bar"
|
|
64
|
+
}
|
|
65
|
+
]
|
|
66
|
+
},
|
|
67
67
|
{
|
|
68
68
|
"name": "zn-animated-button",
|
|
69
69
|
"description": "\n---\n\n\n### **Methods:**\n - **purchase(): _void_** - Programmatically trigger the purchase flow\n- **setSuccess(): _void_** - Set the button to success state manually\n- **setFailure(message): _void_** - Set the button to failure state manually with optional error message\n- **reset(): _void_** - Reset the button to idle state",
|
|
@@ -933,6 +933,28 @@
|
|
|
933
933
|
}
|
|
934
934
|
]
|
|
935
935
|
},
|
|
936
|
+
{
|
|
937
|
+
"name": "zn-cols",
|
|
938
|
+
"description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
|
|
939
|
+
"attributes": [
|
|
940
|
+
{ "name": "layout", "values": [] },
|
|
941
|
+
{
|
|
942
|
+
"name": "stack-at",
|
|
943
|
+
"description": "Container width the columns collapse to a single column below, as one of the named zinc\ncontainer sizes (sm, smp, ph, md, lg, hd, 3k, 4k). Defaults to `lg` when a child declares\n`stack-order` or `stack-split`, otherwise the columns never explicitly stack.",
|
|
944
|
+
"values": []
|
|
945
|
+
},
|
|
946
|
+
{ "name": "mc", "values": [] },
|
|
947
|
+
{ "name": "no-gap", "values": [] },
|
|
948
|
+
{ "name": "border", "values": [] },
|
|
949
|
+
{ "name": "pad", "values": [] },
|
|
950
|
+
{ "name": "divide", "values": [] },
|
|
951
|
+
{ "name": "pad-x", "values": [] },
|
|
952
|
+
{ "name": "pad-y", "values": [] }
|
|
953
|
+
],
|
|
954
|
+
"references": [
|
|
955
|
+
{ "name": "Documentation", "url": "https://zinc.style/components/cols" }
|
|
956
|
+
]
|
|
957
|
+
},
|
|
936
958
|
{
|
|
937
959
|
"name": "zn-confirm",
|
|
938
960
|
"description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
|
|
@@ -1004,28 +1026,6 @@
|
|
|
1004
1026
|
}
|
|
1005
1027
|
]
|
|
1006
1028
|
},
|
|
1007
|
-
{
|
|
1008
|
-
"name": "zn-cols",
|
|
1009
|
-
"description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
|
|
1010
|
-
"attributes": [
|
|
1011
|
-
{ "name": "layout", "values": [] },
|
|
1012
|
-
{
|
|
1013
|
-
"name": "stack-at",
|
|
1014
|
-
"description": "Container width the columns collapse to a single column below, as one of the named zinc\ncontainer sizes (sm, smp, ph, md, lg, hd, 3k, 4k). Defaults to `lg` when a child declares\n`stack-order` or `stack-split`, otherwise the columns never explicitly stack.",
|
|
1015
|
-
"values": []
|
|
1016
|
-
},
|
|
1017
|
-
{ "name": "mc", "values": [] },
|
|
1018
|
-
{ "name": "no-gap", "values": [] },
|
|
1019
|
-
{ "name": "border", "values": [] },
|
|
1020
|
-
{ "name": "pad", "values": [] },
|
|
1021
|
-
{ "name": "divide", "values": [] },
|
|
1022
|
-
{ "name": "pad-x", "values": [] },
|
|
1023
|
-
{ "name": "pad-y", "values": [] }
|
|
1024
|
-
],
|
|
1025
|
-
"references": [
|
|
1026
|
-
{ "name": "Documentation", "url": "https://zinc.style/components/cols" }
|
|
1027
|
-
]
|
|
1028
|
-
},
|
|
1029
1029
|
{
|
|
1030
1030
|
"name": "zn-content-block",
|
|
1031
1031
|
"description": "Short summary of the component's intended use.\n---\n\n\n### **Slots:**\n - **attachments** - Attachments displayed at the bottom of the content when the block is expanded. Use `zn-chat-message-attachment`, which auto-assigns itself to this slot.\n\n### **CSS Parts:**\n - **attachments** - The attachments row at the bottom of the content.\n- **header-attachments** - The attachment count indicator in the header.",
|
package/dist/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"name": "@kubex/zinc",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.112",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -15,28 +15,6 @@
|
|
|
15
15
|
"events": [],
|
|
16
16
|
"js": { "properties": [], "events": [] }
|
|
17
17
|
},
|
|
18
|
-
{
|
|
19
|
-
"name": "zn-action-bar",
|
|
20
|
-
"description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
|
|
21
|
-
"doc-url": "",
|
|
22
|
-
"attributes": [],
|
|
23
|
-
"slots": [
|
|
24
|
-
{ "name": "", "description": "The default slot." },
|
|
25
|
-
{ "name": "example", "description": "An example slot." }
|
|
26
|
-
],
|
|
27
|
-
"events": [
|
|
28
|
-
{ "name": "zn-event-name", "description": "Emitted as an example." }
|
|
29
|
-
],
|
|
30
|
-
"js": {
|
|
31
|
-
"properties": [],
|
|
32
|
-
"events": [
|
|
33
|
-
{
|
|
34
|
-
"name": "zn-event-name",
|
|
35
|
-
"description": "Emitted as an example."
|
|
36
|
-
}
|
|
37
|
-
]
|
|
38
|
-
}
|
|
39
|
-
},
|
|
40
18
|
{
|
|
41
19
|
"name": "zn-alert",
|
|
42
20
|
"description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
|
|
@@ -105,6 +83,28 @@
|
|
|
105
83
|
]
|
|
106
84
|
}
|
|
107
85
|
},
|
|
86
|
+
{
|
|
87
|
+
"name": "zn-action-bar",
|
|
88
|
+
"description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
|
|
89
|
+
"doc-url": "",
|
|
90
|
+
"attributes": [],
|
|
91
|
+
"slots": [
|
|
92
|
+
{ "name": "", "description": "The default slot." },
|
|
93
|
+
{ "name": "example", "description": "An example slot." }
|
|
94
|
+
],
|
|
95
|
+
"events": [
|
|
96
|
+
{ "name": "zn-event-name", "description": "Emitted as an example." }
|
|
97
|
+
],
|
|
98
|
+
"js": {
|
|
99
|
+
"properties": [],
|
|
100
|
+
"events": [
|
|
101
|
+
{
|
|
102
|
+
"name": "zn-event-name",
|
|
103
|
+
"description": "Emitted as an example."
|
|
104
|
+
}
|
|
105
|
+
]
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
108
|
{
|
|
109
109
|
"name": "zn-animated-button",
|
|
110
110
|
"description": "\n---\n\n\n### **Methods:**\n - **purchase(): _void_** - Programmatically trigger the purchase flow\n- **setSuccess(): _void_** - Set the button to success state manually\n- **setFailure(message): _void_** - Set the button to failure state manually with optional error message\n- **reset(): _void_** - Reset the button to idle state",
|
|
@@ -2062,6 +2062,68 @@
|
|
|
2062
2062
|
]
|
|
2063
2063
|
}
|
|
2064
2064
|
},
|
|
2065
|
+
{
|
|
2066
|
+
"name": "zn-cols",
|
|
2067
|
+
"description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
|
|
2068
|
+
"doc-url": "",
|
|
2069
|
+
"attributes": [
|
|
2070
|
+
{
|
|
2071
|
+
"name": "layout",
|
|
2072
|
+
"value": { "type": "string", "default": "''" }
|
|
2073
|
+
},
|
|
2074
|
+
{
|
|
2075
|
+
"name": "stack-at",
|
|
2076
|
+
"description": "Container width the columns collapse to a single column below, as one of the named zinc\ncontainer sizes (sm, smp, ph, md, lg, hd, 3k, 4k). Defaults to `lg` when a child declares\n`stack-order` or `stack-split`, otherwise the columns never explicitly stack.",
|
|
2077
|
+
"value": { "type": "string", "default": "''" }
|
|
2078
|
+
},
|
|
2079
|
+
{ "name": "mc", "value": { "type": "number", "default": "0" } },
|
|
2080
|
+
{
|
|
2081
|
+
"name": "no-gap",
|
|
2082
|
+
"value": { "type": "boolean", "default": "false" }
|
|
2083
|
+
},
|
|
2084
|
+
{
|
|
2085
|
+
"name": "border",
|
|
2086
|
+
"value": { "type": "boolean", "default": "false" }
|
|
2087
|
+
},
|
|
2088
|
+
{ "name": "pad", "value": { "type": "boolean" } },
|
|
2089
|
+
{
|
|
2090
|
+
"name": "divide",
|
|
2091
|
+
"value": { "type": "boolean", "default": "false" }
|
|
2092
|
+
},
|
|
2093
|
+
{ "name": "pad-x", "value": { "type": "boolean" } },
|
|
2094
|
+
{ "name": "pad-y", "value": { "type": "boolean" } }
|
|
2095
|
+
],
|
|
2096
|
+
"slots": [
|
|
2097
|
+
{ "name": "", "description": "The default slot." },
|
|
2098
|
+
{ "name": "example", "description": "An example slot." }
|
|
2099
|
+
],
|
|
2100
|
+
"events": [
|
|
2101
|
+
{ "name": "zn-event-name", "description": "Emitted as an example." }
|
|
2102
|
+
],
|
|
2103
|
+
"js": {
|
|
2104
|
+
"properties": [
|
|
2105
|
+
{ "name": "layout", "type": "string" },
|
|
2106
|
+
{
|
|
2107
|
+
"name": "stackAt",
|
|
2108
|
+
"description": "Container width the columns collapse to a single column below, as one of the named zinc\ncontainer sizes (sm, smp, ph, md, lg, hd, 3k, 4k). Defaults to `lg` when a child declares\n`stack-order` or `stack-split`, otherwise the columns never explicitly stack.",
|
|
2109
|
+
"type": "string"
|
|
2110
|
+
},
|
|
2111
|
+
{ "name": "maxColumns", "type": "number" },
|
|
2112
|
+
{ "name": "noGap", "type": "boolean" },
|
|
2113
|
+
{ "name": "border", "type": "boolean" },
|
|
2114
|
+
{ "name": "pad", "type": "boolean" },
|
|
2115
|
+
{ "name": "divide", "type": "boolean" },
|
|
2116
|
+
{ "name": "padX", "type": "boolean" },
|
|
2117
|
+
{ "name": "padY", "type": "boolean" }
|
|
2118
|
+
],
|
|
2119
|
+
"events": [
|
|
2120
|
+
{
|
|
2121
|
+
"name": "zn-event-name",
|
|
2122
|
+
"description": "Emitted as an example."
|
|
2123
|
+
}
|
|
2124
|
+
]
|
|
2125
|
+
}
|
|
2126
|
+
},
|
|
2065
2127
|
{
|
|
2066
2128
|
"name": "zn-confirm",
|
|
2067
2129
|
"description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
|
|
@@ -2207,68 +2269,6 @@
|
|
|
2207
2269
|
]
|
|
2208
2270
|
}
|
|
2209
2271
|
},
|
|
2210
|
-
{
|
|
2211
|
-
"name": "zn-cols",
|
|
2212
|
-
"description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
|
|
2213
|
-
"doc-url": "",
|
|
2214
|
-
"attributes": [
|
|
2215
|
-
{
|
|
2216
|
-
"name": "layout",
|
|
2217
|
-
"value": { "type": "string", "default": "''" }
|
|
2218
|
-
},
|
|
2219
|
-
{
|
|
2220
|
-
"name": "stack-at",
|
|
2221
|
-
"description": "Container width the columns collapse to a single column below, as one of the named zinc\ncontainer sizes (sm, smp, ph, md, lg, hd, 3k, 4k). Defaults to `lg` when a child declares\n`stack-order` or `stack-split`, otherwise the columns never explicitly stack.",
|
|
2222
|
-
"value": { "type": "string", "default": "''" }
|
|
2223
|
-
},
|
|
2224
|
-
{ "name": "mc", "value": { "type": "number", "default": "0" } },
|
|
2225
|
-
{
|
|
2226
|
-
"name": "no-gap",
|
|
2227
|
-
"value": { "type": "boolean", "default": "false" }
|
|
2228
|
-
},
|
|
2229
|
-
{
|
|
2230
|
-
"name": "border",
|
|
2231
|
-
"value": { "type": "boolean", "default": "false" }
|
|
2232
|
-
},
|
|
2233
|
-
{ "name": "pad", "value": { "type": "boolean" } },
|
|
2234
|
-
{
|
|
2235
|
-
"name": "divide",
|
|
2236
|
-
"value": { "type": "boolean", "default": "false" }
|
|
2237
|
-
},
|
|
2238
|
-
{ "name": "pad-x", "value": { "type": "boolean" } },
|
|
2239
|
-
{ "name": "pad-y", "value": { "type": "boolean" } }
|
|
2240
|
-
],
|
|
2241
|
-
"slots": [
|
|
2242
|
-
{ "name": "", "description": "The default slot." },
|
|
2243
|
-
{ "name": "example", "description": "An example slot." }
|
|
2244
|
-
],
|
|
2245
|
-
"events": [
|
|
2246
|
-
{ "name": "zn-event-name", "description": "Emitted as an example." }
|
|
2247
|
-
],
|
|
2248
|
-
"js": {
|
|
2249
|
-
"properties": [
|
|
2250
|
-
{ "name": "layout", "type": "string" },
|
|
2251
|
-
{
|
|
2252
|
-
"name": "stackAt",
|
|
2253
|
-
"description": "Container width the columns collapse to a single column below, as one of the named zinc\ncontainer sizes (sm, smp, ph, md, lg, hd, 3k, 4k). Defaults to `lg` when a child declares\n`stack-order` or `stack-split`, otherwise the columns never explicitly stack.",
|
|
2254
|
-
"type": "string"
|
|
2255
|
-
},
|
|
2256
|
-
{ "name": "maxColumns", "type": "number" },
|
|
2257
|
-
{ "name": "noGap", "type": "boolean" },
|
|
2258
|
-
{ "name": "border", "type": "boolean" },
|
|
2259
|
-
{ "name": "pad", "type": "boolean" },
|
|
2260
|
-
{ "name": "divide", "type": "boolean" },
|
|
2261
|
-
{ "name": "padX", "type": "boolean" },
|
|
2262
|
-
{ "name": "padY", "type": "boolean" }
|
|
2263
|
-
],
|
|
2264
|
-
"events": [
|
|
2265
|
-
{
|
|
2266
|
-
"name": "zn-event-name",
|
|
2267
|
-
"description": "Emitted as an example."
|
|
2268
|
-
}
|
|
2269
|
-
]
|
|
2270
|
-
}
|
|
2271
|
-
},
|
|
2272
2272
|
{
|
|
2273
2273
|
"name": "zn-content-block",
|
|
2274
2274
|
"description": "Short summary of the component's intended use.\n---\n\n\n### **Slots:**\n - **attachments** - Attachments displayed at the bottom of the content when the block is expanded. Use `zn-chat-message-attachment`, which auto-assigns itself to this slot.\n\n### **CSS Parts:**\n - **attachments** - The attachments row at the bottom of the content.\n- **header-attachments** - The attachment count indicator in the header.",
|
package/dist/zn.d.ts
CHANGED
|
@@ -1939,28 +1939,6 @@ declare module "components/slash-menu/slash-menu-items" {
|
|
|
1939
1939
|
/** Forgets the recently used items stored under `key`. */
|
|
1940
1940
|
export function clearRecentSlashItems(key: string): void;
|
|
1941
1941
|
}
|
|
1942
|
-
declare module "utilities/caret-position" {
|
|
1943
|
-
export interface CaretCoordinates {
|
|
1944
|
-
top: number;
|
|
1945
|
-
left: number;
|
|
1946
|
-
height: number;
|
|
1947
|
-
}
|
|
1948
|
-
export type TextField = HTMLTextAreaElement | HTMLInputElement;
|
|
1949
|
-
/**
|
|
1950
|
-
* Measures where the caret sits inside a text field, relative to the field's own top/left corner.
|
|
1951
|
-
* There is no browser API for this, so the field is mirrored into an off-screen div and the offset
|
|
1952
|
-
* of a marker span at `index` is read back.
|
|
1953
|
-
*/
|
|
1954
|
-
export function getCaretCoordinates(field: TextField, index: number): CaretCoordinates;
|
|
1955
|
-
/**
|
|
1956
|
-
* Projects measured caret coordinates onto the viewport, clamped to the field's box so a caret
|
|
1957
|
-
* scrolled out of view doesn't drag anchored content off with it. Split from the measurement so a
|
|
1958
|
-
* cached measurement can be re-projected as the field scrolls or moves.
|
|
1959
|
-
*/
|
|
1960
|
-
export function caretRectFrom(field: TextField, { top, left, height }: CaretCoordinates): DOMRect;
|
|
1961
|
-
/** The caret's position as a viewport rect. */
|
|
1962
|
-
export function getCaretRect(field: TextField, index: number): DOMRect;
|
|
1963
|
-
}
|
|
1964
1942
|
declare module "components/slash-menu/slash-menu.component" {
|
|
1965
1943
|
import ZincElement from "internal/zinc-element";
|
|
1966
1944
|
import ZnIcon from "components/icon/index";
|
|
@@ -2079,6 +2057,28 @@ declare module "components/slash-menu/slash-menu.component" {
|
|
|
2079
2057
|
render(): TemplateResult<1>;
|
|
2080
2058
|
}
|
|
2081
2059
|
}
|
|
2060
|
+
declare module "utilities/caret-position" {
|
|
2061
|
+
export interface CaretCoordinates {
|
|
2062
|
+
top: number;
|
|
2063
|
+
left: number;
|
|
2064
|
+
height: number;
|
|
2065
|
+
}
|
|
2066
|
+
export type TextField = HTMLTextAreaElement | HTMLInputElement;
|
|
2067
|
+
/**
|
|
2068
|
+
* Measures where the caret sits inside a text field, relative to the field's own top/left corner.
|
|
2069
|
+
* There is no browser API for this, so the field is mirrored into an off-screen div and the offset
|
|
2070
|
+
* of a marker span at `index` is read back.
|
|
2071
|
+
*/
|
|
2072
|
+
export function getCaretCoordinates(field: TextField, index: number): CaretCoordinates;
|
|
2073
|
+
/**
|
|
2074
|
+
* Projects measured caret coordinates onto the viewport, clamped to the field's box so a caret
|
|
2075
|
+
* scrolled out of view doesn't drag anchored content off with it. Split from the measurement so a
|
|
2076
|
+
* cached measurement can be re-projected as the field scrolls or moves.
|
|
2077
|
+
*/
|
|
2078
|
+
export function caretRectFrom(field: TextField, { top, left, height }: CaretCoordinates): DOMRect;
|
|
2079
|
+
/** The caret's position as a viewport rect. */
|
|
2080
|
+
export function getCaretRect(field: TextField, index: number): DOMRect;
|
|
2081
|
+
}
|
|
2082
2082
|
declare module "components/slash-menu/slash-menu-controller" {
|
|
2083
2083
|
import type { TextField } from "utilities/caret-position";
|
|
2084
2084
|
import type { ReactiveController, ReactiveControllerHost } from 'lit';
|
|
@@ -2215,7 +2215,7 @@ declare module "components/slash-item/index" {
|
|
|
2215
2215
|
}
|
|
2216
2216
|
}
|
|
2217
2217
|
declare module "components/input/input.component" {
|
|
2218
|
-
import { type SlashMenuItem } from "components/slash-menu/
|
|
2218
|
+
import { type SlashMenuItem } from "components/slash-menu/index";
|
|
2219
2219
|
import ZincElement from "internal/zinc-element";
|
|
2220
2220
|
import ZnIcon from "components/icon/index";
|
|
2221
2221
|
import ZnSlashItem from "components/slash-item/index";
|
|
@@ -5284,7 +5284,7 @@ declare module "components/icon-picker/index" {
|
|
|
5284
5284
|
}
|
|
5285
5285
|
declare module "components/inline-edit/inline-edit.component" {
|
|
5286
5286
|
import { type CSSResultGroup, type HTMLTemplateResult, type PropertyValues } from 'lit';
|
|
5287
|
-
import { type SlashMenuItem } from "components/slash-menu/
|
|
5287
|
+
import { type SlashMenuItem } from "components/slash-menu/index";
|
|
5288
5288
|
import ZincElement from "internal/zinc-element";
|
|
5289
5289
|
import ZnSelect from "components/select/index";
|
|
5290
5290
|
import type { ZincFormControl } from "internal/zinc-element";
|
|
@@ -6676,7 +6676,7 @@ declare module "components/editor/modules/ai/tooltip/ai-tooltip.component" {
|
|
|
6676
6676
|
}
|
|
6677
6677
|
declare module "components/textarea/textarea.component" {
|
|
6678
6678
|
import { type CSSResultGroup } from 'lit';
|
|
6679
|
-
import { type SlashMenuItem } from "components/slash-menu/
|
|
6679
|
+
import { type SlashMenuItem } from "components/slash-menu/index";
|
|
6680
6680
|
import ZincElement, { type ZincFormControl } from "internal/zinc-element";
|
|
6681
6681
|
import ZnSlashItem from "components/slash-item/index";
|
|
6682
6682
|
import ZnSlashMenu from "components/slash-menu/index";
|
|
@@ -8956,7 +8956,7 @@ declare module "components/audio-select/index" {
|
|
|
8956
8956
|
}
|
|
8957
8957
|
}
|
|
8958
8958
|
declare module "components/translations/translations.component" {
|
|
8959
|
-
import { type SlashMenuItem } from "components/slash-menu/
|
|
8959
|
+
import { type SlashMenuItem } from "components/slash-menu/index";
|
|
8960
8960
|
import ZincElement from "internal/zinc-element";
|
|
8961
8961
|
import ZnButton from "components/button/index";
|
|
8962
8962
|
import ZnButtonGroup from "components/button-group/index";
|
|
@@ -12724,7 +12724,7 @@ declare module "events/zn-theme-submit" {
|
|
|
12724
12724
|
}
|
|
12725
12725
|
}
|
|
12726
12726
|
declare module "events/zn-slash-select" {
|
|
12727
|
-
import type { SlashMenuItem } from "components/slash-menu/
|
|
12727
|
+
import type { SlashMenuItem } from "components/slash-menu/index";
|
|
12728
12728
|
export type ZnSlashSelectEvent = CustomEvent<{
|
|
12729
12729
|
item: SlashMenuItem;
|
|
12730
12730
|
query: string;
|
|
@@ -12736,7 +12736,7 @@ declare module "events/zn-slash-select" {
|
|
|
12736
12736
|
}
|
|
12737
12737
|
}
|
|
12738
12738
|
declare module "events/zn-slash-insert" {
|
|
12739
|
-
import type { SlashMenuItem } from "components/slash-menu/
|
|
12739
|
+
import type { SlashMenuItem } from "components/slash-menu/index";
|
|
12740
12740
|
export type ZnSlashInsertEvent = CustomEvent<{
|
|
12741
12741
|
item: SlashMenuItem;
|
|
12742
12742
|
value: string;
|