@webitel/ui-sdk 26.6.82 → 26.6.84
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/{clients-CIZxqjbV.js → clients-IxWZVjVW.js} +62 -68
- package/dist/{components-rPVG1iQS.js → components-DRYvDFUw.js} +40 -34
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +385 -385
- package/dist/{wt-chat-emoji-DnG7Ikl3.js → wt-chat-emoji-CoyN97-5.js} +1 -1
- package/dist/{wt-datepicker-Dj4InHRH.js → wt-datepicker-D2NUlmuX.js} +87 -56
- package/dist/{wt-display-chip-items-DUicVxt2.js → wt-display-chip-items-BLskmlas.js} +1 -1
- package/dist/{wt-send-message-popup-C2r4l9Ln.js → wt-send-message-popup-CgFHdZeN.js} +2 -2
- package/dist/{wt-type-extension-value-input-B9CGBDQg.js → wt-type-extension-value-input-ChqHhqXh.js} +2 -2
- package/dist/{wt-vidstack-player-DYCrCT9T.js → wt-vidstack-player-V88ZHB7B.js} +1 -1
- package/package.json +1 -1
- package/src/components/wt-datepicker/_internals/composables/useOverlayAnchor.ts +56 -0
- package/src/components/wt-datepicker/wt-datepicker.vue +11 -1
- package/src/components/wt-multi-select/wt-multi-select.vue +7 -1
- package/src/components/wt-single-select/wt-single-select.vue +7 -1
- package/types/components/wt-datepicker/_internals/composables/useOverlayAnchor.d.ts +4 -0
- package/types/components/wt-datepicker/wt-datepicker.vue.d.ts +2 -2
- package/types/components/wt-multi-select/wt-multi-select.vue.d.ts +2 -0
- package/types/components/wt-popover/wt-popover.vue.d.ts +2 -2
- package/types/components/wt-single-select/wt-single-select.vue.d.ts +2 -0
- package/types/components/wt-tooltip/_internals/wt-tooltip-floating.vue.d.ts +2 -2
|
@@ -24207,41 +24207,38 @@ m.object({
|
|
|
24207
24207
|
name: m.string().optional()
|
|
24208
24208
|
}).optional(),
|
|
24209
24209
|
userinfoUrl: m.string().optional()
|
|
24210
|
-
}), m.object({ id: m.string().describe("Unique identifier of the OAuthService to update.") }), m.object({
|
|
24211
|
-
|
|
24212
|
-
|
|
24213
|
-
claims: m.array(m.object({
|
|
24214
|
-
type: m.string().optional(),
|
|
24215
|
-
value: m.string().optional()
|
|
24216
|
-
})).optional().describe("google.protobuf.Struct claims = 7;"),
|
|
24217
|
-
clientId: m.string().optional(),
|
|
24218
|
-
clientSecret: m.string().optional(),
|
|
24219
|
-
createdAt: m.string().optional(),
|
|
24220
|
-
createdBy: m.object({
|
|
24221
|
-
id: m.string().optional(),
|
|
24222
|
-
name: m.string().optional()
|
|
24223
|
-
}).optional(),
|
|
24224
|
-
discoveryUrl: m.string().optional(),
|
|
24225
|
-
domain: m.object({
|
|
24226
|
-
id: m.string().optional(),
|
|
24227
|
-
name: m.string().optional()
|
|
24228
|
-
}).optional(),
|
|
24229
|
-
enabled: m.boolean().optional(),
|
|
24230
|
-
id: m.string().optional(),
|
|
24231
|
-
logo: m.string().optional(),
|
|
24232
|
-
metadata: m.looseObject({}).optional(),
|
|
24233
|
-
name: m.string().optional(),
|
|
24234
|
-
scopes: m.array(m.string()).optional(),
|
|
24235
|
-
tokenUrl: m.string().optional(),
|
|
24210
|
+
}), m.object({ id: m.string().describe("Unique identifier of the OAuthService to update.") }), m.object({ fields: m.array(m.string()).optional().describe("Fields for partial update. PATCH") }), m.object({
|
|
24211
|
+
authUrl: m.string().optional(),
|
|
24212
|
+
claims: m.array(m.object({
|
|
24236
24213
|
type: m.string().optional(),
|
|
24237
|
-
|
|
24238
|
-
|
|
24239
|
-
|
|
24240
|
-
|
|
24241
|
-
|
|
24242
|
-
|
|
24243
|
-
|
|
24244
|
-
|
|
24214
|
+
value: m.string().optional()
|
|
24215
|
+
})).optional().describe("google.protobuf.Struct claims = 7;"),
|
|
24216
|
+
clientId: m.string().optional(),
|
|
24217
|
+
clientSecret: m.string().optional(),
|
|
24218
|
+
createdAt: m.string().optional(),
|
|
24219
|
+
createdBy: m.object({
|
|
24220
|
+
id: m.string().optional(),
|
|
24221
|
+
name: m.string().optional()
|
|
24222
|
+
}).optional(),
|
|
24223
|
+
discoveryUrl: m.string().optional(),
|
|
24224
|
+
domain: m.object({
|
|
24225
|
+
id: m.string().optional(),
|
|
24226
|
+
name: m.string().optional()
|
|
24227
|
+
}).optional(),
|
|
24228
|
+
enabled: m.boolean().optional(),
|
|
24229
|
+
id: m.string().optional(),
|
|
24230
|
+
logo: m.string().optional(),
|
|
24231
|
+
metadata: m.looseObject({}).optional(),
|
|
24232
|
+
name: m.string().optional(),
|
|
24233
|
+
scopes: m.array(m.string()).optional(),
|
|
24234
|
+
tokenUrl: m.string().optional(),
|
|
24235
|
+
type: m.string().optional(),
|
|
24236
|
+
updatedAt: m.string().optional(),
|
|
24237
|
+
updatedBy: m.object({
|
|
24238
|
+
id: m.string().optional(),
|
|
24239
|
+
name: m.string().optional()
|
|
24240
|
+
}).optional(),
|
|
24241
|
+
userinfoUrl: m.string().optional()
|
|
24245
24242
|
}), m.object({
|
|
24246
24243
|
authUrl: m.string().optional(),
|
|
24247
24244
|
claims: m.array(m.object({
|
|
@@ -24274,41 +24271,38 @@ m.object({
|
|
|
24274
24271
|
name: m.string().optional()
|
|
24275
24272
|
}).optional(),
|
|
24276
24273
|
userinfoUrl: m.string().optional()
|
|
24277
|
-
}), m.object({ id: m.string().describe("Unique identifier of the OAuthService to update.") }), m.object({
|
|
24278
|
-
|
|
24279
|
-
|
|
24280
|
-
claims: m.array(m.object({
|
|
24281
|
-
type: m.string().optional(),
|
|
24282
|
-
value: m.string().optional()
|
|
24283
|
-
})).optional().describe("google.protobuf.Struct claims = 7;"),
|
|
24284
|
-
clientId: m.string().optional(),
|
|
24285
|
-
clientSecret: m.string().optional(),
|
|
24286
|
-
createdAt: m.string().optional(),
|
|
24287
|
-
createdBy: m.object({
|
|
24288
|
-
id: m.string().optional(),
|
|
24289
|
-
name: m.string().optional()
|
|
24290
|
-
}).optional(),
|
|
24291
|
-
discoveryUrl: m.string().optional(),
|
|
24292
|
-
domain: m.object({
|
|
24293
|
-
id: m.string().optional(),
|
|
24294
|
-
name: m.string().optional()
|
|
24295
|
-
}).optional(),
|
|
24296
|
-
enabled: m.boolean().optional(),
|
|
24297
|
-
id: m.string().optional(),
|
|
24298
|
-
logo: m.string().optional(),
|
|
24299
|
-
metadata: m.looseObject({}).optional(),
|
|
24300
|
-
name: m.string().optional(),
|
|
24301
|
-
scopes: m.array(m.string()).optional(),
|
|
24302
|
-
tokenUrl: m.string().optional(),
|
|
24274
|
+
}), m.object({ id: m.string().describe("Unique identifier of the OAuthService to update.") }), m.object({ fields: m.array(m.string()).optional().describe("Fields for partial update. PATCH") }), m.object({
|
|
24275
|
+
authUrl: m.string().optional(),
|
|
24276
|
+
claims: m.array(m.object({
|
|
24303
24277
|
type: m.string().optional(),
|
|
24304
|
-
|
|
24305
|
-
|
|
24306
|
-
|
|
24307
|
-
|
|
24308
|
-
|
|
24309
|
-
|
|
24310
|
-
|
|
24311
|
-
|
|
24278
|
+
value: m.string().optional()
|
|
24279
|
+
})).optional().describe("google.protobuf.Struct claims = 7;"),
|
|
24280
|
+
clientId: m.string().optional(),
|
|
24281
|
+
clientSecret: m.string().optional(),
|
|
24282
|
+
createdAt: m.string().optional(),
|
|
24283
|
+
createdBy: m.object({
|
|
24284
|
+
id: m.string().optional(),
|
|
24285
|
+
name: m.string().optional()
|
|
24286
|
+
}).optional(),
|
|
24287
|
+
discoveryUrl: m.string().optional(),
|
|
24288
|
+
domain: m.object({
|
|
24289
|
+
id: m.string().optional(),
|
|
24290
|
+
name: m.string().optional()
|
|
24291
|
+
}).optional(),
|
|
24292
|
+
enabled: m.boolean().optional(),
|
|
24293
|
+
id: m.string().optional(),
|
|
24294
|
+
logo: m.string().optional(),
|
|
24295
|
+
metadata: m.looseObject({}).optional(),
|
|
24296
|
+
name: m.string().optional(),
|
|
24297
|
+
scopes: m.array(m.string()).optional(),
|
|
24298
|
+
tokenUrl: m.string().optional(),
|
|
24299
|
+
type: m.string().optional(),
|
|
24300
|
+
updatedAt: m.string().optional(),
|
|
24301
|
+
updatedBy: m.object({
|
|
24302
|
+
id: m.string().optional(),
|
|
24303
|
+
name: m.string().optional()
|
|
24304
|
+
}).optional(),
|
|
24305
|
+
userinfoUrl: m.string().optional()
|
|
24312
24306
|
}), m.object({
|
|
24313
24307
|
authUrl: m.string().optional(),
|
|
24314
24308
|
claims: m.array(m.object({
|