فهرست منبع

HUE-9485 [frontend] Add vuejs-datepicker third party lib

Johan Ahlen 5 سال پیش
والد
کامیت
3a204bbc41
3فایلهای تغییر یافته به همراه23 افزوده شده و 0 حذف شده
  1. 17 0
      desktop/core/src/desktop/js/types/vue-datepicker.d.ts
  2. 5 0
      package-lock.json
  3. 1 0
      package.json

+ 17 - 0
desktop/core/src/desktop/js/types/vue-datepicker.d.ts

@@ -0,0 +1,17 @@
+// Licensed to Cloudera, Inc. under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  Cloudera, Inc. licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+declare module 'vuejs-datepicker';

+ 5 - 0
package-lock.json

@@ -21980,6 +21980,11 @@
       "integrity": "sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==",
       "dev": true
     },
+    "vuejs-datepicker": {
+      "version": "1.6.2",
+      "resolved": "https://registry.npmjs.org/vuejs-datepicker/-/vuejs-datepicker-1.6.2.tgz",
+      "integrity": "sha512-PkC4vxzFBo7i6FSCUAJfnaWOx6VkKbOqxijSGHHlWxh8FIUKEZVtFychkonVWtK3iwWfhmYtqHcwsmgxefLpLQ=="
+    },
     "w3c-hr-time": {
       "version": "1.0.2",
       "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",

+ 1 - 0
package.json

@@ -73,6 +73,7 @@
     "vue": "2.6.11",
     "vue-class-component": "7.2.3",
     "vue-custom-element": "3.2.14",
+    "vuejs-datepicker": "1.6.2",
     "vue-property-decorator": "9.0.0",
     "vue-template-compiler": "2.6.11"
   },