cnhis-design-vue 3.2.3-beta.15 → 3.2.3-beta.17
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/es/components/biunique-chat/index.d.ts +21 -2
- package/es/components/biunique-chat/src/Index.vue.d.ts +21 -2
- package/es/components/biunique-chat/src/Index.vue2.js +1 -1
- package/es/components/biunique-chat/src/components/ChatFooter.vue2.js +1 -1
- package/es/components/biunique-chat/src/components/ChatHeader.vue.d.ts +2 -0
- package/es/components/biunique-chat/src/components/ChatMain.vue.d.ts +5 -2
- package/es/components/biunique-chat/src/components/ChatMain.vue2.js +1 -1
- package/es/components/biunique-chat/src/components/ChatRecord.vue.d.ts +2 -0
- package/es/components/biunique-chat/src/components/MessageTemplate.vue.d.ts +2 -1
- package/es/components/biunique-chat/src/components/MessageTemplate.vue2.js +1 -1
- package/es/components/biunique-chat/src/components/SiderList.vue2.js +1 -1
- package/es/components/biunique-chat/src/hooks/useSession.d.ts +1 -0
- package/es/components/biunique-chat/src/hooks/useSession.js +1 -1
- package/es/components/biunique-chat/src/utils/index.d.ts +1 -1
- package/es/components/biunique-chat/src/utils/index.js +1 -1
- package/es/components/biunique-chat/style/index.css +1 -1
- package/es/components/calendar/index.d.ts +11 -2
- package/es/components/calendar/src/Calendar.vue.d.ts +11 -1
- package/es/components/classification/index.d.ts +6 -0
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +6 -0
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +6 -0
- package/es/components/classification/src/index.vue.d.ts +6 -0
- package/es/components/date-picker/index.d.ts +2 -0
- package/es/components/date-picker/src/DatePicker.vue.d.ts +2 -0
- package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +1 -1
- package/es/components/field-set/src/FieldColor.vue.d.ts +4 -0
- package/es/components/field-set/src/components/condition.vue.d.ts +2 -0
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +4 -0
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +2 -0
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +2 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +2 -0
- package/es/components/index.css +1 -1
- package/es/components/index.js +1 -1
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +2 -0
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +2 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +2 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +2 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +4 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +2 -0
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +2 -0
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +4 -0
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +4 -0
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +2 -0
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +2 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +2 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +2 -0
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +8 -0
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +8 -0
- package/es/shared/hooks/index.js +1 -1
- package/es/shared/hooks/useDateTime.d.ts +1 -0
- package/es/shared/hooks/useDateTime.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/index.d.ts +3 -3
- package/package.json +2 -2
- package/es/components/node_modules/naive-ui/node_modules/date-fns/docs/logo.svg +0 -26
- package/es/components/node_modules/naive-ui/node_modules/date-fns/docs/logotype.svg +0 -1
package/es/components/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import e from"./grid/index.js";export{default as CGrid}from"./grid/index.js";import r from"./big-table/index.js";export{default as CBigTable}from"./big-table/index.js";import o from"./field-set/index.js";export{default as CFieldSet}from"./field-set/index.js";import s from"./button-print/index.js";export{default as CButtonPrint}from"./button-print/index.js";import t from"./select-person/index.js";export{default as CSelectPerson}from"./select-person/index.js";import i,{CLabelFormContent as a}from"./select-label/index.js";export{CLabelFormContent,default as CSelectLabel}from"./select-label/index.js";import d from"./map/index.js";export{default as CMap}from"./map/index.js";import n from"./vod-chunk-upload/index.js";export{default as CVodChunkUpload}from"./vod-chunk-upload/index.js";import{CScaleView as m,CRadio as f,CCheckbox as p,CSelect as l,CDatetime as u}from"./scale-view/index.js";export{CCheckbox,CDatetime,CRadio,CScaleView,CSelect}from"./scale-view/index.js";import c from"./info-header/index.js";export{default as CInfoHeader}from"./info-header/index.js";import x from"./time-line/index.js";export{default as CTimeLine}from"./time-line/index.js";import C from"./base-search/index.js";export{default as CBaseSearch}from"./base-search/index.js";import j from"./quick-search/index.js";export{default as CQuickSearch}from"./quick-search/index.js";import h from"./classification/index.js";export{default as CClassification}from"./classification/index.js";import k from"./bpmn-workflow/index.js";export{default as CBpmnWorkflow}from"./bpmn-workflow/index.js";import b from"./steps-wheel/index.js";export{default as CStepsWheel}from"./steps-wheel/index.js";import S from"./editor/index.js";export{default as CEditor}from"./editor/index.js";import g from"./form-render/index.js";export{default as CFormRender}from"./form-render/index.js";import F from"./fabric-chart/index.js";export{default as CFabricChart}from"./fabric-chart/index.js";import
|
|
1
|
+
import e from"./grid/index.js";export{default as CGrid}from"./grid/index.js";import r from"./big-table/index.js";export{default as CBigTable}from"./big-table/index.js";import o from"./field-set/index.js";export{default as CFieldSet}from"./field-set/index.js";import s from"./button-print/index.js";export{default as CButtonPrint}from"./button-print/index.js";import t from"./select-person/index.js";export{default as CSelectPerson}from"./select-person/index.js";import i,{CLabelFormContent as a}from"./select-label/index.js";export{CLabelFormContent,default as CSelectLabel}from"./select-label/index.js";import d from"./map/index.js";export{default as CMap}from"./map/index.js";import n from"./vod-chunk-upload/index.js";export{default as CVodChunkUpload}from"./vod-chunk-upload/index.js";import{CScaleView as m,CRadio as f,CCheckbox as p,CSelect as l,CDatetime as u}from"./scale-view/index.js";export{CCheckbox,CDatetime,CRadio,CScaleView,CSelect}from"./scale-view/index.js";import c from"./info-header/index.js";export{default as CInfoHeader}from"./info-header/index.js";import x from"./time-line/index.js";export{default as CTimeLine}from"./time-line/index.js";import C from"./base-search/index.js";export{default as CBaseSearch}from"./base-search/index.js";import j from"./quick-search/index.js";export{default as CQuickSearch}from"./quick-search/index.js";import h from"./classification/index.js";export{default as CClassification}from"./classification/index.js";import k from"./bpmn-workflow/index.js";export{default as CBpmnWorkflow}from"./bpmn-workflow/index.js";import b from"./steps-wheel/index.js";export{default as CStepsWheel}from"./steps-wheel/index.js";import S from"./editor/index.js";export{default as CEditor}from"./editor/index.js";import g from"./form-render/index.js";export{default as CFormRender}from"./form-render/index.js";import F from"./fabric-chart/index.js";export{default as CFabricChart}from"./fabric-chart/index.js";import v from"./shortcut-provider/index.js";export{default as CShortcutProvider}from"./shortcut-provider/index.js";import y from"./shortcut-setter/index.js";export{default as CShortcutSetter}from"./shortcut-setter/index.js";import D from"./form-config/index.js";export{default as CFormConfig}from"./form-config/index.js";import T from"./iho-table/index.js";export{default as CIhoTable,useIhoTablePresetPlugins}from"./iho-table/index.js";import P from"./keyboard/index.js";export{default as CKeyboard}from"./keyboard/index.js";import R from"./search-cascader/index.js";export{default as CSearchCascader}from"./search-cascader/index.js";import w from"./recommend-search/index.js";export{default as CRecommendSearch}from"./recommend-search/index.js";import A from"./date-picker/index.js";export{default as CDatePicker}from"./date-picker/index.js";import E from"./time-picker/index.js";export{default as CTimePicker}from"./time-picker/index.js";import L from"./config-provider/index.js";export{default as CConfigProvider}from"./config-provider/index.js";import B from"./picture-clipper/index.js";export{default as CPictureClipper}from"./picture-clipper/index.js";import I from"./table-export-field/index.js";export{default as CTableExportField}from"./table-export-field/index.js";import O from"./expand-field/index.js";export{default as CExpandField}from"./expand-field/index.js";import V from"./biunique-chat/index.js";export{default as CBiuniqueChat}from"./biunique-chat/index.js";import H from"./callback/index.js";export{default as CCallback}from"./callback/index.js";import K from"./slider-tree/index.js";export{default as CSliderTree}from"./slider-tree/index.js";import N from"./body-select/index.js";export{default as CBodySelect}from"./body-select/index.js";import q from"./default-page/index.js";export{default as CDefaultPage}from"./default-page/index.js";import M from"./step-notice/index.js";export{default as CStepNotice}from"./step-notice/index.js";export{default as CInsuranceSDK}from"./card-reader-sdk/src/insuranceSDK.js";export{default as CCardReaderSDK}from"./card-reader-sdk/src/cardReaderSDK.js";export{formatDateRangeInfo,presetValToDateRangestr,presetValToTimestamp}from"./table-filter/src/components/render-widget/helpers/presetValToTimestamp.js";export{DatePresetValEnums,DateRangeInnerValEnums,DateRangeOutDefEnums}from"./table-filter/src/components/render-widget/enums.js";export{createOpacityColor,useTheme}from"../shared/hooks/useTheme.js";export{handleInputEvent,useDateTime}from"../shared/hooks/useDateTime.js";export{AsyncQueue,ENTRY_STATE}from"../shared/hooks/useAsyncQueue/index.js";export{presetRequestHandler,useFormAsyncQueue,useFormRequest}from"../shared/hooks/useFormRequest/index.js";export{useLevelSearchCascader}from"../shared/hooks/useLevelSearchCascader.js";export{useSelectAllowModify}from"../shared/hooks/selectHooks/useSelectAllowModify.js";export{useOptionFiltered}from"../shared/hooks/selectHooks/useOptionFiltered.js";export{searchContentMatcher,useSearchContent}from"../shared/hooks/selectHooks/useSearchContent.js";export{useSelectRenders}from"../shared/hooks/selectHooks/useSelectRenders.js";export{useVersion}from"../shared/hooks/useVersion.js";export{vFlexibleResize}from"../shared/directive/flexibleResize.js";export{useGuide}from"./guide/src/useGuide.js";export{DragScroll,useDragScroll}from"./drag-scroll/src/index.js";export{default as CAudioSDK}from"./audio-sdk/src/audioSDK.js";export{useAnchor}from"./form-render/src/hooks/useAnchor.js";export{useAutoHidden}from"./form-render/src/hooks/useAutoHidden.js";export{BusinessCollector,useBusinessBinding}from"./form-render/src/hooks/useBusinessBinding.js";export{ContextCollector,useChangeContext}from"./form-render/src/hooks/useChangeContext.js";export{useCommonInjection,useSelectOptionProps}from"./form-render/src/hooks/useCommonInjection.js";export{useCommonLog}from"./form-render/src/hooks/useCommonLog.js";export{useComplexOptions,useComplexOptionsSpan}from"./form-render/src/hooks/useComplexOptions.js";export{useFieldListAdaptor}from"./form-render/src/hooks/useFieldListAdaptor.js";export{useFieldNormalize}from"./form-render/src/hooks/useFieldNormalize.js";export{useFieldVisitor}from"./form-render/src/hooks/useFieldVisitor.js";export{useFormContext}from"./form-render/src/hooks/useFormContext.js";export{useFormDomEvent,useFormExposeEvent}from"./form-render/src/hooks/useFormEvent.js";export{useFormField}from"./form-render/src/hooks/useFormField.js";export{useFormGraph}from"./form-render/src/hooks/useFormGraph.js";export{FormItemDepsCollector,useFormItemDeps}from"./form-render/src/hooks/useFormItemDeps.js";export{useFormRenderLifeCycle}from"./form-render/src/hooks/useFormRenderLifeCycle.js";export{useAutographOptions,useRecommendOptions,useUrlConfigOptions}from"./form-render/src/hooks/useFormRenderOptions.js";export{useFormValidator,validateMessageLocale}from"./form-render/src/hooks/useFormValidator.js";export{useLowCodeEvent}from"./form-render/src/hooks/useLowCodeEvent.js";export{useLowCodeReactions}from"./form-render/src/hooks/useLowCodeReactions.js";export{useNuiThemeOverrides}from"./form-render/src/hooks/useNuiThemeOverrides.js";export{useOperationalForm}from"./form-render/src/hooks/useOperationalForm.js";export{usePresetScope}from"./form-render/src/hooks/usePresetScope.js";export{useWordbookSetting,wordbookSettingHandler}from"./form-render/src/hooks/useWordbookSetting.js";export{useNewLowCodeReactions}from"./form-render/src/hooks/useNewLowCodeReactions.js";export{useSelectedSetting}from"./form-render/src/hooks/useSelectedSetting.js";export{businessDateParser,isIdCard,isMobile,parseAge2Birthday,parseAgeFromContext,parseBirthday,parseIdCard,transformDateFormat}from"./form-render/src/utils/business.js";export{findNextWidget,queryDecoratorByAddress,queryDecoratorByFieldKey,queryInput}from"./form-render/src/utils/dom.js";export{assignClearBindVisited,assignUpdateValue,assignValueBindKey,createLinebarId,createObjSchema,createVisitedSetter,dotEscape,fieldKeyEscape,getParentLinebar,traverseDependKey,traverseSchema}from"./form-render/src/utils/schema.js";export{combineExtendKey,createInputSlot,createSlot,editorUnescape,formRenderLog,getAbsoluteKey,injectOrProvide,isNestedFieldType,isNestedType,mergeDeepProperties,parseNumberFromMaybeString,renderDescOption,splitExtendKey,validateMessageParser}from"./form-render/src/utils/index.js";export{GlobalShortcutProvider,ShortcutManager,useShortcuts}from"./shortcut-provider/src/hooks/useShortcuts.js";export{useShortcutSignature}from"./shortcut-provider/src/hooks/useShortcutSignature.js";export{defineTablePlugin,useTablePlugin}from"./iho-table/src/hooks/useTablePlugin.js";export{useColumnConfigAdaptor}from"./iho-table/src/hooks/useColumnConfigAdaptor.js";export{AbstractConfigHooks,AbstractDataHooks,AbstractDomInsertHooks,AbstractEventHooks,AbstractExposeHooks,AbstractFieldHooks,AbstractSetupHooks}from"./iho-table/src/types/pluginType.js";export{Print}from"./button-print/src/utils/print.js";export{getFileUrl,isIReport,useBrowserPrint}from"./button-print/src/utils/browserPrint.js";export{transformOriginToTree}from"./slider-tree/src/utils/index.js";const G={CGrid:e,CBigTable:r,CFieldSet:o,CButtonPrint:s,CSelectPerson:t,CSelectLabel:i,CLabelFormContent:a,CScaleView:m,CMap:d,CVodChunkUpload:n,CRadio:f,CCheckbox:p,CSelect:l,CDatetime:u,CInfoHeader:c,CTimeLine:x,CBaseSearch:C,CQuickSearch:j,CClassification:h,CBpmnWorkflow:k,CStepsWheel:b,CEditor:S,CFormRender:g,CFabricChart:F,CShortcutProvider:v,CShortcutSetter:y,CFormConfig:D,CIhoTable:T,CKeyboard:P,CSearchCascader:R,CRecommendSearch:w,CDatePicker:A,CTimePicker:E,CConfigProvider:L,CPictureClipper:B,CTableExportField:I,CExpandField:O,CBiuniqueChat:V,CCallback:H,CSliderTree:K,CBodySelect:N,CDefaultPage:q,CStepNotice:M};var W={install:function(e){Object.values(G).forEach((r=>{r.install(e)}))},...G};export{W as default};
|
|
@@ -111,6 +111,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
111
111
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
112
112
|
panelInstRef: import("vue").Ref<null>;
|
|
113
113
|
placeholderRef: import("vue").Ref<any>;
|
|
114
|
+
oldValue: string;
|
|
114
115
|
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
115
116
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
116
117
|
formatRef: import("vue").ComputedRef<string>;
|
|
@@ -121,6 +122,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
121
122
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
122
123
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
123
124
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
125
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
124
126
|
NDatePicker: any;
|
|
125
127
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
126
128
|
updateUnchangedValue: {
|
|
@@ -74,6 +74,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
74
74
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
75
75
|
panelInstRef: import("vue").Ref<null>;
|
|
76
76
|
placeholderRef: import("vue").Ref<any>;
|
|
77
|
+
oldValue: string;
|
|
77
78
|
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
78
79
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
79
80
|
formatRef: import("vue").ComputedRef<string>;
|
|
@@ -84,6 +85,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
84
85
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
85
86
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
86
87
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
88
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
87
89
|
NDatePicker: any;
|
|
88
90
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
89
91
|
updateUnchangedValue: {
|
|
@@ -74,6 +74,7 @@ declare const Date: import("vue").DefineComponent<{
|
|
|
74
74
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
75
75
|
panelInstRef: import("vue").Ref<null>;
|
|
76
76
|
placeholderRef: import("vue").Ref<any>;
|
|
77
|
+
oldValue: string;
|
|
77
78
|
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
78
79
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
79
80
|
formatRef: import("vue").ComputedRef<string>;
|
|
@@ -84,6 +85,7 @@ declare const Date: import("vue").DefineComponent<{
|
|
|
84
85
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
85
86
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
86
87
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
88
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
87
89
|
NDatePicker: any;
|
|
88
90
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
89
91
|
updateUnchangedValue: {
|
|
@@ -229,6 +229,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
229
229
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
230
230
|
panelInstRef: import("vue").Ref<null>;
|
|
231
231
|
placeholderRef: import("vue").Ref<any>;
|
|
232
|
+
oldValue: string;
|
|
232
233
|
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
233
234
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
234
235
|
formatRef: import("vue").ComputedRef<string>;
|
|
@@ -239,6 +240,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
239
240
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
240
241
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
241
242
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
243
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
242
244
|
NDatePicker: any;
|
|
243
245
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
244
246
|
updateUnchangedValue: {
|
|
@@ -138,6 +138,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
138
138
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
139
139
|
panelInstRef: import("vue").Ref<null>;
|
|
140
140
|
placeholderRef: import("vue").Ref<any>;
|
|
141
|
+
oldValue: string;
|
|
141
142
|
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
142
143
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
143
144
|
formatRef: import("vue").ComputedRef<string>;
|
|
@@ -148,6 +149,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
148
149
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
149
150
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
150
151
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
152
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
151
153
|
NDatePicker: any;
|
|
152
154
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
153
155
|
updateUnchangedValue: {
|
|
@@ -779,6 +781,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
779
781
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
780
782
|
panelInstRef: import("vue").Ref<null>;
|
|
781
783
|
placeholderRef: import("vue").Ref<any>;
|
|
784
|
+
oldValue: string;
|
|
782
785
|
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
783
786
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
784
787
|
formatRef: import("vue").ComputedRef<string>;
|
|
@@ -789,6 +792,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
789
792
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
790
793
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
791
794
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
795
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
792
796
|
NDatePicker: any;
|
|
793
797
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
794
798
|
updateUnchangedValue: {
|
|
@@ -95,6 +95,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
95
95
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
96
96
|
panelInstRef: import("vue").Ref<null>;
|
|
97
97
|
placeholderRef: import("vue").Ref<any>;
|
|
98
|
+
oldValue: string;
|
|
98
99
|
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
99
100
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
100
101
|
formatRef: import("vue").ComputedRef<string>;
|
|
@@ -105,6 +106,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
105
106
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
106
107
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
107
108
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
109
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
108
110
|
NDatePicker: any;
|
|
109
111
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
110
112
|
updateUnchangedValue: {
|
package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts
CHANGED
|
@@ -109,6 +109,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
109
109
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
110
110
|
panelInstRef: import("vue").Ref<null>;
|
|
111
111
|
placeholderRef: import("vue").Ref<any>;
|
|
112
|
+
oldValue: string;
|
|
112
113
|
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
113
114
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
114
115
|
formatRef: import("vue").ComputedRef<string>;
|
|
@@ -119,6 +120,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
119
120
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
120
121
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
121
122
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
123
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
122
124
|
NDatePicker: any;
|
|
123
125
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
124
126
|
updateUnchangedValue: {
|
|
@@ -95,6 +95,7 @@ declare const Date: import("vue").DefineComponent<{
|
|
|
95
95
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
96
96
|
panelInstRef: import("vue").Ref<null>;
|
|
97
97
|
placeholderRef: import("vue").Ref<any>;
|
|
98
|
+
oldValue: string;
|
|
98
99
|
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
99
100
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
100
101
|
formatRef: import("vue").ComputedRef<string>;
|
|
@@ -105,6 +106,7 @@ declare const Date: import("vue").DefineComponent<{
|
|
|
105
106
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
106
107
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
107
108
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
109
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
108
110
|
NDatePicker: any;
|
|
109
111
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
110
112
|
updateUnchangedValue: {
|
|
@@ -736,6 +738,7 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
|
736
738
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
737
739
|
panelInstRef: import("vue").Ref<null>;
|
|
738
740
|
placeholderRef: import("vue").Ref<any>;
|
|
741
|
+
oldValue: string;
|
|
739
742
|
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
740
743
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
741
744
|
formatRef: import("vue").ComputedRef<string>;
|
|
@@ -746,6 +749,7 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
|
746
749
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
747
750
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
748
751
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
752
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
749
753
|
NDatePicker: any;
|
|
750
754
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
751
755
|
updateUnchangedValue: {
|
|
@@ -262,6 +262,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
262
262
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
263
263
|
panelInstRef: import("vue").Ref<null>;
|
|
264
264
|
placeholderRef: import("vue").Ref<any>;
|
|
265
|
+
oldValue: string;
|
|
265
266
|
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
266
267
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
267
268
|
formatRef: import("vue").ComputedRef<string>;
|
|
@@ -272,6 +273,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
272
273
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
273
274
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
274
275
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
276
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
275
277
|
NDatePicker: any;
|
|
276
278
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
277
279
|
updateUnchangedValue: {
|
|
@@ -903,6 +905,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
903
905
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
904
906
|
panelInstRef: import("vue").Ref<null>;
|
|
905
907
|
placeholderRef: import("vue").Ref<any>;
|
|
908
|
+
oldValue: string;
|
|
906
909
|
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
907
910
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
908
911
|
formatRef: import("vue").ComputedRef<string>;
|
|
@@ -913,6 +916,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
913
916
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
914
917
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
915
918
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
919
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
916
920
|
NDatePicker: any;
|
|
917
921
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
918
922
|
updateUnchangedValue: {
|
package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts
CHANGED
|
@@ -126,6 +126,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
126
126
|
datePickerRef: import("vue").Ref<AnyObject | null>;
|
|
127
127
|
panelInstRef: import("vue").Ref<null>;
|
|
128
128
|
placeholderRef: import("vue").Ref<any>;
|
|
129
|
+
oldValue: string;
|
|
129
130
|
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
130
131
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
131
132
|
formatRef: import("vue").ComputedRef<string>;
|
|
@@ -136,6 +137,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
136
137
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
137
138
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
138
139
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
140
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
139
141
|
NDatePicker: any;
|
|
140
142
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
141
143
|
updateUnchangedValue: {
|
|
@@ -109,6 +109,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
109
109
|
datePickerRef: import("vue").Ref<AnyObject | null>;
|
|
110
110
|
panelInstRef: import("vue").Ref<null>;
|
|
111
111
|
placeholderRef: import("vue").Ref<any>;
|
|
112
|
+
oldValue: string;
|
|
112
113
|
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
113
114
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
114
115
|
formatRef: import("vue").ComputedRef<string>;
|
|
@@ -119,6 +120,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
119
120
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
120
121
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
121
122
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
123
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
122
124
|
NDatePicker: any;
|
|
123
125
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
124
126
|
updateUnchangedValue: {
|
package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts
CHANGED
|
@@ -144,6 +144,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
144
144
|
datePickerRef: import("vue").Ref<AnyObject | null>;
|
|
145
145
|
panelInstRef: import("vue").Ref<null>;
|
|
146
146
|
placeholderRef: import("vue").Ref<any>;
|
|
147
|
+
oldValue: string;
|
|
147
148
|
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
148
149
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
149
150
|
formatRef: import("vue").ComputedRef<string>;
|
|
@@ -154,6 +155,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
154
155
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
155
156
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
156
157
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
158
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
157
159
|
NDatePicker: any;
|
|
158
160
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
159
161
|
updateUnchangedValue: {
|
package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts
CHANGED
|
@@ -111,6 +111,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
111
111
|
datePickerRef: import("vue").Ref<AnyObject | null>;
|
|
112
112
|
panelInstRef: import("vue").Ref<null>;
|
|
113
113
|
placeholderRef: import("vue").Ref<any>;
|
|
114
|
+
oldValue: string;
|
|
114
115
|
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
115
116
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
116
117
|
formatRef: import("vue").ComputedRef<string>;
|
|
@@ -121,6 +122,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
121
122
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
122
123
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
123
124
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
125
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
124
126
|
NDatePicker: any;
|
|
125
127
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
126
128
|
updateUnchangedValue: {
|
|
@@ -290,6 +290,7 @@ declare const DateInner: import("vue").DefineComponent<{
|
|
|
290
290
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
291
291
|
panelInstRef: import("vue").Ref<null>;
|
|
292
292
|
placeholderRef: import("vue").Ref<any>;
|
|
293
|
+
oldValue: string;
|
|
293
294
|
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
294
295
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
295
296
|
formatRef: import("vue").ComputedRef<string>;
|
|
@@ -300,6 +301,7 @@ declare const DateInner: import("vue").DefineComponent<{
|
|
|
300
301
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
301
302
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
302
303
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
304
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
303
305
|
NDatePicker: any;
|
|
304
306
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
305
307
|
updateUnchangedValue: {
|
|
@@ -536,6 +538,7 @@ declare const DateOut: import("vue").DefineComponent<{
|
|
|
536
538
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
537
539
|
panelInstRef: import("vue").Ref<null>;
|
|
538
540
|
placeholderRef: import("vue").Ref<any>;
|
|
541
|
+
oldValue: string;
|
|
539
542
|
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
540
543
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
541
544
|
formatRef: import("vue").ComputedRef<string>;
|
|
@@ -546,6 +549,7 @@ declare const DateOut: import("vue").DefineComponent<{
|
|
|
546
549
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
547
550
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
548
551
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
552
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
549
553
|
NDatePicker: any;
|
|
550
554
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
551
555
|
updateUnchangedValue: {
|
|
@@ -744,6 +748,7 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
744
748
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
745
749
|
panelInstRef: import("vue").Ref<null>;
|
|
746
750
|
placeholderRef: import("vue").Ref<any>;
|
|
751
|
+
oldValue: string;
|
|
747
752
|
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
748
753
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
749
754
|
formatRef: import("vue").ComputedRef<string>;
|
|
@@ -754,6 +759,7 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
754
759
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
755
760
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
756
761
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
762
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
757
763
|
NDatePicker: any;
|
|
758
764
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
759
765
|
updateUnchangedValue: {
|
|
@@ -997,6 +1003,7 @@ declare const DateRangeOut: import("vue").DefineComponent<{
|
|
|
997
1003
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
998
1004
|
panelInstRef: import("vue").Ref<null>;
|
|
999
1005
|
placeholderRef: import("vue").Ref<any>;
|
|
1006
|
+
oldValue: string;
|
|
1000
1007
|
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
1001
1008
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
1002
1009
|
formatRef: import("vue").ComputedRef<string>;
|
|
@@ -1007,6 +1014,7 @@ declare const DateRangeOut: import("vue").DefineComponent<{
|
|
|
1007
1014
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1008
1015
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1009
1016
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1017
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
1010
1018
|
NDatePicker: any;
|
|
1011
1019
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1012
1020
|
updateUnchangedValue: {
|
|
@@ -531,6 +531,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
531
531
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
532
532
|
panelInstRef: import("vue").Ref<null>;
|
|
533
533
|
placeholderRef: import("vue").Ref<any>;
|
|
534
|
+
oldValue: string;
|
|
534
535
|
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
535
536
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
536
537
|
formatRef: import("vue").ComputedRef<string>;
|
|
@@ -541,6 +542,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
541
542
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
542
543
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
543
544
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
545
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
544
546
|
NDatePicker: any;
|
|
545
547
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
546
548
|
updateUnchangedValue: {
|
|
@@ -791,6 +793,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
791
793
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
792
794
|
panelInstRef: import("vue").Ref<null>;
|
|
793
795
|
placeholderRef: import("vue").Ref<any>;
|
|
796
|
+
oldValue: string;
|
|
794
797
|
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
795
798
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
796
799
|
formatRef: import("vue").ComputedRef<string>;
|
|
@@ -801,6 +804,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
801
804
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
802
805
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
803
806
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
807
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
804
808
|
NDatePicker: any;
|
|
805
809
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
806
810
|
updateUnchangedValue: {
|
|
@@ -1013,6 +1017,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
1013
1017
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
1014
1018
|
panelInstRef: import("vue").Ref<null>;
|
|
1015
1019
|
placeholderRef: import("vue").Ref<any>;
|
|
1020
|
+
oldValue: string;
|
|
1016
1021
|
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
1017
1022
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
1018
1023
|
formatRef: import("vue").ComputedRef<string>;
|
|
@@ -1023,6 +1028,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
1023
1028
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1024
1029
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1025
1030
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1031
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
1026
1032
|
NDatePicker: any;
|
|
1027
1033
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1028
1034
|
updateUnchangedValue: {
|
|
@@ -1280,6 +1286,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
1280
1286
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
1281
1287
|
panelInstRef: import("vue").Ref<null>;
|
|
1282
1288
|
placeholderRef: import("vue").Ref<any>;
|
|
1289
|
+
oldValue: string;
|
|
1283
1290
|
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
1284
1291
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
1285
1292
|
formatRef: import("vue").ComputedRef<string>;
|
|
@@ -1290,6 +1297,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
1290
1297
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1291
1298
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1292
1299
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1300
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
1293
1301
|
NDatePicker: any;
|
|
1294
1302
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1295
1303
|
updateUnchangedValue: {
|
package/es/shared/hooks/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{createOpacityColor,useTheme}from"./useTheme.js";export{useDateTime}from"./useDateTime.js";export{AsyncQueue,ENTRY_STATE}from"./useAsyncQueue/index.js";export{presetRequestHandler,useFormAsyncQueue,useFormRequest}from"./useFormRequest/index.js";export{useLevelSearchCascader}from"./useLevelSearchCascader.js";export{useSelectAllowModify}from"./selectHooks/useSelectAllowModify.js";export{useOptionFiltered}from"./selectHooks/useOptionFiltered.js";export{searchContentMatcher,useSearchContent}from"./selectHooks/useSearchContent.js";export{useSelectRenders}from"./selectHooks/useSelectRenders.js";export{useVersion}from"./useVersion.js";
|
|
1
|
+
export{createOpacityColor,useTheme}from"./useTheme.js";export{handleInputEvent,useDateTime}from"./useDateTime.js";export{AsyncQueue,ENTRY_STATE}from"./useAsyncQueue/index.js";export{presetRequestHandler,useFormAsyncQueue,useFormRequest}from"./useFormRequest/index.js";export{useLevelSearchCascader}from"./useLevelSearchCascader.js";export{useSelectAllowModify}from"./selectHooks/useSelectAllowModify.js";export{useOptionFiltered}from"./selectHooks/useOptionFiltered.js";export{searchContentMatcher,useSearchContent}from"./selectHooks/useSearchContent.js";export{useSelectRenders}from"./selectHooks/useSelectRenders.js";export{useVersion}from"./useVersion.js";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Ref, ComputedRef } from 'vue';
|
|
2
2
|
import { AnyObject, AnyFn } from '../../shared/types';
|
|
3
|
+
export declare function handleInputEvent(target: HTMLInputElement, value?: string): void;
|
|
3
4
|
export declare function useDateTime(datePickerRef: Ref<AnyObject | null>, { formatRef, attrs, emit, allowedInvalidValue, isPanel }: {
|
|
4
5
|
formatRef: ComputedRef<string | [string, string]>;
|
|
5
6
|
attrs: AnyObject;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{computed as e,unref as t}from"vue";import{useEventListener as n}from"@vueuse/core";import{isValid as l}from"date-fns";function i(e,t=""){e.value=t,e.dispatchEvent(new InputEvent("input"))}function o(e,t,n,l){const o=e.value;if(!o)return;const u=e.selectionEnd||0,r=o.length;let a=0,s=0,c=0,d="",f=0;for(;a<r;){const e=o[a++];if(/\d/.test(e)&&(d+=e),a===u){c=d.length;const e=o.slice(a).match(/^\d+/);f=e?e[0].length:0}}const v=Array.isArray(t)?function(e){var t,n;let l=!1,i=e.parentNode||null;for(;i;){if(null==(n=null==(t=i.classList)?void 0:t.contains)?void 0:n.call(t,"n-time-picker")){l=!0;break}i=i.parentNode||null}return l}(e)?t[1]:t[0]:t;let g="",m=0,p=0;for(a=0;a<v.length&&(l||!(s>=d.length));){const e=v[a++];if(/[yMdHms]/.test(e)?g+=d[s++]||"0":g+=e,n&&s===c){c=-1,m=g.length,p=m;let e=v.slice(a).match(/^[yMdHms]+/);e?(f=Math.min(f,e[0].length),f&&(g+=d.slice(s,s+f),s+=f),a+=e[0].length):(e=v.slice(a).match(/^([^yMdHms]+)([yMdHms]*)/),e&&(m+=e[1].length,p=m+e[2].length))}}const h=g!==o;return h&&i(e,g),n&&(m=m||g.length+1,p=p||g.length+1,e.setSelectionRange(m,p)),h}function u(u,{formatRef:r,attrs:a,emit:s,allowedInvalidValue:c,isPanel:d}){const f=e((()=>{var e;return null==(e=u.value)?void 0:e.$el})),v=e((()=>{const e={};return["date","time","hour","minute","second"].forEach((t=>function(e,t){const n=`is-${t}-disabled`;a[n]&&(e[n.replace(/-(\w)/g,((e,t)=>t.toUpperCase()))]=a[n])}(e,t))),e}));function g(e){if(function(e=""){return c&&c===e&&!d}(e.value))return void(null==s||s("update:formatted-value",c,null));o(e,t(r),!1,!0);const n=null==e?void 0:e.value,u=Reflect.get(a,"type")||"";n&&!u.includes("range")&&l(new Date(n))&&!function(e){const{isTimeDisabled:t,isDateDisabled:n,isHourDisabled:l,isMinuteDisabled:i,isSecondDisabled:o}=v.value;if(null==n?void 0:n(e.getTime()))return;const u=(null==t?void 0:t(e.getTime()).isHourDisabled)||l,r=(null==t?void 0:t(e.getTime()).isMinuteDisabled)||i,a=(null==t?void 0:t(e.getTime()).isSecondDisabled)||o;if(null==u?void 0:u(e.getHours()))return;if(null==r?void 0:r(e.getMinutes()))return;if(null==a?void 0:a(e.getSeconds()))return;return!0}(new Date(n))&&i(e)}return n(f,"input",(function(e){const n=e.target;if(!n.value||!Reflect.get(n,"_f_"))return;Reflect.set(n,"_f_",0),o(n,t(r),!0)&&(e.preventDefault(),e.stopPropagation())}),!0),n(f,"keydown",(function(e){const{key:t}=e,n=e.target;if(/\d/.test(t)&&n)Reflect.set(n,"_f_",1);else if("Enter"===t)g(n);else if("Backspace"===t&&!d){const e=null==n?void 0:n.value;1===(null==e?void 0:e.length)&&(i(n),n.blur(),n.focus())}}),!0),n(f,"mouseup",(function(e){const t=e.target;["INPUT"].includes(t.tagName)&&0===e.button&&function(e){const{selectionStart:t=0,selectionEnd:n=0,value:l}=e;if(t!==n)return;const i=/(\d+)/g;let o,u,r;for(;null!==(o=i.exec(l));)if(t&&o.index<=t&&t<=i.lastIndex){u=o.index,r=i.lastIndex;break}void 0!==u&&void 0!==r&&e.setSelectionRange(u,r)}(t)}),!0),n(f,"paste",(function(e){var t,n;const l=(null==(t=e.clipboardData)?void 0:t.getData("text"))||"",o=null==(n=l.match(/\d+/g))?void 0:n.join(",");if(!o)return;e.preventDefault(),e.stopPropagation();const u=e.target;i(u,o),g(u)}),!0),{handleConfirm:g,focus:()=>{var e,t;return null==(t=null==(e=u.value)?void 0:e.focus)?void 0:t.call(e)},blur:()=>{var e,t;return null==(t=null==(e=u.value)?void 0:e.blur)?void 0:t.call(e)}}}export{u as useDateTime};
|
|
1
|
+
import{computed as e,unref as t}from"vue";import{useEventListener as n}from"@vueuse/core";import{isValid as l}from"date-fns";function i(e,t=""){e.value=t,e.dispatchEvent(new InputEvent("input"))}function o(e,t,n,l){const o=e.value;if(!o)return;const u=e.selectionEnd||0,r=o.length;let a=0,s=0,c=0,d="",f=0;for(;a<r;){const e=o[a++];if(/\d/.test(e)&&(d+=e),a===u){c=d.length;const e=o.slice(a).match(/^\d+/);f=e?e[0].length:0}}const v=Array.isArray(t)?function(e){var t,n;let l=!1,i=e.parentNode||null;for(;i;){if(null==(n=null==(t=i.classList)?void 0:t.contains)?void 0:n.call(t,"n-time-picker")){l=!0;break}i=i.parentNode||null}return l}(e)?t[1]:t[0]:t;let g="",m=0,p=0;for(a=0;a<v.length&&(l||!(s>=d.length));){const e=v[a++];if(/[yMdHms]/.test(e)?g+=d[s++]||"0":g+=e,n&&s===c){c=-1,m=g.length,p=m;let e=v.slice(a).match(/^[yMdHms]+/);e?(f=Math.min(f,e[0].length),f&&(g+=d.slice(s,s+f),s+=f),a+=e[0].length):(e=v.slice(a).match(/^([^yMdHms]+)([yMdHms]*)/),e&&(m+=e[1].length,p=m+e[2].length))}}const h=g!==o;return h&&i(e,g),n&&(m=m||g.length+1,p=p||g.length+1,e.setSelectionRange(m,p)),h}function u(u,{formatRef:r,attrs:a,emit:s,allowedInvalidValue:c,isPanel:d}){const f=e((()=>{var e;return null==(e=u.value)?void 0:e.$el})),v=e((()=>{const e={};return["date","time","hour","minute","second"].forEach((t=>function(e,t){const n=`is-${t}-disabled`;a[n]&&(e[n.replace(/-(\w)/g,((e,t)=>t.toUpperCase()))]=a[n])}(e,t))),e}));function g(e){if(function(e=""){return c&&c===e&&!d}(e.value))return void(null==s||s("update:formatted-value",c,null));o(e,t(r),!1,!0);const n=null==e?void 0:e.value,u=Reflect.get(a,"type")||"";n&&!u.includes("range")&&l(new Date(n))&&!function(e){const{isTimeDisabled:t,isDateDisabled:n,isHourDisabled:l,isMinuteDisabled:i,isSecondDisabled:o}=v.value;if(null==n?void 0:n(e.getTime()))return;const u=(null==t?void 0:t(e.getTime()).isHourDisabled)||l,r=(null==t?void 0:t(e.getTime()).isMinuteDisabled)||i,a=(null==t?void 0:t(e.getTime()).isSecondDisabled)||o;if(null==u?void 0:u(e.getHours()))return;if(null==r?void 0:r(e.getMinutes()))return;if(null==a?void 0:a(e.getSeconds()))return;return!0}(new Date(n))&&i(e)}return n(f,"input",(function(e){const n=e.target;if(!n.value||!Reflect.get(n,"_f_"))return;Reflect.set(n,"_f_",0),o(n,t(r),!0)&&(e.preventDefault(),e.stopPropagation())}),!0),n(f,"keydown",(function(e){const{key:t}=e,n=e.target;if(/\d/.test(t)&&n)Reflect.set(n,"_f_",1);else if("Enter"===t)g(n);else if("Backspace"===t&&!d){const e=null==n?void 0:n.value;1===(null==e?void 0:e.length)&&(i(n),n.blur(),n.focus())}}),!0),n(f,"mouseup",(function(e){const t=e.target;["INPUT"].includes(t.tagName)&&0===e.button&&function(e){const{selectionStart:t=0,selectionEnd:n=0,value:l}=e;if(t!==n)return;const i=/(\d+)/g;let o,u,r;for(;null!==(o=i.exec(l));)if(t&&o.index<=t&&t<=i.lastIndex){u=o.index,r=i.lastIndex;break}void 0!==u&&void 0!==r&&e.setSelectionRange(u,r)}(t)}),!0),n(f,"paste",(function(e){var t,n;const l=(null==(t=e.clipboardData)?void 0:t.getData("text"))||"",o=null==(n=l.match(/\d+/g))?void 0:n.join(",");if(!o)return;e.preventDefault(),e.stopPropagation();const u=e.target;i(u,o),g(u)}),!0),{handleConfirm:g,focus:()=>{var e,t;return null==(t=null==(e=u.value)?void 0:e.focus)?void 0:t.call(e)},blur:()=>{var e,t;return null==(t=null==(e=u.value)?void 0:e.blur)?void 0:t.call(e)}}}export{i as handleInputEvent,u as useDateTime};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var e="@cnhis-design-vue/shared",i="3.2.3-beta.
|
|
1
|
+
var e="@cnhis-design-vue/shared",i="3.2.3-beta.17",s="index.ts",n={"naive-ui":"^2.30.0",vue:"^3.2.0"},a={"@vicons/ionicons5":"^0.12.0","lodash-es":"^4.17.21",moment:"^2.29.1","video.js":"^7.19.2","videojs-contrib-hls":"^5.15.0",viewerjs:"^1.10.5","xe-utils":"^3.5.4"},d={name:e,version:"3.2.3-beta.17",private:!0,main:"index.ts",peerDependencies:n,dependencies:a};export{d as default,a as dependencies,s as main,e as name,n as peerDependencies,i as version};
|
|
@@ -6,19 +6,19 @@ export declare function safeComponentRegister(app: App, component: Component, cN
|
|
|
6
6
|
export declare function generateTimeFormat(format: string): string | undefined;
|
|
7
7
|
export declare function arrayed<T>(maybeArray: T): T extends Array<any> ? T : [T];
|
|
8
8
|
export declare function uuidGenerator(): string;
|
|
9
|
-
export declare const getStringWidth: import("@vueuse/core").
|
|
9
|
+
export declare const getStringWidth: import("@vueuse/core").UseMemoizeReturn<number, [str: string]>;
|
|
10
10
|
export declare const DMZ: AnyObject;
|
|
11
11
|
export declare function deepOmit<T extends AnyObject>(target: T, keys: Array<keyof T>): any;
|
|
12
12
|
export declare function separateMetaModule<T extends AnyObject>(modules: Record<string, unknown>): T;
|
|
13
13
|
export declare function findAncestor(ele: HTMLElement | null, finder: (ele: HTMLElement) => boolean): HTMLElement | null;
|
|
14
14
|
export declare function widthAppend(value: string | number, append?: string): string;
|
|
15
15
|
export declare function targetStringIncludes(arr: string[], target: string): boolean;
|
|
16
|
-
export declare const jsonParse: import("@vueuse/core").
|
|
16
|
+
export declare const jsonParse: import("@vueuse/core").UseMemoizeReturn<any, [value: string]>;
|
|
17
17
|
export declare function shallowOmit<T extends object, K extends Array<keyof T>>(target: T, keys: K): Omit<T, K[number]>;
|
|
18
18
|
export declare function checkInSetupEnv(message?: string): void;
|
|
19
19
|
export declare function hex2rgba(hex: string, defaultAlpha?: number): readonly [number, number, number, number];
|
|
20
20
|
export declare function createProviderWrapper(instance?: ComponentInternalInstance): import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
21
|
-
export declare const keywordMatcher: import("@vueuse/core").
|
|
21
|
+
export declare const keywordMatcher: import("@vueuse/core").UseMemoizeReturn<boolean, [text: unknown, keyword: unknown]>;
|
|
22
22
|
export declare function isHTMLElement(target: unknown): target is HTMLElement;
|
|
23
23
|
export declare function getArrDepth<T extends {
|
|
24
24
|
children?: T[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cnhis-design-vue",
|
|
3
|
-
"version": "3.2.3-beta.
|
|
3
|
+
"version": "3.2.3-beta.17",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"module": "./es/components/index.js",
|
|
6
6
|
"main": "./es/components/index.js",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"iOS 7",
|
|
72
72
|
"last 3 iOS versions"
|
|
73
73
|
],
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "11acbdd4d411d175e792b31ae087b4c2f53ca5a9"
|
|
75
75
|
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<svg width="32px" height="26px" viewBox="0 0 32 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<!-- Generator: Sketch 3.7.1 (28215) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
-
<title>Slice 1</title>
|
|
5
|
-
<desc>Created with Sketch.</desc>
|
|
6
|
-
<defs></defs>
|
|
7
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
-
<g id="date-fns-mini-logo" fill="#770C56">
|
|
9
|
-
<g id="Page-1">
|
|
10
|
-
<g id="logo">
|
|
11
|
-
<g id="Page-1">
|
|
12
|
-
<g id="Solid-logo">
|
|
13
|
-
<g id="White-logo">
|
|
14
|
-
<path d="M0.0773377951,12.9617647 C0.0773377951,10.4657522 0.541359926,8.11201106 1.46941811,5.90047059 C2.39747629,3.68893013 3.73386003,1.72977324 5.47860941,0.0229411764 L8.98665179,0.0229411764 C5.34866372,3.58342956 3.52969697,7.89632761 3.52969697,12.9617647 C3.52969697,18.0272018 5.34866372,22.3400999 8.98665179,25.9005883 L5.47860941,25.9005883 C3.73386003,24.1937561 2.39747629,22.2345993 1.46941811,20.0230588 C0.541359926,17.8115184 0.0773377951,15.4577772 0.0773377951,12.9617647 L0.0773377951,12.9617647 L0.0773377951,12.9617647 L0.0773377951,12.9617647 Z M31.4378137,12.9617647 C31.4378137,15.4577772 30.9737916,17.8115184 30.0457334,20.0230588 C29.1176752,22.2345993 27.7812915,24.1937561 26.0365421,25.9005883 L22.5284998,25.9005883 C26.1664878,22.3400999 27.9854545,18.0272018 27.9854545,12.9617647 C27.9854545,7.89632761 26.1664878,3.58342956 22.5284998,0.0229411764 L26.0365421,0.0229411764 C27.7812915,1.72977324 29.1176752,3.68893013 30.0457334,5.90047059 C30.9737916,8.11201106 31.4378137,10.4657522 31.4378137,12.9617647 L31.4378137,12.9617647 L31.4378137,12.9617647 L31.4378137,12.9617647 Z" id="Parans"></path>
|
|
15
|
-
<g id="Hands" transform="translate(12.954081, 1.720588)">
|
|
16
|
-
<rect id="Hand" x="0" y="0" width="2.32013386" height="13.1911764"></rect>
|
|
17
|
-
<polygon id="Hand" points="2.3189551 13.1499342 0.815087916 11.6629302 10.2484366 2.3353599 11.7523038 3.82236388 2.3189551 13.1499342"></polygon>
|
|
18
|
-
</g>
|
|
19
|
-
</g>
|
|
20
|
-
</g>
|
|
21
|
-
</g>
|
|
22
|
-
</g>
|
|
23
|
-
</g>
|
|
24
|
-
</g>
|
|
25
|
-
</g>
|
|
26
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 176 33"><g fill="#770C56" fill-rule="evenodd"><path d="M.1 16.5A22.7 22.7 0 017.1 0h4.4a22 22 0 00-7 16.5 22 22 0 007 16.4H7A22.5 22.5 0 01.1 16.5zm40.2 0a22.7 22.7 0 01-7 16.4H29a22 22 0 007-16.4 22 22 0 00-7-16.5h4.5a22.5 22.5 0 016.9 16.5z" fill-rule="nonzero"/><path d="M16.6 2.2h3v16.7h-3z"/><path d="M19.6 18.9l-2-2L29.7 5.2l2 2zM53.4 17.5c0 2 .5 3.8 1.4 5.2.8 1.4 2.2 2 4.2 2 1.5 0 2.7-.6 3.7-1.9 1-1.3 1.4-3.1 1.4-5.5 0-2.5-.5-4.3-1.5-5.5a4.7 4.7 0 00-3.7-1.7c-1.6 0-3 .6-4 1.8-1 1.3-1.5 3.1-1.5 5.6zm5-10.3c1.4 0 2.7.3 3.7 1 .5.3 1.2 1 2 1.9V.3h3v26.6h-2.9v-2.7a7 7 0 01-2.7 2.6c-1 .5-2.2.8-3.5.8-2.2 0-4-.9-5.6-2.7a10.6 10.6 0 01-2.4-7.2c0-2.9.7-5.3 2.2-7.4a7 7 0 016.1-3zm15.1 14.6c0 1 .4 1.7 1 2.2.8.5 1.6.8 2.5.8 1.2 0 2.3-.3 3.3-.8a4.5 4.5 0 002.7-4.3V17l-1.5.6-1.8.4-2 .2c-1.2.2-2 .4-2.7.8-1 .5-1.5 1.4-1.5 2.7zm8-6.6c.7-.1 1.2-.4 1.4-1 .2-.2.2-.7.2-1.2 0-1.1-.4-1.9-1.1-2.4-.8-.5-2-.8-3.4-.8-1.7 0-3 .5-3.6 1.4-.4.5-.7 1.3-.8 2.3h-3c0-2.4.8-4 2.3-5 1.5-1 3.2-1.4 5.1-1.4 2.3 0 4.2.4 5.6 1.3 1.4.9 2.1 2.2 2.1 4v11.2c0 .3 0 .6.2.8.1.2.4.3.9.3a5 5 0 001 0V27a9 9 0 01-1.1.3h-1c-1.2 0-2-.4-2.5-1.2-.3-.4-.5-1-.6-1.7a8.8 8.8 0 01-7 3.2c-1.7 0-3.2-.6-4.3-1.7a5.4 5.4 0 01-1.8-4c0-1.9.6-3.2 1.7-4.2a8 8 0 014.4-1.9l5.2-.6zm9.9-13h3.3v5.4h3v2.6h-3V23c0 .6.2 1 .7 1.3l1.2.2a15.2 15.2 0 001.2 0v2.5l-1.2.3h-1.3c-1.5 0-2.6-.4-3.1-1.1-.6-.8-.8-1.8-.8-3V10.1h-2.6V7.6h2.6V2.2zm16.8 5a8.8 8.8 0 016.9 3.4c.7 1 1 2.1 1.3 3.4.2 1 .3 2.3.3 4.3h-14.2c0 2 .5 3.5 1.4 4.7.9 1.2 2.2 1.8 4 1.8a5.2 5.2 0 005.3-4h3.2c0 .8-.3 1.6-.8 2.4a7.6 7.6 0 01-5.3 4c-.8.3-1.7.4-2.6.4-2.4 0-4.5-.9-6.2-2.6a10.2 10.2 0 01-2.5-7.4c0-3 .9-5.6 2.6-7.6 1.6-1.9 3.8-2.9 6.6-2.9zm5.2 8.5a8.4 8.4 0 00-1-3.4c-.9-1.5-2.3-2.3-4.4-2.3a5 5 0 00-3.8 1.6c-1 1-1.5 2.4-1.6 4.1h10.8zm5.5-.8h9.1v3.4h-9v-3.4zM132 4.6c0-1.3.3-2.3.7-3 .8-1 2.2-1.6 4.4-1.6a11.4 11.4 0 011.4 0v3a26.4 26.4 0 00-1.2 0c-1 0-1.5.2-1.7.7-.2.6-.3 1.9-.3 4h3.2v2.5h-3.3V27H132V10.2h-2.7V7.7h2.7v-3zm8.6 3h3v2.7c1-1.1 2-2 3-2.4 1-.5 2.1-.8 3.4-.8 2.7 0 4.6 1 5.6 3 .5 1 .8 2.5.8 4.4V27H153V14.7c0-1.2-.2-2.1-.6-2.8-.5-1.2-1.6-1.8-3.1-1.8a4.9 4.9 0 00-4.2 1.8c-.6.6-1 1.3-1.1 2-.2.6-.3 1.6-.3 2.9v10.1h-3.2V7.6zm21.6 13.2c0 1.1.4 2 .8 2.5.8 1 2.3 1.6 4.3 1.6 1.2 0 2.2-.2 3.2-.8.9-.5 1.3-1.3 1.3-2.4a2 2 0 00-1-1.9c-.5-.3-1.5-.6-2.9-1l-2.5-.6c-1.7-.4-3-.8-3.7-1.3a4.1 4.1 0 01-2-3.7c0-1.8.6-3.3 1.9-4.4 1.3-1.2 3-1.7 5.3-1.7 3 0 5 .8 6.3 2.5.8 1.1 1.2 2.3 1.2 3.5h-3c-.1-.7-.4-1.4-.9-2-.7-.8-2-1.3-3.8-1.3-1.3 0-2.2.3-2.8.8-.7.4-1 1-1 1.8 0 .9.4 1.5 1.3 2 .4.3 1.2.6 2.1.8l2.1.6c2.4.5 4 1 4.7 1.6 1.3.8 2 2.1 2 4a6 6 0 01-2 4.4c-1.3 1.2-3.3 1.9-6 1.9-2.9 0-5-.7-6.1-2a7.4 7.4 0 01-2-4.9h3.2z"/></g></svg>
|