mx-ui-components-pkg 0.0.717-alpha.145 → 0.0.717-alpha.147
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/{cssMode-CZiZsCYU.js → cssMode-HSbeonS2.js} +1 -1
- package/dist/{freemarker2-BJT9Ffe_.js → freemarker2-CPiurmez.js} +1 -1
- package/dist/{handlebars-z8PoG7_r.js → handlebars-BifRaE9s.js} +1 -1
- package/dist/{html-jPhDD2Ng.js → html-tSW7BdSU.js} +1 -1
- package/dist/{htmlMode-Bp5woG9v.js → htmlMode-9r5Hcu37.js} +1 -1
- package/dist/{index-Drw5Ep0-.js → index-C4ZQZUTA.js} +34 -33
- package/dist/{index.es-orfhTK3l.js → index.es-D59NEVe1.js} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +5 -5
- package/dist/{javascript-CyICWs2y.js → javascript-C8QG6kvn.js} +1 -1
- package/dist/{jsonMode-DRG5vMSC.js → jsonMode-FV9ayg_z.js} +1 -1
- package/dist/{liquid-CMgT7dRL.js → liquid-DcEbDz8m.js} +1 -1
- package/dist/{mdx-DiJ-ycmQ.js → mdx-DP_92uT8.js} +1 -1
- package/dist/{python-M5E1_7SM.js → python-Cu9eUL-s.js} +1 -1
- package/dist/{razor-CePYJljZ.js → razor-jxfDlS0_.js} +1 -1
- package/dist/{tsMode-nFizhvnI.js → tsMode-Dj992W03.js} +1 -1
- package/dist/types/src/routes/+layout.server.d.ts +327 -134
- package/dist/{typescript-jPBlF_n0.js → typescript-BLfp9l0R.js} +1 -1
- package/dist/{xml-ZUbUsB32.js → xml-BFCukSze.js} +1 -1
- package/dist/{yaml-Hk93COx-.js → yaml-C-opYaMP.js} +1 -1
- package/package.json +2 -2
|
@@ -336,6 +336,7 @@ export declare function load(): {
|
|
|
336
336
|
value: string;
|
|
337
337
|
props: {
|
|
338
338
|
grid: string;
|
|
339
|
+
noBorder: boolean;
|
|
339
340
|
};
|
|
340
341
|
children: ({
|
|
341
342
|
id: string;
|
|
@@ -348,6 +349,7 @@ export declare function load(): {
|
|
|
348
349
|
styles: string;
|
|
349
350
|
props: {
|
|
350
351
|
size: string;
|
|
352
|
+
style: string;
|
|
351
353
|
value: string;
|
|
352
354
|
source: string;
|
|
353
355
|
apiMethod: string;
|
|
@@ -394,6 +396,7 @@ export declare function load(): {
|
|
|
394
396
|
name: string;
|
|
395
397
|
props: {
|
|
396
398
|
size: string;
|
|
399
|
+
style: string;
|
|
397
400
|
value: string;
|
|
398
401
|
source: string;
|
|
399
402
|
apiMethod: string;
|
|
@@ -443,6 +446,7 @@ export declare function load(): {
|
|
|
443
446
|
name: string;
|
|
444
447
|
props: {
|
|
445
448
|
size: string;
|
|
449
|
+
style: string;
|
|
446
450
|
value: string;
|
|
447
451
|
source?: undefined;
|
|
448
452
|
apiMethod?: undefined;
|
|
@@ -487,44 +491,6 @@ export declare function load(): {
|
|
|
487
491
|
styles: string;
|
|
488
492
|
value: string;
|
|
489
493
|
children: never[];
|
|
490
|
-
} | {
|
|
491
|
-
id: string;
|
|
492
|
-
type: string;
|
|
493
|
-
role: string;
|
|
494
|
-
version: string;
|
|
495
|
-
lang: string;
|
|
496
|
-
"alt-text": string;
|
|
497
|
-
name: string;
|
|
498
|
-
props: {
|
|
499
|
-
size: string;
|
|
500
|
-
value: string;
|
|
501
|
-
source?: undefined;
|
|
502
|
-
apiMethod?: undefined;
|
|
503
|
-
token?: undefined;
|
|
504
|
-
};
|
|
505
|
-
bindings: {
|
|
506
|
-
state: {
|
|
507
|
-
authorXmlRelationshipState: {
|
|
508
|
-
path: string;
|
|
509
|
-
initialValue: string;
|
|
510
|
-
};
|
|
511
|
-
ditaContent?: undefined;
|
|
512
|
-
xmlContent?: undefined;
|
|
513
|
-
xmlEditorUpdatedDateToggle?: undefined;
|
|
514
|
-
};
|
|
515
|
-
events: {
|
|
516
|
-
click: {
|
|
517
|
-
authorXmlRelationshipState: {
|
|
518
|
-
setValueToNewState: string;
|
|
519
|
-
};
|
|
520
|
-
ditaContent?: undefined;
|
|
521
|
-
xmlContent?: undefined;
|
|
522
|
-
};
|
|
523
|
-
};
|
|
524
|
-
};
|
|
525
|
-
styles: string;
|
|
526
|
-
value: string;
|
|
527
|
-
children: never[];
|
|
528
494
|
})[];
|
|
529
495
|
}[];
|
|
530
496
|
bindings?: undefined;
|
|
@@ -2935,154 +2901,375 @@ export declare function load(): {
|
|
|
2935
2901
|
value: string;
|
|
2936
2902
|
children: ({
|
|
2937
2903
|
id: string;
|
|
2938
|
-
role: string;
|
|
2939
|
-
version: string;
|
|
2940
|
-
lang: string;
|
|
2941
2904
|
type: string;
|
|
2942
|
-
props: {
|
|
2943
|
-
condition?: undefined;
|
|
2944
|
-
cssClasses?: undefined;
|
|
2945
|
-
};
|
|
2946
|
-
styles: string;
|
|
2947
|
-
bindings: {
|
|
2948
|
-
state: {
|
|
2949
|
-
ImageState: {
|
|
2950
|
-
path: string;
|
|
2951
|
-
initialValue: boolean;
|
|
2952
|
-
};
|
|
2953
|
-
};
|
|
2954
|
-
events: {
|
|
2955
|
-
click: {
|
|
2956
|
-
ImageState: {
|
|
2957
|
-
toggle: string;
|
|
2958
|
-
};
|
|
2959
|
-
};
|
|
2960
|
-
onStateChangeActions?: undefined;
|
|
2961
|
-
};
|
|
2962
|
-
};
|
|
2963
|
-
children: {
|
|
2964
|
-
id: string;
|
|
2965
|
-
role: string;
|
|
2966
|
-
version: string;
|
|
2967
|
-
lang: string;
|
|
2968
|
-
type: string;
|
|
2969
|
-
props: {
|
|
2970
|
-
src: string;
|
|
2971
|
-
alt: string;
|
|
2972
|
-
};
|
|
2973
|
-
styles: string;
|
|
2974
|
-
children: never[];
|
|
2975
|
-
}[];
|
|
2976
|
-
"alt-text"?: undefined;
|
|
2977
|
-
name?: undefined;
|
|
2978
|
-
value?: undefined;
|
|
2979
|
-
} | {
|
|
2980
|
-
id: string;
|
|
2981
2905
|
role: string;
|
|
2982
2906
|
version: string;
|
|
2983
2907
|
lang: string;
|
|
2984
2908
|
"alt-text": string;
|
|
2985
2909
|
name: string;
|
|
2986
|
-
|
|
2910
|
+
styles: string;
|
|
2911
|
+
value: string;
|
|
2987
2912
|
props: {
|
|
2988
|
-
condition: string;
|
|
2913
|
+
condition: string[];
|
|
2989
2914
|
cssClasses: {
|
|
2990
2915
|
trueClass: string;
|
|
2991
2916
|
falseClass: string;
|
|
2992
2917
|
};
|
|
2993
2918
|
};
|
|
2994
|
-
bindings: {
|
|
2995
|
-
events: {
|
|
2996
|
-
onStateChangeActions: {
|
|
2997
|
-
ImageState: {
|
|
2998
|
-
conditionalCss: string;
|
|
2999
|
-
};
|
|
3000
|
-
};
|
|
3001
|
-
click?: undefined;
|
|
3002
|
-
};
|
|
3003
|
-
state?: undefined;
|
|
3004
|
-
};
|
|
3005
|
-
styles: string;
|
|
3006
|
-
value: string;
|
|
3007
2919
|
children: ({
|
|
3008
2920
|
id: string;
|
|
2921
|
+
track: string[];
|
|
2922
|
+
type: string;
|
|
3009
2923
|
role: string;
|
|
3010
2924
|
version: string;
|
|
3011
2925
|
lang: string;
|
|
3012
2926
|
"alt-text": string;
|
|
3013
2927
|
name: string;
|
|
3014
|
-
type: string;
|
|
3015
2928
|
props: {
|
|
3016
|
-
|
|
2929
|
+
condition: string;
|
|
2930
|
+
cssClasses: {
|
|
2931
|
+
trueClass: string;
|
|
2932
|
+
falseClass: string;
|
|
2933
|
+
};
|
|
2934
|
+
};
|
|
2935
|
+
styles: string;
|
|
2936
|
+
value: string;
|
|
2937
|
+
children: {
|
|
2938
|
+
id: string;
|
|
3017
2939
|
type: string;
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
|
|
2940
|
+
role: string;
|
|
2941
|
+
version: string;
|
|
2942
|
+
lang: string;
|
|
2943
|
+
"alt-text": string;
|
|
2944
|
+
name: string;
|
|
2945
|
+
props: {};
|
|
2946
|
+
styles: string;
|
|
2947
|
+
value: string;
|
|
2948
|
+
children: never[];
|
|
2949
|
+
}[];
|
|
2950
|
+
bindings: {
|
|
2951
|
+
state: {
|
|
2952
|
+
toggleforSearchBarExpand: {
|
|
2953
|
+
path: string;
|
|
3027
2954
|
};
|
|
3028
|
-
|
|
3029
|
-
|
|
2955
|
+
};
|
|
2956
|
+
events: {
|
|
2957
|
+
onStateChangeActions: {
|
|
2958
|
+
toggleforSearchBarExpand: {
|
|
2959
|
+
conditionalCss: string;
|
|
2960
|
+
};
|
|
3030
2961
|
};
|
|
2962
|
+
onload?: undefined;
|
|
2963
|
+
};
|
|
2964
|
+
};
|
|
2965
|
+
} | {
|
|
2966
|
+
id: string;
|
|
2967
|
+
type: string;
|
|
2968
|
+
role: string;
|
|
2969
|
+
version: string;
|
|
2970
|
+
lang: string;
|
|
2971
|
+
"alt-text": string;
|
|
2972
|
+
name: string;
|
|
2973
|
+
props: {
|
|
2974
|
+
condition: string;
|
|
2975
|
+
cssClasses: {
|
|
2976
|
+
trueClass: string;
|
|
2977
|
+
falseClass: string;
|
|
3031
2978
|
};
|
|
3032
|
-
src?: undefined;
|
|
3033
|
-
alt?: undefined;
|
|
3034
|
-
class?: undefined;
|
|
3035
2979
|
};
|
|
3036
2980
|
styles: string;
|
|
3037
2981
|
value: string;
|
|
3038
|
-
children:
|
|
2982
|
+
children: ({
|
|
2983
|
+
id: string;
|
|
2984
|
+
type: string;
|
|
2985
|
+
role: string;
|
|
2986
|
+
version: string;
|
|
2987
|
+
lang: string;
|
|
2988
|
+
"alt-text": string;
|
|
2989
|
+
props: {
|
|
2990
|
+
src: string;
|
|
2991
|
+
alt: string;
|
|
2992
|
+
placeholder?: undefined;
|
|
2993
|
+
label?: undefined;
|
|
2994
|
+
type?: undefined;
|
|
2995
|
+
labelStyles?: undefined;
|
|
2996
|
+
inputStyles?: undefined;
|
|
2997
|
+
containerStyles?: undefined;
|
|
2998
|
+
search?: undefined;
|
|
2999
|
+
textLimit?: undefined;
|
|
3000
|
+
keyName?: undefined;
|
|
3001
|
+
};
|
|
3002
|
+
styles: string;
|
|
3003
|
+
value: string;
|
|
3004
|
+
track?: undefined;
|
|
3005
|
+
name?: undefined;
|
|
3006
|
+
bindings?: undefined;
|
|
3007
|
+
children?: undefined;
|
|
3008
|
+
} | {
|
|
3009
|
+
id: string;
|
|
3010
|
+
track: string[];
|
|
3011
|
+
type: string;
|
|
3012
|
+
role: string;
|
|
3013
|
+
version: string;
|
|
3014
|
+
lang: string;
|
|
3015
|
+
"alt-text": string;
|
|
3016
|
+
name: string;
|
|
3017
|
+
props: {
|
|
3018
|
+
placeholder: string;
|
|
3019
|
+
label: string;
|
|
3020
|
+
type: string;
|
|
3021
|
+
labelStyles: string;
|
|
3022
|
+
inputStyles: string;
|
|
3023
|
+
containerStyles: string;
|
|
3024
|
+
search: {
|
|
3025
|
+
from: {};
|
|
3026
|
+
to: {};
|
|
3027
|
+
};
|
|
3028
|
+
textLimit: number;
|
|
3029
|
+
src?: undefined;
|
|
3030
|
+
alt?: undefined;
|
|
3031
|
+
keyName?: undefined;
|
|
3032
|
+
};
|
|
3033
|
+
bindings: {
|
|
3034
|
+
state?: undefined;
|
|
3035
|
+
events?: undefined;
|
|
3036
|
+
};
|
|
3037
|
+
styles: string;
|
|
3038
|
+
value: string;
|
|
3039
|
+
children: never[];
|
|
3040
|
+
} | {
|
|
3041
|
+
id: string;
|
|
3042
|
+
type: string;
|
|
3043
|
+
role: string;
|
|
3044
|
+
version: string;
|
|
3045
|
+
lang: string;
|
|
3046
|
+
"alt-text": string;
|
|
3047
|
+
name: string;
|
|
3048
|
+
props: {
|
|
3049
|
+
keyName: string;
|
|
3050
|
+
src?: undefined;
|
|
3051
|
+
alt?: undefined;
|
|
3052
|
+
placeholder?: undefined;
|
|
3053
|
+
label?: undefined;
|
|
3054
|
+
type?: undefined;
|
|
3055
|
+
labelStyles?: undefined;
|
|
3056
|
+
inputStyles?: undefined;
|
|
3057
|
+
containerStyles?: undefined;
|
|
3058
|
+
search?: undefined;
|
|
3059
|
+
textLimit?: undefined;
|
|
3060
|
+
};
|
|
3061
|
+
bindings: {
|
|
3062
|
+
state: {
|
|
3063
|
+
toggleforSearchBarExpand: {
|
|
3064
|
+
path: string;
|
|
3065
|
+
};
|
|
3066
|
+
};
|
|
3067
|
+
events: {
|
|
3068
|
+
click: {
|
|
3069
|
+
toggleforSearchBarExpand: {
|
|
3070
|
+
toggle: string;
|
|
3071
|
+
};
|
|
3072
|
+
};
|
|
3073
|
+
};
|
|
3074
|
+
};
|
|
3075
|
+
styles: string;
|
|
3076
|
+
value: string;
|
|
3077
|
+
children: {
|
|
3078
|
+
id: string;
|
|
3079
|
+
type: string;
|
|
3080
|
+
role: string;
|
|
3081
|
+
version: string;
|
|
3082
|
+
lang: string;
|
|
3083
|
+
"alt-text": string;
|
|
3084
|
+
name: string;
|
|
3085
|
+
props: {
|
|
3086
|
+
src: string;
|
|
3087
|
+
};
|
|
3088
|
+
styles: string;
|
|
3089
|
+
value: string;
|
|
3090
|
+
children: never[];
|
|
3091
|
+
}[];
|
|
3092
|
+
track?: undefined;
|
|
3093
|
+
})[];
|
|
3039
3094
|
bindings: {
|
|
3040
3095
|
state: {
|
|
3041
|
-
|
|
3096
|
+
toggleforSearchBarExpand: {
|
|
3042
3097
|
path: string;
|
|
3043
|
-
initialValue: string;
|
|
3044
3098
|
};
|
|
3045
3099
|
};
|
|
3046
3100
|
events: {
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3101
|
+
onStateChangeActions: {
|
|
3102
|
+
toggleforSearchBarExpand: {
|
|
3103
|
+
conditionalCss: string;
|
|
3050
3104
|
};
|
|
3051
3105
|
};
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
|
|
3106
|
+
onload: {
|
|
3107
|
+
toggleforSearchBarExpand: {
|
|
3108
|
+
conditionalCss: string;
|
|
3055
3109
|
};
|
|
3056
3110
|
};
|
|
3057
3111
|
};
|
|
3058
3112
|
};
|
|
3113
|
+
track?: undefined;
|
|
3059
3114
|
} | {
|
|
3060
3115
|
id: string;
|
|
3116
|
+
type: string;
|
|
3061
3117
|
role: string;
|
|
3062
3118
|
version: string;
|
|
3063
3119
|
lang: string;
|
|
3064
3120
|
"alt-text": string;
|
|
3065
3121
|
name: string;
|
|
3122
|
+
props: {
|
|
3123
|
+
condition?: undefined;
|
|
3124
|
+
cssClasses?: undefined;
|
|
3125
|
+
};
|
|
3126
|
+
styles: string;
|
|
3127
|
+
value: string;
|
|
3128
|
+
children: ({
|
|
3129
|
+
id: string;
|
|
3130
|
+
type: string;
|
|
3131
|
+
role: string;
|
|
3132
|
+
version: string;
|
|
3133
|
+
lang: string;
|
|
3134
|
+
"alt-text": string;
|
|
3135
|
+
name: string;
|
|
3136
|
+
props: {
|
|
3137
|
+
condition: string;
|
|
3138
|
+
cssClasses: {
|
|
3139
|
+
trueClass: string;
|
|
3140
|
+
falseClass: string;
|
|
3141
|
+
};
|
|
3142
|
+
};
|
|
3143
|
+
styles: string;
|
|
3144
|
+
value: string;
|
|
3145
|
+
children: {
|
|
3146
|
+
id: string;
|
|
3147
|
+
type: string;
|
|
3148
|
+
role: string;
|
|
3149
|
+
version: string;
|
|
3150
|
+
lang: string;
|
|
3151
|
+
"alt-text": string;
|
|
3152
|
+
name: string;
|
|
3153
|
+
props: {
|
|
3154
|
+
src: string;
|
|
3155
|
+
alt: string;
|
|
3156
|
+
};
|
|
3157
|
+
styles: string;
|
|
3158
|
+
value: string;
|
|
3159
|
+
children: never[];
|
|
3160
|
+
}[];
|
|
3161
|
+
bindings: {
|
|
3162
|
+
state: {
|
|
3163
|
+
toggleforSearchBarExpand: {
|
|
3164
|
+
path: string;
|
|
3165
|
+
};
|
|
3166
|
+
};
|
|
3167
|
+
events: {
|
|
3168
|
+
onStateChangeActions: {
|
|
3169
|
+
toggleforSearchBarExpand: {
|
|
3170
|
+
conditionalCss: string;
|
|
3171
|
+
};
|
|
3172
|
+
};
|
|
3173
|
+
click: {
|
|
3174
|
+
toggleforSearchBarExpand: {
|
|
3175
|
+
toggle: string;
|
|
3176
|
+
};
|
|
3177
|
+
};
|
|
3178
|
+
};
|
|
3179
|
+
};
|
|
3180
|
+
} | {
|
|
3181
|
+
id: string;
|
|
3182
|
+
type: string;
|
|
3183
|
+
role: string;
|
|
3184
|
+
version: string;
|
|
3185
|
+
lang: string;
|
|
3186
|
+
"alt-text": string;
|
|
3187
|
+
name: string;
|
|
3188
|
+
props: {
|
|
3189
|
+
condition?: undefined;
|
|
3190
|
+
cssClasses?: undefined;
|
|
3191
|
+
};
|
|
3192
|
+
styles: string;
|
|
3193
|
+
value: string;
|
|
3194
|
+
children: {
|
|
3195
|
+
id: string;
|
|
3196
|
+
type: string;
|
|
3197
|
+
role: string;
|
|
3198
|
+
version: string;
|
|
3199
|
+
lang: string;
|
|
3200
|
+
"alt-text": string;
|
|
3201
|
+
name: string;
|
|
3202
|
+
props: {
|
|
3203
|
+
src: string;
|
|
3204
|
+
};
|
|
3205
|
+
styles: string;
|
|
3206
|
+
value: string;
|
|
3207
|
+
children: never[];
|
|
3208
|
+
}[];
|
|
3209
|
+
bindings?: undefined;
|
|
3210
|
+
})[];
|
|
3211
|
+
track?: undefined;
|
|
3212
|
+
bindings?: undefined;
|
|
3213
|
+
})[];
|
|
3214
|
+
bindings: {
|
|
3215
|
+
state: {
|
|
3216
|
+
ImageState: {
|
|
3217
|
+
path: string;
|
|
3218
|
+
initialValue?: undefined;
|
|
3219
|
+
};
|
|
3220
|
+
};
|
|
3221
|
+
events: {
|
|
3222
|
+
onStateChangeActions: {
|
|
3223
|
+
ImageState: {
|
|
3224
|
+
conditionalCss: string;
|
|
3225
|
+
};
|
|
3226
|
+
};
|
|
3227
|
+
click?: undefined;
|
|
3228
|
+
};
|
|
3229
|
+
};
|
|
3230
|
+
} | {
|
|
3231
|
+
id: string;
|
|
3232
|
+
role: string;
|
|
3233
|
+
version: string;
|
|
3234
|
+
lang: string;
|
|
3235
|
+
type: string;
|
|
3236
|
+
props: {
|
|
3237
|
+
condition?: undefined;
|
|
3238
|
+
cssClasses?: undefined;
|
|
3239
|
+
};
|
|
3240
|
+
styles: string;
|
|
3241
|
+
bindings: {
|
|
3242
|
+
state: {
|
|
3243
|
+
ImageState: {
|
|
3244
|
+
path: string;
|
|
3245
|
+
initialValue: boolean;
|
|
3246
|
+
};
|
|
3247
|
+
};
|
|
3248
|
+
events: {
|
|
3249
|
+
click: {
|
|
3250
|
+
ImageState: {
|
|
3251
|
+
toggle: string;
|
|
3252
|
+
};
|
|
3253
|
+
};
|
|
3254
|
+
onStateChangeActions?: undefined;
|
|
3255
|
+
};
|
|
3256
|
+
};
|
|
3257
|
+
children: {
|
|
3258
|
+
id: string;
|
|
3259
|
+
role: string;
|
|
3260
|
+
version: string;
|
|
3261
|
+
lang: string;
|
|
3066
3262
|
type: string;
|
|
3067
3263
|
props: {
|
|
3068
3264
|
src: string;
|
|
3069
3265
|
alt: string;
|
|
3070
|
-
class: string;
|
|
3071
|
-
placeholder?: undefined;
|
|
3072
|
-
type?: undefined;
|
|
3073
|
-
label?: undefined;
|
|
3074
|
-
singleLine?: undefined;
|
|
3075
|
-
required?: undefined;
|
|
3076
|
-
labelStyles?: undefined;
|
|
3077
|
-
inputStyles?: undefined;
|
|
3078
|
-
containerStyles?: undefined;
|
|
3079
|
-
search?: undefined;
|
|
3080
3266
|
};
|
|
3081
3267
|
styles: string;
|
|
3082
|
-
value: string;
|
|
3083
3268
|
children: never[];
|
|
3084
|
-
|
|
3085
|
-
|
|
3269
|
+
}[];
|
|
3270
|
+
"alt-text"?: undefined;
|
|
3271
|
+
name?: undefined;
|
|
3272
|
+
value?: undefined;
|
|
3086
3273
|
})[];
|
|
3087
3274
|
}[];
|
|
3088
3275
|
bindings?: undefined;
|
|
@@ -3091,6 +3278,7 @@ export declare function load(): {
|
|
|
3091
3278
|
type: string;
|
|
3092
3279
|
role: string;
|
|
3093
3280
|
version: string;
|
|
3281
|
+
styles: string;
|
|
3094
3282
|
bindings: {
|
|
3095
3283
|
state: {
|
|
3096
3284
|
ImageState: {
|
|
@@ -3889,7 +4077,6 @@ export declare function load(): {
|
|
|
3889
4077
|
lang?: undefined;
|
|
3890
4078
|
"alt-text"?: undefined;
|
|
3891
4079
|
name?: undefined;
|
|
3892
|
-
styles?: undefined;
|
|
3893
4080
|
})[];
|
|
3894
4081
|
events?: undefined;
|
|
3895
4082
|
} | {
|
|
@@ -4052,6 +4239,8 @@ export declare function load(): {
|
|
|
4052
4239
|
type: string;
|
|
4053
4240
|
props: {
|
|
4054
4241
|
variant: string;
|
|
4242
|
+
tabCss: string;
|
|
4243
|
+
activeCss: string;
|
|
4055
4244
|
type?: undefined;
|
|
4056
4245
|
position?: undefined;
|
|
4057
4246
|
storeListen?: undefined;
|
|
@@ -4721,6 +4910,8 @@ export declare function load(): {
|
|
|
4721
4910
|
type: string;
|
|
4722
4911
|
props: {
|
|
4723
4912
|
variant?: undefined;
|
|
4913
|
+
tabCss?: undefined;
|
|
4914
|
+
activeCss?: undefined;
|
|
4724
4915
|
type?: undefined;
|
|
4725
4916
|
position?: undefined;
|
|
4726
4917
|
storeListen?: undefined;
|
|
@@ -4756,6 +4947,8 @@ export declare function load(): {
|
|
|
4756
4947
|
storeListen: string;
|
|
4757
4948
|
size: string;
|
|
4758
4949
|
variant?: undefined;
|
|
4950
|
+
tabCss?: undefined;
|
|
4951
|
+
activeCss?: undefined;
|
|
4759
4952
|
};
|
|
4760
4953
|
bindings: {
|
|
4761
4954
|
state: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as s } from "./index-
|
|
1
|
+
import { m as s } from "./index-C4ZQZUTA.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as r } from "./index-
|
|
1
|
+
import { m as r } from "./index-C4ZQZUTA.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as l } from "./index-
|
|
1
|
+
import { m as l } from "./index-C4ZQZUTA.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mx-ui-components-pkg",
|
|
3
|
-
"version": "0.0.717-alpha.
|
|
3
|
+
"version": "0.0.717-alpha.147",
|
|
4
4
|
"description": "mobius ui library",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"tiptap-extension-pagination": "^2.1.4",
|
|
170
170
|
"tiptap-extension-resize-image": "^1.2.2",
|
|
171
171
|
"tiptap-pagination-breaks": "^1.0.2",
|
|
172
|
-
"tiptap-pagination-plus": "1.
|
|
172
|
+
"tiptap-pagination-plus": "^1.0.10",
|
|
173
173
|
"tiptap-unique-id": "^2.10.3",
|
|
174
174
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
175
175
|
"vite-plugin-monaco-editor": "^1.1.0",
|